-
Notifications
You must be signed in to change notification settings - Fork 0
Commands and Permissions
emkacz edited this page Jun 21, 2026
·
1 revision
This page lists all the commands, aliases, and permission nodes associated with the Sculk Companion plugin.
The plugin features a main command group (/sculk) and a direct-question alias command (/ask).
| Command | Alias | Permission | Description |
|---|---|---|---|
/sculk ask <question> |
/ask <question> |
sculk.use |
Ask Sculk a direct question. |
/sculk toggle |
/sculk chat |
sculk.use |
Toggles Chat Mode. When active, all your chat messages are sent to Sculk without needing the keyword. |
/sculk reload |
None | sculk.admin |
Reloads config.yml and lore.txt from disk. |
Permissions allow you to control which players can chat with Sculk and limit what administrative powers the AI has over specific users.
-
sculk.use(Default: true)-
Description: Allows players to run
/sculk ask,/ask, toggle chat mode, and query Sculk by mentioning its name in public chat.
-
Description: Allows players to run
-
sculk.admin(Default: op)-
Description: Allows players to reload the configurations (
/sculk reload).
-
Description: Allows players to reload the configurations (
These permissions gate high-level actions. When the AI attempts to execute a tool on a player, the target player must have the matching permission, or the AI will receive an authorization failure.
-
sculk.sudo(Default: op)-
Description: Allows the AI to use the
kick_playertool on this player.
-
Description: Allows the AI to use the
-
sculk.sudo.teleport(Default: op)-
Description: Allows the AI to use the
teleport_playertool (teleporting this player to another target).
-
Description: Allows the AI to use the
-
sculk.sudo.monitor(Default: op)-
Description: Allows the AI to query server status metrics (
get_server_status) on behalf of this player.
-
Description: Allows the AI to query server status metrics (
-
sculk.sudo.broadcast(Default: op)-
Description: Allows the AI to broadcast announcements (
broadcast_announcement) on behalf of this player.
-
Description: Allows the AI to broadcast announcements (
-
๐ฃ Sculk Companion
-
๐ฎ Player Guides
-
โ๏ธ Server Admin Guides