TF-EssentialsX/EssentialsSpawn/src/plugin.yml

24 lines
937 B
YAML
Raw Normal View History

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: ${full.version}
2012-01-28 00:20:46 +00:00
website: http://tiny.cc/EssentialsCommands
2011-07-24 21:19:12 +00:00
description: Provides spawn control commands, utilizing Essentials.
2011-12-09 21:51:31 +00:00
authors: [Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans, Xeology, KHobbits]
2011-07-24 21:19:12 +00:00
depend: [Essentials]
api-version: 1.13
2011-07-24 21:19:12 +00:00
commands:
setspawn:
description: Sets the spawn point to your current position.
2011-07-24 21:19:12 +00:00
usage: /<command> <group>
aliases: [esetspawn]
2011-07-24 21:19:12 +00:00
spawn:
description: Teleports to the spawn point.
usage: /<command> [player]
aliases: [espawn]
permissions:
essentials.spawn-on-join.exempt:
default: false
description: "Bypass spawn teleportation on join when spawn-on-join is true."