games647 / FlexibleLogin

A Sponge minecraft server plugin for second factor authentication
https://forums.spongepowered.org/t/8872
MIT License
87 stars 23 forks source link

Bungee prevent command support #108

Closed Flashback083 closed 6 years ago

Flashback083 commented 6 years ago

Hello ! I want to make a Lobby SpongeVanilla server with FlexibleLogin. I have a bungee (waterfall) server. Also, when a player join the server, he is able to do all bungee command before be connect with /login do you know how we can fix that ? Thanks !

games647 commented 6 years ago

This requires a BungeeCord plugin and so isn't possible from Sponge plugins alone.

Flashback083 commented 6 years ago

Yeah, like BungeeAuthBridge, okay thanks !

games647 commented 6 years ago

I added support for AuthMeBridge which you can install on BungeeCord.

user38898892 commented 5 years ago

May i know if this function still works in version 0.17.4 and how can i do to make it works?

games647 commented 5 years ago

It's still supported. If you install AuthMeBridge, it will send a message to that plugin to unlock you like the normal AuthMe does.

user38898892 commented 5 years ago

Installation 1.Download AuthMeBridge package 2.Place BungeeAuthMeBridge.jar into your BungeeCord's plugin folder 3.Place AuthMeBridge.jar (or xAuthBridge.jar if you're using xAuth) into your servers' plugin folders 4.Install and configure IPWhitelist on ALL your servers 5.Restart everything 6.Configure the bungee-side plugin (don't forget to config serversList) 7.Enjoy!

The above is the installation steps of AuthMeBridge. But I get stuck on step 3 since i think spongeforge couldn't load AuthMeBridge.jar. Thank you for the help.