Skip to content

Autorefill

tom2208 edited this page Jul 6, 2022 · 4 revisions

Description

You can get blocks, breakables and consumables automatically refilled in the hotbar or extra-slot. This can be configured in the config.yml or with commands for the whole server or individual. You can prevent items to get autorefilled by adding them to the autorefill blacklist.

Refilling your blocks automatically

Block Refill

Refilling your breakables (like tools) automatically

Breakables Refill

Refilling your consumables (like food) automatically

Consumables Refill

Permissions

By default all players have these permissions.

  • chestcleaner.autorefill.blocks
    • allow a player to get blocks refilled.
  • chestcleaner.autorefill.consumables
    • allow a player to get consumables refilled. (like food)
  • chestcleaner.autorefill.brokenitems
    • allow a player to get breakables refilled. (like tools)
  • chestcleaner.autorefill.*
    • allow a player to get blocks, consumables and breakables refilled.

Config

  • the refill settings are saved/configured in config.yml and are valid for all players on the server. Players can not overwrite it. This is handled with permissions
default:
  refill:
    blocks: true
    consumables: true
    breakables: true