ModsJava
ExpBreakBlock [1.8 -> 1.16.5] Break any blocks you will be get exp
Read Carefully This plugin just only support for 1.8 -> 1.16.5. No supported for 1.17.x and greater. If my plugin has errored, please send that error in…
⬇ Download on Spigot
Read Carefully
This plugin just only support for 1.8 -> 1.16.5. No supported for 1.17.x and greater.
If my plugin has errored, please send that error in conversation or if you want to send that error in comments, put it in some web like: hatebin, pastebin,... And i never reported for someone who put that error in comments

No advertise, bad comments, ... in my plugins. Thanks
ExpBreakBlock
Give exp for player who break the block, this is a feature plugin and make your server more intersting.
Config.yml
This plugin just only support for 1.8 -> 1.16.5. No supported for 1.17.x and greater.
If my plugin has errored, please send that error in conversation or if you want to send that error in comments, put it in some web like: hatebin, pastebin,... And i never reported for someone who put that error in comments


No advertise, bad comments, ... in my plugins. Thanks

ExpBreakBlock
Give exp for player who break the block, this is a feature plugin and make your server more intersting.
If you can't see the file config.yml in your server or delete it. Please create and copy them, this is default file:
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"
#If sender is not a player, send them a message:
not-player: "&4You're not a player!"
#The sender can't execute without permission:
no-permission: "&4You don't have permission to do that"
#Send a message for player to they know how much exp they got:
notice-message: "&2You got"
#When you change edit in gui, send message:
change-edit-in-gui: "&aNow, it has changed to"
#If the config was broken, the plugin will be send you a message:
config-broken-message: "&4Check all blocks in your config.yml file. There are something wrong from that!"
#Success change block message:
change-message: "&aSuccess change edit blocks!"
#Fail to change value exp for block because the value that player set is not a number maybe a string, a char,...!
change-value-exp-fail: "&4Fail to change value exp! Make sure the input value exp is number"
#Reload config.yml file
reload-config: "&aReloaded file"
#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
#Allow spawn effect exp bottle when player break the block that the block has supported give exp?
#True: this plugin will be spawn the exp bottle broken when they break block
#False: Don't spawn exp bottle broken. (Set false if you want to make your server will be smooth and improve performance both your server and player)
allow-effect-exp-bottle-broken: true
#Sound effect for player who was break the block success:
#Allow play sound for player?
#True: this plugin will be play sound for that player if they had broken block!
#False: this plugin won't play sound. (set false if you want to make your server will be smooth and improve performace both your server and player)
allow-play-sound: true
sound-name: "CLICK"
#If you want to change the exp for one block, add the block like example:
#Example:
#Blocks:
# COAL_ORE:
# default:
# allow: true
# exp-value: 2
# min: 2
# max: 10
#
#The value max should be smaller min if not it will be not working!
#This is sytanx, if you want:
#Blocks:
# <name_block>: (<-- this is a name block, the name block should be upcase if not it will be not working!)
# default: (<-- default, must be have because we have a method about default exp value not only max and min)
# allow: <true/false> (<-- Set "true", the value exp this block will be give for player with value-exp default)
# exp-value: <number integer> (<-- Set a value for exp this block, the player will be get exp default from this)
# no-drop: <true/false> (<-- This option talking about add item in player's inventory but it's not drop, true will be not drop else false is drop. If you don't create this line, default is will drop)
# min: <number integer> (<-- If you want to drop exp random from [min, max], (min and max maybe drop) please set a value min)
# max: <number integer> (<-- The value exp maximum that the plugin can drop, the value maximum should be smaller min)
#
#
#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:
default:
allow: false
exp-value: 30
no-drops: true
min: 5
max: 10
GRASS:
default:
allow: true
exp-value: 20
no-drops: false
min: 1
max: 10
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"
#If sender is not a player, send them a message:
not-player: "&4You're not a player!"
#The sender can't execute without permission:
no-permission: "&4You don't have permission to do that"
#Send a message for player to they know how much exp they got:
notice-message: "&2You got"
#When you change edit in gui, send message:
change-edit-in-gui: "&aNow, it has changed to"
#If the config was broken, the plugin will be send you a message:
config-broken-message: "&4Check all blocks in your config.yml file. There are something wrong from that!"
#Success change block message:
change-message: "&aSuccess change edit blocks!"
#Fail to change value exp for block because the value that player set is not a number maybe a string, a char,...!
change-value-exp-fail: "&4Fail to change value exp! Make sure the input value exp is number"
#Reload config.yml file
reload-config: "&aReloaded file"
#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
#Allow spawn effect exp bottle when player break the block that the block has supported give exp?
#True: this plugin will be spawn the exp bottle broken when they break block
#False: Don't spawn exp bottle broken. (Set false if you want to make your server will be smooth and improve performance both your server and player)
allow-effect-exp-bottle-broken: true
#Sound effect for player who was break the block success:
#Allow play sound for player?
#True: this plugin will be play sound for that player if they had broken block!
#False: this plugin won't play sound. (set false if you want to make your server will be smooth and improve performace both your server and player)
allow-play-sound: true
sound-name: "CLICK"
#If you want to change the exp for one block, add the block like example:
#Example:
#Blocks:
# COAL_ORE:
# default:
# allow: true
# exp-value: 2
# min: 2
# max: 10
#
#The value max should be smaller min if not it will be not working!
#This is sytanx, if you want:
#Blocks:
# <name_block>: (<-- this is a name block, the name block should be upcase if not it will be not working!)
# default: (<-- default, must be have because we have a method about default exp value not only max and min)
# allow: <true/false> (<-- Set "true", the value exp this block will be give for player with value-exp default)
# exp-value: <number integer> (<-- Set a value for exp this block, the player will be get exp default from this)
# no-drop: <true/false> (<-- This option talking about add item in player's inventory but it's not drop, true will be not drop else false is drop. If you don't create this line, default is will drop)
# min: <number integer> (<-- If you want to drop exp random from [min, max], (min and max maybe drop) please set a value min)
# max: <number integer> (<-- The value exp maximum that the plugin can drop, the value maximum should be smaller min)
#
#
#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:
default:
allow: false
exp-value: 30
no-drops: true
min: 5
max: 10
GRASS:
default:
allow: true
exp-value: 20
no-drops: false
min: 1
max: 10
Code (Text):
/ebb help: Show all the commands in this plugin
/ebb reload: Reload the file
/ebb on: Allow player can get exp when they break block
/ebb of: Stop give exp for player when they break block
/ebb notice: Turn on/off about notice how much exp they got
/ebb set <name_block> default <special> <value>: Editing about default block.
/ebb set <name_block> default <max/min> <value>: Changing about exp value max or min exp
/ebb reload: Reload the file
/ebb on: Allow player can get exp when they break block
/ebb of: Stop give exp for player when they break block
/ebb notice: Turn on/off about notice how much exp they got
/ebb set <name_block> default <special> <value>: Editing about default block.
/ebb set <name_block> default <max/min> <value>: Changing about exp value max or min exp
Permissions:
Code (Text):
ebb.admin: You can access all the admin's commands
ebb.getexpbreakblock: If you have this permission you can get exp block when you dig.
ebb.getexpbreakblock: If you have this permission you can get exp block when you dig.
Picture
Vote 5 stars for my plugins. Thank you so much!!!
About language suppport, you can edit the message in config.yml for yourself but the main language is English!
Others plugin
1. ExpBreakBlock (Free) break any blocks to get experience.![[IMG]](http://proxy.spigotmc.org/fae5390e5601c023f14905ef0169101eb430e1a6?url=https%3A%2F%2Fi.imgur.com%2FGkf564u.png)
2. FoodTeleport (Free) Eating food to teleport!
![[IMG]](http://proxy.spigotmc.org/0839a897107ed06243cf13bd75f98952d5bad826?url=https%3A%2F%2Fi.imgur.com%2FVkG9c8P.png)
3. WalkDamged (Free) You will be hurt if you're walking above the block which that block can make damaged
![[IMG]](http://proxy.spigotmc.org/761f22b6b9bf3529896c9f02d2e4ef4dd16fcbf1?url=https%3A%2F%2Fi.imgur.com%2F2WY7MNW.png)
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft versions listed: 1.8, 1.9, 1.10
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Spigot — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
ExpBreakBlock [1.8 -> 1.16.5] Break any blocks you will be get exp is a free Minecraft Java mod. Compatible with Minecraft 1.8, 1.9, 1.10, 1.11 and newer. Downloaded 1,259 times (via Spigot). Download it and open it directly in the game.