File Details
Werchat-1.1.9.jar
- R
- Feb 18, 2026
- 378.38 KB
- 39
- Early Access
File Name
Werchat-1.1.9.jar
Supported Versions
- Early Access
Werchat 1.1.9
Compatibility
- Added explicit Hytale
ServerVersiontargeting inmanifest.json:2026.02.17-255364b8e. - Added build-time validation so
ServerVersionmust be an exact build string.
Added
/ch reloadcommand for reloading Werchat config and channel data safely.- PlaceholderAPI support is new in 1.1.9:
- chat-format placeholder parsing (soft dependency),
- built-in
werchatexpansion with global/player/channel placeholders, - Full list is available on the werchat docs/wiki
- Public Werchat API improvements for integrations:
- typed action/membership result objects,
- API capability/version surface,
- pre/post hook registration,
- exact and fuzzy channel lookup modes.
Changed
- Channel permission terminology is now
read(replacing legacyview/seelanguage). - Added optional channel permission enforcement for normal
/chusage and chat routing (off by default).- Enable it with
channelPermissions.enforce: trueinconfig.json. - Example for a
staffchannel: grantwerchat.channel.staff.join,werchat.channel.staff.read, andwerchat.channel.staff.speak.
- Enable it with
- Persistence moved from periodic autosave to dirty + debounced saves (20s) with final flush on shutdown.
- Default channel announcements now route through a single default-channel broadcast path.
Fixed
- Fixed repeated join/leave announcement spam behavior.
- Fixed PM command flow to respect
allowPrivateMessages(/msgand/r). - Removed deprecated/unused API paths and dead code discovered during cleanup.

