ReturnMe
An addon for AuthMe, for Bungeecord, that saves the last server the player was on and then reconnects them to it once the player logs back onto the server and logs in.
Available on SpigotMC and Modrinth!
How to use?
- Download the latest release of the plugin.
- Put the
.jar
file into yourplugins
directory of your Bungeecord server - Restart your server.
- Head to
plugins/ReturnMe/config.yml
and configure the plugin to your liking! - Once you're done configuring, restart your server again!
Permissions
returnme.use
- If enabled, this permission is used to allow players or groups to be returned to their last location.
Compiling yourself
- Open a Terminal
- Use
git clone https://github.com/RealTriassic/ReturnMe.git
to clone this repository. - Run
mvn clean package
. - Compiled JAR should be available in the
target
directory.
Issues
If you run into an issue whilst using my plugin, feel free to open an issue and please explain the issue you're experiencing thoroughly with reproduction steps. Make sure to attach your config.yml alongside your report and a stacktrace of the error, if any.
License
This project is licensed under the MIT License, you may view the LICENSE here.