Advertisement
NathanWolfu_

Untitled

Jul 30th, 2016
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | None | 0 0
  1. # Date format to save data info of players.
  2. #
  3. date-format="dd/MM/yyyy"
  4. # Enable debug messages?
  5. #
  6. debug-messages=false
  7. # Save to file every X minutes.
  8. #
  9. flat-file-save-interval=20
  10. # Language file. Only EN-US available for now.
  11. #
  12. language=EN-US
  13. # All configurations for promote players based on requeriments.
  14. #
  15. ranked-groups {
  16. Trainer {
  17. execute-commands=[
  18. "pex user {player} parent delete group {oldgroup}",
  19. "pex user {player} parent add group {newgroup}",
  20. "pex reload"
  21. ]
  22. levels-needed=0
  23. message-broadcast="&a>> The player &6{player} &ahas played for &6{time} &aand now is rank {newgroup} of server."
  24. minutes-needed=360
  25. money-needed=0
  26. next-group="Bug_Catcher"
  27. }
  28. }
  29. # Interval to add for online players.
  30. #
  31. update-player-time-minutes=1
  32. # Use uuids to store players stats on playerstats.conf?
  33. #
  34. use-uuids-instead-names=true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement