# Limiters

## 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

```
#  Entity limiter configuration
#  Use true to enable entity spawning
#  Use false to disable entity spawning

ENTITY_LIMITER:
  BAT: true
  BLAZE: true
  CAVE_SPIDER: true
  CHICKEN: true
  COW: true
  CREEPER: true
  ENDER_DRAGON: true
  ENDERMAN: true
  GHAST: true
  GIANT: true
  HORSE: true
  IRON_GOLEM: true
  MAGMA_CUBE: true
  MUSHROOM_COW: true
  PIG: true
  PIG_ZOMBIE: true
  SHEEP: true
  SKELETON: true
  SLIME: true
  SNOWMAN: true
  SPIDER: true
  SQUID: true
  VILLAGER: true
  WITCH: true
  WITHER: true
  WOLF: true
  ZOMBIE: true
```

## Enchantment Limiter

```
# Enchantment limiter configuration
# Use 0 to disable enchantment
# Use -1 for no change
# Use other values to limit enchant level

ENCHANTMENT_LIMITER:
  ARROW_DAMAGE: 4
  ARROW_FIRE: 0
  ARROW_INFINITE: -1
  ARROW_KNOCKBACK: 1
  DAMAGE_ALL: 1
  DAMAGE_ARTHROPODS: -1
  DAMAGE_UNDEAD: -1
  DIG_SPEED: -1
  DURABILITY: -1
  FIRE_ASPECT: 0
  KNOCKBACK: 1
  LOOT_BONUS_BLOCKS: -1
  LOOT_BONUS_MOBS: -1
  LUCK: -1
  LURE: -1
  OXYGEN: -1
  PROTECTION_ENVIRONMENTAL: 2
  PROTECTION_EXPLOSIONS: -1
  PROTECTION_FALL: -1
  PROTECTION_FIRE: -1
  PROTECTION_PROJECTILE: -1
  SILK_TOUCH: -1
  THORNS: 0
  WATER_WORKER: -1
```

## Potion Limiter

```
#  Potion limiter configuration
#  Use 0 to disable potion
#  Use -1 for no change
#  Use other values to limit potion level

POTION_LIMITER:
  SPEED:
    LEVEL: -1
  SLOW:
    LEVEL: 1
  FAST_DIGGING:
    LEVEL: -1
  SLOW_DIGGING:
    LEVEL: -1
  INCREASE_DAMAGE:
    LEVEL: 0
  HEAL:
    LEVEL: -1
  HARM:
    LEVEL: 0
  JUMP:
    LEVEL: -1
  CONFUSION:
    LEVEL: -1
  REGENERATION:
    LEVEL: 0
  DAMAGE_RESISTANCE:
    LEVEL: -1
  FIRE_RESISTANCE:
    LEVEL: -1
  WATER_BREATHING:
    LEVEL: -1
  INVISIBILITY:
    LEVEL: -1
  BLINDNESS:
    LEVEL: -1
  NIGHT_VISION:
    LEVEL: -1
  HUNGER:
    LEVEL: 0
  WEAKNESS:
    LEVEL: 0
  POISON:
    LEVEL: 1
  WITHER:
    LEVEL: -1
  HEALTH_BOOST:
    LEVEL: -1
  ABSORPTION:
    LEVEL: -1
  SATURATION:
    LEVEL: -1
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://wiki.mercuryservice.fr/mercurybasics/limiters.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
