-
Notifications
You must be signed in to change notification settings - Fork 6
Description
Currently, the way our island creation works, it's the most limiting factor in our plugin due to there being a static amount of slots being available. static in most cases is the worse.
This suggestion if fulfilled will only allow you to create a schematic and have the plugin handle the availability part on their own, which may even give the administrator an option to limit how many islands can be created per slot/mode. This will help a ton of administrators from manually creating each slot every time their player base is/were increasing.
The only issue part is that I'll have to figure out how will I store the island's blocks (WorldEdit, schematic maybe?), and have to figure out where to place it, how further away should the islands be to each other, and most importantly, how to do this all without hurting much of the server's performance, if at all. (probably the hardest part yet).