Documentation Index
Fetch the complete documentation index at: https://docs.docksys.xyz/llms.txt
Use this file to discover all available pages before exploring further.
/config opens Dock’s server configuration panel in Discord.
Who can use it
/config can only be used inside a server. A member can open it when they have one of these:
- Discord Administrator.
- A configured Dock Management role.
- A configured Dock Admin role.
Open the panel
Sections
Permissions
Permissions
Set Management, Admin, and Staff role groups. Each group supports up to 5 roles. Management and Admin roles can open
/config.Modules
Modules
Enable or disable Dock modules. Verification, Welcome, and Group Bindings can be toggled separately.
Verification
Verification
Configure verified roles, unverified roles, verification message, Roblox requirements, send channel, and nickname template.
Welcome
Welcome
Configure welcome message content, send channel, auto roles, and auto verification.
Group Bindings
Group Bindings
When available, connect Roblox credentials, link a Roblox group, create role bind rules, configure defaults, and enable approval requirements.
Recommended setup
Start with Permissions
Add trusted Management and Admin roles first. This avoids relying only on Discord Administrator for future edits.
Set verification roles
In Verification, choose roles members receive after verifying and roles removed after verification.
Add requirements
Add a Roblox group ID or minimum Roblox account age only if the server needs those checks.
Customize the message
Edit the verification message and use Variables to insert server or member values.
Verification options
| Option | What it controls |
|---|---|
| Verified Roles | Roles added after a member verifies. |
| Unverified Roles | Roles removed once verification completes. |
| Customize Message | The message body, button label, images, and display style. |
| Requirements | Roblox group ID and minimum Roblox account age. |
| Send Message | The channel where Dock posts the verification prompt. |
| Nickname | Optional nickname template for verified members. |
Welcome options
| Option | What it controls |
|---|---|
| Customize Message | Welcome message body and formatting. |
| Send Channel | Channel where welcome messages are posted. |
| Auto Role | Roles assigned when a member joins. |
| Auto Verification | Whether Dock should try to verify new members automatically. |
Message variables
You can use variables in verification and welcome messages.| Variable | Meaning |
|---|---|
{guild.name} | Server name. |
{guild.id} | Server ID. |
{guild.members} | Server member count. |
{member.name} | Member display name. |
{member.username} | Member username. |
{member.mention} | Member mention. |
{member.id} | Member Discord ID. |
{member.createdAt} | Member account creation timestamp. |
{member.joinedAt} | Member server join timestamp. |
{verification.channel} | Verification channel, when available. |
{verification.role} | Verification role, when available. |