Like AuthMeBungee this plugin acts like a bridge between your bukkit servers and your Velocity instance. To explain simple how it works, bukkit-side plugins send a message to velocity-side on user authentication. If velocity-side doesn't receive this message, the player won't be able to talk in chat and to perform commands, including Velocity commands.
- Java 1.8+
- AuthMeReloaded fork
- Velocity 1.1.0+
- CraftBukkit/Spigot/Paper/Tacospigot 1.7.10+
- Make sure that you have maven
- Clone the repository
- Run
mvn clean package
in the directory withpom.xml
- Output file will be located in target directory
- Compile AuthMeVelocity
- Place AuthMeVelocity.jar into your Velocity's plugin folder
- Restart everything
- Configure the plugin (don't forget to config authServers)
- Enable the Hooks.bungeecord option in your AuthMeReloaded config file
- Enjoy!
- Make a PR to AuthMeReloaded/make changes to make it work with bungee-like channels (to eliminate need of AuthMeReloaded fork)
Please don't ask for support with this plugin in AuthMe discord!