Skip to content

Configuration Worlds

Bartłomiej Stępień edited this page Mar 14, 2020 · 1 revision

Besides main configuration file, Eagle Factions generates a Worlds.conf configuration file where you can specify which worlds are claimable, not claimable, safezone and warzone.

Here is how the file looks like:

# The following node allows you to set which world is claimable, safezone, warzone or not claimable at all.
# NOTE: New worlds detected by the plugin will be set as claimable worlds.
worlds {
    CLAIMABLE=[
        "world"
    ]

    NOT_CLAIMABLE=[
        "city_world"
    ]

    SAFE_ZONE=[
        "safezone_world"
    ]

    WAR_ZONE=[
        "warzone_world"
    ]
}