This is a standalone version of TE-AutoBlockingEnchant effect.

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:
  • autoblock.use : allows you to use autoblock command and function.

Installation:
Just install AutoBlock.jar in the plugins folder. Then you can either "restart the server".

Configuration:

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


Donation:
It would be greatly appreciated for your donation to continue providing support for this plugin. (PayPal: [email protected])