Update slash-command help and add Feb 27 changelog entries
This commit is contained in:
@@ -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."
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user