From fe84ca24612fd99bbd5ef9b7dbc3050feda983a2 Mon Sep 17 00:00:00 2001 From: NB-Core Date: Thu, 18 Sep 2025 10:50:56 +0200 Subject: [PATCH] Update README with new module sections --- README.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1fec3af..73859fd 100644 --- a/README.md +++ b/README.md @@ -10,10 +10,13 @@ Directories group modules by purpose: - **pvp/** – player versus player extensions and events - **administrative/** – tools for admins and moderation +- **commentary/** – enhancements for chat and roleplay areas - **forest/** – general forest related tweaks - **forest_specials/** – additional forest encounters and bosses -- **inventory/** - inventory and items +- **general/** – cross-area features and utilities +- **inventory/** - inventory and items - **lodge/** – lodge upgrades +- **mail/** – player mail quality-of-life tools - **mounts/** – mount related features - **systems/** – large feature systems (races, specialties etc.) - **village_modules/** – village shops and activities @@ -39,6 +42,10 @@ Below is a short description for every module. Some modules rely on others; depe - **suspendannounce** – announce server suspensions. - **welcomemail** – send welcome e‑mail to new users. +### Commentary +- **gm_rp_talk** – lets game masters participate in fzone roleplay chats without breaking character tools. +- **sectionedchats** – splits village, superuser, and clan chat areas into RP and OOC channels with unread indicators. + ### Dwellings - **dwcastles** - Castle type for dwellings core - **dwcityhouses** - City House type for dwellings core @@ -71,6 +78,9 @@ Below is a short description for every module. Some modules rely on others; depe - **wedgieman** – the fearsome Wedgie Man. - **zombie** – zombie outbreak event. +### General +- **mightyblogs** – public blogging system that lets authorised users post long-form updates accessible from the village, cemetery, and index. Older releases had serious issues; upgrade servers to at least version 1.1. + ### inventory - **inventory** - the entire updated item system by XChrisX for run with +nb core - **findloot** – hooks `battle-victory` to roll for loot items via the inventory system (`items/findloot.php`). @@ -81,6 +91,11 @@ Below is a short description for every module. Some modules rely on others; depe - **lodgenonexpiration** – purchase non‑expiration account upgrade. - **namechange** – allow players to change character name. +### Mail +- **mailarchive** – archive incoming messages into user-defined categories for long-term storage. +- **mailnotepad** – provides personal notepad fields inside the mail interface. +- **outbox** – review or optionally mirror sent messages, with support for a full separate outbox. + ### Mounts - **mount_feeder** – forest event where a mysterious vendor sells mount feed (requires `inventory`). - **mountname** – Hunter's Lodge service letting players give mounts custom names.