33 lines
824 B
YAML
33 lines
824 B
YAML
# This is the commands configuration file for Bukkit.
|
|
# For documentation on how to make use of this file, check out the Bukkit Wiki at
|
|
# https://www.spigotmc.org/go/commands-yml
|
|
#
|
|
# If you need help on this file, feel free to join us on irc or leave a message
|
|
# on the forums asking for advice.
|
|
#
|
|
# IRC: #spigot @ irc.spi.gt
|
|
# (If this means nothing to you, just go to https://www.spigotmc.org/go/irc )
|
|
# Forums: https://www.spigotmc.org/
|
|
# Bug tracker: https://www.spigotmc.org/go/bugs
|
|
|
|
command-block-overrides: []
|
|
ignore-vanilla-permissions: false
|
|
aliases:
|
|
icanhasbukkit:
|
|
- version $1-
|
|
# Teleportation
|
|
survival:
|
|
- server survival
|
|
lobby:
|
|
- spawn lobby
|
|
creative:
|
|
- spawn creative
|
|
|
|
# Home Management
|
|
home:
|
|
- plot home $1
|
|
sethome:
|
|
- plot alias set $1
|
|
- plot sethome
|
|
homes:
|
|
- plot list mine
|