Advertisement
Guest User

Untitled

a guest
Nov 13th, 2018
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.66 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: true
  17.  
  18. #The level that the players will starts
  19. Start_Level: 1
  20.  
  21. #The configuration of /level booster gi command.
  22. #ID = BLOCK_NAME (IN UPPER CASE)
  23. #Name = NAME OF THE ITEM (if your server version are biggest than 1.11 add LEGACY_ before the MATERIAL name.)
  24. #E.g: LEGACY_EXP_BOTTLE (1.11 or higher)
  25. #E.g: EXP_BOTTLE (1.8, 1.9 or 1.10)
  26. #Lore = Description of the item.
  27. Booster_Item:
  28. ID: "DIAMOND_BLOCK"
  29. Name: "&aBooster &e@amountx"
  30. Lore:
  31. - "&7Booster &e@amountx &7for &e@time"
  32. - "&7Right click to use"
  33.  
  34. #Here you can select the worlds that the player will receive exp by break blocks, kill mobs or kill players.
  35. #If the player can gain exp in all worlds, put "- all"
  36. Worlds:
  37. - "all"
  38. - "world"
  39.  
  40. Use_Vault_For_Chat: false
  41.  
  42. #If you put to 'false', the skull of the inventory from /level, will stay with the Steve Skin.
  43. Use_HeadSkin: true
  44.  
  45. #Will add a prefix with the player level (if the option Use_Vault_For_Chat is equals true)
  46. #The '@prefix' its used to get the other player prefixes. Thats allow you to put the level prefix before or after the other
  47. Level_Chat_Prefix: "@prefix &7[Lv. @lvl]"
  48.  
  49. Level_Inventory_Name: "&b&lAtheran Levels"
  50.  
  51. Inventory_Stack_Level: "&b&lLevel:&r &f@level"
  52. Inventory_Stack_EXP: "&b&lEXP:&r &f@exp"
  53.  
  54. #The cooldown to the level top update
  55. #The time is in minutes
  56. #Recommended: 10 minutes or more
  57. Level_Top_Update: 10
  58.  
  59. Use_Minecraft_Level_System: false
  60.  
  61. Has_Max_Level: false
  62.  
  63. Max_Level: 1000
  64.  
  65. #Put here the groups that will have the multiplier
  66. #The number is the amount to be multiplied by the experience gained
  67. #Need Vault and a Permission plugin.
  68. #Write the groups in lower case.
  69. Group_EXP_Multiplier:
  70. vip: 1
  71.  
  72. #Here you choose the level up type.
  73. #Types: normal, config
  74. #The 'normal' method, you CAN'T edit the necessary EXP to up, you can just edit the difficulty of level up.
  75. #The 'config' method, you CAN edit the necessary EXP to up, in the levels.yml file.
  76. Levels_Type: "config"
  77.  
  78. #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
  79. #hasn't more Levels in the levels.yml)
  80. Level_Difficulty: 5
  81.  
  82. Reset_XP_On_Level_UP: true
  83.  
  84. Receive_EXP_On_Kill_Players: true
  85.  
  86. EXP_On_Kill_Players: 10
  87.  
  88. Receive_EXP_On_Kill_Mobs: true
  89.  
  90. #You can add new mobs.
  91. #You can see the mobs names here: https://minecraft-ids.grahamedgecombe.com/entities
  92. #For edited mobs, you can put the option "Name" to give more exp.
  93. #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.
  94. Mobs:
  95. ZOMBIE:
  96. Mob: "ZOMBIE"
  97. EXP: 5
  98. SKELETON:
  99. Mob: "SKELETON"
  100. EXP: 5
  101. SPIDER:
  102. Mob: "SPIDER"
  103. EXP: 5
  104. CREEPER:
  105. Mob: "CREEPER"
  106. EXP: 5
  107. CAVE_SPIDER:
  108. Mob: "CAVE_SPIDER"
  109. EXP: 5
  110. ENDERMAN:
  111. Mob: "ENDERMAN"
  112. EXP: 5
  113. ZOMBIE_PIGMAN:
  114. Mob: "ZOMBIE_PIGMAN"
  115. EXP: 5
  116. GHAST:
  117. Mob: "GHAST"
  118. EXP: 5
  119. SILVERFISH:
  120. Mob: "SILVERFISH"
  121. EXP: 5
  122. WITCH:
  123. Mob: "WITCH"
  124. EXP: 5
  125. MAGMA_CUBE:
  126. Mob: "MAGMA_CUBE"
  127. EXP: 5
  128. ENDERMITE:
  129. Mob: "ENDERMITE"
  130. EXP: 5
  131. GUARDIAN:
  132. Mob: "GUARDIAN"
  133. EXP: 5
  134. VEX:
  135. Mob: "VEX"
  136. EXP: 5
  137. EVOCATION_ILLAGER:
  138. Mob: "EVOCATION_ILLAGER"
  139. EXP: 5
  140. VIDICATION_ILLAGER:
  141. Mob: "VIDICATION_ILLAGER"
  142. EXP: 5
  143. ILLUSION_ILLAGER:
  144. Mob: "ILLUSION_ILLAGER"
  145. EXP: 5
  146. ZOMBIE_VILLAGER:
  147. Mob: "ZOMBIE_VILLAGER"
  148. EXP: 5
  149. SHULKER:
  150. Mob: "SHULKER"
  151. EXP: 5
  152. HUSK:
  153. Mob: "HUSK"
  154. EXP: 5
  155. SKELETON:
  156. Mob: "STRAY"
  157. EXP: 5
  158. SLIME:
  159. Mob: "SLIME"
  160. EXP: 5
  161. WITHER_SKELETON:
  162. Mob: "WITHER_SKELETON"
  163. EXP: 5
  164. BLAZE:
  165. Mob: "BLAZE"
  166. EXP: 5
  167. WITHER:
  168. Mob: "WITHER"
  169. EXP: 15
  170. ELDER_GUARDIAN:
  171. Mob: "ELDER_GUARDIAN"
  172. EXP: 10
  173. ENDER_DRAGON:
  174. Mob: "ENDER_DRAGON"
  175. EXP: 25
  176.  
  177. Lost_EXP_While_Dying: false
  178.  
  179. Lost_EXP_While_Dying_Quantity: 3
  180.  
  181. #If true, you can select the block that the player will receive EXP.
  182. Block_Break_EXP_Receive: true
  183.  
  184. #You can add new blocks.
  185. #You can see the block names here: http://minecraft-ids.grahamedgecombe.com/
  186. #If the block shouldn't be breaked just by a specific item, put '- ALL' in the Item_Break list or remove the 'Item_Break' option.
  187. #Put the list of items in the Item_Break in upper case.
  188. Blocks:
  189. EMERALD_ORE:
  190. Block: "EMERALD_ORE"
  191. EXP: 10
  192. DIAMOND_ORE:
  193. Block: "DIAMOND_ORE"
  194. EXP: 5
  195. GOLD_ORE:
  196. Block: "GOLD_ORE"
  197. EXP: 3
  198. LAPIS_ORE:
  199. Block: "LAPIS_ORE"
  200. EXP: 2
  201. IRON_ORE:
  202. Block: "IRON_ORE"
  203. EXP: 1
  204. COAL_ORE:
  205. Block: "COAL_ORE"
  206. EXP: 1
  207.  
  208. #You can edit the levels, and you can:
  209. #Execute commands, give items and messages.
  210. #This is predefined levels, you can remove, add, or edit anything.
  211. #To don't execute commands, or give items, or send messages, just remove.
  212. #To add commands, items or messages, you need follow this pattern:
  213. # - "<your-action>"
  214. #E.g:
  215. #Items:
  216. # - 'ITEM : QUANTITY : ENCHANT:LEVEL'
  217. # - 'ITEM : QUANTITY : ENCHANT:LEVEL,ENCHANT:LEVEL'
  218. # - 'ITEM : QUANTITY : ENCHANT:LEVEL,ENCHANT:LEVEL,ENCHANT:LEVEL'
  219. # - 'ITEM : QUANTITY : ENCHANT:LEVEL,ENCHANT:LEVEL,ENCHANT:LEVEL,ENCHANT:LEVEL'
  220. Levels:
  221. 5:
  222. Command:
  223. - "say @player reached the level 5!"
  224. - "eco give @player 5000"
  225. - "cr give to @player SpellForged 1"
  226. Message:
  227. - "&bCongratulations &f@player&f, you reached the level 5."
  228. - "&aThe next reward is in the level 10."
  229. 6:
  230. Command:
  231. - "say @player reached the level 6!"
  232. - "cr give to @player SpellForged 1"
  233. Message:
  234. - "&bCongratulations &f@player&f, you reached the level 6."
  235. - "&aThe next reward is in the level 7."
  236. 7:
  237. Command:
  238. - "say @player reached the level 6!"
  239. - "cr give to @player SpellForged 1"
  240. Message:
  241. - "&bCongratulations &f@player&f, you reached the level 7."
  242. - "&aThe next reward is in the level 8."
  243. 8:
  244. Command:
  245. - "say @player reached the level 8!"
  246. - "cr give to @player SpellForged 1"
  247. Message:
  248. - "&bCongratulations &f@player&f, you reached the level 8."
  249. - "&aThe next reward is in the level 9."
  250. 9:
  251. Command:
  252. - "say @player reached the level 9!"
  253. - "cr give to @player SpellForged 1"
  254. Message:
  255. - "&bCongratulations &f@player&f, you reached the level 9."
  256. - "&aThe next reward is in the level 10."
  257. 10:
  258. Command:
  259. - "say @player reached the level 10!"
  260. - "eco give @player 10000"
  261. - "cr give to @player SpellForged 2"
  262. Message:
  263. - "&bCongratulations &f@player&f, you reached the level 10."
  264. - "&aThe next reward is in the level 15."
  265. 11:
  266. Command:
  267. - "say @player reached the level 11!"
  268. - "cr give to @player SpellForged 2"
  269. Message:
  270. - "&bCongratulations &f@player&f, you reached the level 11."
  271. - "&aThe next reward is in the level 12."
  272. 12:
  273. Command:
  274. - "say @player reached the level 12!"
  275. - "cr give to @player SpellForged 2"
  276. Message:
  277. - "&bCongratulations &f@player&f, you reached the level 12."
  278. - "&aThe next reward is in the level 13."
  279. 13:
  280. Command:
  281. - "say @player reached the level 13!"
  282. - "cr give to @player SpellForged 2"
  283. Message:
  284. - "&bCongratulations &f@player&f, you reached the level 13."
  285. - "&aThe next reward is in the level 14."
  286. 14:
  287. Command:
  288. - "say @player reached the level 14!"
  289. - "cr give to @player SpellForged 2"
  290. Message:
  291. - "&bCongratulations &f@player&f, you reached the level 14."
  292. - "&aThe next reward is in the level 15."
  293. 15:
  294. Command:
  295. - "say @player reached the level 15!"
  296. - "eco give @player 25000"
  297. - "cr give to @player Forsaken 1"
  298. Message:
  299. - "&bCongratulations &f@player&f, you reached the level 15."
  300. - "&aThe next reward is in the level 20."
  301. 16:
  302. Command:
  303. - "say @player reached the level 16!"
  304. - "cr give to @player Forsaken 1"
  305. Message:
  306. - "&bCongratulations &f@player&f, you reached the level 16."
  307. - "&aThe next reward is in the level 17."
  308. 17:
  309. Command:
  310. - "say @player reached the level 17!"
  311. - "cr give to @player Forsaken 1"
  312. Message:
  313. - "&bCongratulations &f@player&f, you reached the level 17."
  314. - "&aThe next reward is in the level 18."
  315. 18:
  316. Command:
  317. - "say @player reached the level 18!"
  318. - "cr give to @player Forsaken 1"
  319. Message:
  320. - "&bCongratulations &f@player&f, you reached the level 18."
  321. - "&aThe next reward is in the level 19."
  322. 19:
  323. Command:
  324. - "say @player reached the level 19!"
  325. - "cr give to @player Forsaken 1"
  326. Message:
  327. - "&bCongratulations &f@player&f, you reached the level 19."
  328. - "&aThe next reward is in the level 20."
  329. 20:
  330. Command:
  331. - "say @player reached the level 20!"
  332. - "eco give @player 50000"
  333. - "cr give to @player Forsaken 2"
  334. Message:
  335. - "&bCongratulations &f@player&f, you reached the level 20."
  336. - "&aThe next reward is in the level 25."
  337. 21:
  338. Command:
  339. - "say @player reached the level 21!"
  340. - "cr give to @player Forsaken 2"
  341. Message:
  342. - "&bCongratulations &f@player&f, you reached the level 21."
  343. - "&aThe next reward is in the level 22."
  344. 22:
  345. Command:
  346. - "say @player reached the level 22!"
  347. - "cr give to @player Forsaken 2"
  348. Message:
  349. - "&bCongratulations &f@player&f, you reached the level 22."
  350. - "&aThe next reward is in the level 23."
  351. 23:
  352. Command:
  353. - "say @player reached the level 23!"
  354. - "cr give to @player Forsaken 2"
  355. Message:
  356. - "&bCongratulations &f@player&f, you reached the level 23."
  357. - "&aThe next reward is in the level 24."
  358. 24:
  359. Command:
  360. - "say @player reached the level 24!"
  361. - "cr give to @player Forsaken 2"
  362. Message:
  363. - "&bCongratulations &f@player&f, you reached the level 24."
  364. - "&aThe next reward is in the level 25."
  365. 25:
  366. Command:
  367. - "say @player reached the level 25!"
  368. - "eco give @player 100000"
  369. - "cr give to @player Mystical 1"
  370. Message:
  371. - "&bCongratulations &f@player&f, you reached the level 25."
  372. - "&aYou hit &bMAX Level&a, come levels to come soon."
  373.  
  374.  
  375. #If true, the player will receive an action bar message on receive exp.
  376. #This option is for 1.8 servers!
  377. ActionBar_Message: true
  378.  
  379. Messages:
  380. Booster:
  381. NoBoosters_Own: "&cYou haven't enabled boosters!"
  382. NoBoosters_Other: "&f@player &chasn't enabled boosters!"
  383. RemainingTime_Own: "&aYou have a &e@amountx &abooster for &e@time &aminutes!"
  384. RemainingTime_Other: "&e@player &ahas a &e@amountx &abooster for &e@time &aminutes!"
  385. Booster_Set: "&aYou defined a &e@amountx &abooster to the player &e@player &afor &e@time &aminutes!"
  386. Booster_Received: "&aYou received a &e@amountx &abooster &afor &e@time &aminutes!"
  387. Help_Topic:
  388. Admin:
  389. - " "
  390. - "&c-=-=-=-=-=-=-=-=-=-= &aPlayer Levels &c-=-=-=-=-=-=-=-=-=-="
  391. - "&f&l* &b/level"
  392. - "&f&l* &b/level top"
  393. - "&f&l* &b/level help"
  394. - "&f&l* &b/level <player>"
  395. - "&f&l* &b/level <give>/<set>/<take> <player> <amount>"
  396. - "&f&l* &b/level <giveexp> <player> <amount>"
  397. - "&f&l* &b/level <setexp> <player> <amount>"
  398. - "&f&l* &b/level <take> <player> <amount>"
  399. - "&f&l* &b/level clear <player>"
  400. - "&e- &ahelp: &cSee the help page."
  401. - "&e- &atop: &cSee the best levels in the server"
  402. - "&e- &aplayer: &cSee the level of a certain player."
  403. - "&e- &agive: &cGive level for a certain player."
  404. - "&e- &agiveexp: &cGive exp for a certain player."
  405. - "&e- &atakeexp: &cTake exp for a certain player."
  406. - "&e- &asetexp: &cSet the exp of a certain player."
  407. - "&e- &aset: &cSet the level of a certain player."
  408. - "&e- &aamount: &cAmount of your action."
  409. - "&e- &atake: &cTake level from a certain player."
  410. - "&e- &aclear: &cSet the player level to starts level and 0 exp."
  411. - "&c-=-=-=-=-=-=-=-=-=-= &aPlayer Levels &c-=-=-=-=-=-=-=-=-=-="
  412. - " "
  413. Player:
  414. - " "
  415. - "&c-=-=-=-=-=-=-=-=-=-= &aPlayer Levels &c-=-=-=-=-=-=-=-=-=-="
  416. - "&f&l* &b/level"
  417. - "&f&l* &b/level top"
  418. - "&f&l* &b/level help"
  419. - "&f&l* &b/level <player>"
  420. - "&e- &ahelp: &cSee the help page."
  421. - "&e- &atop: &cSee the best levels in the server"
  422. - "&e- &aplayer: &cSee the level of a certain player."
  423. - "&c-=-=-=-=-=-=-=-=-=-= &aPlayer Levels &c-=-=-=-=-=-=-=-=-=-="
  424. - " "
  425. Player_Clear: "&cYou cleared the player &f@player&c."
  426. Max_Level: "&cYou reached the max level."
  427. Much_EXP: "&cYou are receiving much experience, we will warn you when the process ends."
  428. Process_Finished: "&aProcess finished. Your new level is: &f@level"
  429. Needs_Exp: "&aNeed &f@exp &aexp to the next level"
  430. Your_Level: "&a[Player Levels] &fYour level is: &b@level"
  431. Your_EXP: "&a[Player Levels] &fYour experience is: &b@exp"
  432. Other_Level: "&a[Player Levels] &b@player &fhas &b@level &flevels!"
  433. Other_EXP: "&a[Player Levels] &b@player &fhas &b@exp &fof experience."
  434. Level_UP: "&a[Player Levels] &aLevel up! New level: &f@newlevel"
  435. Correct_Usage: "&a[Player Levels] &cUse: /level"
  436. Player_Not_Found: "&a[Player Levels] &cPlayer &f@player &cnot found."
  437. Only_Numbers: "&a[Player Levels] &cUse only numbers."
  438. No_Permission: "&a[Player Levels] &cYou don't have permission."
  439. Level_Give: "&a[Player Levels] &aYou give &f@levels &alevels to the player &f@player&a."
  440. Level_Remove: "&a[Player Levels] &cYou taked &f@levels &clevels from the player &f@player&a."
  441. Level_Set: "&a[Player Levels] &cYou setted &f@levels &clevels to the player &f@player&a."
  442. Exp_Give: "&a[Player Levels] &aYou gived &f@exp &aof experience to the player &f@player&a."
  443. Exp_Set: "&a[Player Levels] &aYou setted &f@exp &aof experience to the player &f@player&a."
  444. Exp_Take: "&a[Player Levels] &aYou removed &f@exp &aof experience to the player &f@player&a."
  445. Received_EXP: "&a[Player Levels] &aYou received &f@exp &aEXP."
  446. Lost_EXP: "&a[Player Levels] &cYou lost &f@exp &cEXP."
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement