ExpBreakBlock [1.8 -> 1.16.5] Break any blocks you will be get exp icon

ExpBreakBlock [1.8 -> 1.16.5] Break any blocks you will be get exp -----

Give more exp for player when they break block



Add a feature about stop drop item when the player break block
- New feature in default's part. You can see tutorial in my config.yml.
- Add "stop drop the item when the player break block". (it's only working if you setting that block give exp).

An example:
Code (Text):
#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
----------, Oct 6, 2021
Resource Information
Author:
----------
Total Downloads: 1,211
First Release: Oct 3, 2021
Last Update: Oct 18, 2021
Category: ---------------
All-Time Rating:
2 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings