-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
KOKOTO-DEV edited this page Aug 13, 2026
·
1 revision
Required:
- Java 21 or later for the supported 1.21.x server line. Use the Java version required by your Minecraft/server build.
- A Bukkit/Paper/Spigot-compatible server
- Permission to install a JAR in the server
plugins/directory
Optional integrations:
- BlueMap — embed chat directly in the map UI
- DiscordSRV — Discord bridging
- ImageEmojis-Bero — render matching emoji tokens in Minecraft with a resource pack
- ImageEmojis Picker client mod — optional F8/searchable emoji picker for players
- Caddy or Nginx — recommended for public HTTPS access
- Put
BlueMapWebChat-4.6.1.jarinplugins/. - Start the server once.
- Confirm that this file was created:
plugins/BlueMapWebChat/config.yml
- A new config starts safely with the plugin disabled:
config-version: "4.6.1"
enabled: false
update-check:
enabled: true- Review web exposure, storage/retention, login policy, guest access, upload limits, and private-chat settings.
- Enable the plugin:
enabled: true- Restart the server, or run:
/bmchat reload
If BlueMap web assets do not refresh, also run:
/bluemap reload
Direct HTTP API, with default settings:
http://SERVER:8899/api
Standalone page, when enabled:
http://SERVER:8899/chat
For BlueMap addon mode, open the BlueMap page and verify that the BlueMapWebChat panel loads.
web-addon:
auto-install: false
auto-patch-webapp-conf: false
standalone-web:
enabled: true
path: "/chat"BlueMapWebChat never overwrites an existing config.yml. When config-version is missing or differs from the running version, it creates a migration fragment such as:
plugins/BlueMapWebChat/config-migration-4.6.1.yml
mvn clean packageExpected output:
target/BlueMapWebChat-4.6.1.jar
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