Limiters

MercuryBasics contains lots of limiters which can have a great performance impact on your server.

Block Limiter (per chunk)

# Block limiter configuration
# Use values to limit block on chunk.
# Usage : Material: <amount>
BLOCK_LIMITER:
  PISTON_BASE: 16
  HOPPER: 16
  CRAFTING_TABLE: 16
  FURNACE: 16

Craft Limiter

# Craft limiter configuration
#  Use values to limit block on chunk.
# Add to this list the material who must be disabled of a crafting table.
CRAFT_LIMITER:
  - WATCH

Entity Limiter

Enchantment Limiter

Potion Limiter

Last updated