You are viewing a potentially older version of this package.
View all versions.
Overseer
A mod that adds some moderation commands.
| Date uploaded | 6 months ago |
| Version | 1.1.0 |
| Download link | lammas123-Overseer-1.1.0.zip |
| Downloads | 33 |
| Dependency string | lammas123-Overseer-1.1.0 |
This mod requires the following mods to function
BepInEx-BepInExPack_CrabGame
Legacy BepInEx 6 pack for Crab Game. Preconfigured and ready to use.
Preferred version: 6.0.577lammas123-CrabDevKit
A utility mod that improves the experience for mod makers.
Preferred version: 1.2.1README
What are the commands
There is warn, kick, ban, and unban, all taking a required player argument and an optional reason (except for unban which doesn't need a reason).
When a player is kicked or banned, they will be killed just before being kicked or banned, to fix an issue where they could continue to effect the game afterwards for a bit of time.
With PersistentData, when a player is banned, their ban reason will be saved to their client data file, and they'll remain permanently banned from your future lobbies unless you unban them.
CHANGELOG
1.1.1
- Moved Utilities to CrabDevKit, now depends on CrabDevKit.
1.1.0
- Updated several internal parts of Overseer to make the source code neater.
- Fixed a temporary freeze that'd occur on lobby creation, caused by having to load tons of client data files to apply permanent bans (in the thousands).
- This has been delegated to a background thread, a log will be sent when the process is completed.
1.0.0
- Initial release.