-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Suggestion: Ability to set Min/MaxXY per world #86
Comments
Mind giving an example of a config with multiworld limits? |
Sure how about something like this:
|
Look like that works - but what about those who don't care about per-world limits and want a global limit? |
How about then changing the orginal one to
Then in the default config you can leave them commented out and only use the global limit while also making it clear for those who wish to use seperate values. If only the default/global limit is set then all worlds will use those values. |
Ok, that looks good, but I just thought of another way were we just keep the existing min max xy, and then that config option can be added manually (I guess can be suggested in the default config comments). |
Yeah sounds excellent! |
Currently when you set Min/MaxXY in the config the plugin will use these limits in the overworld, end, and nether.
Suggestion:
Ability to set Min/MaxXY to different values per world.
The plugin does respect the worldboarder if they are different however I would like to be able to set these to different values for the following example:
Overworld, Nether, and End all have a world boarder of +/- 20k
I would like to set the Wild MaxXY to 20k in the overworld, but only 5k in the Nether and End while leaving the nether and end wordlboarders set to 20k.
The text was updated successfully, but these errors were encountered: