Skip to content

Deployment Modes

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

Deployment Modes

BlueMapWebChat 4.7.0 · Minecraft 1.18–26.2 · Java 17 baseline

5. Choose a Deployment Mode

5.1 BlueMap Addon

web-addon:
  auto-install: true
  auto-patch-webapp-conf: true

standalone-web:
  enabled: false

The plugin installs web assets under the BlueMap web directory and updates plugins/BlueMap/webapp.conf. If BlueMap does not pick up the new assets, run:

/bluemap reload

5.2 Standalone Only

web-addon:
  auto-install: false
  auto-patch-webapp-conf: false

standalone-web:
  enabled: true
  path: "/chat"

Direct HTTP example:

http://server.example.com:8899/chat

5.3 Embedded and Standalone Together

The embedded panel and standalone page share the same accounts, history, notifications, and server-side settings.

web-addon:
  auto-install: true
  auto-patch-webapp-conf: true

standalone-web:
  enabled: true

Clone this wiki locally