feat: use vanilla hearts
This commit is contained in:
parent
6f2557f897
commit
11f4fa1c70
1 changed files with 0 additions and 1 deletions
|
@ -48,7 +48,6 @@ public class Varo extends JavaPlugin {
|
||||||
for (World world : getServer().getWorlds()) {
|
for (World world : getServer().getWorlds()) {
|
||||||
if (world.getEnvironment() == Environment.NORMAL) {
|
if (world.getEnvironment() == Environment.NORMAL) {
|
||||||
world.setDifficulty(Difficulty.HARD);
|
world.setDifficulty(Difficulty.HARD);
|
||||||
// world.setHardcore(true); //TODO: Should other hearts be displayed?
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue