AuthMe / AuthMeReloaded

The best authentication plugin for the Bukkit/Spigot API!
https://www.spigotmc.org/resources/authmereloaded.6269/
GNU General Public License v3.0
616 stars 514 forks source link

Add multiverse post-login world redirection #2833

Open iLoveCamelCase opened 2 months ago

iLoveCamelCase commented 2 months ago

What feature do you want to see added?

It'd be good if, apart from extracting spawn information, we could also redirect players to specific worlds after logging in so that small servers don't need to host an extra server, something similar to:

# Do we need to hook with multiverse for spawn checking? multiverse: true # Do we need to hook with BungeeCord? bungeecord: false # Send player to this BungeeCord server after register/login sendPlayerTo: '' # If the lobby is a MultiVerse world, list its alias sendPlayerToMV:

Are there any alternatives?

Not that I know of, and if they exist, please tell me and i'll add it to the readme of the conf file.

Anything else?

I'm running a network inside a small server with little ram and running an extra lobby server would be completely unnecesary and a waste of (very limited) resources.