diff options
author | snowleo <schneeleo@gmail.com> | 2011-12-04 22:10:20 +0100 |
---|---|---|
committer | snowleo <schneeleo@gmail.com> | 2011-12-04 22:10:20 +0100 |
commit | c8814bd70ea50eee81fd18e0e23c607629cb230f (patch) | |
tree | 59d6f1721ec9c2b25a4399da6003a0ecf17e92b3 /EssentialsSpawn | |
parent | 8417c5e1f06a51a0b2dd305902465c4a02c88b80 (diff) | |
download | Essentials-c8814bd70ea50eee81fd18e0e23c607629cb230f.tar Essentials-c8814bd70ea50eee81fd18e0e23c607629cb230f.tar.gz Essentials-c8814bd70ea50eee81fd18e0e23c607629cb230f.tar.lz Essentials-c8814bd70ea50eee81fd18e0e23c607629cb230f.tar.xz Essentials-c8814bd70ea50eee81fd18e0e23c607629cb230f.zip |
Added missing [player] to plugin.yml
Diffstat (limited to 'EssentialsSpawn')
-rw-r--r-- | EssentialsSpawn/src/plugin.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/EssentialsSpawn/src/plugin.yml b/EssentialsSpawn/src/plugin.yml index 1e01eebd9..9a5261e56 100644 --- a/EssentialsSpawn/src/plugin.yml +++ b/EssentialsSpawn/src/plugin.yml @@ -13,4 +13,4 @@ commands: usage: /<command> <group> spawn: description: Teleport to the spawnpoint. - usage: /<command>
\ No newline at end of file + usage: /<command> [player]
\ No newline at end of file |