Advertisement
NotToBlame

Untitled

Oct 11th, 2018
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.25 KB | None | 0 0
  1. #Player level plugin!
  2. #Author -> Arkasher
  3. #Do not distribute!
  4.  
  5. #Do you want use MySQL? Change to true if so.
  6. Use_MySQL: false
  7.  
  8. #MySQL configuration (if Use_MySQL is activated).
  9. MySQL:
  10. User: root
  11. Password: ""
  12. Database: 'database'
  13. Table: "player_levels"
  14. IP: "127.0.0.1"
  15.  
  16. Give_EXP_In_Creative_Mode: false
  17.  
  18. #Here you can select the worlds that the player will receive exp by break blocks, kill mobs or kill players.
  19. #If the player can gain exp in all worlds, put "- all"
  20. Worlds:
  21. - "all"
  22. - "world"
  23.  
  24. Use_Vault_For_Chat: true
  25.  
  26. #Will add a prefix with the player level (if the option Use_Vault_For_Chat is equals true)
  27. Level_Chat_Prefix: "&7[Lv. @lvl]&r "
  28.  
  29. Level_Inventory_Name: "&7PlayerLevels"
  30.  
  31. Inventory_Stack_Level: "&aLevel: &f@level"
  32. Inventory_Stack_EXP: "&aEXP: &f@exp"
  33.  
  34. #The cooldown to the level top update
  35. #The time is in minutes
  36. #Recommended: 10 minutes or more
  37. Level_Top_Update: 10
  38.  
  39. Use_Minecraft_Level_System: false
  40.  
  41. Has_Max_Level: true
  42.  
  43. Max_Level: 1000
  44.  
  45. #Put here the groups that will have the multiplier
  46. #The number is the amount to be multiplied by the experience gained
  47. #Need Vault and a Permission plugin.
  48. #Write the groups in lower case.
  49. Group_EXP_Multiplier:
  50. member: 1
  51. donator: 1
  52. donator+: 1
  53. donator++: 1
  54. subscriber: 1
  55. subdonor: 1
  56. subdonor+: 1
  57. subdonor++: 1
  58. moderator: 1
  59. submod: 1
  60. donormod: 1
  61. donormod+: 1
  62. donormod++: 1
  63. subdonormod: 1
  64. subdonormod+: 1
  65. subdonormod++: 1
  66. owner: 1
  67.  
  68. #Here you choose the level up type.
  69. #Types: normal, config
  70. #The 'normal' method, you CAN'T edit the necessary EXP to up, you can just edit the difficulty of level up.
  71. #The 'config' method, you CAN edit the necessary EXP to up, in the levels.yml file.
  72. Levels_Type: "config"
  73.  
  74. #Compare if the xp of the player is higher than the level of the player multiplied by the Level_Difficulty (this option can be used only if Levels_Type is equals normal or if Levels_Type is equals config and
  75. #hasn't more Levels in the levels.yml)
  76. Level_Difficulty: 100
  77.  
  78. Reset_XP_On_Level_UP: true
  79.  
  80. Receive_EXP_On_Kill_Players: true
  81.  
  82. EXP_On_Kill_Players: 10
  83.  
  84. Receive_EXP_On_Kill_Mobs: true
  85.  
  86. #You can add new mobs.
  87. #You can see the mobs names here: https://minecraft-ids.grahamedgecombe.com/entities
  88. #For edited mobs, you can put the option "Name" to give more exp.
  89. #E.g: If you wanna give more exp for a edited mob from MythicMobs, you just put the mob name with the "Name" option, that will give more exp.
  90. Mobs:
  91. BLAZE:
  92. Mob: "BLAZE"
  93. EXP: 6
  94. SKELETON:
  95. Mob: "SKELETON"
  96. EXP: 6
  97. ZOMBIE:
  98. Mob: "ZOMBIE"
  99. EXP: 6
  100. ZOMBIE_VILLAGER:
  101. Mob: "ZOMBIE_VILLAGER"
  102. EXP: 10
  103. ZOMBIE_PIGMAN:
  104. Mob: "ZOMBIE_PIGMAN"
  105. EXP: 6
  106. WITHER_SKELETON:
  107. Mob: "WITHER_SKELETON"
  108. EXP: 10
  109. SPIDER:
  110. Mob: "SPIDER"
  111. EXP: 6
  112. CAVE_SPIDER:
  113. Mob: "CAVE_SPIDER"
  114. EXP: 6
  115. STRAY:
  116. Mob: "STRAY"
  117. EXP: 10
  118. HUSK:
  119. Mob: "HUSK"
  120. EXP: 14
  121. DONKEY:
  122. Mob: "DONKEY"
  123. EXP: 2
  124. MULE:
  125. Mob: "MULE"
  126. EXP: 2
  127. EVOCATION_FANGS:
  128. Mob: "EVOCATION_FANGS"
  129. EXP: 4
  130. EVOCATION_ILLAGER:
  131. Mob: "EVOCATION_ILLAGER"
  132. EXP: 10
  133. VEX:
  134. Mob: "VEX"
  135. EXP: 10
  136. VINDICATION_ILLAGER:
  137. Mob: "VINDICATION_ILLAGER"
  138. EXP: 10
  139. CREEPER:
  140. Mob: "CREEPER"
  141. EXP: 10
  142. SLIME:
  143. Mob: "SLIME"
  144. EXP: 4
  145. GHAST:
  146. Mob: "GHAST"
  147. EXP: 20
  148. ENDERMAN:
  149. Mob: "ENDERMAN"
  150. EXP: 14
  151. SILVERFISH:
  152. Mob: "SILVERFISH"
  153. EXP: 10
  154. MAGMA_CUBE:
  155. Mob: "MAGMA_CUBE"
  156. EXP: 4
  157. ENDER_DRAGON:
  158. Mob: "ENDER_DRAGON"
  159. EXP: 2000
  160. WITHER:
  161. Mob: "WITHER"
  162. EXP: 200
  163. BAT:
  164. Mob: "BAT"
  165. EXP: 4
  166. WITCH:
  167. Mob: "WITCH"
  168. EXP: 10
  169. ENDERMITE:
  170. Mob: "ENDERMITE"
  171. EXP: 10
  172. ELDER_GUARDIAN:
  173. Mob: "ELDER_GUARDIAN"
  174. EXP: 100
  175. GUARDIAN:
  176. Mob: "GUARDIAN"
  177. EXP: 10
  178. SHULKER:
  179. Mob: "SHULKER"
  180. EXP: 20
  181. PIG:
  182. Mob: "PIG"
  183. EXP: 4
  184. SHEEP:
  185. Mob: "SHEEP"
  186. EXP: 4
  187. COW:
  188. Mob: "COW"
  189. EXP: 4
  190. CHICKEN:
  191. Mob: "CHICKEN"
  192. EXP: 4
  193. SQUID:
  194. Mob: "SQUID"
  195. EXP: 4
  196. MOOSHROOM:
  197. Mob: "MOOSHROOM"
  198. EXP: 4
  199.  
  200. Lost_EXP_While_Dying: false
  201.  
  202. Lost_EXP_While_Dying_Quantity: 3
  203.  
  204. #If true, you can select the block that the player will receive EXP.
  205. Block_Break_EXP_Receive: true
  206.  
  207. #You can add new blocks.
  208. #You can see the block names here: http://minecraft-ids.grahamedgecombe.com/
  209. Blocks:
  210. EMERALD_ORE:
  211. Block: "EMERALD_ORE"
  212. EXP: 16
  213. DIAMOND_ORE:
  214. Block: "DIAMOND_ORE"
  215. EXP: 20
  216. GOLD_ORE:
  217. Block: "GOLD_ORE"
  218. EXP: 10
  219. IRON_ORE:
  220. Block: "IRON_ORE"
  221. EXP: 6
  222. LAPIS_ORE:
  223. Block: "LAPIS_ORE"
  224. EXP: 4
  225. COAL_ORE:
  226. Block: "COAL_ORE"
  227. EXP: 2
  228. REDSTONE_ORE:
  229. Block: "REDSTONE_ORE"
  230. EXP: 4
  231. QUARTZ_ORE:
  232. Block: "QUARTZ_ORE"
  233. EXP: 6
  234.  
  235.  
  236. #You can edit the levels, and you can:
  237. #Execute commands, give items and messages.
  238. #This is predefined levels, you can remove, add, or edit anything.
  239. #To don't execute commands, or give items, or send messages, just remove.
  240. #To add commands, items or messages, you need follow this pattern:
  241. # - "<your-action>"
  242. #E.g:
  243. #Items:
  244. # - 'ITEM : QUANTITY : ENCHANT:LEVEL'
  245. # - 'ITEM : QUANTITY : ENCHANT:LEVEL,ENCHANT:LEVEL'
  246. # - 'ITEM : QUANTITY : ENCHANT:LEVEL,ENCHANT:LEVEL,ENCHANT:LEVEL'
  247. # - 'ITEM : QUANTITY : ENCHANT:LEVEL,ENCHANT:LEVEL,ENCHANT:LEVEL,ENCHANT:LEVEL'
  248. Levels:
  249. 5:
  250. Message:
  251. - "&6Congratulations &f@player&6, you reached level 5!"
  252. 10:
  253. Message:
  254. - "&6Congratulations &f@player&6, you reached level 10!"
  255. 25:
  256. Message:
  257. - "&6Congratulations &f@player&6, you reached level 25!"
  258. 50:
  259. Message:
  260. - "&6Congratulations &f@player&6, you reached level 50!"
  261. 75:
  262. Message:
  263. - "&6Congratulations &f@player&6, you reached level 75!"
  264. 100:
  265. Message:
  266. - "&6Congratulations &f@player&6, you reached level 100!"
  267. 200:
  268. Message:
  269. - "&6Congratulations &f@player&6, you reached level 200!"
  270. 300:
  271. Message:
  272. - "&6Congratulations &f@player&6, you reached level 300!"
  273. 400:
  274. Message:
  275. - "&6Congratulations &f@player&6, you reached level 400!"
  276. 500:
  277. Message:
  278. - "&6Congratulations &f@player&6, you reached level 500!"
  279. 600:
  280. Message:
  281. - "&6Congratulations &f@player&6, you reached level 600!"
  282. 700:
  283. Message:
  284. - "&6Congratulations &f@player&6, you reached level 700!"
  285. 800:
  286. Message:
  287. - "&6Congratulations &f@player&6, you reached level 800!"
  288. 900:
  289. Message:
  290. - "&6Congratulations &f@player&6, you reached level 900!"
  291. 1000:
  292. Message:
  293. - "&6Congratulations &f@player&6, YOU REACHED MAX LEVEL 1000!!!"
  294.  
  295.  
  296. #If true, the player will receive an action bar message on receive exp.
  297. #This option is for 1.8 servers!
  298. ActionBar_Message: true
  299.  
  300. Messages:
  301. Help_Topic:
  302. Admin:
  303. - " "
  304. - "&c-=-=-=-=-=-=-=-=-=-= &aPlayer Levels &c-=-=-=-=-=-=-=-=-=-="
  305. - "&f&l* &b/level"
  306. - "&f&l* &b/level top"
  307. - "&f&l* &b/level help"
  308. - "&f&l* &b/level <player>"
  309. - "&f&l* &b/level <give>/<set>/<take> <player> <amount>"
  310. - "&f&l* &b/level <giveexp> <player> <amount>"
  311. - "&e- &ahelp: &cSee the help page."
  312. - "&e- &atop: &cSee the best levels in the server"
  313. - "&e- &aplayer: &cSee the level of a certain player."
  314. - "&e- &agive: &cGive level for a certain player."
  315. - "&e- &agiveexp: &cGive exp for a certain player."
  316. - "&e- &aset: &cSet the level of a certain player."
  317. - "&e- &aamount: &cAmount of your action."
  318. - "&e- &atake: &cTake level from a certain player."
  319. - "&c-=-=-=-=-=-=-=-=-=-= &aPlayer Levels &c-=-=-=-=-=-=-=-=-=-="
  320. - " "
  321. Player:
  322. - " "
  323. - "&c-=-=-=-=-=-=-=-=-=-= &aPlayer Levels &c-=-=-=-=-=-=-=-=-=-="
  324. - "&f&l* &b/level"
  325. - "&f&l* &b/level top"
  326. - "&f&l* &b/level help"
  327. - "&f&l* &b/level <player>"
  328. - "&e- &ahelp: &cSee the help page."
  329. - "&e- &atop: &cSee the best levels in the server"
  330. - "&e- &aplayer: &cSee the level of a certain player."
  331. - "&c-=-=-=-=-=-=-=-=-=-= &aPlayer Levels &c-=-=-=-=-=-=-=-=-=-="
  332. - " "
  333. Max_Level: "&cMAX LEVEL!"
  334. Much_EXP: "&cYou are receiving much experience, we will warn you when the process ends."
  335. Process_Finished: "&aProcess finished. Your new level is: &f@level"
  336. Needs_Exp: "&aNeed &f@exp &aexp to the next level"
  337. Your_Level: "&a[Player Levels] &fYour level is: &b@level"
  338. Your_EXP: "&a[Player Levels] &fYour experience is: &b@exp"
  339. Other_Level: "&a[Player Levels] &b@player &fhas &b@level &flevels!"
  340. Other_EXP: "&a[Player Levels] &b@player &fhas &b@exp &fof experience."
  341. Level_UP: "&a[Player Levels] &aLevel up! New level: &f@newlevel"
  342. Correct_Usage: "&a[Player Levels] &cUse: /level"
  343. Player_Not_Found: "&a[Player Levels] &cPlayer &f@player &cnot found."
  344. Only_Numbers: "&a[Player Levels] &cUse only numbers."
  345. No_Permission: "&a[Player Levels] &cYou don't have permission."
  346. Level_Give: "&a[Player Levels] &aYou give &f@levels &alevels to the player &f@player&a."
  347. Level_Remove: "&a[Player Levels] &cYou taked &f@levels &clevels from the player &f@player&a."
  348. Level_Set: "&a[Player Levels] &cYou setted &f@levels &clevels to the player &f@player&a."
  349. Exp_Give: "&a[Player Levels] &aYou give &f@exp &aof experience to the player &f@player&a."
  350. Received_EXP: "&a[Player Levels] &aYou received &f@exp &aEXP."
  351. Lost_EXP: "&a[Player Levels] &cYou lost &f@exp &cEXP."
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement