-
Notifications
You must be signed in to change notification settings - Fork 13
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"
]
}
- Open an issue here on Github if you want to report a bug or suggest an enhancement
- Write to me on Spongepowered Forum
- Join my Discord server and contact me there