config worlds - goflishMC/fabled-temp GitHub Wiki
🌍 config.yml – Worlds
This section controls which worlds Fabled is active in by using WorldGuard regions as the restriction mechanism. If this section is disabled, all worlds are supported.
File location:
/plugins/Fabled/config.yml
🛡️ WorldGuard Dependency
World restrictions use WorldGuard to determine region access. Ensure you have the WorldGuard plugin installed for this feature to work correctly.
🔧 Configuration Options
Worlds:
# Whether to enable world-based restrictions
enable: 'false'
# Whether the list should act as an allowlist or blocklist
# true = only listed worlds will allow Fabled features
# false = all worlds EXCEPT the listed ones will allow Fabled
use-as-enabling: 'true'
# List of world names
worlds:
- 'world'
💡 Example Behavior
Setting | Behavior |
---|---|
enable: false |
World filtering is ignored; Fabled works in all worlds |
enable: true use-as-enabling: true |
Only listed worlds can use Fabled |
enable: true use-as-enabling: false |
All worlds can use Fabled except the ones listed |