mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-08-04 03:25:50 +00:00
Merge pull request #355 from necrodoom/patch-63
add "all_unnamed_worlds" info
This commit is contained in:
commit
399be38680
1 changed files with 3 additions and 2 deletions
|
@ -26,10 +26,11 @@ settings:
|
||||||
|
|
||||||
mirrors:
|
mirrors:
|
||||||
# Worlds listed here have their settings mirrored in their children.
|
# Worlds listed here have their settings mirrored in their children.
|
||||||
# The first element 'world' is the main worlds name
|
# The first element 'world' is the main worlds name, and is the parent world.
|
||||||
# subsequent elements 'world_nether' and 'world_the_end' are worlds which will use
|
# subsequent elements 'world_nether' and 'world_the_end' are worlds which will use
|
||||||
# the same user/groups files as the parent.
|
# the same user/groups files as the parent.
|
||||||
# Each child world can be configured to mirror the 'groups', 'users' or both files from it's parent.
|
# the element 'all_unnamed_worlds' specifies all worlds that aren't listed, and automatically mirrors them to it's parent.
|
||||||
|
# Each child world can be configured to mirror the 'groups', 'users' or both files from its parent.
|
||||||
world:
|
world:
|
||||||
world_nether:
|
world_nether:
|
||||||
- users
|
- users
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue