NotToBlame

Untitled

Oct 8th, 2018
4,895
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.40 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]"
  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: 5
  97. MMOB_1:
  98. Mob: "SKELETON"
  99. Name: "&2Skeletal Minion"
  100. EXP: 15
  101.  
  102. Lost_EXP_While_Dying: false
  103.  
  104. Lost_EXP_While_Dying_Quantity: 3
  105.  
  106. #If true, you can select the block that the player will receive EXP.
  107. Block_Break_EXP_Receive: true
  108.  
  109. #You can add new blocks.
  110. #You can see the block names here: http://minecraft-ids.grahamedgecombe.com/
  111. Blocks:
  112. EMERALD_ORE:
  113. Block: "EMERALD_ORE"
  114. EXP: 6
  115. DIAMOND_ORE:
  116. Block: "DIAMOND_ORE"
  117. EXP: 5
  118.  
  119.  
  120. #You can edit the levels, and you can:
  121. #Execute commands, give items and messages.
  122. #This is predefined levels, you can remove, add, or edit anything.
  123. #To don't execute commands, or give items, or send messages, just remove.
  124. #To add commands, items or messages, you need follow this pattern:
  125. # - "<your-action>"
  126. #E.g:
  127. #Items:
  128. # - 'ITEM : QUANTITY : ENCHANT:LEVEL'
  129. # - 'ITEM : QUANTITY : ENCHANT:LEVEL,ENCHANT:LEVEL'
  130. # - 'ITEM : QUANTITY : ENCHANT:LEVEL,ENCHANT:LEVEL,ENCHANT:LEVEL'
  131. # - 'ITEM : QUANTITY : ENCHANT:LEVEL,ENCHANT:LEVEL,ENCHANT:LEVEL,ENCHANT:LEVEL'
  132. Levels:
  133. 10:
  134. Command:
  135. - "say @player reached the level @level!"
  136. - "money give @player 10000"
  137. Items:
  138. - 'DIAMOND_SWORD : 1 : KNOCKBACK:2'
  139. - "GOLDEN_APPLE-1 : 5"
  140. Message:
  141. - "&6Congratulations &f@player&6, you reached the level 10."
  142. - "&aThe next reward is in the level 15."
  143. 15:
  144. Command:
  145. - "say @player reached the level 15!"
  146. - "money give @player 20000"
  147. Items:
  148. - 'DIAMOND_SWORD : 1 : KNOCKBACK:2'
  149. - 'BOW : 1 : INFINITY:1,POWER:4,FIRE:1'
  150. - "GOLDEN_APPLE-1 : 10"
  151. Message:
  152. - "&6Congratulations &f@player&6, you reached the level 15."
  153.  
  154.  
  155. #If true, the player will receive an action bar message on receive exp.
  156. #This option is for 1.8 servers!
  157. ActionBar_Message: true
  158.  
  159. Messages:
  160. Help_Topic:
  161. Admin:
  162. - " "
  163. - "&c-=-=-=-=-=-=-=-=-=-= &aPlayer Levels &c-=-=-=-=-=-=-=-=-=-="
  164. - "&f&l* &b/level"
  165. - "&f&l* &b/level top"
  166. - "&f&l* &b/level help"
  167. - "&f&l* &b/level <player>"
  168. - "&f&l* &b/level <give>/<set>/<take> <player> <amount>"
  169. - "&f&l* &b/level <giveexp> <player> <amount>"
  170. - "&e- &ahelp: &cSee the help page."
  171. - "&e- &atop: &cSee the best levels in the server"
  172. - "&e- &aplayer: &cSee the level of a certain player."
  173. - "&e- &agive: &cGive level for a certain player."
  174. - "&e- &agiveexp: &cGive exp for a certain player."
  175. - "&e- &aset: &cSet the level of a certain player."
  176. - "&e- &aamount: &cAmount of your action."
  177. - "&e- &atake: &cTake level from a certain player."
  178. - "&c-=-=-=-=-=-=-=-=-=-= &aPlayer Levels &c-=-=-=-=-=-=-=-=-=-="
  179. - " "
  180. Player:
  181. - " "
  182. - "&c-=-=-=-=-=-=-=-=-=-= &aPlayer Levels &c-=-=-=-=-=-=-=-=-=-="
  183. - "&f&l* &b/level"
  184. - "&f&l* &b/level top"
  185. - "&f&l* &b/level help"
  186. - "&f&l* &b/level <player>"
  187. - "&e- &ahelp: &cSee the help page."
  188. - "&e- &atop: &cSee the best levels in the server"
  189. - "&e- &aplayer: &cSee the level of a certain player."
  190. - "&c-=-=-=-=-=-=-=-=-=-= &aPlayer Levels &c-=-=-=-=-=-=-=-=-=-="
  191. - " "
  192. Max_Level: "&cYou reached the max level."
  193. Much_EXP: "&cYou are receiving much experience, we will warn you when the process ends."
  194. Process_Finished: "&aProcess finished. Your new level is: &f@level"
  195. Needs_Exp: "&aNeed &f@exp &aexp to the next level"
  196. Your_Level: "&a[Player Levels] &fYour level is: &b@level"
  197. Your_EXP: "&a[Player Levels] &fYour experience is: &b@exp"
  198. Other_Level: "&a[Player Levels] &b@player &fhas &b@level &flevels!"
  199. Other_EXP: "&a[Player Levels] &b@player &fhas &b@exp &fof experience."
  200. Level_UP: "&a[Player Levels] &aLevel up! New level: &f@newlevel"
  201. Correct_Usage: "&a[Player Levels] &cUse: /level"
  202. Player_Not_Found: "&a[Player Levels] &cPlayer &f@player &cnot found."
  203. Only_Numbers: "&a[Player Levels] &cUse only numbers."
  204. No_Permission: "&a[Player Levels] &cYou don't have permission."
  205. Level_Give: "&a[Player Levels] &aYou give &f@levels &alevels to the player &f@player&a."
  206. Level_Remove: "&a[Player Levels] &cYou taked &f@levels &clevels from the player &f@player&a."
  207. Level_Set: "&a[Player Levels] &cYou setted &f@levels &clevels to the player &f@player&a."
  208. Exp_Give: "&a[Player Levels] &aYou give &f@exp &aof experience to the player &f@player&a."
  209. Received_EXP: "&a[Player Levels] &aYou received &f@exp &aEXP."
  210. Lost_EXP: "&a[Player Levels] &cYou lost &f@exp &cEXP."
Advertisement
Add Comment
Please, Sign In to add comment