A fabric mod that is an extension for the SquareMap mod for Minecraft Fabric. It adds additional functionality related to banners within the game. Inspired by squaremap-banners plugins
- Banner marker: Sneaking right-click with a named banner while holding a filled map will add that banner to the world map.
- Banner Removal: Sneaking left-click with a named banner while holding a filled map, or breaking the banner, will remove it from the world map.
- Area Notification: Displays a message when entering an area marked by a banner.
The mod provides a JSON configuration file with the following options:
radius: Specifies the size of the area declared by the banner.announce_when_near_banner: Enable/disable the message when entering the banner's area.blacklist: Contains a list of words to prevent from being registered to the world map.
- Squaremap mod itself
- Fabric API
- squaremap.banner.use: Permission required for players to use the features provided by the mod.
- If non permission manager mod installed, then only players with permission level 1 and above can use the mod.
If you encounter any issues or have suggestions for improvement, please feel free to submit an issue on the GitHub repository.

