-
Notifications
You must be signed in to change notification settings - Fork 0
Quick Start
KOKOTO-DEV edited this page Aug 13, 2026
·
1 revision
Keep the addon installer enabled and leave standalone disabled:
enabled: true
web-addon:
auto-install: true
auto-patch-webapp-conf: true
standalone-web:
enabled: falseenabled: true
web-addon:
auto-install: false
auto-patch-webapp-conf: false
standalone-web:
enabled: true
path: "/chat"enabled: true
web-addon:
auto-install: true
auto-patch-webapp-conf: true
standalone-web:
enabled: true
path: "/chat"Run BlueMap and BlueMapWebChat internally over HTTP and expose them through a reverse proxy:
http:
host: "127.0.0.1"
port: 8899
path-prefix: "/api"
cors-origin: "https://map.example.com"
web-addon:
api-base-url: "/bmwc/api"See Caddy Example or Nginx Example.
Minecraft account linking uses:
/bmchat auth <code>
A linked player can set a web password with:
/bmchat password <newPassword>
direct-message:
enabled: trueFor cross-server DMs, read the compatibility warning in Direct Messages and Server Relay.
- Config-only changes:
/bmchat reload - JAR replacement: full server restart
- BlueMap web addon changes:
/bluemap reloadif necessary - Browser JS/CSS: hard refresh if an old asset is cached
Getting started
Configuration and hosting
Using BlueMapWebChat
Administration and integrations
- Administration and Security
- Uploads, Emoji, and Previews
- Notifications and Web Push
- DiscordSRV
- ImageEmojis-Bero
- ImageEmojis Client Picker
- Updates and Migration
- Release Notes
- Backup and Maintenance
Help