Skip to content

Integrations Bluemap

Bartłomiej Stępień edited this page Apr 22, 2023 · 1 revision

Bluemap Integration

Eagle Factions provides support for Bluemap.

You can enable/disable it inside config file.

When this integration is enabled, Eagle Factions will try to connect to Bluemap mod/plugin and will display factions' territories in bluemap.

Some additional information about the faction can be viewed after clicking the territory in the map. By default, faction's leader and information about faction memebrs is showed in the information window.

Here is the config part for Bluemap:

#######################################################
#                                                     #
#                  Bluemap Integration                #
#                                                     #
#######################################################

bluemap {
    # Enables BlueMap Integration
    enabled=true

    ### Customization (you can pick the colors on HEX color picker)
    # Color of the normal faction
    # NOTE: When colored-tags-allowed=true then faction's tag color is used as faction's area color.
    # When colored-tags-allowed=false then the color from this node is used.
    faction-color=0x00FF00

    # Color of SafeZone faction
    safezone-color=0x800080

    # Color of WarZone faction
    warzone-color=0xFF0000

    # Icon of the faction home marker. Full icon list is located at
    faction-home-marker="greenflag"

    ### Factions privacy (Information showed in faction description showed in an infowindow)

    # Shows the faction's leader
    show-faction-leader=true

    # Shows info about faction members
    members-info=true
}