-
Notifications
You must be signed in to change notification settings - Fork 1
Commands & Permissions
SergeantFuzzy edited this page Nov 29, 2025
·
2 revisions
| Command / Usage | Permission Node | Description |
|---|---|---|
| /chestlink | Permission: chestlink.menu
|
Open the GUI menu showing all linked inventories. |
| /chestlink bind | Permission: chestlink.bind
|
Bind a placed chest to a new virtual inventory. |
| /chestlink delete <id, name> | Permission: chestlink.delete
|
Delete a linked inventory completely. |
| /chestlink help | Permission: chestlink.use
|
Show basic help for all player commands. |
| /chestlink info <id, name> | Permission: chestlink.use
|
View basic info about a linked inventory. |
| /chestlink limits | Permission: chestlink.use
|
View your chest limits. |
| /chestlink open <id, name> | Permission: chestlink.open
|
Open one of your linked inventories. |
| /chestlink rename <id, name> | Permission: chestlink.rename
|
Rename a linked inventory. |
| /chestlink reset <id, name> | Permission: chestlink.reset
|
Reset/wipe the contents of a linked inventory. |
| /chestlink share <id, name> | Permission: chestlink.share
|
Share access to a linked chest with another player (view/modify via GUI). |
| /chestlink tp <id, name> (optional) | Permission: chestlink.tp
|
Teleport to the physical chest associated with a linked inventory (if enabled in config). |
| Permission Node | Description |
|---|---|
chestlink.bind |
Bind a chest to a virtual inventory. |
chestlink.delete |
Delete inventories. |
chestlink.menu |
Access the GUI menu. |
chestlink.open |
Open linked inventories. |
chestlink.rename |
Rename inventories. |
chestlink.reset |
Reset/wipe inventories. |
chestlink.share |
Share linked chests with other players. |
chestlink.tp |
Teleport to bound chest (if enabled). |
chestlink.use |
General command access. |
| Permission Node | Description |
|---|---|
chestlink.limit.single.1 |
Default single-chest inventory. |
chestlink.limit.single.<x> |
X single-chest inventories. |
chestlink.limit.double.<x> |
X double-chest inventories. |
| Command / Usage | Permission Node | Description |
|---|---|---|
| /chestlink reload | Permission: chestlink.admin.reload
|
Reload plugin configuration. |
| /chestlink admin list | Permission: chestlink.admin.view
|
View a player's linked inventories. |
| /chestlink admin open <id, name> | Permission: chestlink.admin.open
|
Open a player's linked inventory. |
| /chestlink admin wipe <id, name> | Permission: chestlink.admin.wipe
|
Reset a player's linked inventory. |
| /chestlink admin delete <id, name> | Permission: chestlink.admin.delete
|
Delete a player's linked inventory. |
| /chestlink admin migrate | Permission: chestlink.admin.migrate
|
Rebuild or re-index inventory data. |
| /chestlink admin purgebroken | Permission: chestlink.admin.purge
|
Remove invalid or broken chest links. |
| Permission Node |
|---|
chestlink.admin |
chestlink.admin.view |
chestlink.admin.open |
chestlink.admin.wipe |
chestlink.admin.delete |
chestlink.admin.reload |
chestlink.admin.migrate |
chestlink.admin.purge |