Advertisement
Guest User

AutoRank.LC

a guest
Mar 7th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.50 KB | None | 0 0
  1. #------Config AutoRank plugin---------
  2.  
  3. #Database Settings
  4. database:
  5. host: "host"
  6. database: "Database name"
  7. port: "3306"
  8. user: "user"
  9. password: "password"
  10. #Interval of updating data players (IN MINUTES)
  11. interval: 1
  12.  
  13. generalConfig:
  14. #Enable fireworks when player rank-up
  15. fireworks: true
  16. #Broadcast message when player rank-up
  17. globalmesssageUp: true
  18. #Enable Sound when player rank-up
  19. SoundUp: true
  20. #Change this sound: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Sound.html
  21. Sound: "ENTITY_PLAYER_LEVELUP"
  22. #Exclude the AFK players of counted time
  23. #--DEPEND ESSENTIALS PLUGIN FOR USE THIS OPTION!--
  24. Anti-AFK: true
  25. #Enable/disable the top 5 of players the most connected with a scoreboard.
  26. Enable-Scoreboard: false
  27.  
  28. #Your default group (group of the new player)
  29. defaultGroup: "Noob"
  30.  
  31.  
  32. #Exemple of settings group
  33. #NameRank1:
  34. # time: 30
  35. # jobslevel: 5
  36. # money: 500
  37. # claimblock: 2000
  38. # conditions:
  39. # - "time"
  40. # - "money"
  41. # - "jobslevel"
  42. # - "claimblock"
  43. # commands:
  44. # - "give {player} 50 1"
  45. # - "spawn {player}"
  46.  
  47.  
  48.  
  49. #Settings Groups
  50. groups:
  51. #Put the rank name, with capital letters if need, ect...
  52. nameRank1:
  53. #Time for rank-up (IN MINUTES)
  54. #Set value -1 for disable
  55. time: 30
  56. #Levels jobs of player for rank-up (-1 for disable)
  57. #If player has many jobs, put the total of levels of his jobs.
  58. #--DEPEND JOBS REBORN PLUGIN FOR USE THIS OPTION!--
  59. jobslevel: -1
  60. #Money of player for rank-up (-1 for disable)
  61. #--DEPEND ESSENTIALS PLUGIN FOR USE THIS OPTION!--
  62. money: -1
  63. #Number of claims blocks of player for rank-up (-1 for disable)
  64. #--DEPEND GRIEFPREVENTION PLUGIN FOR USE THIS OPTION!--
  65. claimblock: -1
  66.  
  67. #Choose conditions necessary who must be completed for rank-up.
  68. #CONDITIONS: "time" ; "money" ; "jobslevel" ; "claimblock".
  69. conditions: []
  70. #Commandes executed when player rank-up
  71. commands:
  72. - "give {player} 50 1"
  73.  
  74. Amatuer:
  75. time: 120
  76. jobslevel: -1
  77. money: -1
  78. claimblock: -1
  79. conditions:
  80. - "time"
  81. commands:
  82. - "eco give {player} 100"
  83. - "give {player} 15 5"
  84. - "give {player} 263 32"
  85.  
  86. Plasma:
  87. time: 720
  88. jobslevel: -1
  89. money: -1
  90. claimblock: -1
  91. conditions:
  92. - "time"
  93. commands:
  94. - "eco give {player} 400"
  95. - "give {player} 265 5"
  96. - "give {player} 264 1"
  97.  
  98. Galactic:
  99. time: 1440
  100. jobslevel: -1
  101. money: -1
  102. claimblock: -1
  103. conditions:
  104. - "time"
  105. commands:
  106. - "eco give {player} 800"
  107. - "give {player} 42 2"
  108. - "give {player} 264 2"
  109.  
  110. Lannister:
  111. time: 2160
  112. jobslevel: -1
  113. money: -1
  114. claimblock: -1
  115. conditions:
  116. - "time"
  117. commands:
  118. - "eco give {player} 1000"
  119. - "give {player} 265 5"
  120. - "give {player} 264 2"
  121.  
  122. Kronos:
  123. time: 2880
  124. jobslevel:
  125. money: 100
  126. claimblock: -1
  127. conditions:
  128. - "time"
  129. commands:
  130. - "eco give {player} 5000"
  131. - "give {player} 41 1"
  132. - "give {player} 264 4"
  133.  
  134. Elite:
  135. time: 5760
  136. jobslevel: -1
  137. money: -1
  138. claimblock: -1
  139. conditions:
  140. - "time"
  141. commands:
  142. - "eco give {player} 10000"
  143. - "give {player} 322 1"
  144. - "give {player} 264 4"
  145.  
  146. Memelord:
  147. time: 8640
  148. jobslevel: -1
  149. money: -1
  150. claimblock: -1
  151. conditions:
  152. - "time"
  153. commands:
  154. - "eco give {player} 100"
  155.  
  156. Drogon:
  157. time: 11520
  158. jobslevel: -1
  159. money: -1
  160. claimblock: -1
  161. conditions:
  162. - "time"
  163. commands:
  164. - "eco give {player} 100"
  165.  
  166. Viserion:
  167. time: 11520
  168. jobslevel: -1
  169. money: -1
  170. claimblock: -1
  171. conditions:
  172. - "time"
  173. commands:
  174. - "eco give {player} 100"
  175. Ares:
  176. time: 11520
  177. jobslevel: -1
  178. money: -1
  179. claimblock: -1
  180. conditions:
  181. - "time"
  182. commands:
  183. - "eco give {player} 100"
  184. Zues:
  185. time: 11520
  186. jobslevel: -1
  187. money: -1
  188. claimblock: -1
  189. conditions:
  190. - "time"
  191. commands:
  192. - "eco give {player} 100"
  193.  
  194. Master:
  195. time: 11520
  196. jobslevel: -1
  197. money: -1
  198. claimblock: -1
  199. conditions:
  200. - "time"
  201. commands:
  202. - "eco give {player} 100"
  203.  
  204.  
  205. #PERMISSIONS PLUGIN:
  206. #- autorank.exclued -> #Exclude player or groups of counted time
  207. #- autorank.mytime -> Allow to command /autorank mytime
  208. #- autorank.play -> Allow to command /autorank play
  209. #- autorank.admin -> Allow to all autorank commands
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement