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.
|
2018-03-29 03:00:19 +00:00
|
|
|
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]
|
2019-01-05 18:42:09 +00:00
|
|
|
api-version: 1.13
|
2011-07-24 21:19:12 +00:00
|
|
|
commands:
|
|
|
|
setspawn:
|
2019-01-05 18:42:09 +00:00
|
|
|
description: Sets the spawn point to your current position.
|
2011-07-24 21:19:12 +00:00
|
|
|
usage: /<command> <group>
|
2012-06-13 02:28:10 +00:00
|
|
|
aliases: [esetspawn]
|
2011-07-24 21:19:12 +00:00
|
|
|
spawn:
|
2019-01-05 18:42:09 +00:00
|
|
|
description: Teleports to the spawn point.
|
2012-06-13 02:28:10 +00:00
|
|
|
usage: /<command> [player]
|
2016-06-19 20:07:45 +00:00
|
|
|
aliases: [espawn]
|
|
|
|
permissions:
|
|
|
|
essentials.spawn-on-join.exempt:
|
|
|
|
default: false
|
|
|
|
description: "Bypass spawn teleportation on join when spawn-on-join is true."
|