Class BukkitConfig
- java.lang.Object
-
- net.alpenblock.bungeeperms.BPConfig
-
- net.alpenblock.bungeeperms.platform.bukkit.BukkitConfig
-
public class BukkitConfig extends BPConfig
-
-
Field Summary
-
Fields inherited from class net.alpenblock.bungeeperms.BPConfig
config, CURRENT_VERSION
-
-
Constructor Summary
Constructors Constructor Description BukkitConfig(Config config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
load()
protected void
migrate0to1(Config oldconf, Config newconf)
void
setServerName(java.lang.String servername)
-
Methods inherited from class net.alpenblock.bungeeperms.BPConfig
setBackendType, setUseUUIDs, validate
-
-
-
-
Constructor Detail
-
BukkitConfig
public BukkitConfig(Config config)
-
-