AuthMeReloaded icon indicating copy to clipboard operation
AuthMeReloaded copied to clipboard

Add multiverse post-login world redirection

Open iLoveCamelCase opened this issue 1 week ago • 0 comments

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.

iLoveCamelCase avatar Jun 24 '24 01:06 iLoveCamelCase