A bridge plugin that integrates MedievalFactions with BlueMap to display faction claims on your web map.
- Visual Claims: Shows MedievalFactions claims on BlueMap.
- Dynamic Colors: Automatically generates consistent colors for factions based on their ID (if no specific color is configured).
- Customizable: Configure transparency, line width, label format, and specific faction colors in
config.yml.
To compile this project, you need to provide the MedievalFactions dependency, as it is not hosted in a public Maven repository.
- Create a folder named
libsin the project root. - Place your
MedievalFactionsJAR file inside thelibsfolder. - Rename the jar to:
medieval-factions-5.6.0-all.jar(or updatepom.xmlto match your filename). - Run the build command:
mvn clean package
- Java 17 or higher.
- BlueMap API (Automatically downloaded via Maven).
- MedievalFactions (Must be provided manually in
libs/).