Перейти к содержимому
Mineforgian

BlueMap Banners

Adds banners to BlueMap when players place banners in game.

Загрузки
3K
Подписчики
16
Обновлён
21 июня 2026 г.
Лицензия
MIT

Опубликован 25 мая 2025 г.

BlueMap Banners

Modrinth Game Versions Modrinth Downloads BlueMap Banners Icon

A Minecraft Fabric mod that supports displaying Minecraft banners as markers on BlueMap.
This is a continuation of Banners4BM originally by Nincodedo.

BlueMap Banners usage overview

Player usage

This mod supports custom-named banners. (Just like the vanilla feature of banners on map items.)
Renamed banners are shown with the customized name on BlueMap as a POI marker.

When using a map item on an existing banner (enabled by default)

  • Players can use map items on banners to create the marker on BlueMap.
  • Players can use map items on banners to remove the marker.

When using direct placing of banners (disabled by default)

  • Players place banners and markers are instantaneously created.

Other interactions (always enabled)

  • Players can break the banner by hand to remove the marker.
  • External sources can break banners to remove the marker. (TNT, support block broken)

Commands

The main command is /bluemapbanners, but there is also the alias /bb you can use.

/bluemapbanners
/bluemapbanners notifyPlayerOnBannerPlace [true|false]
/bluemapbanners notifyPlayerOnMarkerAdd [true|false]
/bluemapbanners notifyPlayerOnMarkerRemove [true|false]
/bluemapbanners notifyGlobalOnMarkerRemove [true|false]
/bluemapbanners markerAddInstantOnBannerPlace [true|false]
/bluemapbanners markerAddWithOriginalName [true|false]
/bluemapbanners markerMaxViewDistance [<number>] 
/bluemapbanners bluemapUrl [<url>]

Config file

# Wheter players should be notified and introduced how to add markers to BlueMap
notifyPlayerOnBannerPlace=true

# Wheter players should be notified if they add a marker
notifyPlayerOnMarkerAdd=true

# Wheter players should be notified if they remove a marker
notifyPlayerOnMarkerRemove=true

# Wheter all players on the server should be notified a banner has been removed
notifyGlobalOnMarkerRemove=false

# Wheter markers are created instantaneously on banner place
markerAddInstantOnBannerPlace=false

# Wheter instantly created markers with an original unchanged name are added
markerAddWithOriginalName=false

# For how far you want to be able to see these banners on BlueMap
markerMaxViewDistance=10000000

# Your url on which players can click in notifications, to your BlueMap instance 
bluemapUrl=https://your-url-to-bluemap.com/

# Wheter this mod sends some usage metrics, a metric looks like: (fabric, 1.21.11, 2.2.3)
# These metrics include which server implementation, Minecraft version and mod version you are using
sendMetrics=true

Ченджлог

v3.0.3Релиз26.2 · 21 июня 2026 г.

Changes

  • Update to Minecraft 26.2
v3.0.2Релиз26.1.2 · 14 апреля 2026 г.

Changes

  • Update to Minecraft 26.1.2
v3.0.1Релиз26.1.1 · 2 апреля 2026 г.

Changes

  • Update to Minecraft 26.1.1
v3.0.0Релиз26.1 · 2 апреля 2026 г.

New Stuff

  • Banner data storage gets overwhelmed
    • Player adding the banner is now saved
    • Timestamp when adding the banner is now saved
    • Banners are now shown on their placement origin, like in the Minecraft world
    • Choose between JSON storage (default) or JDBC (MaSQL, MariaDB, SQLite) storage
    • Old banner saves are transferred to the new storage format
      Old marker sets are kept in maps-imported, but no longer used
    • Preparing for a future release (dynamic/custom detail text generation, max banner per player limit and detailed banner image)
  • On startup print version information in the console
  • Simple metric collection is added (collects the version of Minecraft and the version of the mod), equal to BlueMap metrics, can be disabled in the config

Changes

  • Update to Minecraft 26.1
  • Releases are continued if one type of release fails
  • A little bit of restructuring classes and code
  • Fix compatibility with the Fast Item Frames mod
  • Faulty config lines are no longer printed twice in the console
  • Update GitHub actions workflow, merge build and release workflows
v2.2.3Релиз1.21.11 · 18 декабря 2025 г.

Changes

  • Hotfix: use google gson instead of fasterxml jackson
v2.2.2Релиз1.21.11 · 18 декабря 2025 г.

New Stuff

  • Add a config option to disable adding markers of unnamed banners (only applicable to instant placement)

Changes

  • Update to Minecraft 1.21.11
  • Migrate to Mojang mappings

New Contributors

  • @CreeperHaed made their first contribution in #10
v2.2.1Релиз1.21.10 · 8 октября 2025 г.

Changes

  • Update to Minecraft 1.21.10
  • Add commands overview to README.md
v2.2.0Релиз1.21.9 · 2 октября 2025 г.

New Stuff

  • Add commands to configure settings
  • Add translation support for en_us and de_de
  • Add an option to add markers instantly on banner place #5
  • Rename marker list labels to "BlueMap Banners" and add a compatibility script to migrate old data

Changes

  • Update to Minecraft 1.21.9
  • Update BlueMap dependency
  • Improve README.md and add images
  • Fix global notifier using a wrong config identifier
  • Fix wrong world reference #9
  • Fix GitHub actions artifact not uploading

Комментарии

Загружаем…