Update OPWhitelist.java
This commit is contained in:
parent
1547c16093
commit
e14f91c584
@ -9,7 +9,7 @@ import java.util.List;
|
|||||||
public enum OPWhitelist {
|
public enum OPWhitelist {
|
||||||
enable("opWhitelist.enable", false, ConfigParam.BOOLEAN),
|
enable("opWhitelist.enable", false, ConfigParam.BOOLEAN),
|
||||||
playerMustBeOnlineToOp("opWhitelist.playerMustBeOnlineToOp", true, ConfigParam.BOOLEAN),
|
playerMustBeOnlineToOp("opWhitelist.playerMustBeOnlineToOp", true, ConfigParam.BOOLEAN),
|
||||||
noOpPlayerDeopEnable("noOpPlayerDeop.enable", true, ConfigParam.BOOLEAN),
|
noOpPlayerDeopEnable("opWhitelist.noOpPlayerDeop.enable", true, ConfigParam.BOOLEAN),
|
||||||
noOpPlayerDeopPlayerSendMessage("opWhitelist.noOpPlayerDeop.playerSendMessage", true, ConfigParam.BOOLEAN),
|
noOpPlayerDeopPlayerSendMessage("opWhitelist.noOpPlayerDeop.playerSendMessage", true, ConfigParam.BOOLEAN),
|
||||||
noOpPlayerKickEnable("opWhitelist.noOpPlayerKick.enable", true, ConfigParam.BOOLEAN),
|
noOpPlayerKickEnable("opWhitelist.noOpPlayerKick.enable", true, ConfigParam.BOOLEAN),
|
||||||
noOpPlayerSetGameModeEnable("opWhitelist.noOpPlayerSetGameMode.enable", true, ConfigParam.BOOLEAN),
|
noOpPlayerSetGameModeEnable("opWhitelist.noOpPlayerSetGameMode.enable", true, ConfigParam.BOOLEAN),
|
||||||
|
Loading…
Reference in New Issue
Block a user