Skip to content

Commands Permissions

KOKOTO-DEV edited this page Aug 26, 2026 · 3 revisions

Commands Permissions

KOKOTO WebChat 5.0.0 · Minecraft 1.18–26.2 · Java 17 baseline

27. Web Console Command Panel

Disabled by default.

commands:
  enabled: false
  allow-all: false
  min-role: "ADMIN"
  show-button: true
  run-from-chat-input: false
  show-when-input-starts-with-slash: true
  require-confirm: true
  max-length: 0
  broadcast-result-to-web-chat: false

allow-all: true allows arbitrary console commands from a web account and is highly sensitive. Do not enable it without HTTPS, administrator IP restrictions, strong credentials, and a restrictive minimum role. Prefer configured presets.

commands:
  presets:
    - id: "day"
      label: "Set day"
      description: "Set the current world time to day."
      command: "time set day"
      confirm: true

31. Complete Command Reference

User commands:

/kchat auth <code>
/kchat password <newPassword>
/kchat status
/kchat dm
/kchat dm list [pageSize]
/kchat dm unread [pageSize]
/kchat dm <player> <message>
/kchat dm read <player> [pageSize]
/kchat dm next
/kchat dm prev
/kchat dm hide <messageId>
/kchat reply <messageId> <message>
/kchat group list
/kchat group <room> <message>
/kchat group send <room> <message>
/kchat group read <room> [pageSize]
/kchat group next
/kchat group prev

Administrator commands:

/kchat reload
/kchat admin create <id>
/kchat admin password <id> <password>
/kchat admin role <id> <user|moderator|admin>
/kchat guest mute <guest|ip> <value> [minutes] [reason]
/kchat guest unmute <guest|ip> <value>
/kchat guest list
/kchat sessions
/kchat revoke <username>

Root alias:

/kc

Group alias:

/kchat gc

32. Permission Reference

kwc.auth      Link a web account
kwc.webchat   Use authenticated web chat
kwc.dm        Send and read direct messages
kwc.reply     Reply to public messages from Minecraft
kwc.group     Use group chat
kwc.admin     Administer the plugin
kwc.update.notify  Receive update notices (OP by default)

User permissions are allowed by default. kwc.admin and kwc.update.notify default to OP.

Content filter and live settings

Administrative operational commands include /kchat filter status|list|enable|disable|scope|add|remove|test and /kchat settings show|set. Detailed multi-word replacement pools and per-word mappings are easier to edit in Web Admin Filter. Dedicated permissions are kwc.admin.filter and kwc.admin.settings; Bukkit kwc.admin includes both as children and NeoForge operator fallback follows the same administrative intent.

Clone this wiki locally