- Change config.yml, add the block to get exp will be different for old version.
- Add the notice about notice for player how much exp they got when they break the block!
(!) Config.yml has changed, please copy the new config.yml below. You can add more information about my config.yml. But i only send below this look like a default config.yml file.
Config.yml
Code (Text):
#Prefix plugin:
prefix-plugin: "&7[&eExpBreakBlock&7]"
#If the command is not exist, send them a message:
command-not-exist: "&eThe command is not exist, please use /ebb help"
#When the server change about allow give exp player, send a message for the person who is trying change:
change-allow-give-exp: "&aNow, About give exp for player is"
#When the server change about allow notice for player break block give exp, send a message:
change-notice-get-exp: "&aThe message notice about got how much exp is"
#Reload config.yml file
reload-config: "&aReloaded file"
#The sender can't execute without permission:
no-permission: "&4You don't have permission to do that"
#Allow give exp for player when they break the block:
#If you want to allow give exp: true
#Stop give exp: false
allow-give-exp: true
#Turn on/off the notice about player get how much exp?
notice-status: true
notice-message: "&2You got"
#If you want to change the exp for one block, add the block like example:
#Example:
#Blocks:
# - WOOD: 20
# - DIAMOND_ORE: 30
# - <name_block>: <value_exp>
#
#
#Remeber this plugin is support multiple version, make sure the blocks that you add it in this config.yml file is supported for your server, if not your server maybe crash!
#The value exp should be greater or equals by 1 not smaller if not it's maybe not working. Don't want that block drop exp, you should remove that block is better than set value.
Blocks:
STONE: 5
GRASS: 100