diff options
author | snowleo <snowleo@e251c2fe-e539-e718-e476-b85c1f46cddb> | 2011-05-19 19:32:55 +0000 |
---|---|---|
committer | snowleo <snowleo@e251c2fe-e539-e718-e476-b85c1f46cddb> | 2011-05-19 19:32:55 +0000 |
commit | b518a04795b6117e3b8a9de03b201878758c38f0 (patch) | |
tree | 528408e28eac01da8463e06452dc62b406198b6b | |
parent | a805c5425c68afe8f04856ede7060eda62266f2d (diff) | |
download | Essentials-b518a04795b6117e3b8a9de03b201878758c38f0.tar Essentials-b518a04795b6117e3b8a9de03b201878758c38f0.tar.gz Essentials-b518a04795b6117e3b8a9de03b201878758c38f0.tar.lz Essentials-b518a04795b6117e3b8a9de03b201878758c38f0.tar.xz Essentials-b518a04795b6117e3b8a9de03b201878758c38f0.zip |
Removed plugin command from Essentials. It's useless at the moment.
If you want to reload the config files use /essentials.
If you update jar files, restart the server.
git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1505 e251c2fe-e539-e718-e476-b85c1f46cddb
-rw-r--r-- | Essentials/src/plugin.yml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Essentials/src/plugin.yml b/Essentials/src/plugin.yml index 2e813a2a5..5a1681334 100644 --- a/Essentials/src/plugin.yml +++ b/Essentials/src/plugin.yml @@ -183,10 +183,6 @@ commands: description: Pong!
usage: /<command>
aliases: [pong,eping]
- plugin:
- description: Enables, disables, or reloads a plugin.
- usage: /<command> [enable|disable|reload] [plugin]
- aliases: [plugins,eplugin]
powertool:
description: Assigns a command to the item in hand, {player} will be replaced by the name of the player that you click.
usage: /<command> [command] <arguments>
|