Skip to content

Anti Bug antibug

The AntiBug feature is designed to prevent common bugs MC servers may encounter.

Config

blockWitherSpawn

Prevent withers from being spawned naturally.

blockBlazeWaterDamage

Prevent blazes from taking damage from water.

blockPlaceOutsideBorder

Prevent blocks from being placed outside the world border.

blockWaterDestroyingRedstone

Prevents water from destroying redstone or redstone-type blocks.

blockExplosionDamage

Prevents damage from explosions.

blockVehiclePlace

Prevent vehicles from being placed (boats/mine carts).

blockHorseMount

Prevent horses from being mounted by players.

blockJoinMessage

Prevent join/leave messages from broadcasting on the server.

blockItemSpawnOnBlowupDispenser

Prevent items from being dropped out of dispensers that have been blown up. May improve performance on your server if a cannon blows up.

antiLagMachine

Prevents lag machines (redstone based) from running on your server. This option primarily prevents redstone torch based lag machines from working.

maxTorchesPerSecond

The maximum amount of torch activations per second before a chunk will enter an 'anti-lag' state and remove redstone components. Must have antiLagMachine on for this to function.

maxRedstonePerSecond

The maximum amount of redstone dust activations per second before a chunk will enter an 'anti-lag' state and remove redstone components. Must have antiLagMachine on for this to function.

preventSpawnersInEnderChest

Prevent spawners from being placed in an enderchest. Players with the admin permission bypass this.

blockBowBoosting

Prevent players from bow boosting (hitting themselves with their own arrows).

preventBabyAnimals

Prevent animals from spawning as babies.

antiCowMilk

Prevent cows from being milked.

antiVillagerTrade

Prevent players from trading with villagers.

voidTPSpawn

Teleport players back to spawn if they've fallen below the minimum world height.

voidTPSpawnLocation

The location to teleport players to if they've fallen into the void. Must have voidTPSpawn on for this to function.

void-tp-overrides

Used to override what is considered to be the 'spawn location' for a specific world. Configured like so:

void-tp-overrides:
- 'OVERRIDE_WORLD_NAME|TELEPORT_LOCATION'

Must have voidTPSpawn on for this to function.

Command

There is no command for this feature.

Permissions

  • Base Level - Nothing.
  • Admin Level - Allows for bypassing some exploit preventions.