Advertisement
Guest User

Untitled

a guest
Nov 1st, 2013
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. # -- Worlds --
  2.  
  3. lobby {
  4. worldFolder = 'lobby'
  5. lobbyName = 'Lobby'
  6. lobbyTime = '240' # Lobby seconds.
  7. stateMessageTime = '40' # How often the state message appears.
  8. adminChat = '&RED[ADMIN] %tdisplay%: %message%' # The format of the chat for admins.
  9. spectatorChat = '&GRAY[SPECTATOR] %tdisplay%: %message%' # The format of the chat for spectators.
  10. tributeChat = '&DARK_GREEN[%points%] %tdisplay%: %message%' # The format of the chat for tributes.
  11. lobbySpawn = '518.0,4.0,7.0' # The spawn location for the lobby.
  12. }
  13. worlds {
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement