Closes #58 - Disable OP commands on Sponge

This commit is contained in:
Luck
2016-12-07 21:27:50 +00:00
Unverified
parent 251f51b01c
commit 4ecb2c7c27
3 changed files with 15 additions and 0 deletions
@@ -41,6 +41,7 @@ public enum Message {
PLAYER_OFFLINE("&cOffline", false),
LOADING_ERROR("Permissions data could not be loaded. Please contact an administrator.", true),
OP_DISABLED("&bThe vanilla OP system is disabled on this server.", false),
OP_DISABLED_SPONGE("&2Server Operator status has no effect when a permission plugin is installed. Please edit user data directly.", true),
LOG("&3LOG &3&l> {0}", true),
COMMAND_NOT_RECOGNISED("Command not recognised.", true),