Update slash-command help and add Feb 27 changelog entries

This commit is contained in:
Jage9
2026-02-27 19:32:37 -05:00
parent cabf437982
commit 240d2ecfe8
3 changed files with 3 additions and 2 deletions

View File

@@ -3,6 +3,8 @@
{ {
"date": "February 27, 2026", "date": "February 27, 2026",
"items": [ "items": [
"Added chat actions with /me.",
"Added /version and /up commands for server status.",
"Added user roles/permissions system.", "Added user roles/permissions system.",
"Clock item type now is an actual talking clock with optional alarm and top of hour announcement." "Clock item type now is an actual talking clock with optional alarm and top of hour announcement."
] ]

View File

@@ -42,7 +42,7 @@
}, },
{ {
"keys": "Slash commands", "keys": "Slash commands",
"description": "In chat, use /me <action>, /up for uptime, /version for server version, and /reboot [message] if allowed" "description": "In chat, use /me <action>, /up for uptime, and /version for server version"
}, },
{ {
"keys": "Comma / Period", "keys": "Comma / Period",

View File

@@ -20,7 +20,6 @@ This document is the authoritative keymap for the client.
- `/me <action>`: Send action text without `name:` - `/me <action>`: Send action text without `name:`
- `/up`: Show server uptime (self only) - `/up`: Show server uptime (self only)
- `/version`: Show server version (self only) - `/version`: Show server version (self only)
- `/reboot [message]`: Schedule reboot in 5 seconds (admin permission: `server.allow_reboot`)
- `Shift+Z`: Admin menu (when role permissions allow) - `Shift+Z`: Admin menu (when role permissions allow)
- `,` / `.`: Previous/next message - `,` / `.`: Previous/next message
- `<` / `>`: First/last message - `<` / `>`: First/last message