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. :)
I set up a Patreon for anyone who wants to support me.\ Any amount is greatly appreciated!\ My Patreon Page
Prefix
[default ?
]: The prefix use for chat commands.DisabledCommands
[default Empty
]: Enter command names to disable them. Seperated by commas. Ex.: health,speedYou can only decide whether a command is admin only or not at this time.\
The permissions are saved in BepInEx/config/ChatCommands/permissions.json
and look like this:
{
"blood": true,
"bloodpotion": true,
"give": true,
"health": true,
"help": false,
"kit": false,
"spawnnpc": true,
"speed": true,
"sunimmunity": true,
"waypoint": false
}
Removing a command from the list will automatically set it's value to false
.
help [<Command>]
: Shows a list of all commands.\
kit <Name>
: Gives you a previously specified set of items.
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|List> [<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.\
Example: waypoint list
<-- Shows a list of all to you accessible waypoints.
give <Item Name> [<Amount>]
: Adds the specified Item to your Inventory.\
Example: give Stone Brick 17
spawnnpc <Prefab Name> [<Waypoint>]
: Spawns a NPC. Optional: To a previously created waypoint.\
Example: spawnatwp CHAR_Cursed_MountainBeast_VBlood arena
health <Amount>
: Sets your health to the specified amount.\
speed <Amount|Reset>
: 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