Advertisement
Guest User

Untitled

a guest
Dec 2nd, 2018
2,373
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.02 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: "&7PlayerLevels"
  50.  
  51. Inventory_Stack_Level: "&aLevel: &f@level"
  52. Inventory_Stack_EXP: "&aEXP: &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: true
  60.  
  61. Has_Max_Level: true
  62.  
  63. Max_Level: 1000
  64.  
  65. Max_Level_Message: "Max Level"
  66.  
  67. Acumulative_XP_On_Level_UP: true
  68.  
  69. #Put here the groups that will have the multiplier
  70. #The number is the amount to be multiplied by the experience gained
  71. #Need Vault and a Permission plugin.
  72. #Write the groups in lower case.
  73. Group_EXP_Multiplier:
  74. vip: 3
  75. owner: 5
  76.  
  77. #Here you choose the level up type.
  78. #Types: normal, config
  79. #The 'normal' method, you CAN'T edit the necessary EXP to up, you can just edit the difficulty of level up.
  80. #The 'config' method, you CAN edit the necessary EXP to up, in the levels.yml file.
  81. Levels_Type: "config"
  82.  
  83. #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
  84. #hasn't more Levels in the levels.yml)
  85. Level_Difficulty: 10
  86.  
  87. Receive_EXP_On_Kill_Players: true
  88.  
  89. EXP_On_Kill_Players: 10
  90.  
  91. Receive_EXP_On_Kill_Mobs: true
  92.  
  93. #You can add new mobs.
  94. #You can see the mobs names here: https://minecraft-ids.grahamedgecombe.com/entities
  95. #For edited mobs, you can put the option "Name" to give more exp.
  96. #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.
  97. Mobs:
  98. BLAZE:
  99. Mob: "BLAZE"
  100. EXP: 4
  101. SKELETON:
  102. Mob: "SKELETON"
  103. EXP: 3
  104. MMOB_1:
  105. Mob: "SKELETON"
  106. Name: "&2Skeletal Minion"
  107. EXP: 7
  108. Goblin:
  109. Mob: "ZOMBIE"
  110. Name: "Goblin"
  111. EXP: 8
  112. TreasureGoblin:
  113. Mob: "BABY_ZOMBIE"
  114. Name: "TreasureGoblin"
  115. EXP: 20
  116. SummonerCreepre:
  117. Mob: "ZOMBIE"
  118. Name: "&6Summoner"
  119. EXP: 10
  120. CreeperMinion:
  121. Mob: "CREEPER"
  122. Name: "&2Creeper Minion"
  123. EXP: 3
  124. darkendermen:
  125. Mob: "ENDERMAN"
  126. Name: "&cDark &0Enderman"
  127. EXP: 8
  128. saok:
  129. Mob: "VILLAGER"
  130. Name: "&6&lSaok"
  131. EXP: 50
  132. saok2:
  133. Mob: "ZOMBIE"
  134. Name: "&c&lSaok"
  135. EXP: 50
  136. saok3:
  137. Mob: "VILLAGER"
  138. Name: "&6&lSaok"
  139. EXP: 50
  140. SpiderlingPoison:
  141. Mob: "CAVE_SPIDER"
  142. Name: "&ePoison Spiderling"
  143. EXP: 3
  144. SpiderlingWither:
  145. Mob: "CAVE_SPIDER"
  146. Name: "&eWither Spiderling"
  147. EXP: 3
  148. SpiderlingFrost:
  149. Mob: "CAVE_SPIDER"
  150. Name: "&eFrost Spiderling"
  151. EXP: 3
  152. SpiderPoison:
  153. Mob: "SPIDER"
  154. Name: "&ePoison Spider"
  155. EXP: 5
  156. SpiderWither:
  157. Mob: "SPIDER"
  158. Name: "&eWither Spider"
  159. EXP: 5
  160. SpiderFrost:
  161. Mob: "SPIDER"
  162. Name: "&eFrost Spider"
  163. EXP: 5
  164. SpiderEggPoison:
  165. Mob: "COW"
  166. Name: "&ePoison Spider Eggs"
  167. EXP: 10
  168. SpiderEggWither:
  169. Mob: "COW"
  170. Name: "&eWither Spider Eggs"
  171. EXP: 10
  172. SpiderEggFrost:
  173. Mob: "COW"
  174. Name: "&eFrost Spider Eggs"
  175. EXP: 10
  176. SpiderEggRandom:
  177. Mob: "COW"
  178. Name: "&eSpider Eggs"
  179. EXP: 10
  180. ZOMBIE:
  181. Mob: "ZOMBIE"
  182. EXP: 5
  183. ZOMBIE_VILLAGER:
  184. Mob: "ZOMBIE_VILLAGER"
  185. EXP: 5
  186. ENDERMAN:
  187. Mob: "ENDERMAN"
  188. EXP: 8
  189. ENDER_DRAGON:
  190. Mob: "ENDER_DRAGON"
  191. EXP: 25
  192. ENDERMITE:
  193. Mob: "ENDERMITE"
  194. EXP: 1
  195. BAT:
  196. Mob: "BAT"
  197. EXP: 1
  198. CHICKEN:
  199. Mob: "CHICKEN"
  200. EXP: 1
  201. COW:
  202. Mob: "COW"
  203. EXP: 1
  204. DONKEY:
  205. Mob: "DONKEY"
  206. EXP: 1
  207. HORSE:
  208. Mob: "HORSE"
  209. EXP: 1
  210. SKELETON_HORSE:
  211. Mob: "SKELETON_HORSE"
  212. EXP: 3
  213. MOOSHROOM:
  214. Mob: "MOOSHROOM"
  215. EXP: 6
  216. MULE:
  217. Mob: "MULE"
  218. EXP: 1
  219. OCELOT:
  220. Mob: "OCELOT"
  221. EXP: 1
  222. PARROT:
  223. Mob: "PARROT"
  224. EXP: 1
  225. PIG:
  226. Mob: "PIG"
  227. EXP: 5
  228. RABBIT:
  229. Mob: "RABBIT"
  230. EXP: 1
  231. SHEEP:
  232. Mob: "SHEEP"
  233. EXP: 1
  234. LLAMA:
  235. Mob: "LLAMA"
  236. EXP: 1
  237. POLAR_BEAR:
  238. Mob: "POLAR_BEAR"
  239. EXP: 1
  240. WOLF:
  241. Mob: "WOLF"
  242. EXP: 5
  243. CREEPER:
  244. Mob: "CREEPER"
  245. EXP: 10
  246. GHAST:
  247. Mob: "GHAST"
  248. EXP: 5
  249. HUSK:
  250. Mob: "HUSK"
  251. EXP: 6
  252. SILVERFISH:
  253. Mob: "SILVERFISH"
  254. EXP: 3
  255. WITCH:
  256. Mob: "WITCH"
  257. EXP: 10
  258. WITHER_SKELETON:
  259. Mob: "WITHER_SKELETON"
  260. EXP: 10
  261. WITHER:
  262. Mob: "WITHER"
  263. EXP: 25
  264.  
  265. Lost_EXP_While_Dying: false
  266.  
  267. Lost_EXP_While_Dying_Quantity: 3
  268.  
  269. #If true, you can select the block that the player will receive EXP.
  270. Block_Break_EXP_Receive: true
  271.  
  272. #You can add new blocks.
  273. #You can see the block names here: http://minecraft-ids.grahamedgecombe.com/
  274. #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.
  275. #Put the list of items in the Item_Break in upper case.
  276. Blocks:
  277. EMERALD_ORE:
  278. Block: "EMERALD_ORE"
  279. EXP: 6
  280. REDSTONE_ORE:
  281. Block: "REDSTONE_ORE"
  282. EXP: 4
  283. DIAMOND_ORE:
  284. Block: "DIAMOND_ORE"
  285. EXP: 5
  286. NETHER_QUARTZ_ORE:
  287. Block: "QUARTZ_ORE"
  288. EXP: 4
  289. GOLD_ORE:
  290. Block: "GOLD_ORE"
  291. EXP: 3
  292. LAPIS_LAZULI_ORE:
  293. Block: "LAPIS_ORE"
  294. EXP: 3
  295. IRON_ORE:
  296. Block: "IRON_ORE"
  297. EXP: 2
  298. STONE:
  299. Block: "STONE"
  300. EXP: 1
  301. #You can edit the levels, and you can:
  302. #Execute commands, give items and messages.
  303. #This is predefined levels, you can remove, add, or edit anything.
  304. #To don't execute commands, or give items, or send messages, just remove.
  305. #To add commands, items or messages, you need follow this pattern:
  306. # - "<your-action>"
  307. #E.g:
  308. #Items:
  309. # - 'ITEM : QUANTITY : ENCHANT:LEVEL'
  310. # - 'ITEM : QUANTITY : ENCHANT:LEVEL,ENCHANT:LEVEL'
  311. # - 'ITEM : QUANTITY : ENCHANT:LEVEL,ENCHANT:LEVEL,ENCHANT:LEVEL'
  312. # - 'ITEM : QUANTITY : ENCHANT:LEVEL,ENCHANT:LEVEL,ENCHANT:LEVEL,ENCHANT:LEVEL'
  313. Levels:
  314. 10:
  315. Command:
  316. - "say @Player reached level 10!"
  317. - "money give @Player 1000"
  318. Message:
  319. - "&6Congratulations &f@player&6, you reached level 10."
  320. - "&aThe next reward is at level 20."
  321. 20:
  322. Command:
  323. - "say @Player reached level 20!"
  324. - "money give @Player 2000"
  325. Message:
  326. - "&6Congratulations &f@player&6, you reached level 20."
  327. - "&aThe next reward is at level 30."
  328. 30:
  329. Command:
  330. - "say @Player reached level 30!"
  331. - "money give @Player 3000"
  332. Message:
  333. - "&6Congratulations &f@player&6, you reached level 30."
  334. - "&aThe next reward is at level 40."
  335. 40:
  336. Command:
  337. - "say @Player reached level 40!"
  338. - "money give @Player 4000"
  339. Message:
  340. - "&6Congratulations &f@player&6, you reached level 40."
  341. - "&aThe next reward is at level 50."
  342. 50:
  343. Command:
  344. - "say @Player reached level 50!"
  345. - "money give @Player 5000"
  346. Message:
  347. - "&6Congratulations &f@player&6, you reached level 50."
  348. - "&aThe next reward is at level 60."
  349. 60:
  350. Command:
  351. - "say @Player reached level 60!"
  352. - "money give @Player 6000"
  353. Message:
  354. - "&6Congratulations &f@player&6, you reached level 60."
  355. - "&aThe next reward is at level 70."
  356. 70:
  357. Command:
  358. - "say @Player reached level 70!"
  359. - "money give @Player 7000"
  360. Message:
  361. - "&6Congratulations &f@player&6, you reached level 70."
  362. - "&aThe next reward is at level 80."
  363. 80:
  364. Command:
  365. - "say @Player reached level 80!"
  366. - "money give @Player 8000"
  367. Message:
  368. - "&6Congratulations &f@player&6, you reached level 80."
  369. - "&aThe next reward is at level 90."
  370. 90:
  371. Command:
  372. - "say @Player reached level 90!"
  373. - "money give @Player 9000"
  374. Message:
  375. - "&6Congratulations &f@player&6, you reached level 90."
  376. - "&aThe next reward is at level 100."
  377. 100:
  378. Command:
  379. - "say @Player reached level 100!"
  380. - "money give @Player 10000"
  381. Message:
  382. - "&6Congratulations &f@player&6, you reached level 100."
  383. - "&aThe next reward is at level 125."
  384. 125:
  385. Command:
  386. - "say @Player reached level 125!"
  387. - "money give @Player 12500"
  388. Message:
  389. - "&6Congratulations &f@player&6, you reached level 125."
  390. - "&aThe next reward is at level 150."
  391. 150:
  392. Command:
  393. - "say @Player reached level 150!"
  394. - "money give @Player 15000"
  395. Message:
  396. - "&6Congratulations &f@player&6, you reached level 150."
  397. - "&aThe next reward is at level 175."
  398. 175:
  399. Command:
  400. - "say @Player reached level 175!"
  401. - "money give @Player 17500"
  402. Message:
  403. - "&6Congratulations &f@player&6, you reached level 175."
  404. - "&aThe next reward is at level 200."
  405. 200:
  406. Command:
  407. - "say @Player reached level 200!"
  408. - "money give @Player 20000"
  409. Message:
  410. - "&6Congratulations &f@player&6, you reached level 200."
  411. - "&aThe next reward is at level 300."
  412. 300:
  413. Command:
  414. - "say @Player reached level 300!"
  415. - "money give @Player 30000"
  416. Message:
  417. - "&6Congratulations &f@player&6, you reached level 300."
  418. - "&aThe next reward is at level 400."
  419. 400:
  420. Command:
  421. - "say @Player reached level 400!"
  422. - "money give @Player 40000"
  423. Message:
  424. - "&6Congratulations &f@player&6, you reached level 400."
  425. - "&aThe next reward is at level 500."
  426. 500:
  427. Command:
  428. - "say @Player reached level 500!"
  429. - "money give @Player 9000"
  430. Message:
  431. - "&6Congratulations &f@player&6, you reached level 500."
  432. - "&aThe next reward is at level 1000."
  433. 1000:
  434. Command:
  435. - "say @Player reached the max level!"
  436. - "say @Player &l&6CONGRAGULATIONS"
  437. - "money give @Player 100000"
  438. Message:
  439. - "&6Congratulations &f@player&6, you reached the max level of 1000."
  440. - "&aCongragulations on reaching the highest level!!!"
  441.  
  442. Progress_Bar_Segments: 10
  443. Progress_Bar_Segment: "■"
  444.  
  445. #If true, the player will receive an action bar message on receive exp.
  446. #This option is for 1.8 servers!
  447. ActionBar_Message: false
  448.  
  449. Messages:
  450. Booster:
  451. Booster_Item_Gived: "&aYou gived a booster item to &e@player &7(@amountx - @time minutes)"
  452. Booster_Item_Received: "&aYou received a booster item from &e@player &7(@amountx - @time minutes)"
  453. NoBoosters_Own: "&cYou haven't enabled boosters!"
  454. NoBoosters_Other: "&f@player &chasn't enabled boosters!"
  455. RemainingTime_Own: "&aYou have a &e@amountx &abooster for &e@time &aminutes!"
  456. RemainingTime_Other: "&e@player &ahas a &e@amountx &abooster for &e@time &aminutes!"
  457. Booster_Set: "&aYou defined a &e@amountx &abooster to the player &e@player &afor &e@time &aminutes!"
  458. Booster_Received: "&aYou received a &e@amountx &abooster &afor &e@time &aminutes!"
  459. Help_Topic:
  460. Admin:
  461. - " "
  462. - "&c-=-=-=-=-=-=-=-=-=-= &aPlayer Levels &c-=-=-=-=-=-=-=-=-=-="
  463. - "&f&l* &b/level"
  464. - "&f&l* &b/level top"
  465. - "&f&l* &b/level help"
  466. - "&f&l* &b/level <player>"
  467. - "&f&l* &b/level <give>/<set>/<take> <player> <amount>"
  468. - "&f&l* &b/level <giveexp> <player> <amount>"
  469. - "&f&l* &b/level <setexp> <player> <amount>"
  470. - "&f&l* &b/level <take> <player> <amount>"
  471. - "&f&l* &b/level clear <player>"
  472. - "&f&l* &b/level booster"
  473. - "&f&l* &b/level booster <player>"
  474. - "&f&l* &b/level booster set <player> <amount> <time-in-minutes>"
  475. - "&f&l* &b/level booster add <player> <amount> <minutes>"
  476. - "&f&l* &b/level booster gi <player> <amount> <minutes>"
  477. - "&e- &ahelp: &cSee the help page."
  478. - "&e- &atop: &cSee the best levels in the server"
  479. - "&e- &aplayer: &cSee the level of a certain player."
  480. - "&e- &agive: &cGive level for a certain player."
  481. - "&e- &agiveexp: &cGive exp for a certain player."
  482. - "&e- &atakeexp: &cTake exp for a certain player."
  483. - "&e- &asetexp: &cSet the exp of a certain player."
  484. - "&e- &aset: &cSet the level of a certain player."
  485. - "&e- &aamount: &cAmount of your action."
  486. - "&e- &atake: &cTake level from a certain player."
  487. - "&e- &aclear: &cSet the player level to starts level and 0 exp."
  488. - "&e- &abooster: &cSee or set a player boost."
  489. - "&c-=-=-=-=-=-=-=-=-=-= &aPlayer Levels &c-=-=-=-=-=-=-=-=-=-="
  490. - " "
  491. Player:
  492. - " "
  493. - "&c-=-=-=-=-=-=-=-=-=-= &aPlayer Levels &c-=-=-=-=-=-=-=-=-=-="
  494. - "&f&l* &b/level"
  495. - "&f&l* &b/level top"
  496. - "&f&l* &b/level help"
  497. - "&f&l* &b/level <player>"
  498. - "&f&l* &b/level booster"
  499. - "&f&l* &b/level booster <player>"
  500. - "&e- &ahelp: &cSee the help page."
  501. - "&e- &atop: &cSee the best levels in the server"
  502. - "&e- &aplayer: &cSee the level of a certain player."
  503. - "&c-=-=-=-=-=-=-=-=-=-= &aPlayer Levels &c-=-=-=-=-=-=-=-=-=-="
  504. - " "
  505. Player_Clear: "&cYou cleared the player &f@player&c."
  506. Max_Level: "&cYou reached the max level."
  507. Much_EXP: "&cYou are receiving much experience, we will warn you when the process ends."
  508. Process_Finished: "&aProcess finished. Your new level is: &f@level"
  509. Needs_Exp: "&aNeed &f@exp &aexp to the next level"
  510. Your_Level: "&a[Player Levels] &fYour level is: &b@level"
  511. Your_EXP: "&a[Player Levels] &fYour experience is: &b@exp"
  512. Other_Level: "&a[Player Levels] &b@player &fhas &b@level &flevels!"
  513. Other_EXP: "&a[Player Levels] &b@player &fhas &b@exp &fof experience."
  514. Level_UP: "&a[Player Levels] &aLevel up! New level: &f@newlevel"
  515. Correct_Usage: "&a[Player Levels] &cUse: /level"
  516. Player_Not_Found: "&a[Player Levels] &cPlayer &f@player &cnot found."
  517. Only_Numbers: "&a[Player Levels] &cUse only numbers."
  518. No_Permission: "&a[Player Levels] &cYou don't have permission."
  519. Level_Give: "&a[Player Levels] &aYou give &f@levels &alevels to the player &f@player&a."
  520. Level_Remove: "&a[Player Levels] &cYou taked &f@levels &clevels from the player &f@player&a."
  521. Level_Set: "&a[Player Levels] &cYou setted &f@levels &clevels to the player &f@player&a."
  522. Exp_Give: "&a[Player Levels] &aYou gived &f@exp &aof experience to the player &f@player&a."
  523. Exp_Set: "&a[Player Levels] &aYou setted &f@exp &aof experience to the player &f@player&a."
  524. Exp_Take: "&a[Player Levels] &aYou removed &f@exp &aof experience to the player &f@player&a."
  525. Received_EXP: "&a[Player Levels] &aYou received &f@exp &aEXP."
  526. Lost_EXP: "&a[Player Levels] &cYou lost &f@exp &cEXP."
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement