Advertisement
Guest User

Untitled

a guest
Jan 24th, 2016
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.86 KB | None | 0 0
  1. # KillRankSystem by ebildude123: Configuration File
  2.  
  3. # points settings
  4.  
  5. pointsPerKill: 1 # points gained for each kill
  6. pointsLostDeath: 0 # points lost for each death
  7. onlyPlayerCausedDeaths: true # points lost on death only if killed by another player?
  8. allowNegativePoints: false # points can become negative if die too much
  9.  
  10. pointsPrefix: '' # %points% will be replaced by points
  11.  
  12. # cooldown settings
  13. # cooldown is not awarding points for killing the same player for X amount of time
  14.  
  15. enableKillCooldown: true
  16. cooldownTime: 120 # time is in seconds
  17. cooldownMessage: '' # leave blank for no message. Use %player% for name of player that died/was killed.
  18.  
  19. # add more ranks as necessary
  20. # format for new ranks:
  21. # rankName:
  22. # points: number of points needed
  23. # prefix: 'prefix here'
  24. # onPromotionCommands: # READ!!: what happens when PROMOTED _TO_ rankName
  25. # - 'your command' # %player% is the variable for player's name if needed
  26. # - 'your command2' # do not put the first forward slash ( / )
  27. # onDemotionCommands: # READ!!: what happens when player _IS_ the rank "rankName" and is DEMOTED
  28. # - 'your command'
  29.  
  30. ranks:
  31. 0:
  32. points: 0
  33. prefix: '&7[&70&7]&r ' # You can use %points% here in group prefixes as well in case you want to use it
  34. onPromotionCommands:
  35. onDemotionCommands:
  36. 1:
  37. points: 10
  38. prefix: '&7[&71&7]&r ' # You can use %points% here in group prefixes as well in case you want to use it
  39. onPromotionCommands:
  40. onDemotionCommands:
  41. 2:
  42. points: 20
  43. prefix: '&7[&72&7]&r ' # You can use %points% here in group prefixes as well in case you want to use it
  44. onPromotionCommands:
  45. onDemotionCommands:
  46. 3:
  47. points: 30
  48. prefix: '&7[&73&7]&r ' # You can use %points% here in group prefixes as well in case you want to use it
  49. onPromotionCommands:
  50. onDemotionCommands:
  51. 4:
  52. points: 40
  53. prefix: '&7[&74&7]&r ' # You can use %points% here in group prefixes as well in case you want to use it
  54. onPromotionCommands:
  55. onDemotionCommands:
  56. 5:
  57. points: 50
  58. prefix: '&7[&75&7]&r ' # You can use %points% here in group prefixes as well in case you want to use it
  59. onPromotionCommands:
  60. onDemotionCommands:
  61. 6:
  62. points: 60
  63. prefix: '&7[&76&7]&r ' # You can use %points% here in group prefixes as well in case you want to use it
  64. onPromotionCommands:
  65. onDemotionCommands:
  66. 7:
  67. points: 70
  68. prefix: '&7[&77&7]&r ' # You can use %points% here in group prefixes as well in case you want to use it
  69. onPromotionCommands:
  70. onDemotionCommands:
  71. 8:
  72. points: 80
  73. prefix: '&7[&78&7]&r ' # You can use %points% here in group prefixes as well in case you want to use it
  74. onPromotionCommands:
  75. onDemotionCommands:
  76. 9:
  77. points: 90
  78. prefix: '&7[&79&7]&r ' # You can use %points% here in group prefixes as well in case you want to use it
  79. onPromotionCommands:
  80. onDemotionCommands:
  81. 10:
  82. points: 105
  83. prefix: '&7[&810&7]&r ' # You can use %points% here in group prefixes as well in case you want to use it
  84. onPromotionCommands: broadcast &7 &8&l✫&7 %player% has levelled up to level &810&7! &8&l✫
  85. onDemotionCommands:
  86. 11:
  87. points: 120
  88. prefix: '&7[&811&7]&r ' # You can use %points% here in group prefixes as well in case you want to use it
  89. onPromotionCommands:
  90. onDemotionCommands:
  91. 12:
  92. points: 135
  93. prefix: '&7[&812&7]&r ' # You can use %points% here in group prefixes as well in case you want to use it
  94. onPromotionCommands:
  95. onDemotionCommands:
  96. 13:
  97. points: 150
  98. prefix: '&7[&813&7]&r ' # You can use %points% here in group prefixes as well in case you want to use it
  99. onPromotionCommands:
  100. onDemotionCommands:
  101. 14:
  102. points: 165
  103. prefix: '&7[&814&7]&r ' # You can use %points% here in group prefixes as well in case you want to use it
  104. onPromotionCommands:
  105. onDemotionCommands:
  106. 15:
  107. points: 180
  108. prefix: '&7[&815&7]&r ' # You can use %points% here in group prefixes as well in case you want to use it
  109. onPromotionCommands:
  110. onDemotionCommands:
  111. 16:
  112. points: 195
  113. prefix: '&7[&816&7]&r ' # You can use %points% here in group prefixes as well in case you want to use it
  114. onPromotionCommands:
  115. onDemotionCommands:
  116. 17:
  117. points: 210
  118. prefix: '&7[&817&7]&r ' # You can use %points% here in group prefixes as well in case you want to use it
  119. onPromotionCommands:
  120. onDemotionCommands:
  121. 18:
  122. points: 225
  123. prefix: '&7[&818&7]&r ' # You can use %points% here in group prefixes as well in case you want to use it
  124. onPromotionCommands:
  125. onDemotionCommands:
  126. 19:
  127. points: 240
  128. prefix: '&7[&819&7]&r ' # You can use %points% here in group prefixes as well in case you want to use it
  129. onPromotionCommands:
  130. onDemotionCommands:
  131. 20:
  132. points: 260
  133. prefix: '&7[&320&7]&r ' # You can use %points% here in group prefixes as well in case you want to use it
  134. onPromotionCommands: say &7 &8&l✫&7 %player% has levelled up to level &720&7! &8&l✫
  135. onDemotionCommands:
  136. 21:
  137. points: 280
  138. prefix: '&7[&321&7]&r ' # You can use %points% here in group prefixes as well in case you want to use it
  139. onPromotionCommands:
  140. onDemotionCommands:
  141. 22:
  142. points: 300
  143. prefix: '&7[&322&7]&r ' # You can use %points% here in group prefixes as well in case you want to use it
  144. onPromotionCommands:
  145. onDemotionCommands:
  146. 23:
  147. points: 320
  148. prefix: '&7[&323&7]&r ' # You can use %points% here in group prefixes as well in case you want to use it
  149. onPromotionCommands:
  150. onDemotionCommands:
  151. 24:
  152. points: 340
  153. prefix: '&7[&324&7]&r ' # You can use %points% here in group prefixes as well in case you want to use it
  154. onPromotionCommands:
  155. onDemotionCommands:
  156. 25:
  157. points: 360
  158. prefix: '&7[&325&7]&r ' # You can use %points% here in group prefixes as well in case you want to use it
  159. onPromotionCommands:
  160. onDemotionCommands:
  161. 26:
  162. points: 380
  163. prefix: '&7[&326&7]&r ' # You can use %points% here in group prefixes as well in case you want to use it
  164. onPromotionCommands:
  165. onDemotionCommands:
  166. 27:
  167. points: 400
  168. prefix: '&7[&327&7]&r ' # You can use %points% here in group prefixes as well in case you want to use it
  169. onPromotionCommands:
  170. onDemotionCommands:
  171. 28:
  172. points: 420
  173. prefix: '&7[&328&7]&r ' # You can use %points% here in group prefixes as well in case you want to use it
  174. onPromotionCommands:
  175. onDemotionCommands:
  176. 29:
  177. points: 440
  178. prefix: '&7[&329&7]&r ' # You can use %points% here in group prefixes as well in case you want to use it
  179. onPromotionCommands:
  180. onDemotionCommands:
  181. 30:
  182. points: 465
  183. prefix: '&7[&a30&7]&r ' # You can use %points% here in group prefixes as well in case you want to use it
  184. onPromotionCommands: say &7 &8&l✫&7 %player% has levelled up to level &a30&7! &8&l✫
  185. onDemotionCommands:
  186. 31:
  187. points: 490
  188. prefix: '&7[&a31&7]&r ' # You can use %points% here in group prefixes as well in case you want to use it
  189. onPromotionCommands:
  190. onDemotionCommands:
  191. 32:
  192. points: 515
  193. prefix: '&7[&a32&7]&r ' # You can use %points% here in group prefixes as well in case you want to use it
  194. onPromotionCommands:
  195. onDemotionCommands:
  196. 33:
  197. points: 540
  198. prefix: '&7[&a33&7]&r ' # You can use %points% here in group prefixes as well in case you want to use it
  199. onPromotionCommands:
  200. onDemotionCommands:
  201. 34:
  202. points: 565
  203. prefix: '&7[&a34&7]&r ' # You can use %points% here in group prefixes as well in case you want to use it
  204. onPromotionCommands:
  205. onDemotionCommands:
  206. 35:
  207. points: 590
  208. prefix: '&7[&a35&7]&r ' # You can use %points% here in group prefixes as well in case you want to use it
  209. onPromotionCommands:
  210. onDemotionCommands:
  211. 36:
  212. points: 615
  213. prefix: '&7[&a36&7]&r ' # You can use %points% here in group prefixes as well in case you want to use it
  214. onPromotionCommands:
  215. onDemotionCommands:
  216. 37:
  217. points: 640
  218. prefix: '&7[&a37&7]&r ' # You can use %points% here in group prefixes as well in case you want to use it
  219. onPromotionCommands:
  220. onDemotionCommands:
  221. 38:
  222. points: 665
  223. prefix: '&7[&a38&7]&r ' # You can use %points% here in group prefixes as well in case you want to use it
  224. onPromotionCommands:
  225. onDemotionCommands:
  226. 39:
  227. points: 690
  228. prefix: '&7[&a39&7]&r ' # You can use %points% here in group prefixes as well in case you want to use it
  229. onPromotionCommands:
  230. onDemotionCommands:
  231. 40:
  232. points: 720
  233. prefix: '&7[&e40&7]&r ' # You can use %points% here in group prefixes as well in case you want to use it
  234. onPromotionCommands: say &7 &8&l✫&7 %player% has levelled up to level &e40&7! &8&l✫
  235. onDemotionCommands:
  236. 41:
  237. points: 750
  238. prefix: '&7[&e41&7]&r ' # You can use %points% here in group prefixes as well in case you want to use it
  239. onPromotionCommands:
  240. onDemotionCommands:
  241. 42:
  242. points: 780
  243. prefix: '&7[&e42&7]&r ' # You can use %points% here in group prefixes as well in case you want to use it
  244. onPromotionCommands:
  245. onDemotionCommands:
  246. 43:
  247. points: 810
  248. prefix: '&7[&e43&7]&r ' # You can use %points% here in group prefixes as well in case you want to use it
  249. onPromotionCommands:
  250. onDemotionCommands:
  251. 44:
  252. points: 840
  253. prefix: '&7[&e44&7]&r ' # You can use %points% here in group prefixes as well in case you want to use it
  254. onPromotionCommands:
  255. onDemotionCommands:
  256. 45:
  257. points: 870
  258. prefix: '&7[&e45&7]&r ' # You can use %points% here in group prefixes as well in case you want to use it
  259. onPromotionCommands:
  260. onDemotionCommands:
  261. 46:
  262. points: 900
  263. prefix: '&7[&e46&7]&r ' # You can use %points% here in group prefixes as well in case you want to use it
  264. onPromotionCommands:
  265. onDemotionCommands:
  266. 47:
  267. points: 930
  268. prefix: '&7[&e47&7]&r ' # You can use %points% here in group prefixes as well in case you want to use it
  269. onPromotionCommands:
  270. onDemotionCommands:
  271. 48:
  272. points: 960
  273. prefix: '&7[&e48&7]&r ' # You can use %points% here in group prefixes as well in case you want to use it
  274. onPromotionCommands:
  275. onDemotionCommands:
  276. 49:
  277. points: 990
  278. prefix: '&7[&e49&7]&r ' # You can use %points% here in group prefixes as well in case you want to use it
  279. onPromotionCommands:
  280. onDemotionCommands:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement