Skip to content

Deployment Modes

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

Deployment Modes

KOKOTO WebChat 5.0.0 · Minecraft 1.18–26.2 · shared/Bukkit Java 17 baseline · Fabric/NeoForge exact targets Java 17/21/25 · Forge exact targets Java 17/21/25

5. Choose a Deployment Mode

5.1 BlueMap Addon

adapters:
  bluemap:
    auto-install: true
    auto-patch-webapp-conf: true

frontend:
  standalone:
    enabled: false

On Bukkit, KWC installs web assets under the BlueMap web directory and updates plugins/BlueMap/webapp.conf. On Fabric/NeoForge, and on Forge 26.1.2/26.2 with BlueMap 5.21+, KWC uses BlueMapAPI 2.8.0 to obtain BlueMap's web root and register the KWC scripts/styles instead of patching webapp.conf. When BlueMap integration is active, /kchat reload requests bluemap reload light automatically so the registration is rebuilt from the new KWC settings.

5.2 Standalone Only

adapters:
  bluemap:
    auto-install: false
    auto-patch-webapp-conf: false

frontend:
  standalone:
    enabled: true
    path: "/"

Direct HTTP example:

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

5.3 Embedded and Standalone Together

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

adapters:
  bluemap:
    auto-install: true
    auto-patch-webapp-conf: true

frontend:
  standalone:
    enabled: true

Clone this wiki locally