LEE3KFC

AutoRank_AdvancedConfig.yml

Feb 11th, 2018
384
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.86 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. ranks:
  11. 1000:
  12. requirements:
  13. mcmmo power level:
  14. value: 20
  15. results:
  16. rank change: 1000;900
  17. command: 'say &p さんランクアップおめ!; broadcast &p さんに鼻毛が生えました♥'
  18. message: '鼻毛1本おめでとう!'
  19. 900:
  20. requirements:
  21. mcmmo power level:
  22. value: 100
  23. results:
  24. rank change: 900;800
  25. command: 'say &p さんランクアップおめ!; broadcast &p さんに鼻毛が生えました♥'
  26. message: '鼻毛2本おめでとう!'
  27. 800:
  28. requirements:
  29. mcmmo power level:
  30. value: 300
  31. results:
  32. rank change: 800;700
  33. command: 'say &p さんランクアップおめ!; broadcast &p さんに鼻毛が生えました♥'
  34. message: '鼻毛3本おめでとう!'
  35. 700:
  36. requirements:
  37. mcmmo power level:
  38. value: 500
  39. results:
  40. rank change: 700;600
  41. command: 'say &p さんランクアップおめ!; broadcast &p さんに鼻毛が生えました♥'
  42. message: '鼻毛4本おめでとう!'
  43. 600:
  44. requirements:
  45. mcmmo power level:
  46. value: 1000
  47. results:
  48. rank change: 600;500
  49. command: 'say &p さんランクアップおめ!; broadcast &p さんに鼻毛が生えました♥'
  50. message: '鼻毛5本おめでとう!'
  51. 500:
  52. requirements:
  53. mcmmo power level:
  54. value: 2000
  55. results:
  56. rank change: 500;400
  57. command: 'say &p さんランクアップおめ!; broadcast &p さんに鼻毛が生えました♥'
  58. message: '鼻毛6本おめでとう!'
  59. 400:
  60. requirements:
  61. mcmmo power level:
  62. value: 4000
  63. results:
  64. rank change: 400;300
  65. command: 'say &p さんランクアップおめ!; broadcast &p さんに鼻毛が生えました♥'
  66. message: '鼻毛7本おめでとう!'
  67. 300:
  68. requirements:
  69. mcmmo power level:
  70. value: 6000
  71. results:
  72. rank change: 300;200
  73. command: 'say &p さんランクアップおめ!; broadcast &p さんに鼻毛が生えました♥'
  74. message: '鼻毛8本おめでとう!'
  75. 200:
  76. requirements:
  77. mcmmo power level:
  78. value: 8000
  79. results:
  80. rank change: 200;100
  81. command: 'say &p さんランクアップおめ!; broadcast &p さんに鼻毛が生えました♥'
  82. message: '鼻毛9本おめでとう!'
  83.  
  84.  
  85.  
  86.  
  87. # Member:
  88. # requirements:
  89. # time:
  90. # value: 5d
  91. # exp:
  92. # value: 10
  93. # world:
  94. # value: world_nether
  95. # gamemode:
  96. # value: 0
  97. # has item:
  98. # value: 50
  99. # has item2:
  100. # value: 40
  101. # mobs killed:
  102. # value: 10;pig
  103. # mobs killed2:
  104. # value: 10;spider
  105. # results:
  106. # rank change: Member;Vip
  107. # command: 'say &p has just been promoted to VIP!; give &p 1 100; tell &p You have just earned 100 stone!'
  108. # message: 'Congratulations, you are now a vip.'
  109.  
  110. # new requirements and results can be added by other plugins that hook into the Autorank API
  111. # these are the ones that are included in the main plugin:
  112. #
  113. # requirements:
  114. # time: 1d 1h 1m
  115. # exp: 20 (level)
  116. # money: 2000 (requires vault ! Player has to have at least this amount of money)
  117. # world: world_nether (player has to be in this world to get ranked)
  118. # gamemode: 1 (player has to have a certain gamemode, 0 = Survival mode, 1 = Creative mode, 2 = Adventure mode)
  119. # has item: id(;amount;data;name;false/true) (checks the players inventory for the item, the name would be the display name of the item. When the false/true (boolean) parameter is true, the player should have the item with the given display name, if it is false, the player only needs the specific amount and material type.)
  120. # blocks broken: id(;amount;data;name) (a player has to have broken x amount blocks of item id and data) (Requires Stats) (when no data or id is given, it will check total blocks)
  121. # Example: break 10 magenta wool would be: 'blocks broken: 35;10;2' 35 = itemid, 10 = amount, 2 = damagevalue
  122. # blocks placed: id(;amount;data;name) (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)
  123. # votes: 10 (player has to have voted at least 10 times) (Requires Stats and Votifier)
  124. # damage taken: 10 (player has to have taken 10 damage) (damage is not counted in hearts) (Requires Stats)
  125. # 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: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/entity/EntityType.html) Can also use WITHER_SKELETON,
  126. # location: x;y;z;world;radius (player has to be in a location or within its radius)
  127. # faction power: 10 (Amount of power a faction has to have) (Requires Factions)
  128. # players killed: 10 (Player has to kill at least 10 players) (Requires Stats)
  129. # 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)
  130. # 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)
  131. # blocks moved: 1000;0 (Player has to move at least an x amount of blocks. Second argument is what kind of movement: 0=walk, 1=boat, 2=train, 3=pig, 4=pig in train, 5=horse) (Need Stats for this)
  132. # worldguard region: TestRegion (Player has to be in a certain WorldGuard region) (requires WorldGuard)
  133. # mcmmo skill level: 100;mining (Player has to have at least level 100 in mining) (requires McMMO)
  134. # mcmmo power level: 100 (Player has to have at least power level 100) (requires McMMO)
  135. # permission: i.need.a.permission (Player has to have this permission)
  136. # fish caught: 10 (Player has to have caught at least 10 fish) (requires Stats)
  137. # items crafted: 7 (Player has to have crafted at least 7 items) (requires Stats)
  138. # times sheared: 15 (Player has to have sheared at least 15 sheep) (requires Stats)
  139. # essentials geoip location: Netherlands (Player has to be in the area 'Netherlands') (requires Essentials GeoIP)
  140. # in biome: river (Player has to be in biome 'river') (a list of all biomes: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/block/Biome.html)
  141. # food eaten: 10;PORK (Player has to eat at least 10 Pork chops) (Food type can be omitted to include any type of food) (Stats required)
  142. #
  143. # results:
  144. # rank change: new-rank
  145. # rank change: old-rank; new-rank
  146. # rank change: old-rank; new-rank; world (only works for permissions plugins that support this)
  147. # message: 'You got ranked up'
  148. # 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.
  149. # 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)
  150. # tp: x;y;z;world;yaw;pitch (tp: 0;0;0;world_nether;1.0;2.0)
  151. # firework: target;power;type;R;G;B (Spawn a firework with on a player or spawn, with specified power, type and RGB colour) (target can be 'player' or 'spawn', power is an integer, type is a type (see http://jd.bukkit.org/rb/doxygen/d0/d54/enumorg_1_1bukkit_1_1FireworkEffect_1_1Type.html), R;G;B is a RGB colour code (see http://www.rapidtables.com/web/color/RGB_Color.htm))
Advertisement
Add Comment
Please, Sign In to add comment