-
-
Notifications
You must be signed in to change notification settings - Fork 339
Open
Description
Many plugins need a configuration per world (e.g. plot plugin: plot size per world). Sponge should provide a configuration file (or a config section) per dimension and per world for plugins.
Why?
- all world-related config data stored in one place
- make it easy to rename a world
- make it possible to bundle world-related plugin configs with a world (e.g. for adventure maps)
- resolves the problem that the unique identifier of a world is a UUID (not-human-readable)
This commit (SpongePowered/Sponge@be08be0) adds these files for Sponge configuration data. It would be easy to add a subsection for plugin config data.
Reactions are currently unavailable