Implement ability to disable/enable plugins
This commit is contained in:
parent
0132c06483
commit
9097b06ed5
6 changed files with 129 additions and 16 deletions
|
|
@ -6,9 +6,12 @@ import org.bukkit.command.CommandSender;
|
|||
public enum Result {
|
||||
NOT_EXISTS,
|
||||
NOT_ENABLED,
|
||||
ALREADY_LOADED,
|
||||
ALREADY_ENABLED,
|
||||
ALREADY_DISABLED,
|
||||
FILE_CHANGED,
|
||||
INVALID_DESCRIPTION,
|
||||
INVALID_PLUGIN,
|
||||
ERROR,
|
||||
SUCCESS;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue