Advertisement
Guest User

Untitled

a guest
Apr 3rd, 2019
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.20 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=false
  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. "ops_group",
  18. "admins_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. group-default { ##rank they have to be in for commands to be executed
  25. execute-commands=[
  26. "lp user {player} parent set default+"
  27. ]
  28. message-broadcast="&8ยป &a{player} &6has ranked up to &edefaul+&6."
  29. minutes-needed=25 ##time they need to play
  30. }
  31. }
  32. # Interval to add online player times.
  33. update-player-time-minutes=5
  34. # Use uuids to store players stats on playerstats.conf?
  35. use-uuids-instead-names=true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement