12
0

Fix gamerule!
Alle Prüfungen waren erfolgreich
SteamWarCI Build successful

Dieser Commit ist enthalten in:
yoyosource 2024-06-13 22:42:50 +02:00
Ursprung b3fcf199b7
Commit b5b6fe26e2

Datei anzeigen

@ -97,7 +97,10 @@ public class MissileWars extends JavaPlugin {
Bukkit.getWorlds().forEach(world -> {
world.setGameRule(GameRule.KEEP_INVENTORY, true);
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?
}
public static void waiting() {