Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2014
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.73 KB | None | 0 0
  1. #############################################################################
  2. # #
  3. # Autorank 2 Advanced Config #
  4. # #
  5. # Please use the SimpleConfig unless you know what you are doing and #
  6. # need functionality that the SimpleConfig doesn't provide. #
  7. # #
  8. #############################################################################
  9.  
  10. use advanced config: false
  11. # all other advanced settings are ignored if this is set to false
  12.  
  13. afk integration: false
  14. # If a compatible AFK plugin is found autorank will not count online time for AFK players
  15. # This option is always on when using the SimpleConfig
  16. # Currently supports: Essentials
  17.  
  18. use partial completion: true
  19. # When this is true, players can use /ar complete # to complete a requirement at any moment they like.
  20. # When this is false, players will only be able to /ar check and check for all requirements at one time. They would need to have all requirements at that moment.
  21.  
  22. interval check: 5
  23. # This is the interval between checks of Autorank (in minutes).
  24. # Lowering this number will increase accuracy but will also increase server lag.
  25.  
  26. leaderboard layout: '&6&r | &b&p - &7&d day(s), &h hour(s) and &m minute(s).'
  27. leaderboard length: 5
  28. # changes the appearance of the /ar leaderboard command
  29. # &r : Ranking in the leaderboard
  30. # &p : Player name
  31. # &m : Minutes (with full days and full hours not counted)
  32. # &h : Hours (with full days not counted)
  33. # &d : Days
  34. # &tm : Total amount of minutes
  35. # &th : Total amount of hours
  36.  
  37. ranks:
  38. member:
  39. requirements:
  40. time:
  41. value: 1m
  42. results:
  43. rank change: member;iron
  44. command: 'say &p just got a promotion; broadcast &p has just been promoted to &cMember!'
  45. message: 'Congratulations, you are now &cMember.'
  46. iron:
  47. requirements:
  48. money: 1000
  49. results:
  50. rank change: iron;redstone
  51. command: 'say &p just got a promotion; broadcast &p has just been promoted to &8Iron!'
  52. message: 'Congratulations, you are now &8Iron.'
  53. redstone:
  54. requirements:
  55. money: 15000
  56. results:
  57. rank change: redstone;gold
  58. command: 'say &p just got a promotion; broadcast &p has just been promoted to &4Redstone!'
  59. message: 'Congratulations, you are now &4Redstone.'
  60. gold:
  61. requirements:
  62. money: 30000
  63. results:
  64. rank change: gold;diamond
  65. command: 'say &p just got a promotion; broadcast &p has just been promoted to &6Gold!'
  66. message: 'Congratulations, you are now &6Gold.'
  67. diamond:
  68. requirements:
  69. money: 50000
  70. results:
  71. rank change: diamond;emerald
  72. command: 'say &p just got a promotion; broadcast &p has just been promoted to &3Diamond!'
  73. message: 'Congratulations, you are now &3Diamond.'
  74. emerald:
  75. requirements:
  76. money: 1000000
  77. results:
  78. rank change: emerald; ?
  79. command: 'say &p just got a promotion; broadcast &p has just been promoted to &2Emerald!'
  80. message: 'Congratulations, you are now &2Emerald.'
  81.  
  82. # new requirements and results can be added by other plugins that hook into the Autorank API
  83. # these are the ones that are included in the main plugin:
  84. #
  85. # requirements:
  86. # time: 1d 1h 1m
  87. # exp: 20 (level)
  88. # money: 2000 (requires vault ! Player has to have at least this amount of money)
  89. # world: world_nether (player has to be in this world to get ranked)
  90. # gamemode: 1 (player has to have a certain gamemode, 0 = Survival mode, 1 = Creative mode, 2 = Adventure mode)
  91. # has item: id(;amount;data) (checks the players inventory for the item)
  92. # blocks broken: id(;amount;data) (a player has to have broken x amount blocks of item id and data) (Requires Stats) (when no data or amount is given, it will check total blocks)
  93. # Example: break 10 magenta wool would be: 'blocks broken: 35;10;2' 35 = itemid, 10 = amount, 2 = damagevalue
  94. # blocks placed: id(;amount;data) (a player has to have placed x amount blocks of item id and data) (Requires Stats) (when no data or amount is given, it will check total blocks)
  95. # votes: 10 (player has to have voted at least 10 times) (Requires Stats and Votifier)
  96. # damage taken: 10 (player has to have taken 10 damage) (damage is not counted in hearts) (Requires Stats)
  97. # mobs killed: 5;spider (player has to have killed 5 spiders) (if no entity is specified, then any kill counts) (Requires Stats) (for a list of entities: http://jd.bukkit.org/rb/apidocs/org/bukkit/entity/EntityType.html)
  98. # location: x;y;z;world;radius (player has to be in a location or within its radius)
  99. # faction power: 10 (Amount of power a faction has to have) (Requires Factions)
  100. # players killed: 10 (Player has to kill at least 10 players) (Requires Stats)
  101. # global time: 10d 1h 5m (Player has to be online for at least 10 days, 1 hour and 5 mins) (Global time is the accumulated time over all servers you have connected the MySQL database with)
  102. # total time: 50d 1h (Player has to be with this server for at least 50 days and 1 hour) (The time from when the player joined for the first time is the reference point. This means that when a player has joined 3 weeks ago, his 'total time' = 3 weeks)
  103. #
  104. # results:
  105. # rank change: new-rank
  106. # rank change: old-rank; new-rank
  107. # rank change: old-rank; new-rank; world (only works for permissions plugins that support this)
  108. # message: 'You got ranked up'
  109. # command: 'say &p hi; give &p 1 100'(executes a console command. &p will be replaced by the player name) You can perform more commands with the ';' sign.
  110. # effect: STEP_SOUND;8 (first argument is the effect name, second is the effect data. For a list of possible effects go to http://jd.bukkit.org/rb/doxygen/d8/db9/enumorg_1_1bukkit_1_1Effect.html)
  111. # tp: x;y;z;world;yaw;pitch (tp: 0;0;0;world_nether;1.0;2.0)
  112.  
  113. sql:
  114. enabled: false
  115. hostname: localhost:3306
  116. username: root
  117. password: ''
  118. database: minecraft
  119. table: autorank
  120. #
  121. #
  122.  
  123. auto-updater:
  124.  
  125. # When check-for-new-versions is true, Autorank will tell you when a new version is available.
  126. check-for-new-versions: true
  127.  
  128. # When auto-download is true, Autorank will automatically download the most recent version
  129. auto-download: false
  130.  
  131. #
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement