SpectatorPlus/resources/config.yml
Ad5001 db25f3dd0f Adding view as entity ! Also much fixs...
Tell me if you want more stuffs :)
2016-07-25 20:35:10 +03:00

22 linhas
778 B
YAML

---
# Welcome to SpectatorPlus config !
# Here you can configure every name and messages that are managed by this plugin.
# The message used when teleporting to a player in spectator mode using a compass
TeleportMessage: "{player}, you have been teleported to {to}. In-game players remaining: {count}"
# The message when you click the bed to get back to the lobby.
LobbyMessage: Welcome back to lobby {player}
# Here is the name of the compass
TPCompassName: Find player
# Here is the name of the back-to-lobby bed.
BedBackName: Back to lobby
# Here is the name of the escape player's view feather.
EscapeViewName: Escape view
# Name of the lobby world
LobbyWorld: world
# Does the spectators have a private chat (true) or speak to everyone (false)
PrivateSpecChat: true
...