Advertisement
colue

cmiranks

Nov 3rd, 2019
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.27 KB | None | 0 0
  1. # Main server folder spigot.yml and check that stats saving prevention its set to false stats->disable-saving: false
  2. # Player will get default rank group depending on set permission node cmi.rank.[groupName]
  3. # Not enabled ranks will be ignored
  4. # DisplayName section is optional and it will be used to represent rank ingame. This is NOT defining required permission node and you still need to use node name to rankup to this rank
  5. # DefaultRank section defines if player can be assigned to this rank if he dont have any. There can be more than one default rank, and depending on permision node, first rank will be assigned to that player when needed
  6. # PermissionRequirement section defines list of permissions player should have to rankup to that rank. Optional - For each permission node you can add its name which will be shown in /cmi rankinfo with : In example cmi.command.fly:Fly
  7. # McMMORequirement section defines list of McMMO skills and levels player should have to rankup to that rank.
  8. # JobsRequirement section defines list of Jobs and levels player should have to rankup to that rank.
  9. # ItemRequirement section defines list of items player should have to rankup to that rank. Items will be taken after succesfull rankup from players inventory.
  10. # AutoRankup section defines if player will be auto ranked to this rank if possible. Keep in mind that if there is more than one legit rankup, player will have to confirm to which rank he wants to rankup
  11. # RankupConfirmation section defines if you want to add additional confirmation for this rankup. Usefull to avoid unintentional rankups. Keep in mind that autorankup will request confirmation for rankup to this rank even if there is only one legit rankup option
  12. # NextRanks is list of possible next ranks from this rank. Can be one or can be dozens. Keep in mind that each rank requirements will be shown in chat and it can clutter quite allot if there is bunch of them at once
  13. # MoneyCost defines how much player will have to pay to rankup to this rank
  14. # ExpCost defines how much player will have to pay in exp to rankup to this rank
  15. # Votes defines how much player will need to have votes to rankup to this rank
  16. # Commands is list which will be performed on rankup. Can be additional actions, like message broadcast or anything alse
  17. # Main section is StatsRequirements and it can have allot of different values in it:
  18. # In general format goes like this [mainStat](:optionalSubStat):amount
  19. # In example MonsterKills:100 will require from player to have 100 monster kills while MonsterKills:Zombie:100 will require to have 100 zombie kills. Both of them can be used if needed.
  20. # List of possible requirement and basic explanations:
  21. # Distance in blocks:
  22. # Travel - travel in total
  23. # Walk - has to walk
  24. # Sneak - has to sneak
  25. # Sprint - has to sprint
  26. # Swim - has to swim
  27. # Fall - has to fall
  28. # Climb - has to climb
  29. # Fly - has to fly
  30. # Dive - has to walk under water
  31. # MinecartTravel - has to travel with minecart
  32. # BoatTravel - has to travel with boat
  33. # PigTravel - has to ride pig
  34. # HorseTravel - has to ride horse
  35. # ElytraTravel - has to fly with elytra
  36. # Time in sec:
  37. # PlayTime - total play time
  38. # FromLastDeath - from last death
  39. # SneakTime - sneak time
  40. # Amounts:
  41. # GameQuit - how many times player left game
  42. # Jump - jump count
  43. # DamageDealt - total damage made
  44. # DamageTaken - total damage taken
  45. # Deaths - count of deaths
  46. # MobKills - total amount of mobs killed by player
  47. # PlayerKills - total amount of players killed. Indirect kills dont count
  48. # ItemEnchanted - amount of enchanted items
  49. # AnimalsBred - animals bred
  50. # FishCaught - fish caught
  51. # TalkedToVillager - times talked to villager
  52. # TradedWithWillager - traded with willager
  53. # CakeSlicesEaten - cake slices eaten
  54. # CauldronFilled - cauldron filled
  55. # CouldronUsed - couldron used
  56. # ArmorCleaned - times armor cleaned (leather armor)
  57. # BannerCleaned - times banner cleaned
  58. # BrewingstandInteractions - brewingstand interactions
  59. # BeaconInteractions - beacon interactions
  60. # CraftingTableInteractions - crafting table interactions
  61. # FurnaceInteractions - furnace interactions
  62. # DispenserInspected - dispenser inspected
  63. # DropperInspected - dropper inspected
  64. # HopperInspected - hopper inspected
  65. # ChestOpen - chest open
  66. # TrappedChestTriggered - trapped chest triggered
  67. # EnderchestOpened - enderchest opened
  68. # NoteblockPlayed - noteblock played
  69. # NoteblockTuned - noteblock tuned
  70. # FlowerPotted - flower potted
  71. # RecordPlayed - record played
  72. # SleeptInBed - sleept in bed
  73. # ShulkerBoxOpened - shulker box opened
  74. # ItemDropped - defines amount of dropped items. If specific item is not defined, then total amount is used
  75. # ItemPickups - defines amount of picked up items. If specific item is not defined, then total amount is used
  76. # BlocksMined - defines amount of blocks mined. If specific block is not defined, then total amount is used
  77. # ItemBreaks - defines amount of broken items. If specific item is not defined, then total amount is used
  78. # ItemCrafts - defines amount of crafted items. If specific item is not defined, then total amount is used
  79. # ItemsUsed - defines amount of item usage. like mining with pickaxe. If specific item is not defined, then total amount is used
  80. # MonsterKills - defines amount of monster kills. If specific monster is not defined, then total amount is used
  81. # KilledBy - defines amount of deaths by monster. If specific monster is not defined, then total amount is used
  82.  
  83.  
  84. Default:
  85. Enabled: true
  86. DisplayName: "&fGuest"
  87. DefaultRank: true
  88. AutoRankup: true
  89. NextRanks:
  90. - Gados
  91. Gados:
  92. Enabled: true
  93. DisplayName: "&bGados"
  94. AutoRankup: true
  95. RankupConfirmation: false
  96. NextRanks:
  97. - Argus
  98. Commands:
  99. - 'luckperms user [playerName] group add gados'
  100. - 'broadcast! &6[playerDisplayName] &eleveled up to &bGados rank!'
  101. StatsRequirements:
  102. - "PlayTime:120"
  103. Argus:
  104. Enabled: true
  105. DisplayName: "&cArgus"
  106. AutoRankup: true
  107. RankupConfirmation: false
  108. NextRanks:
  109. - Poseidon
  110. Commands:
  111. - 'luckperms user [playerName] group add argus'
  112. - 'broadcast! &6[playerDisplayName] &eleveled up to &cArgus rank!'
  113. StatsRequirements:
  114. - "PlayTime:18120"
  115. Poseidon:
  116. Enabled: true
  117. DisplayName: "&9Poseidon"
  118. AutoRankup: true
  119. RankupConfirmation: false
  120. NextRanks:
  121. - Apollo
  122. Commands:
  123. - 'luckperms user [playerName] group add poseidon'
  124. - 'broadcast! &6[playerDisplayName] &eleveled up to &9Poseidon rank!'
  125. StatsRequirements:
  126. - "PlayTime:72120"
  127. Apollo:
  128. Enabled: true
  129. DisplayName: "&6Apollo"
  130. AutoRankup: true
  131. RankupConfirmation: false
  132. NextRanks:
  133. - Hyperion
  134. Commands:
  135. - 'luckperms user [playerName] group add apollo'
  136. - 'broadcast! &6[playerDisplayName] &eleveled up to &6Apollo rank!'
  137. StatsRequirements:
  138. - "PlayTime:158520"
  139. Hyperion:
  140. Enabled: true
  141. DisplayName: "&5Hyperion"
  142. AutoRankup: true
  143. RankupConfirmation: false
  144. NextRanks:
  145. - Odysseus
  146. Commands:
  147. - 'luckperms user [playerName] group add hyperion'
  148. - 'broadcast! &6[playerDisplayName] &eleveled up to &5Hyperion rank!'
  149. StatsRequirements:
  150. - "PlayTime:367320"
  151. Odysseus:
  152. Enabled: true
  153. DisplayName: "&6Odysseus"
  154. AutoRankup: true
  155. RankupConfirmation: false
  156. NextRanks:
  157. - Endora
  158. Commands:
  159. - 'luckperms user [playerName] group add odysseus'
  160. - 'broadcast! &6[playerDisplayName] &eleveled up to &6Odysseus rank!'
  161. StatsRequirements:
  162. - "PlayTime:626520"
  163. Endora:
  164. Enabled: true
  165. DisplayName: "&7Endora"
  166. AutoRankup: true
  167. RankupConfirmation: false
  168. NextRanks:
  169. - Zeus
  170. Commands:
  171. - 'luckperms user [playerName] group add endora'
  172. - 'broadcast! &6[playerDisplayName] &eleveled up to &7Endora rank!'
  173. StatsRequirements:
  174. - "PlayTime:972120"
  175. Zeus:
  176. Enabled: true
  177. DisplayName: "&eZeus"
  178. AutoRankup: true
  179. RankupConfirmation: false
  180. NextRanks:
  181. - Psyche
  182. Commands:
  183. - 'luckperms user [playerName] group add zeus'
  184. - 'broadcast! &6[playerDisplayName] &eleveled up to &eZeus rank!'
  185. StatsRequirements:
  186. - "PlayTime:1353720"
  187. Psyche:
  188. Enabled: true
  189. DisplayName: "&bPsyche"
  190. AutoRankup: true
  191. RankupConfirmation: false
  192. NextRanks:
  193. - Uranus
  194. Commands:
  195. - 'luckperms user [playerName] group add psyche'
  196. - 'broadcast! &6[playerDisplayName] &eleveled up to &bPsyche rank!'
  197. StatsRequirements:
  198. - "PlayTime:1785720"
  199. Uranus:
  200. Enabled: true
  201. DisplayName: "&4Uranus"
  202. AutoRankup: true
  203. RankupConfirmation: false
  204. NextRanks:
  205. - Gaea
  206. Commands:
  207. - 'luckperms user [playerName] group add uranus'
  208. - 'broadcast! &6[playerDisplayName] &eleveled up to &4Uranus rank!'
  209. StatsRequirements:
  210. - "PlayTime:2253720"
  211. Gaea:
  212. Enabled: true
  213. DisplayName: "&2Gaea"
  214. AutoRankup: true
  215. RankupConfirmation: false
  216. Commands:
  217. - 'luckperms user [playerName] group add gaea'
  218. - 'broadcast! &6[playerDisplayName] &eleveled up to &2Gaea rank!'
  219. StatsRequirements:
  220. - "PlayTime:2772120"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement