Advertisement
Guest User

Untitled

a guest
Apr 1st, 2018
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.44 KB | None | 0 0
  1. #------Config AutoRank plugin---------
  2.  
  3. #Database Settings
  4. database:
  5. host: "108.178.18.94"
  6. database: "mc118131"
  7. port: "3306"
  8. user: "mc118131"
  9. password: "4a12e3cfc6"
  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: false
  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: enable
  27.  
  28. #Your default group (group of the new player)
  29. defaultGroup: "default"
  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:Rank1
  53. #Time for rank-up (IN MINUTES)
  54. #Set value -1 for disable
  55. time: 5
  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. - "lp user {player} parent add rank1"
  73.  
  74. nameRank2:
  75. time: 60
  76. jobslevel: 10
  77. money: 100
  78. claimblock: -1
  79. conditions:
  80. - "time"
  81. - "money"
  82. commands:
  83. - "eco give {player} 10"
  84.  
  85.  
  86. #PERMISSIONS PLUGIN:
  87. #- autorank.exclued -> #Exclude player or groups of counted time
  88. #- autorank.mytime -> Allow to command /autorank mytime
  89. #- autorank.play -> Allow to command /autorank play
  90. #- autorank.admin -> Allow to all autorank commands
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement