Fix commandspy

This commit is contained in:
2022-02-25 01:15:13 -06:00
parent bd21e5d2ba
commit 3b2566039d
7 changed files with 11 additions and 9 deletions

View File

@ -34,6 +34,7 @@ public class GameRuleService extends AbstractService
world.setGameRule(GameRule.COMMAND_BLOCK_OUTPUT, false);
world.setGameRule(GameRule.NATURAL_REGENERATION, true);
world.setGameRule(GameRule.DO_DAYLIGHT_CYCLE, false);
world.setGameRule(GameRule.DO_WEATHER_CYCLE, false);
world.setGameRule(GameRule.ANNOUNCE_ADVANCEMENTS, false);
world.setGameRule(GameRule.SHOW_DEATH_MESSAGES, false);
world.setGameRule(GameRule.SEND_COMMAND_FEEDBACK, false);