-
Notifications
You must be signed in to change notification settings - Fork 4
Description
I've look thru the docs and it looks like Multiverse is used. Multiverse is good for small servers which use one server instance with more players this could get laggy and resource intensive. That is why the big networks like Hypixel use Bungeecord (or similar).
Bungeecord is a proxy which redirects the player between each server. Each server will be it's own "paper.jar" that is running as an individual program. This is more reliable because if one minigame were to crash, the others would be available. Using something like SubServers2 would allow servers (minigames) to be dynamically created and destroyed, like Multiverse worlds can be.
It would take a lot of work to introduce Bungeecord / SubServers2 support, but I haven't seen an update to date alternative. The closest I've seen is MinigamesLib which supports up to 1.12.
Doing this could mean you have a greater market share in the mini games market. Many new server networks (and me) will appreciate this change.