Skip to content

Commands Permissions

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

Commands Permissions

BlueMapWebChat 4.7.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:

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

Administrator commands:

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

Root aliases:

/bmc
/bluemapchat

Group alias:

/bmchat gc

32. Permission Reference

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

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

Clone this wiki locally