Dieser Commit ist enthalten in:
Ursprung
78dd77a31d
Commit
ea37dc8287
@ -96,8 +96,8 @@ public class MissileWars extends JavaPlugin {
|
|||||||
|
|
||||||
Bukkit.getWorlds().forEach(world -> {
|
Bukkit.getWorlds().forEach(world -> {
|
||||||
world.setGameRule(GameRule.KEEP_INVENTORY, true);
|
world.setGameRule(GameRule.KEEP_INVENTORY, true);
|
||||||
|
world.setGameRule(GameRule.MOB_GRIEFING, true);
|
||||||
world.setGameRule(GameRule.DO_TILE_DROPS, false);
|
world.setGameRule(GameRule.DO_TILE_DROPS, false);
|
||||||
world.setGameRule(GameRule.MOB_GRIEFING, false);
|
|
||||||
});
|
});
|
||||||
|
|
||||||
// TODO: Enable Item Dropping, and the own team can pick them up! Add config value for that?
|
// TODO: Enable Item Dropping, and the own team can pick them up! Add config value for that?
|
||||||
|
In neuem Issue referenzieren
Einen Benutzer sperren