You are viewing a potentially older version of this package. View all versions.
Skies-SpiderKiller-1.0.0 icon

SpiderKiller

Mod that kills spiders in a range around you and your friends. So you don't have to fight those pesky things!

Date uploaded 2 years ago
Version 1.0.0
Download link Skies-SpiderKiller-1.0.0.zip
Downloads 200
Dependency string Skies-SpiderKiller-1.0.0

This mod requires the following mods to function

BepInEx-BepInExPack_V_Rising-1.691.3 icon
BepInEx-BepInExPack_V_Rising

BepInEx pack for V Rising. Preconfigured and includes Unity Base DLLs.

Preferred version: 1.691.3
skytech6-VAMP-0.3.4 icon
skytech6-VAMP

V Rising API Modding Platform

Preferred version: 0.3.4
deca-VampireCommandFramework-0.9.0 icon
deca-VampireCommandFramework

Command framework for developers to easily create universal commands for their plugins.

Preferred version: 0.9.0

README

KillSpiders

Instalation (Manual)

How to use

  • If you didn't change anything in the config the mod will work by killing all spiders in a 50 (10 tile) range every 0.5 seconds around all the players in the server.

Features:

  • Kills spiders within a certain range of the player and drops their loot on the ground.
  • Optional config setting to add extra silkworm drops to inventory.

Optional admin commands:

  • Use the .spider[s] kill[k] (range) command to kill spiders manually if you don't want to let the mod run automatically.
  • Use the .spider[s] teleport[tp] (range) command to teleport spiders to you. (if you would want that...)

Configuration

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

Troubleshooting

  • Make sure you install the mod on the server. If you are in a singleplayer world use ServerLaunchFix
  • Check your BepInEx logs on the server to make sure the latest version of both KillSpiders and Bloodstone were loaded (optionally VampireCommandFramework too).

Support

  • Open an issue on github
  • Ask in the V Rising Mod Community discord

Contributors

  • skythebro/skyKDG: @realskye on Discord
  • V Rising Mod Community discord for helpful resources to mod this game and code inspiration.