ModernUO/docs
Bohica 5f0561b7fc
feat: New Jail System (#2215)
New Jail System for MUO
----------------------------

Commands:
[jail [player] [reason] - Jail with time escalation per offense (5 to 120 minutes, GM only)
[unjail [player] - Manual release from jail regardless of time (GM only)
[jailinfo [player] - Check jail status and history (GM only)
[jailrecord - Checks their own jail record stats (player access)

Jail/Unjail can be found in the client view of a player in Admin Gump
![Screenshot 2025-06-12 030226](https://github.com/user-attachments/assets/a9f1a736-0316-464c-8958-c589ea0a1dcb)

Jail record gump, invoked with [jailrecord (30 second cooldown)
![Screenshot 2025-06-12 030320](https://github.com/user-attachments/assets/c19b3e76-3042-48ae-a00d-c70ef564bc84)
2025-07-16 20:41:21 -07:00
..
assets/stylesheets docs: Updates markdown docs (#912) 2022-01-03 22:10:29 -08:00
branding A little bit of docs cleanup (#244) 2020-09-13 15:35:44 -07:00
commands feat: New Jail System (#2215) 2025-07-16 20:41:21 -07:00
overrides feat: Adds .NET 7 & Arm64 support (#1229) 2022-11-06 09:59:11 -08:00
scripting-guide fix: Fixes identation in docs note (#1328) 2023-02-02 19:40:15 -08:00
building-server.md feat: Adds .NET 7 & Arm64 support (#1229) 2022-11-06 09:59:11 -08:00
CNAME Adds CNAME to docs (#245) 2020-09-13 15:41:12 -07:00
index.md Creates quick start (#254) 2020-09-15 19:46:10 -07:00
installation.md feat: Updates to .NET 8. (#1542) 2023-11-14 17:08:09 -08:00
readme.md fix(docs): Fixes UI (#527) 2021-02-27 20:02:44 -08:00
starting-server.md feat: Updates to .NET 9 (#1984) 2024-12-08 10:16:34 -08:00

ModernUO Website

Development

  1. Install Python's pip package manager
  2. Install MkDocs: pip install mkdocs
  3. Install Required Extensions
    • pip install pymdown-extensions
    • pip install mkdocs-material
  4. Launch development server: mkdocs