Minecraft – How to have separate plugins for different worlds

minecraft-java-edition

How to get plugins separated by worlds? I want the faction plugin in 2 worlds 1 survival and 2 faction. How can I have it separately like in server minebuilder with different player lists for different worlds.

Best Answer

What's BungeeCord?

BungeeCord is a useful software written in-house by the team at SpigotMC. It acts as a proxy between the player's client and the connected Minecraft servers. End-users of BungeeCord see no difference between it and a normal Minecraft server.

Where can I download it?

In their CI Server

Why is it useful?

Putting it very simple, users see only one server (the BungeeCord proxy), but behind the scenes the proxy is reconnecting them to different servers (for ex. using a custom command, entering a waterfall, etc). You can have different plugins per server and even different servers in the same network (Bukkit, Spigot, Cauldron..)

For more info: Wiki