-
Notifications
You must be signed in to change notification settings - Fork 5
World and Mob Protections
Reece Williams edited this page Sep 2, 2026
·
2 revisions
A big pile of Disable* toggles that lock down griefing, mob nonsense, redstone tricks, and environment stuff. Flip them on or off in config.yml.
Needs: nothing. One exception - DisableWorldGuardGlitchBuilding needs WorldGuard (off by default).
Most of these live under the Disabled: section:
Disabled:
DisableFallDamage:
Enabled: true
Permission: ''Set Enabled: false to turn a protection off. Where a Permission is listed, players with that perm skip the protection. Empty Permission: '' means it hits everyone.
| Config key | What it does | Notable options |
|---|---|---|
DisableFallDamage |
No fall damage |
Permission (empty = everyone) |
DisableHunger |
Hunger bar never drops |
Permission (empty = everyone) |
DisableBookWriting |
Blocks writing in a book-and-quill | - |
DisableBlockBreaking |
Nobody breaks blocks | bypass Permission: tools.breakblock.bypass
|
DisableBlockPlacement |
Nobody places blocks | bypass Permission: tools.blockplace.bypass
|
DisableWorldGuardGlitchBuilding |
Stops the trick where players glitch blocks into a protected region. Needs WorldGuard. When a build is denied it drops the player and pops a "stop glitching" GUI | bypass blockglitchplace.bypass, off by default, needs WorldGuard |
DisableCropTrample |
Stops players and mobs trampling farmland | off by default |
| Config key | What it does | Notable options |
|---|---|---|
DisableMobSpawning |
No natural mob spawns in listed worlds |
worldsToDisable list |
DisableMobAI |
Spawned mobs stand still (AI off) in listed worlds, handy for lag |
worldsToDisable list |
DisablePhantomSpawn |
No phantoms, so no need to sleep | - |
DisableJockeySpawning |
Blocks jockey spawns (spider plus skeleton, chicken riders, etc) | - |
DisableBlazeDrowning |
Blazes don't take water or drowning damage, so water blaze farms don't work | - |
DisableEndermanTP |
Endermen can't teleport, so they can't escape traps | - |
DisableGolemPoppies |
Iron golems drop no poppy on death | - |
DisableVillagerTrading |
Blocks opening villager trades |
Permission: villagertrading.use bypasses, custom Message
|
DisableStackablePotions |
Can't throw splash potions from a stack (gives the extra back) | - |
DisableEntityThrowing |
Blocks throwing listed items |
Items list (default EYE_OF_ENDER, EGG) |
DisableWitherBlockBreak |
Withers don't break blocks, so no wither griefing | - |
DisableDragonEggTP |
Dragon egg won't teleport away when you hit it | - |
ThreeHitGlitch |
Bare-hand hits deal 1 damage, kills the 3-hit combo PvP glitch | lives under Misc:
|
| Config key | What it does | Notable options |
|---|---|---|
DisableWaterBreakingRedstone |
Water flow can't wash away listed redstone parts, stops water-clearing redstone exploits |
items list (redstone, repeaters, comparators, torches) |
DisableCaneTowers |
Can't place sugar cane on top of sugar cane, stops tall auto cane farms | - |
| Config key | What it does | Notable options |
|---|---|---|
DisableWeather |
Locks weather (no rain or storms) in listed worlds |
worlds list |
DisableTimeChange |
Pins time per world |
DayInAllWorlds, SecondSync (resync interval), DayWorlds, NightWorlds
|
DisableLeaveDecay |
Leaves don't decay in listed worlds, keeps builds intact |
WorldsToDisable list |
DisableGrassDecay |
Grass blocks don't turn to dirt | - |
DisableIceMelt |
Ice never melts | - |
DisableCactusDamage |
Cactus doesn't hurt entities | - |
DisableItemBurn |
Dropped items survive listed damage sources |
reasons list (lava, fire, fire_tick, block or entity explosion) |
Not under Disabled: but same spirit:
| Config key | Section | What it does |
|---|---|---|
NoBedExplosionInNether |
Events: |
Right-clicking a bed in the Nether does nothing (no explosion) |
DisableJoinLeaveMsg |
Disabled: |
Hides vanilla join and leave messages |
DisableDisconnectSpamKick |
Disabled: |
Suppresses the spammy disconnect kick messages |
Getting started
Features
- Core Features
- Chat
- World and Mob Protections
- Moderation
- Events, Cooldowns and Tasks
- Utilities and Misc
- Hopper Optimization