2011-07-24 21:19:12 +00:00
|
|
|
# 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, ceulemans, Xeology]
|
|
|
|
depend: [Essentials]
|
|
|
|
commands:
|
|
|
|
setspawn:
|
|
|
|
description: Set the spawnpoint to your current position.
|
|
|
|
usage: /<command> <group>
|
|
|
|
spawn:
|
|
|
|
description: Teleport to the spawnpoint.
|
2011-12-04 21:10:20 +00:00
|
|
|
usage: /<command> [player]
|