
You are viewing a potentially older version of this package. View Latest Version

Features:
Optional admin commands:
.spider[s] kill[k] (range) command to kill spiders manually if you don't want to let the mod run automatically..spider[s] teleport[tp] (range) command to teleport spiders to you. (if you would want that...)The config will generate in (VRising folder)/VRising_Server/BepInEx/config/KillSpiders.cfg after first boot of the server.
[Server]
## Enable culling of spiders
# Setting type: Boolean
# Default value: true
enableCulling = true
## Enables the extra cull reward of silkworms
# Setting type: Boolean
# Default value: false
enableExtraCullReward = false
## Time in seconds to wait before culling spiders again
# Setting type: Double
# Default value: 0.5
cullWaitTime = 0.5
## Amount of spiders to cull before rewarding extra silkworm(s)
# Setting type: Int32
# Default value: 5
cullAmountThreshold = 5
## Range to check for spiders to cull (5=1tile)
# Setting type: Single
# Default value: 50
cullRange = 50
## Amount of silkworms to give when culling 'cullAmountThreshold' worth of spiders
# Setting type: Int32
# Default value: 1
silkwormGiveAmount = 1
@realskye on Discord