You are viewing a potentially older version of this package. View all versions.
Date uploaded 2 years ago
Version 1.0.0
Download link Rumi-LethalCheat-1.0.0.zip
Downloads 9905
Dependency string Rumi-LethalCheat-1.0.0

This mod requires the following mods to function

BepInEx-BepInExPack-5.4.2100 icon
BepInEx-BepInExPack

BepInEx pack for Mono Unity games. Preconfigured and ready to use.

Preferred version: 5.4.2100
xilophor-StaticNetcodeLib-1.2.0 icon
xilophor-StaticNetcodeLib

A library/patcher for NGO in a static context.

Preferred version: 1.2.0
Rumi-BrigadierForLethalCompany-2.1.0 icon
Rumi-BrigadierForLethalCompany

This is a mod that ports Brigadier.NET to Lethal Company.

Preferred version: 2.1.0

README

Lethal Cheat

This is a lethal cheat mode.
You can access it by typing / in the chat.

Unlike most cheat modes, if it's installed on the server, you can use it even if you're not the room manager.
In other words, if it's not installed on the server, you can't use it.

I intended to use this mod for debugging and playing with friends.

There are more commands to add, but I'm not sure when I'll add them.

List of commands

credit get
credit set <int:credit>

damage <int:amount>
damage <Entity:destination> <int:amount>

destroy
destroy <Entity:destination>

kill
kill <Entity:targets>

summon enemy <EnemyType:entity>
summon enemy <EnemyType:entity> <Vector3:location>
summon anomaly <AnomalyType:entity>
summon anomaly <AnomalyType:entity> <Vector3:location>
summon item <Item:item>
summon item <Item:item> <int:price>
summon item <Item:item> <Vector3:location>
summon item <Item:item> <Vector3:location> <int:price>

tp -> teleport

teleport <Vector3:location>
teleport <Entity:destination>
teleport <Entity[]:targets> <Vector3:location>
teleport <Entity[]:targets> <Entity:destination>

tellraw <Entity[]:targets> <string:message>

time get
time set <float:time>
time speed
time speed <float:speed>

CHANGELOG

2.1.0

  • Changed the player identification method from using GameObjects to using the RpcParams approach. (In other words, it means it was previously possible to spoof the sender on the client side...)
  • Players without Operator permissions can no longer use any cheat commands that affect game balance.
  • Added op and deop commands to grant or revoke Operator privileges.
    • The server owner can use the op command even without being an operator.

2.0.0

  • Fixed a bug that was not working starting from a specific version.
  • Not compatible with previous versions
  • Autocomplete is supported with Tab and arrow keys.
  • Invincibility Command Add
  • Revive Command Add (It may be unstable)

1.0.1

  • Fixed a few bugs
    • I wanted to fix more, but I just ran out of time...
  • Added the gamespeed command

1.0.0

First release