summaryrefslogtreecommitdiffstats
path: root/EssentialsSpawn/src/plugin.yml
diff options
context:
space:
mode:
authorsnowleo <snowleo@e251c2fe-e539-e718-e476-b85c1f46cddb>2011-03-19 22:39:51 +0000
committersnowleo <snowleo@e251c2fe-e539-e718-e476-b85c1f46cddb>2011-03-19 22:39:51 +0000
commit59d0415c7d7c1aa1a1720734d73f9aada9c38c89 (patch)
tree751109b805d814fb4d290ce5b03fb19dc52f11f2 /EssentialsSpawn/src/plugin.yml
parentea668bf9d0733ad1ec6dd0653b1d243b3d979a59 (diff)
downloadEssentials-59d0415c7d7c1aa1a1720734d73f9aada9c38c89.tar
Essentials-59d0415c7d7c1aa1a1720734d73f9aada9c38c89.tar.gz
Essentials-59d0415c7d7c1aa1a1720734d73f9aada9c38c89.tar.lz
Essentials-59d0415c7d7c1aa1a1720734d73f9aada9c38c89.tar.xz
Essentials-59d0415c7d7c1aa1a1720734d73f9aada9c38c89.zip
Moving all files to trunk.
git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@969 e251c2fe-e539-e718-e476-b85c1f46cddb
Diffstat (limited to 'EssentialsSpawn/src/plugin.yml')
-rw-r--r--EssentialsSpawn/src/plugin.yml15
1 files changed, 15 insertions, 0 deletions
diff --git a/EssentialsSpawn/src/plugin.yml b/EssentialsSpawn/src/plugin.yml
new file mode 100644
index 000000000..de4e39b15
--- /dev/null
+++ b/EssentialsSpawn/src/plugin.yml
@@ -0,0 +1,15 @@
+# This determines the command prefix when there are conflicts (/name:home, /name:help, etc.)
+name: EssentialsSpawn
+main: com.earth2me.essentials.spawn.EssentialsSpawn
+# Note to developers: This next line cannot change, or the automatic versioning system will break.
+version: TeamCity
+website: http://www.earth2me.net:8001/
+description: Provides spawn control commands, utilizing Essentials.
+authors: [Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo]
+commands:
+ setspawn:
+ description: Set the spawnpoint to your current position.
+ usage: /<command> <group>
+ spawn:
+ description: Teleport to the spawnpoint.
+ usage: /<command> \ No newline at end of file