actually bruh

This commit is contained in:
2026-05-26 13:31:21 -04:00
parent 4f4f731bc7
commit ade5f069e3
31 changed files with 1109 additions and 179 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ Staff tools for KweebecNet: punishments, history, cross-server staff chat, playe
- **NetworkCore** with `mysql.enabled: true` and a healthy MySQL connection
- A working `network.auth_token` configured the same way as for NetworkCore (since this plugin uses the cross-server bus)
- The built-in Hytale `PermissionsModule` populated with at least one of the configured staff groups (defaults: `OP`, `ADMIN`, `MOD`, `HELPER`)
- Hytale permission nodes assigned to your staff group(s). Grant `networkstaff.*` for full access, or pick specific nodes - see [docs/03_Commands.md](docs/03_Commands.md#permissions).
If MySQL isn't configured in NetworkCore, Staff refuses to start and logs a clear error. Fix NetworkCore first, then restart.