Minecraft – Is it possible to build a Survival Games server that has multiple games running at once

minecraft-java-editionminecraft-spigot

How do I make Survival games have more than one game at a time on Spigot? I am using a dedicated server for Survival Games.

Best Answer

You have two options:

  1. Host two servers at once. Make sure you edit the server.properties for the second server, to run on a different port (default is 25565).
  2. Host a server with multiple worlds. I would recommend a plugin like Multiverse. It uses less resources than hosting a second server, and allows you to create as many worlds as you like. You can make new worlds for players to warp between, and you can even set per-inventory worlds, so players will not be able to transfer their items to another world.

If you decide to go for Multiverse, you may want to install Multiverse-Portals as well. This allows you to create portals for players to walk through, rather than having your players having to fiddle with commands.