The current BepInExPack is broken due to the Oakveil update, and mods installed through a mod manager may not work. Join the modding Discord for more information.

JewelCreator
Server side only mod that allows you to create your own jewels with your chosen skill and skill modifier.
Last updated | 11 months ago |
Total downloads | 2630 |
Total rating | 1 |
Categories | Server Mods 1.0 Update |
Dependency string | Rianaid-JewelCreator-0.1.2 |
Dependants | 0 other packages depend on this package |
This mod requires the following mods to function

BepInEx-BepInExPack_V_Rising
BepInEx pack for V Rising. Preconfigured and includes Unity Base DLLs.
Preferred version: 1.691.3
deca-VampireCommandFramework
Command framework for developers to easily create universal commands for their plugins.
Preferred version: 0.9.0README
JewelCreator
Server side only
mod that allows you to create your own jewels with your chosen skill and skill modifier..
Changelog
0.1.2
Thanks Sens' for these changes.
- Added admin only use configuration.
- Fix internal names types.
0.1.1
- FIx internal error.
0.1.0
- Initial public release of the mod.
Installation
- Install BepInEx
- Install VampireCommandFramework
- Extract JewelCreator.dll into (VRising server folder)/BepInEx/plugins
Commands
Mod have only 1 command: .jewelcreator [SkillName] [Mods]
.jewelcreator ?
-give basic help.
Configuration
[JewelCreator]
## Enable command "JewelCreator".
# Setting type: Boolean
# Default value: true
Enabled = true
## Enable command "JewelCreator". only for Admins
# Setting type: Boolean
# Default value: true
AdminOnly = true
## Setup (1-4) tier of jewels.
# Setting type: Int32
# Default value: 4
TierLevel = 4
## Setup (0.0 - 1.0) jewels skill modification power.
# Setting type: Single
# Default value: 1
SkillModPower = 1
Credits
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.