feat: use vanilla hearts

This commit is contained in:
Simon Giesel 2020-05-04 10:46:04 +02:00
parent 6f2557f897
commit 11f4fa1c70

View file

@ -48,7 +48,6 @@ public class Varo extends JavaPlugin {
for (World world : getServer().getWorlds()) {
if (world.getEnvironment() == Environment.NORMAL) {
world.setDifficulty(Difficulty.HARD);
// world.setHardcore(true); //TODO: Should other hearts be displayed?
}
}
}