summaryrefslogtreecommitdiffstats
path: root/EssentialsUpdate/src/plugin.yml
diff options
context:
space:
mode:
authorsnowleo <schneeleo@gmail.com>2011-10-12 03:14:07 +0200
committersnowleo <schneeleo@gmail.com>2011-10-12 03:14:26 +0200
commitea192ddd6d5b538e0bd0f6f1721890eb3c25de30 (patch)
tree344d5ad4eec389eedc6a72dbfb1bdfba1047a447 /EssentialsUpdate/src/plugin.yml
parent1b34ed40736b03f440352f8193f24b6b0525868a (diff)
downloadEssentials-ea192ddd6d5b538e0bd0f6f1721890eb3c25de30.tar
Essentials-ea192ddd6d5b538e0bd0f6f1721890eb3c25de30.tar.gz
Essentials-ea192ddd6d5b538e0bd0f6f1721890eb3c25de30.tar.lz
Essentials-ea192ddd6d5b538e0bd0f6f1721890eb3c25de30.tar.xz
Essentials-ea192ddd6d5b538e0bd0f6f1721890eb3c25de30.zip
EssentialsUpdate WIP
Diffstat (limited to 'EssentialsUpdate/src/plugin.yml')
-rw-r--r--EssentialsUpdate/src/plugin.yml21
1 files changed, 21 insertions, 0 deletions
diff --git a/EssentialsUpdate/src/plugin.yml b/EssentialsUpdate/src/plugin.yml
new file mode 100644
index 000000000..b8dbe8e25
--- /dev/null
+++ b/EssentialsUpdate/src/plugin.yml
@@ -0,0 +1,21 @@
+# This determines the command prefix when there are conflicts (/name:home, /name:help, etc.)
+name: EssentialsUpdate
+main: com.earth2me.essentials.update.EssentialsUpdate
+# Note to developers: This next line cannot change, or the automatic versioning system will break.
+version: TeamCity
+description: This plugin allows to install or update all Essentials plugins
+authors: [snowleo]
+commands:
+ essentialsupdate:
+ description: Install or update the Essentials plugins.
+ usage: /<command>
+ essentialshelp:
+ description: Get help from the Essentials support chat.
+ usage: /<command>
+permissions:
+ essentials.update:
+ description: Allows you to update Essentials
+ default: op
+ essentials.helpchat:
+ description: Allows you to join Essentials help chat
+ default: op \ No newline at end of file