forked from public-mirrors/HuskSync
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
1.9 KiB
Markdown
17 lines
1.9 KiB
Markdown
2 years ago
|
This page contains a table of HuskSync commands and their required permission nodes.
|
||
|
|
||
|
| Command | Description | Permission |
|
||
|
|-----------------------------------------------|--------------------------------------|--------------------------------------|
|
||
|
| `/husksync` | Use `/husksync` subcommands | `husksync.command.husksync` |
|
||
|
| `/husksync info` | View plugin information | `husksync.command.husksync info` |
|
||
|
| `/husksync reload` | Reload config & message files | `husksync.command.husksync.reload` |
|
||
|
| `/husksync update` | Check if an update is available | `husksync.command.husksync.update` |
|
||
|
| `/husksync migrate <migrator> [args]` | Migrate user data | _Console-only_ |
|
||
|
| `/userdata view <username> [version_uuid]` | View a snapshot of user data | `husksync.command.userdata` |
|
||
|
| `/userdata restore <username> <version_uuid>` | Restore a snapshot of user data | `husksync.command.userdata.manage` |
|
||
|
| `/userdata delete <username> <version_uuid>` | Delete a snapshot of user data | `husksync.command.userdata.manage` |
|
||
|
| `/userdata pin <username> <version_uuid>` | Pin a snapshot of user data | `husksync.command.userdata.manage` |
|
||
|
| `/inventory <username> [version_uuid]` | View a user's inventory contents | `husksync.command.inventory`† |
|
||
|
| `/enderchest <username> [version_uuid]` | View a user's ender chest contents | `husksync.command.enderchest`†|
|
||
|
|
||
|
† The respective `husksync.command.inventory.edit` and `husksync.command.enderchest.edit` permission node is required to be able to edit a user's inventory/ender chest using the interface.
|