Advertisement
Guest User

Untitled

a guest
Mar 15th, 2016
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. afk {
  2. kick {
  3. # Sets the amount of time until a player is kicked for being AFK.
  4. timer=300000
  5. # When enabled, it enables the kicking of players who are AFK.
  6. use=false
  7. }
  8. # The length of time in millisec until a player is AFK.
  9. timer=300000
  10. }
  11. chat {
  12. # When set, changes the first character in chat from '<'.
  13. firstcharacter=""
  14. # When set, changes the character after the player name from '>'.
  15. lastcharacter=" :"
  16. }
  17. message {
  18. # Message sent to everyone when a player disconnects.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement