Guest User

Untitled

a guest
Apr 17th, 2019
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.74 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. # Players need to use the command /ru check to rankup or let automatic?
  5. auto-rankup=true
  6. # Players need to use the command /ru rankup to rankup or /ru check will do this?
  7. check-rankup=true
  8. database {
  9. prefix="ru_"
  10. # This is the uri connection
  11. # Default H2 uri: "jdbc:h2:%s/playerstats.db;mode=MySQL" (%s will be replaced by rankupper path)
  12. # Mysql uri: "jdbc:mysql://localhost:3306/playerstats?useUnicode=true&characterEncoding=utf8&user=myuser&password=mypwd"
  13. uri="jdbc:h2:%s/playerstats.db;mode=MySQL"
  14. }
  15. # Save to database every X minutes.
  16. database-save-interval=5
  17. # Date format to save data info of players.
  18. date-format="dd/MM/yyyy"
  19. # Enable debug messages?
  20. debug-messages=false
  21. exclude-groups=[
  22. "admin_group",
  23. "op_group",
  24. "owner_group"
  25. ]
  26. # Available languages: EN-US, PT-BR
  27. language=EN-US
  28. # IMPORTANT: Change from "default" to exact group name the player need to is in to be promoted to next group
  29. ranked-groups {
  30. balboo {
  31. # Commands to execute when promote. These commands will depend on your permission plugin.
  32. # Available placeholders: {player}, {oldgroup}, {newgroup}
  33. execute-commands=[
  34. "lp user {player} parent set bandholz"
  35. ]
  36. # Levels(not experience) needed to promote.
  37. levels-needed=0
  38. # Broadcast the promote message to all players.
  39. # Available placeholders: {player}, {time}, {newgroup}
  40. message-broadcast="&a>> The player &6{player} &ahas played for &6{time} &aand now is rank &d{newgroup}."
  41. # Use the values of your scoreboard's Scores by name to rank up players.
  42. # Set to 0 or -1 to disable.
  43. minecraft-scoreboards {
  44. TeamBlue=-1
  45. }
  46. # Use some Minecraft Statistics to track for rankup.
  47. # This option will only accept LONG types for statistics.
  48. # See all statistics names here: https://jd.spongepowered.org/7.0.0/org/spongepowered/api/statistic/Statistics.html
  49. # Set to 0 or -1 to disable.
  50. minecraft-statistics {
  51. "MOB_KILLS"=-1
  52. }
  53. # Minutes played needed.
  54. minutes-needed=302400
  55. # Money needed. Do not requires additional plugin.
  56. money-needed=0
  57. # Exact name of group to promote player on match the requirements.
  58. next-group=bandholz
  59. }
  60. default {
  61. # Commands to execute when promote. These commands will depend on your permission plugin.
  62. # Available placeholders: {player}, {oldgroup}, {newgroup}
  63. execute-commands=[
  64. "lp user {player} parent set stubble"
  65. ]
  66. # Levels(not experience) needed to promote.
  67. levels-needed=0
  68. # Broadcast the promote message to all players.
  69. # Available placeholders: {player}, {time}, {newgroup}
  70. message-broadcast="&a>> The player &6{player} &ahas played for &6{time} &aand now is rank &d{newgroup}."
  71. # Use the values of your scoreboard's Scores by name to rank up players.
  72. # Set to 0 or -1 to disable.
  73. minecraft-scoreboards {
  74. TeamBlue=-1
  75. }
  76. # Use some Minecraft Statistics to track for rankup.
  77. # This option will only accept LONG types for statistics.
  78. # See all statistics names here: https://jd.spongepowered.org/7.0.0/org/spongepowered/api/statistic/Statistics.html
  79. # Set to 0 or -1 to disable.
  80. minecraft-statistics {
  81. "MOB_KILLS"=-1
  82. }
  83. # Minutes played needed.
  84. minutes-needed=1
  85. # Money needed. Do not requires additional plugin.
  86. money-needed=0
  87. # Exact name of group to promote player on match the requirements.
  88. next-group=stubble
  89. }
  90. goatee {
  91. # Commands to execute when promote. These commands will depend on your permission plugin.
  92. # Available placeholders: {player}, {oldgroup}, {newgroup}
  93. execute-commands=[
  94. "lp user {player} parent set balboo"
  95. ]
  96. # Levels(not experience) needed to promote.
  97. levels-needed=0
  98. # Broadcast the promote message to all players.
  99. # Available placeholders: {player}, {time}, {newgroup}
  100. message-broadcast="&a>> The player &6{player} &ahas played for &6{time} &aand now is rank &d{newgroup}."
  101. # Use the values of your scoreboard's Scores by name to rank up players.
  102. # Set to 0 or -1 to disable.
  103. minecraft-scoreboards {
  104. TeamBlue=-1
  105. }
  106. # Use some Minecraft Statistics to track for rankup.
  107. # This option will only accept LONG types for statistics.
  108. # See all statistics names here: https://jd.spongepowered.org/7.0.0/org/spongepowered/api/statistic/Statistics.html
  109. # Set to 0 or -1 to disable.
  110. minecraft-statistics {
  111. "MOB_KILLS"=-1
  112. }
  113. # Minutes played needed.
  114. minutes-needed=10080
  115. # Money needed. Do not requires additional plugin.
  116. money-needed=0
  117. # Exact name of group to promote player on match the requirements.
  118. next-group=balboo
  119. }
  120. stubble {
  121. # Commands to execute when promote. These commands will depend on your permission plugin.
  122. # Available placeholders: {player}, {oldgroup}, {newgroup}
  123. execute-commands=[
  124. "lp user {player} parent set goatee"
  125. ]
  126. # Levels(not experience) needed to promote.
  127. levels-needed=0
  128. # Broadcast the promote message to all players.
  129. # Available placeholders: {player}, {time}, {newgroup}
  130. message-broadcast="&a>> The player &6{player} &ahas played for &6{time} &aand now is rank &d{newgroup}."
  131. # Use the values of your scoreboard's Scores by name to rank up players.
  132. # Set to 0 or -1 to disable.
  133. minecraft-scoreboards {
  134. TeamBlue=-1
  135. }
  136. # Use some Minecraft Statistics to track for rankup.
  137. # This option will only accept LONG types for statistics.
  138. # See all statistics names here: https://jd.spongepowered.org/7.0.0/org/spongepowered/api/statistic/Statistics.html
  139. # Set to 0 or -1 to disable.
  140. minecraft-statistics {
  141. "MOB_KILLS"=-1
  142. }
  143. # Minutes played needed.
  144. minutes-needed=1440
  145. # Money needed. Do not requires additional plugin.
  146. money-needed=0
  147. # Exact name of group to promote player on match the requirements.
  148. next-group=goatee
  149. }
  150. }
  151. # Interval to add online player times.
  152. update-player-time-minutes=1
  153. # Use uuids to store players stats on playerstats.conf?
  154. use-uuids-instead-names=true
Add Comment
Please, Sign In to add comment