


This Mod will probably crash your Client if you try to install it.
I am by far not the best programmer so the code might be a little spaghetti here and there. I'm trying my best to get everything as polished as I currently can though. :)
Prefix [default ?]: The prefix use for chat commands.\DisabledCommands [default Empty]: Enter command names to disable them. Seperated by commas. Ex.: health,speedhelp [<Command>]: Shows a list of all commands.
kit <Name>: Gives you a previously specified set of items.\
You will get a new config file located in BepInEx/config/ChatCommands/kits.json
[
{
"Name": "Example1",
"PrefabGUIDs": {
"820932258": 50, <-- 50 Gem Dust
"2106123809": 20 <-- 20 Ghost Yarn
}
},
{
"Name": "Example2",
"PrefabGUIDs": {
"x1": y1,
"x2": y2
}
}
]
A list of all PrefabGUIDs can be found here!
blood <BloodType> [<Quality>] [<Value>]: Sets your Blood type to the specified Type, Quality and Value.
Example: blood Scholar 100 100
bloodpotion <BloodType> [<Quality>]: Creates a Potion with specified Blood Type, Quality and Value.
Example: bloodpotion Scholar 100
waypoint <Name|Set|Remove> [<Name>] [global]: Teleports you to previously created waypoints.
Example: waypoint set home <-- Creates a local waypoint just for you.
Example: waypoint set arena global <-- Creates a global waypoint for everyone (Admin-Only).
Example: waypoint home <-- Teleports you to your local waypoint.
Example: waypoint remove home <-- Removes your local waypoint.\
give <Item Name> [<Amount>]: Adds the specified Item to your Inventory.
Example: give Stone Brick 17
health <Amount>: Sets your health to the specified amount.
speed <Amount>: Sets your movement speed to the specified amount.
sunimmunity: Toggles sun immunity. (mind blown)
There used to be a command that toggles the blood hunger view without the ugly effects but that needs some bug fixing. SoonTM
1.2.0
1.1.1
1.1.0
1.0.0