You are viewing a potentially older version of this package. View all versions.
lammas123-Overseer-1.1.0 icon

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-6.0.577 icon
BepInEx-BepInExPack_CrabGame

Legacy BepInEx 6 pack for Crab Game. Preconfigured and ready to use.

Preferred version: 6.0.577
lammas123-ChatCommands-1.1.1 icon
lammas123-ChatCommands

A mod that adds functionality for chat commands.

Preferred version: 1.1.1
lammas123-CrabDevKit-1.2.1 icon
lammas123-CrabDevKit

A utility mod that improves the experience for mod makers.

Preferred version: 1.2.1

README

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.