Advertisement
Guest User

Untitled

a guest
Apr 10th, 2018
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  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.     "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.         # Commands to execute when promote. These commands will depend on your permission plugin.
  26.         # Available placeholders: {player}, {oldgroup}, {newgroup}
  27.         execute-commands=[]
  28.         # Levels(not experience) needed to promote.
  29.         levels-needed=0
  30.         # Broadcast the promote messsage to all players.
  31.         # Available placeholders: {player}, {time}, {newgroup}
  32.         message-broadcast="&a>> The player &6{player} &ahas played for &6{time} &aand now is rank {newgroup} of server."
  33.         # Use some Minecraft Statistics to track for rankup.
  34.         # This option will only accept LONG types for statistics.
  35.         # See all statistics names here: https://jd.spongepowered.org/7.0.0/org/spongepowered/api/statistic/Statistics.html
  36.         minecraft-statistics {
  37.         }
  38.         # Minutes played needed.
  39.         minutes-needed=0
  40.         # Money needed. Do not requires additional plugin.
  41.         money-needed=0
  42.         # Exact name of group to promote player on match the requiriments.
  43.         next-group=Herald
  44.     },
  45.     Herald {
  46.         # Commands to execute when promote. These commands will depend on your permission plugin.
  47.         # Available placeholders: {player}, {oldgroup}, {newgroup}
  48.         execute-commands=[
  49.             "lp user {player} parent remove {oldgroup}",
  50.             "lp user {player} parent add {newgroup}",
  51.             "ftb ranks set {player} {newgroup}",
  52.             "ftb reload"
  53.         ]
  54.         # Levels(not experience) needed to promote.
  55.         levels-needed=0
  56.         # Broadcast the promote messsage to all players.
  57.         # Available placeholders: {player}, {time}, {newgroup}
  58.         message-broadcast="&a>> The player &6{player} &ahas played for &6{time} &aand now is rank {newgroup} of server."
  59.         # Use some Minecraft Statistics to track for rankup.
  60.         # This option will only accept LONG types for statistics.
  61.         # See all statistics names here: https://jd.spongepowered.org/7.0.0/org/spongepowered/api/statistic/Statistics.html
  62.         minecraft-statistics {
  63.         }
  64.         # Minutes played needed.
  65.         minutes-needed=240
  66.         # Money needed. Do not requires additional plugin.
  67.         money-needed=0
  68.         # Exact name of group to promote player on match the requiriments.
  69.         next-group=Guardian
  70.     },
  71.     Guardian {
  72.         # Commands to execute when promote. These commands will depend on your permission plugin.
  73.         # Available placeholders: {player}, {oldgroup}, {newgroup}
  74.         execute-commands=[
  75.             "lp user {player} parent remove {oldgroup}",
  76.             "lp user {player} parent add {newgroup}",
  77.             "ftb ranks set {player} {newgroup}",
  78.             "ftb reload"
  79.         ]
  80.         # Levels(not experience) needed to promote.
  81.         levels-needed=0
  82.         # Broadcast the promote messsage to all players.
  83.         # Available placeholders: {player}, {time}, {newgroup}
  84.         message-broadcast="&a>> The player &6{player} &ahas played for &6{time} &aand now is rank {newgroup} of server."
  85.         # Use some Minecraft Statistics to track for rankup.
  86.         # This option will only accept LONG types for statistics.
  87.         # See all statistics names here: https://jd.spongepowered.org/7.0.0/org/spongepowered/api/statistic/Statistics.html
  88.         minecraft-statistics {
  89.         }
  90.         # Minutes played needed.
  91.         minutes-needed=720
  92.         # Money needed. Do not requires additional plugin.
  93.         money-needed=0
  94.         # Exact name of group to promote player on match the requiriments.
  95.         next-group=Crusader
  96.     },
  97.     Crusader {
  98.         # Commands to execute when promote. These commands will depend on your permission plugin.
  99.         # Available placeholders: {player}, {oldgroup}, {newgroup}
  100.         execute-commands=[
  101.             "lp user {player} parent remove {oldgroup}",
  102.             "lp user {player} parent add {newgroup}",
  103.             "ftb ranks set {player} {newgroup}",
  104.             "ftb reload"
  105.         ]
  106.         # Levels(not experience) needed to promote.
  107.         levels-needed=0
  108.         # Broadcast the promote messsage to all players.
  109.         # Available placeholders: {player}, {time}, {newgroup}
  110.         message-broadcast="&a>> The player &6{player} &ahas played for &6{time} &aand now is rank {newgroup} of server."
  111.         # Use some Minecraft Statistics to track for rankup.
  112.         # This option will only accept LONG types for statistics.
  113.         # See all statistics names here: https://jd.spongepowered.org/7.0.0/org/spongepowered/api/statistic/Statistics.html
  114.         minecraft-statistics {
  115.         }
  116.         # Minutes played needed.
  117.         minutes-needed=1440
  118.         # Money needed. Do not requires additional plugin.
  119.         money-needed=0
  120.         # Exact name of group to promote player on match the requiriments.
  121.         next-group=Archon
  122.     },
  123.     Archon {
  124.         # Commands to execute when promote. These commands will depend on your permission plugin.
  125.         # Available placeholders: {player}, {oldgroup}, {newgroup}
  126.         execute-commands=[
  127.             "lp user {player} parent remove {oldgroup}",
  128.             "lp user {player} parent add {newgroup}",
  129.             "ftb ranks set {player} {newgroup}",
  130.             "ftb reload"
  131.         ]
  132.         # Levels(not experience) needed to promote.
  133.         levels-needed=0
  134.         # Broadcast the promote messsage to all players.
  135.         # Available placeholders: {player}, {time}, {newgroup}
  136.         message-broadcast="&a>> The player &6{player} &ahas played for &6{time} &aand now is rank {newgroup} of server."
  137.         # Use some Minecraft Statistics to track for rankup.
  138.         # This option will only accept LONG types for statistics.
  139.         # See all statistics names here: https://jd.spongepowered.org/7.0.0/org/spongepowered/api/statistic/Statistics.html
  140.         minecraft-statistics {
  141.         }
  142.         # Minutes played needed.
  143.         minutes-needed=2880
  144.         # Money needed. Do not requires additional plugin.
  145.         money-needed=0
  146.         # Exact name of group to promote player on match the requiriments.
  147.         next-group=Legend
  148.     },
  149.     Legend {
  150.         # Commands to execute when promote. These commands will depend on your permission plugin.
  151.         # Available placeholders: {player}, {oldgroup}, {newgroup}
  152.         execute-commands=[
  153.             "lp user {player} parent remove {oldgroup}",
  154.             "lp user {player} parent add {newgroup}",
  155.             "ftb ranks set {player} {newgroup}",
  156.             "ftb reload"
  157.         ]
  158.         # Levels(not experience) needed to promote.
  159.         levels-needed=0
  160.         # Broadcast the promote messsage to all players.
  161.         # Available placeholders: {player}, {time}, {newgroup}
  162.         message-broadcast="&a>> The player &6{player} &ahas played for &6{time} &aand now is rank {newgroup} of server."
  163.         # Use some Minecraft Statistics to track for rankup.
  164.         # This option will only accept LONG types for statistics.
  165.         # See all statistics names here: https://jd.spongepowered.org/7.0.0/org/spongepowered/api/statistic/Statistics.html
  166.         minecraft-statistics {
  167.         }
  168.         # Minutes played needed.
  169.         minutes-needed=4320
  170.         # Money needed. Do not requires additional plugin.
  171.         money-needed=0
  172.         # Exact name of group to promote player on match the requiriments.
  173.         next-group=Ancient
  174.     },
  175.     Ancient {
  176.         # Commands to execute when promote. These commands will depend on your permission plugin.
  177.         # Available placeholders: {player}, {oldgroup}, {newgroup}
  178.         execute-commands=[
  179.             "lp user {player} parent remove {oldgroup}",
  180.             "lp user {player} parent add {newgroup}",
  181.             "ftb ranks set {player} {newgroup}",
  182.             "ftb reload"
  183.         ]
  184.         # Levels(not experience) needed to promote.
  185.         levels-needed=0
  186.         # Broadcast the promote messsage to all players.
  187.         # Available placeholders: {player}, {time}, {newgroup}
  188.         message-broadcast="&a>> The player &6{player} &ahas played for &6{time} &aand now is rank {newgroup} of server."
  189.         # Use some Minecraft Statistics to track for rankup.
  190.         # This option will only accept LONG types for statistics.
  191.         # See all statistics names here: https://jd.spongepowered.org/7.0.0/org/spongepowered/api/statistic/Statistics.html
  192.         minecraft-statistics {
  193.         }
  194.         # Minutes played needed.
  195.         minutes-needed=7200
  196.         # Money needed. Do not requires additional plugin.
  197.         money-needed=0
  198.         # Exact name of group to promote player on match the requiriments.
  199.         next-group=Divine
  200.     },
  201.     Divine {
  202.         # Commands to execute when promote. These commands will depend on your permission plugin.
  203.         # Available placeholders: {player}, {oldgroup}, {newgroup}
  204.         execute-commands=[
  205.             "lp user {player} parent remove {oldgroup}",
  206.             "lp user {player} parent add {newgroup}",
  207.             "ftb ranks set {player} {newgroup}",
  208.             "ftb reload"
  209.         ]
  210.         # Levels(not experience) needed to promote.
  211.         levels-needed=0
  212.         # Broadcast the promote messsage to all players.
  213.         # Available placeholders: {player}, {time}, {newgroup}
  214.         message-broadcast="&a>> The player &6{player} &ahas played for &6{time} &aand now is rank {newgroup} of server."
  215.         # Use some Minecraft Statistics to track for rankup.
  216.         # This option will only accept LONG types for statistics.
  217.         # See all statistics names here: https://jd.spongepowered.org/7.0.0/org/spongepowered/api/statistic/Statistics.html
  218.         minecraft-statistics {
  219.         }
  220.         # Minutes played needed.
  221.         minutes-needed=10080
  222.         # Money needed. Do not requires additional plugin.
  223.         money-needed=0
  224.         # Exact name of group to promote player on match the requiriments.
  225.         next-group=Divine
  226.     }
  227. }
  228. # Interval to add online player times.
  229. update-player-time-minutes=5
  230. # Use uuids to store players stats on playerstats.conf?
  231. use-uuids-instead-names=true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement