Advertisement
Guest User

Untitled

a guest
Oct 26th, 2018
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.81 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: "&f[&7Lvl &6@lvl&f]&r @prefix"
  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: 2
  51. donator: 2
  52. donator+: 2
  53. donator++: 2
  54. subscriber: 2
  55. subdonor: 2
  56. subdonor+: 2
  57. subdonor++: 2
  58. moderator: 2
  59. submod: 2
  60. donormod: 2
  61. donormod+: 2
  62. donormod++: 2
  63. subdonormod: 2
  64. subdonormod+: 2
  65. subdonormod++: 2
  66. owner: 2
  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: 12
  94. SKELETON:
  95. Mob: "SKELETON"
  96. EXP: 12
  97. ZOMBIE:
  98. Mob: "ZOMBIE"
  99. EXP: 12
  100. ZOMBIE_VILLAGER:
  101. Mob: "ZOMBIE_VILLAGER"
  102. EXP: 20
  103. ZOMBIE_PIGMAN:
  104. Mob: "ZOMBIE_PIGMAN"
  105. EXP: 12
  106. WITHER_SKELETON:
  107. Mob: "WITHER_SKELETON"
  108. EXP: 30
  109. SPIDER:
  110. Mob: "SPIDER"
  111. EXP: 12
  112. CAVE_SPIDER:
  113. Mob: "CAVE_SPIDER"
  114. EXP: 12
  115. STRAY:
  116. Mob: "STRAY"
  117. EXP: 20
  118. HUSK:
  119. Mob: "HUSK"
  120. EXP: 20
  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: 10
  130. EVOCATION_ILLAGER:
  131. Mob: "EVOCATION_ILLAGER"
  132. EXP: 20
  133. VEX:
  134. Mob: "VEX"
  135. EXP: 20
  136. VINDICATION_ILLAGER:
  137. Mob: "VINDICATION_ILLAGER"
  138. EXP: 20
  139. CREEPER:
  140. Mob: "CREEPER"
  141. EXP: 30
  142. SLIME:
  143. Mob: "SLIME"
  144. EXP: 8
  145. GHAST:
  146. Mob: "GHAST"
  147. EXP: 40
  148. ENDERMAN:
  149. Mob: "ENDERMAN"
  150. EXP: 25
  151. SILVERFISH:
  152. Mob: "SILVERFISH"
  153. EXP: 20
  154. MAGMA_CUBE:
  155. Mob: "MAGMA_CUBE"
  156. EXP: 10
  157. ENDER_DRAGON:
  158. Mob: "ENDER_DRAGON"
  159. EXP: 2000
  160. WITHER:
  161. Mob: "WITHER"
  162. EXP: 500
  163. BAT:
  164. Mob: "BAT"
  165. EXP: 8
  166. WITCH:
  167. Mob: "WITCH"
  168. EXP: 25
  169. ENDERMITE:
  170. Mob: "ENDERMITE"
  171. EXP: 20
  172. ELDER_GUARDIAN:
  173. Mob: "ELDER_GUARDIAN"
  174. EXP: 200
  175. GUARDIAN:
  176. Mob: "GUARDIAN"
  177. EXP: 40
  178. SHULKER:
  179. Mob: "SHULKER"
  180. EXP: 40
  181. PIG:
  182. Mob: "PIG"
  183. EXP: 8
  184. SHEEP:
  185. Mob: "SHEEP"
  186. EXP: 8
  187. COW:
  188. Mob: "COW"
  189. EXP: 8
  190. CHICKEN:
  191. Mob: "CHICKEN"
  192. EXP: 8
  193. SQUID:
  194. Mob: "SQUID"
  195. EXP: 8
  196. MOOSHROOM:
  197. Mob: "MOOSHROOM"
  198. EXP: 8
  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: 50
  213. DIAMOND_ORE:
  214. Block: "DIAMOND_ORE"
  215. EXP: 72
  216. GOLD_ORE:
  217. Block: "GOLD_ORE"
  218. EXP: 25
  219. IRON_ORE:
  220. Block: "IRON_ORE"
  221. EXP: 20
  222. LAPIS_ORE:
  223. Block: "LAPIS_ORE"
  224. EXP: 10
  225. COAL_ORE:
  226. Block: "COAL_ORE"
  227. EXP: 4
  228. REDSTONE_ORE:
  229. Block: "REDSTONE_ORE"
  230. EXP: 10
  231. QUARTZ_ORE:
  232. Block: "QUARTZ_ORE"
  233. EXP: 15
  234. GRASS:
  235. Block: "GRASS"
  236. EXP: 1
  237. DIRT:
  238. Block: "DIRT"
  239. EXP: 1
  240. STONE:
  241. Block: "STONE"
  242. EXP: 1
  243. COBBLESTONE:
  244. Block: "COBBLESTONE"
  245. EXP: 1
  246. SAND:
  247. Block: "SAND"
  248. EXP: 1
  249. GRAVEL:
  250. Block: "GRAVEL"
  251. EXP: 1
  252. SANDSTONE:
  253. Block: "SANDSTONE"
  254. EXP: 1
  255. NETHERRACK:
  256. Block: "NETHERRACK"
  257. EXP: 2
  258. NETHER_BRICK:
  259. Block: "NETHER_BRICK"
  260. EXP: 2
  261. END_STONE:
  262. Block: "END_STONE"
  263. EXP: 3
  264.  
  265.  
  266.  
  267. #You can edit the levels, and you can:
  268. #Execute commands, give items and messages.
  269. #This is predefined levels, you can remove, add, or edit anything.
  270. #To don't execute commands, or give items, or send messages, just remove.
  271. #To add commands, items or messages, you need follow this pattern:
  272. # - "<your-action>"
  273. #E.g:
  274. #Items:
  275. # - 'ITEM : QUANTITY : ENCHANT:LEVEL'
  276. # - 'ITEM : QUANTITY : ENCHANT:LEVEL,ENCHANT:LEVEL'
  277. # - 'ITEM : QUANTITY : ENCHANT:LEVEL,ENCHANT:LEVEL,ENCHANT:LEVEL'
  278. # - 'ITEM : QUANTITY : ENCHANT:LEVEL,ENCHANT:LEVEL,ENCHANT:LEVEL,ENCHANT:LEVEL'
  279. Levels:
  280. 5:
  281. Message:
  282. - "&6Congratulations &f@player&6, you reached level 5!"
  283. 10:
  284. Message:
  285. - "&6Congratulations &f@player&6, you reached level 10!"
  286. 25:
  287. Message:
  288. - "&6Congratulations &f@player&6, you reached level 25!"
  289. 50:
  290. Message:
  291. - "&6Congratulations &f@player&6, you reached level 50!"
  292. 75:
  293. Message:
  294. - "&6Congratulations &f@player&6, you reached level 75!"
  295. 100:
  296. Message:
  297. - "&6Congratulations &f@player&6, you reached level 100!"
  298. 200:
  299. Message:
  300. - "&6Congratulations &f@player&6, you reached level 200!"
  301. 300:
  302. Message:
  303. - "&6Congratulations &f@player&6, you reached level 300!"
  304. 400:
  305. Message:
  306. - "&6Congratulations &f@player&6, you reached level 400!"
  307. 500:
  308. Message:
  309. - "&6Congratulations &f@player&6, you reached level 500!"
  310. 600:
  311. Message:
  312. - "&6Congratulations &f@player&6, you reached level 600!"
  313. 700:
  314. Message:
  315. - "&6Congratulations &f@player&6, you reached level 700!"
  316. 800:
  317. Message:
  318. - "&6Congratulations &f@player&6, you reached level 800!"
  319. 900:
  320. Message:
  321. - "&6Congratulations &f@player&6, you reached level 900!"
  322. 1000:
  323. Message:
  324. - "&6Congratulations &f@player&6, YOU REACHED MAX LEVEL 1000!!!"
  325.  
  326.  
  327. #If true, the player will receive an action bar message on receive exp.
  328. #This option is for 1.8 servers!
  329. ActionBar_Message: true
  330.  
  331. Messages:
  332. Help_Topic:
  333. Admin:
  334. - " "
  335. - "&c-=-=-=-=-=-=-=-=-=-= &aPlayer Levels &c-=-=-=-=-=-=-=-=-=-="
  336. - "&f&l* &b/level"
  337. - "&f&l* &b/level top"
  338. - "&f&l* &b/level help"
  339. - "&f&l* &b/level <player>"
  340. - "&f&l* &b/level <give>/<set>/<take> <player> <amount>"
  341. - "&f&l* &b/level <giveexp> <player> <amount>"
  342. - "&e- &ahelp: &cSee the help page."
  343. - "&e- &atop: &cSee the best levels in the server"
  344. - "&e- &aplayer: &cSee the level of a certain player."
  345. - "&e- &agive: &cGive level for a certain player."
  346. - "&e- &agiveexp: &cGive exp for a certain player."
  347. - "&e- &aset: &cSet the level of a certain player."
  348. - "&e- &aamount: &cAmount of your action."
  349. - "&e- &atake: &cTake level from a certain player."
  350. - "&c-=-=-=-=-=-=-=-=-=-= &aPlayer Levels &c-=-=-=-=-=-=-=-=-=-="
  351. - " "
  352. Player:
  353. - " "
  354. - "&c-=-=-=-=-=-=-=-=-=-= &aPlayer Levels &c-=-=-=-=-=-=-=-=-=-="
  355. - "&f&l* &b/level"
  356. - "&f&l* &b/level top"
  357. - "&f&l* &b/level help"
  358. - "&f&l* &b/level <player>"
  359. - "&e- &ahelp: &cSee the help page."
  360. - "&e- &atop: &cSee the best levels in the server"
  361. - "&e- &aplayer: &cSee the level of a certain player."
  362. - "&c-=-=-=-=-=-=-=-=-=-= &aPlayer Levels &c-=-=-=-=-=-=-=-=-=-="
  363. - " "
  364. Max_Level: "&cMAX LEVEL!"
  365. Much_EXP: "&cYou are receiving much experience, we will warn you when the process ends."
  366. Process_Finished: "&aProcess finished. Your new level is: &f@level"
  367. Needs_Exp: "&aNeed &f@exp &aexp to the next level"
  368. Your_Level: "&a[Player Levels] &fYour level is: &b@level"
  369. Your_EXP: "&a[Player Levels] &fYour experience is: &b@exp"
  370. Other_Level: "&a[Player Levels] &b@player &fhas &b@level &flevels!"
  371. Other_EXP: "&a[Player Levels] &b@player &fhas &b@exp &fof experience."
  372. Level_UP: "&7Level up! &6>> &7Level: &6@newlevel"
  373. Correct_Usage: "&a[Player Levels] &cUse: /level"
  374. Player_Not_Found: "&a[Player Levels] &cPlayer &f@player &cnot found."
  375. Only_Numbers: "&a[Player Levels] &cUse only numbers."
  376. No_Permission: "&a[Player Levels] &cYou don't have permission."
  377. Level_Give: "&a[Player Levels] &aYou give &f@levels &alevels to the player &f@player&a."
  378. Level_Remove: "&a[Player Levels] &cYou taked &f@levels &clevels from the player &f@player&a."
  379. Level_Set: "&a[Player Levels] &cYou setted &f@levels &clevels to the player &f@player&a."
  380. Exp_Give: "&a[Player Levels] &aYou give &f@exp &aof experience to the player &f@player&a."
  381. Received_EXP: "&a[Player Levels] &aYou received &f@exp &aEXP."
  382. Lost_EXP: "&a[Player Levels] &cYou lost &f@exp &cEXP."
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement