This is a standalone version of TE-AutoBlockingEnchant effect.
- Tested Minecraft Versions:
- 1.7
- 1.8
- 1.9
- 1.10
- 1.11
- 1.12
- 1.13
- 1.14
- Contributors:
- vk2gpz
This plugin contains a function to automatically convert pre-defined dust/ores into corresponding blocks. This automatic blocking will happen when your inventory (and VKBackPack) is/are full.
Permissions:
Installation:
- autoblock.use : allows you to use auto block command and function.
Just install AutoBlock.jar in plugins folder. Then you can either "restart the server".
Configuration:
Donation:Code (Text):
Messages:
ErrorMsg : "&c[Block] : Some error occured."
HelpMessages:
banner:
msg: "=== &e[&aAutoBlock Commands List (%version%)&e] &r==="
help:
msg: "&a/block help : displays this help menu."
reload:
msg: "&a/block reload : reloads config file."
permission: "autoblock.reload"
debug:
msg: "&a/block debug <true|false> : turn on / off the debug mode."
permission: "autoblock.debug"
block:
msg: "&a/block : turn ingots/dusts into blocks."
permission: "autoblock.use"
# adjust these event priority if those event processes from this plugin
# interfere with other plugins' event processes.
EventPriorityMap:
BlockBreakEvent: "MONITOR"
EntityPickupItemEvent: "MONITOR"
InventoryClickEvent: "MONITOR"
Trigger:
BlockBreak: true
Pickup: true
ShiftClick: true
ResourceMapping:
CLAY_BALL:
num: 4
target: CLAY
DIAMOND:
num: 9
target: DIAMOND_BLOCK
GOLD_INGOT:
num: 9
target: GOLD_BLOCK
IRON_INGOT:
num: 9
target: IRON_BLOCK
EMERALD:
num: 9
target: EMERALD_BLOCK
REDSTONE:
num: 9
target: REDSTONE_BLOCK
INK_SACK:
data: 4
num: 9
target: LAPIS_BLOCK
COAL:
num: 9
target: COAL_BLOCK
It would be greatly appreciated for your donation to continue providing support for this plugin.
![]()

AutoBlock 1.3.0
save your inventory space by auto blocking.
Recent Updates
- built against 1.14.3 Jul 1, 2019
- added new Trigger options. Sep 6, 2018
- using the latest VKLib for material handling. Sep 6, 2018