extra services
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user