-
Notifications
You must be signed in to change notification settings - Fork 0
Deployment Modes
KOKOTO-DEV edited this page Aug 26, 2026
·
2 revisions
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
adapters:
bluemap:
auto-install: true
auto-patch-webapp-conf: true
frontend:
standalone:
enabled: falseOn 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.
adapters:
bluemap:
auto-install: false
auto-patch-webapp-conf: false
frontend:
standalone:
enabled: true
path: "/"Direct HTTP example:
http://server.example.com:8899/
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