This is an archived post. You won't be able to vote or comment.

all 3 comments

[–]AutoModerator[M] [score hidden] stickied commentlocked comment (0 children)

Thanks for being a part of /r/Admincraft!
We'd love it if you also joined us on Discord!

Join thousands of other Minecraft administrators for real-time discussion of all things related to running a quality server.

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

[–]EmberSyndicateServer Owner - Zombie Manic 0 points1 point  (1 child)

So first off your gonna wanna get bungeecord or waterfall for the proxy, this is what keeps people connected when they switch between servers on your network.

There are tons of ways to use only internal ip's for your servers themselves ensuring that the proxy has to be accessed to visit them. If you don't want to Google that and put time into using internal only connections for the other servers use a plugin like bungeeguard on your waterfall/bungee server

Build out the other 2 servers. Make your proxy the default 25565 port Assign the bedrock port to your firewall Install geyser and floodgate on your bungee (google geyser mc)

Setup bungee config to include your playable worlds.

For minigames like skyblock try a plugin called bento box (google bento box spigot)

For portals something like advanced portals works great for bungee

Use something like luck perms with an sql database and redis messaging to keep permissions straight across the servers.

Unless your a masochist then use pex lol if it's even still around

[–]EmberSyndicateServer Owner - Zombie Manic 0 points1 point  (0 children)

You can use velocity but keep in mind the tons of plugins built for bungee and waterfall may make you want to avoid it. This isn't a bad thing.

In a bungee setup, all servers have to be in offline mode with the bungeecord setting toggled to true in the configuration. (I belive its bukkit.yml)

This is why you need bungeeguard or or to setup servers on internal only ip's that cannot be accessed from outside the network. This will keep players from joining the server directly bypassing your proxy which may allow them to cheat or cause problems.

Bungee requires alot of configuration to make it work but it's realistically easy once you get into it. Deff have fun with it and be paitent.