Added new feature: Group blocks
This will help you control a group of blocks in 1 chunk
Just download new.jar and place in your plugin folder
Every config will auto-update.
Example of new config
Code (YAML):
#Block group of blocks, plugin will check completely-block > limited-blocks > Group
groups:
timers
:
#Group name
enable
: true
limit
: 30
#Total of blocks in this group
blocks
:
#List of blocks down here
- HOPPER
- DROPPER
- DISPENSER
pistons:
enable
: false
limit
: 20
blocks
:
- PISTON
- STICKY_PISTON
- MOVING_PISTON
redstone_components:
enable
: false
limit
: 50
blocks
:
- REDSTONE
- REDSTONE_TORCH
- REDSTONE_BLOCK
- REPEATER
- COMPARATOR