欢迎您访问 最编程 本站为您分享编程语言代码,编程技术文章!
您现在的位置是: 首页

饥荒控制台程序

最编程 2024-02-10 08:25:00
...
# 设置全装备制造 GetPlayer().components.builder:GiveAllRecipes() # Health Hunger Sanity GetPlayer().components.health:SetMaxHealth(500) GetPlayer().components.hunger:SetMax(500) GetPlayer().components.sanity:SetMax(500) # stop hungery GetPlayer().components.hunger:Pause(true)