mirror of
https://github.com/EssentialsX/Essentials.git
synced 2024-11-05 02:19:52 +01:00
18 lines
758 B
YAML
18 lines
758 B
YAML
# 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://tiny.cc/EssentialsCommands
|
|
description: Provides spawn control commands, utilizing Essentials.
|
|
authors: [Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans, Xeology, KHobbits]
|
|
depend: [Essentials]
|
|
commands:
|
|
setspawn:
|
|
description: Set the spawnpoint to your current position.
|
|
usage: /<command> <group>
|
|
aliases: [esetspawn]
|
|
spawn:
|
|
description: Teleport to the spawnpoint.
|
|
usage: /<command> [player]
|
|
aliases: [espawn] |