v1.0.4
ModStable

Server Configuration

Control virtual killing, durability cost, and automation output.

v1.0.4·Minecraft 1.16.5, 1.20.1, 1.21.1·Forge / NeoForge

ApotSpawner creates a server configuration on first launch. In a NeoForge 1.21.1 server layout it is usually config/apotspawner-server.toml; Forge releases can store it per world at world/serverconfig/apotspawner-server.toml.

toml
[interaction]
allowMenuWithHeldItem = true

[virtualKilling]
enabled = true
toolDurabilityCostPerMob = 1

[automation]
enableItemExtraction = true
enableFluidExtraction = true

Settings

  • allowMenuWithHeldItem: Allows the menu to open while holding an ordinary non-empty item.
  • enabled: Master switch for virtual killing. The per-spawner killing setting still applies.
  • toolDurabilityCostPerMob: Durability cost for the virtual tool per mob. Set it to 0 to disable durability use.
  • enableItemExtraction and enableFluidExtraction: Control hopper/pipe and fluid-pipe output separately.