Advertisement
Guest User

Untitled

a guest
Jan 20th, 2019
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.31 KB | None | 0 0
  1. # Stop counting time when a player is AFK? (Using Nucleus' API only!)
  2. # Setting this true without Nucleus (0.23.1+) installed will result in player's time not being counted.
  3. afk-support=true
  4. database {
  5. prefix="ru_"
  6. # The default uri is: "jdbc:h2:%s/playerstats.db"
  7. # %s will be replaced by rankupper path.
  8. uri="jdbc:h2:%s/playerstats.db"
  9. }
  10. # Save to database every X minutes.
  11. database-save-interval=5
  12. # Date format to save data info of players.
  13. date-format="dd/MM/yyyy"
  14. # Enable debug messages?
  15. debug-messages=false
  16. exclude-groups=[
  17. "staff_group",
  18. "donor_group"
  19. ]
  20. # Available languages: EN-US, PT-BR
  21. language=EN-US
  22. # IMPORTANT: Change from "default" to exact group name the player need to is in to be promoted to next group
  23. ranked-groups {
  24. default {
  25. execute-commands=[
  26. "lp user {player} parent add youngster",
  27. "lp user {player} parent remove default"
  28. ]
  29. levels-needed=3
  30. message-broadcast="&6{player} &ahas Ranked up to Youngster!"
  31. minecraft-statistics {}
  32. minutes-needed=300
  33. money-needed=7500
  34. next-group=Youngster
  35. }
  36. }
  37. # Interval to a
  38. # Interval to add online player times.
  39. update-player-time-minutes=5
  40. # Use uuids to store players stats on playerstats.conf?
  41. use-uuids-instead-names=true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement