Keep inventory items upon death (#20)

This commit is contained in:
Seth 2018-01-07 12:49:38 -07:00 committed by Lemon
parent d2eea67f67
commit 7c3ea836e7

View file

@ -35,6 +35,7 @@ public class GameRuleHandler extends FreedomService
setGameRule(GameRule.MOB_GRIEFING, false, false);
setGameRule(GameRule.COMMAND_BLOCK_OUTPUT, false);
setGameRule(GameRule.NATURAL_REGENERATION, true, false);
setGameRule(GameRule.KEEP_INVENTORY, true, false);
commitGameRules();
}