Ananke World Control
Configuration
Configuration reference for Ananke World Control.
config.yml (feature toggles)
Location: plugins/AnankeWorldControl/config.yml
The main config is organized into categories. In general:
truemeans allowedfalsemeans blocked
Categories:
environment.*: Fire spread, weather, grass spread, leaf decay, ice/snow.physics.*: Block physics, gravity blocks, water/lava spread, fluid mixing.mobs.*: Phantom spawn, enderman grief, explosions (creeper, wither, tnt).players.*: Fall damage, hunger loss, natural regen, void protection.interactions.*: Redstone, flint & steel, chest interaction.
blocks.yml
Auto-generated allow/deny list for vanilla blocks.
default-enabled(boolean)blocks.<MATERIAL_NAME>
mobs.yml
Auto-generated allow/deny list for mob spawning.
default-enabled(boolean)mobs.<ENTITY_TYPE>
crafting.yml
Auto-populated by scanning server recipes.
default-enabled(boolean)materials.<MATERIAL_NAME>
dimensions.yml
Controls dimension access and Nether roof.
defaults.nether-enableddefaults.end-enableddefaults.prevent-nether-roofdefaults.nether-roof-min-y(default128)
weapons.yml
Controls weapon restrictions and limits.
defaults.limit: Max allowed per player (0 = unlimited).weapons.<MATERIAL>.enabled: Allow/Deny specific weapon.weapons.<MATERIAL>.limit: Override limit for specific weapon.
custom-blocks.yml
For ItemsAdder/Oraxen/Nexo or PDC-based custom blocks.
blocks.<customId>=>true|false
Was this page helpful?
Last updated Jan 16, 2026
Built with Documentation.AI