An open API service indexing awesome lists of open source software.

https://github.com/realtriassic/returnme

A simple addon for AuthMe that returns players to their previous server after authentication on a Bungeecord network.
https://github.com/realtriassic/returnme

authentication authme authmebungee bungeecord minecraft

Last synced: about 1 month ago
JSON representation

A simple addon for AuthMe that returns players to their previous server after authentication on a Bungeecord network.

Awesome Lists containing this project

README

        

# 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](https://www.spigotmc.org/resources/returnme.111205/) and [Modrinth](https://modrinth.com/plugin/returnme)!

> [!WARNING]
This plugin is no longer receiving updates and is no longer maintained. **Please consider migrating from Bungeecord to [Velocity](https://papermc.io/software/velocity)** together with [AuthMeVelocity](https://modrinth.com/plugin/authmevelocity) and the [LastServer addon](https://modrinth.com/plugin/authmevelocity-lastserveraddon) to replicate the features of this plugin, with better stability and even more features than what this plugin offers.

## How to use?
1. Download the [latest release](https://github.com/RealTriassic/ReturnMe/releases/latest) of the plugin.
2. Put the `.jar` file into your `plugins` directory **of your Bungeecord server**
3. Restart your server.
4. Head to `plugins/ReturnMe/config.yml` and configure the plugin to your liking!
5. 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
1. Open a Terminal
2. Use `git clone https://github.com/RealTriassic/ReturnMe.git` to clone this repository.
3. Run `mvn clean package`.
4. 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](https://github.com/RealTriassic/ReturnMe/blob/main/LICENSE).