Allow per-world homes
timothyekl opened this issue ยท 6 comments
Note: @KaneHart requests this be default behavior, but configurable - I think this makes sense.
In the interest of backwards compatibility, this feature will add two new keys:
multiworld_homes
as a boolean in the master config (OpenWarp/config.yml
)multiworld_homes
as a map (world name to location dictionary) per player (OpenWarp/<player>/config.yml
)
The existing key home
will remain in each player config as a "default" home. The feature will not be enabled by default.
This needs some pretty heavy testing, but I'm prepared to call this feature implemented as of 38a7a8b.