Package me.lokka30.levelledmobs.util
Class ConfigUtils
java.lang.Object
me.lokka30.levelledmobs.util.ConfigUtils
Used for managing configuration data
- Since:
- 2.5.0
-
Field Summary
Modifier and TypeFieldDescriptionboolean
boolean
boolean
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
load()
void
sendNoPermissionMsg
(@NotNull org.bukkit.command.CommandSender sender)
-
Field Details
-
debugEntityDamageWasEnabled
public boolean debugEntityDamageWasEnabled -
chunkLoadListenerWasEnabled
public boolean chunkLoadListenerWasEnabled -
playerLevellingEnabled
public boolean playerLevellingEnabled
-
-
Constructor Details
-
ConfigUtils
-
-
Method Details
-
load
public void load() -
getPrefix
-
sendNoPermissionMsg
public void sendNoPermissionMsg(@NotNull @NotNull org.bukkit.command.CommandSender sender)
-