33 lines
763 B
YAML
33 lines
763 B
YAML
|
|
# This is the Bukkit commands configuration file for Paper.
|
||
|
|
#
|
||
|
|
# If you need help with the configuration or have any questions related to Paper,
|
||
|
|
# join us in our Discord or check the docs page.
|
||
|
|
#
|
||
|
|
# File Reference: https://docs.papermc.io/paper/reference/bukkit-commands-configuration/
|
||
|
|
# Docs: https://docs.papermc.io/
|
||
|
|
# Discord: https://discord.gg/papermc
|
||
|
|
# Website: https://papermc.io/
|
||
|
|
|
||
|
|
command-block-overrides: []
|
||
|
|
ignore-vanilla-permissions: false
|
||
|
|
|
||
|
|
aliases:
|
||
|
|
tp:
|
||
|
|
- essentials:tpa $1-
|
||
|
|
|
||
|
|
# Allow ONLY /deletehome (maps to essentials:delhome)
|
||
|
|
deletehome:
|
||
|
|
- essentials:delhome $1-
|
||
|
|
|
||
|
|
# Disable /delhome by NOT defining it here
|
||
|
|
|
||
|
|
tpa: []
|
||
|
|
tpahere: []
|
||
|
|
tphere: []
|
||
|
|
teleport: []
|
||
|
|
|
||
|
|
skin clear: []
|
||
|
|
skin update: []
|
||
|
|
skin search: []
|
||
|
|
skin random: []
|