-
Notifications
You must be signed in to change notification settings - Fork 0
Updates Migration
KOKOTO-DEV edited this page Aug 13, 2026
·
3 revisions
New 4.6.1 configs expose only:
update-check:
enabled: trueThe checker uses Modrinth and built-in defaults for its other behavior.
When config-version is missing or different from the running plugin version, BlueMapWebChat compares the physical config with the bundled defaults and writes a migration fragment:
plugins/BlueMapWebChat/config-migration-4.6.1.yml
The real config.yml is left unchanged. Review and copy the relevant settings yourself.
For 4.6.0 → 4.6.1, the new public settings are:
update-check:
enabled: true
direct-message:
admin-audit:
enabled: false
config-version: "4.6.1"- Back up
plugins/BlueMapWebChat/and the current JAR. - Replace the plugin JAR.
- Restart the server.
- Review
config-migration-4.6.1.ymlif generated. - Merge the desired settings into
config.yml. - Set/review
config-version: "4.6.1"after completing the review. - Run
/bmchat reloadfor subsequent config-only changes.
All servers that exchange cross-server DMs must run BlueMapWebChat 4.6.1. Do not mix 4.6.1 with older BlueMapWebChat versions on servers that participate in private relay.