Moving forward !

This commit is contained in:
Ad5001 2016-07-25 15:20:13 +03:00
parent dab81dfaec
commit 9d4e564699
4 changed files with 233 additions and 0 deletions

18
resources/config.yml Normal file
View file

@ -0,0 +1,18 @@
---
# 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
# Name of the lobby world
LobbyWorld:
...