⌘K

Commands & Permissions

Updated 25 Mar 2026
CommandDescription
/kode reloadReload all .kode files from disk
/kode run <script>Manually execute a script's top-level block
/kode listList every currently loaded script

Alias: /kd works for all sub-commands.

Permission: kode.use (default: OP)
Players without this permission see an error and cannot run any /kode command.

Command Permissions

Add [permission: node] after the command name to restrict it to players with that permission.

command /admin [permission: myserver.admin]:
    send "&aAdmin panel opened." to player

No-Permission Message

Add [no-permission: "message"] alongside a [permission: node] to control exactly what the player sees when denied. Color codes using & are supported.

command /admin [permission: myserver.admin] [no-permission: "&cAdmins only!"]:
    send "&aAdmin panel opened." to player

command /fly [permission: myserver.fly] [no-permission: "&cBuy VIP to unlock /fly."]:
    send "&bFlight toggled!" to player

If [no-permission] is omitted the default message is used: You don't have permission to use this command.

No-Permission Message

Add [no-permission: "message"] alongside a [permission: node] to control exactly what the player sees when denied. Color codes using & are supported.

command /admin [permission: myserver.admin] [no-permission: "&cAdmins only!"]:
    send "&aAdmin panel opened." to player

command /fly [permission: myserver.fly] [no-permission: "&cBuy VIP to unlock /fly."]:
    send "&bFlight toggled!" to player

If [no-permission] is omitted the default message is used: You don't have permission to use this command.

No-Permission Message

Add [no-permission: "message"] alongside a [permission: node] to control exactly what the player sees when denied. Color codes using & are supported.

command /admin [permission: myserver.admin] [no-permission: "&cAdmins only!"]:
    send "&aAdmin panel opened." to player

command /fly [permission: myserver.fly] [no-permission: "&cBuy VIP to unlock /fly."]:
    send "&bFlight toggled!" to player

If [no-permission] is omitted the default message is used: You don't have permission to use this command.

Command Cooldowns

Add [cooldown: N] (seconds) to prevent a player from running the command more than once per period. Cooldowns are per-player and reset on server restart.

command /daily [cooldown: 86400]:
    give player diamond 1
    send "&aDaily reward claimed!" to player

Permissions and cooldowns can be combined:

command /revive [permission: myserver.revive] [cooldown: 60]:
    heal
    feed
    send "&aRevived!" to player

Command Permissions

Add [permission: node] after the command name to restrict it to players with that permission.

command /admin [permission: myserver.admin]:
    send "&aAdmin panel opened." to player

No-Permission Message

Add [no-permission: "message"] alongside a [permission: node] to control exactly what the player sees when denied. Color codes using & are supported.

command /admin [permission: myserver.admin] [no-permission: "&cAdmins only!"]:
    send "&aAdmin panel opened." to player

command /fly [permission: myserver.fly] [no-permission: "&cBuy VIP to unlock /fly."]:
    send "&bFlight toggled!" to player

If [no-permission] is omitted the default message is used: You don't have permission to use this command.

No-Permission Message

Add [no-permission: "message"] alongside a [permission: node] to control exactly what the player sees when denied. Color codes using & are supported.

command /admin [permission: myserver.admin] [no-permission: "&cAdmins only!"]:
    send "&aAdmin panel opened." to player

command /fly [permission: myserver.fly] [no-permission: "&cBuy VIP to unlock /fly."]:
    send "&bFlight toggled!" to player

If [no-permission] is omitted the default message is used: You don't have permission to use this command.

Command Cooldowns

Add [cooldown: N] (seconds) to prevent a player from running the command more than once per period. Cooldowns are per-player and reset on server restart.

command /daily [cooldown: 86400]:
    give player diamond 1
    send "&aDaily reward claimed!" to player

Permissions and cooldowns can be combined:

command /revive [permission: myserver.revive] [cooldown: 60]:
    heal
    feed
    send "&aRevived!" to player

Command Permissions

Add [permission: node] after the command name to restrict it to players with that permission.

command /admin [permission: myserver.admin]:
    send "&aAdmin panel opened." to player

No-Permission Message

Add [no-permission: "message"] alongside a [permission: node] to control exactly what the player sees when denied. Color codes using & are supported.

command /admin [permission: myserver.admin] [no-permission: "&cAdmins only!"]:
    send "&aAdmin panel opened." to player

command /fly [permission: myserver.fly] [no-permission: "&cBuy VIP to unlock /fly."]:
    send "&bFlight toggled!" to player

If [no-permission] is omitted the default message is used: You don't have permission to use this command.

Command Cooldowns

Add [cooldown: N] (seconds) to prevent a player from running the command more than once per period. Cooldowns are per-player and reset on server restart.

command /daily [cooldown: 86400]:
    give player diamond 1
    send "&aDaily reward claimed!" to player

Permissions and cooldowns can be combined:

command /revive [permission: myserver.revive] [cooldown: 60]:
    heal
    feed
    send "&aRevived!" to player