extra services

This commit is contained in:
2026-05-26 23:14:19 -04:00
parent 1f5aa7b79c
commit 2c644f02f0
25 changed files with 1113 additions and 16 deletions
+6
View File
@@ -13,6 +13,12 @@ Every subcommand is gated by a permission node, checked via Hytale's `Permission
| `/networkcore status` | `networkcore.status` |
| `/networkcore servers` | `networkcore.servers` |
| `/networkcore publish` | `networkcore.publish` |
| `/alert <message>` | `networkcore.alert` |
| `/glist` | `networkcore.glist` |
| `/hub` | `networkcore.hub` |
| `/send <player> <id\|role>` | `networkcore.send` |
The four "BungeeCord-style" commands at the bottom are documented in detail in [11_Network_Features.md](11_Network_Features.md).
You can grant the whole namespace with `networkcore.*` (Hytale's permission system handles wildcards). A player without the relevant node sees Hytale's standard `You do not have permission for this command.` message - the command system itself blocks execution before our code runs.