OpenWarp

21.7k Downloads

Allow per-world homes

timothyekl opened this issue ยท 6 comments

commented

Players should be able to set a home in each world, not just one overall.

commented

request: /timewarp Milestone 1.1 (warps you into the future)

commented

Note: @KaneHart requests this be default behavior, but configurable - I think this makes sense.

commented

Config var? multiworld_homes:true|false

commented

That's the plan.

commented

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.

commented

This needs some pretty heavy testing, but I'm prepared to call this feature implemented as of 38a7a8b.