kremnev8-ChatCommands icon

ChatCommands

Easy to use chat commands, that help mod developers and others can use test things out in-game.

Last updated a year ago
Total downloads 21330
Total rating 3 
Categories Tools Client
Dependency string kremnev8-ChatCommands-1.4.1
Dependants 0 other packages depend on this package

This mod requires the following mods to function

BepInEx-BepInExPack_Core_Keeper-2.1.0 icon
BepInEx-BepInExPack_Core_Keeper

BepInEx pack for Core Keeper. Preconfigured and includes Unity Base DLLs.

Preferred version: 2.1.0
CoreMods-CoreLib-2.0.0 icon
CoreMods-CoreLib

A library that makes modding Core Keeper easier

Preferred version: 2.0.0

README

Chat Commands

This mod adds different chat commands, that help mod developers and others can use test things out in-game.

Commands list:

  • /give {itemName} [count] [variation]: Give yourself any item.

  • /give food {item1} + {item2} [count]: Give yourself any food.

  • /spawn {entityName} {x} {y} [variation]: Spawn any entity at position.

  • /placeTile {tileset} {tile type} {x} {y}: Place tile relative to your position.
    /placeTile {item name} {x} {y}: Place tile relative to your position.

  • /placeTileArea {tileset} {tile type} {sX} {sY} {eX} {eY}: Place tiles in area relative to your position.
    /placeTileArea {item name} {sX} {sY} {eX} {eY}: Place tiles in area relative to your position.

  • /removeTile {tile type} {x} {y}: Remove tile relative to your position.
    /removeTile {item name} {x} {y}: Remove tile relative to your position.

  • /removeTileArea {tile type} {sX} {sY} {eX} {eY}: Remove tiles in area relative to your position.
    /removeTileArea {item name} {sX} {sY} {eX} {eY}: Remove tiles in area relative to your position.

  • /remove {objectID} [all|slow]: Remove closest matching entity from world.

  • /repeat {times} {command name} [command parameters]: Repeat any valid command

  • /clearInv: Clear the player inventory.

  • /heal [amount]: Use to fully heal player.

  • /feed [amount]: Use to fully feed player.

  • /maxSkills: Max out all skills.

  • /resetSkills: Reset all skills to 0.

  • /setSkill {skillName} {level}: Set the given skill to the given level (0-100).

  • /kill: Kill the player.

  • /invincible: Toggle the player's invincibility.

  • /passive Toggle enemy AI passive behavior.

  • /noclip Move freely without physical limitations. Variations:
    /noclip Toggle noclip state
    /noclip speed {multilplier} Set noclip movement speed

  • /setReveal {radius} Set you character map reveal radius. Also enables seeing through walls.

  • /hide <target> [state] Hide User Interface, Inventory and Player visual elements. Possible targets: player, ui, inventory

Arguments in curly brackets ({}) are mandatory and you must specify them, while arguments in square brackets ([]) are optional and if you don't specify them, their value will be automatically inferred.

Please note that you are not supposed to enter the brackets themselves, these are placeholder markers. Enter the value.

If there are two optional arguments, to specify second, you must specify first one. If optional argument lists a number of possible values with | that means you can enter any or all of them.

This mod was originally written by cato1001#8659, original source code can be found on github. Since original author didn't upload it to Thunderstore, I have decided to improve the mod and publish it on Thunderstore.

More features might come in the future. If you have any feature you would like to see added, message me on Discord

Feedback and Bug Report

Feel free to contact me via Discord (Kremnev8#3756) for any feedback, bug-reports or suggestions.

Installation

With Mod Manager

Simply open the mod manager (if you don't have it install it here), select Chat Commands by kremnev8, then Download.

If prompted to download with dependencies, select Yes.

Then just click Start modded, and the game will run with the mod installed.

Manually

Install BepInEx Pack from here
Install CoreLib from here

Unzip all files into Core Keeper\BepInEx\plugins\ChatCommands/ (Create folder named ChatCommands)