StarterKit
Server side only mod that allows you to issue different starter kits to new vampires.StarterKit
Server side only mod that allows you to issue different starter kits to new vampires.
Changelog
0.1.0
- Initial public release of the mod.
Installation
- Install BepInEx
- Install VampireCommandFramework
- Extract StarterKit.dll into (VRising server folder)/BepInEx/plugins
Commands
Only one: .kit [Kit Name] - Give kit with same name. Only one set can be obtained by each player.
if you don't specify a name, it gives startkit
Configurable Values
BepInEx\config\StarterKit.cfg
[StarterKit]
## Enable kit command..
# Setting type: Boolean
# Default value: true
EnableKitCommand = true
## Message when kit given player.
# Setting type: String
# Default value: Enjoy your <color=#ffffffff>free gear pack</color> and let the battle begin!
MessageOnGivenKit = Enjoy your <color=#ffffffff>free gear pack</color> and let the battle begin!
## Message when the player has already used a kit and will try to use it again.
# Setting type: String
# Default value: You have already used the starter kit.
MessageAlreadyUsedKit = You have already used the starter kit.
StartKit.json
BepInEx\config\StarterKit\StartKits.json
{
"startkit": [
{
"Name": "Item_Boots_T09_Dracula_Brute",
"Amount": 1
},
{
"Name": "Item_Chest_T09_Dracula_Brute",
"Amount": 1
},
{
"Name": "Item_Gloves_T09_Dracula_Brute",
"Amount": 1
},
{
"Name": "Item_Legs_T09_Dracula_Brute",
"Amount": 1
}
]
}
Credits
This mod idea was suggested by @Vex on our community idea tracker. Please vote and suggest your ideas here.
V Rising Mod Community is the best community of mods for V Rising.
@Deca, thank you for the exceptional frameworks VampireCommandFramework.
