yunfaRemember
velocity plugin that allows you to remember the server where you left with support for servers groups
Quick challenge
How far can you run before the mobs catch you?
Minecraft check
Confirm your run
Complete the quick check to get your code.
yunfaRemember
yunfaRemember
Description
* ### a plugin that allows you to stay on the same server when you exit, group servers into one server, which saves the server where you left in order to go there again
Features
* ### Stay on the same server * ### Groups, with individual saves * ### Seamless connection * ### The same functionality for connecting to groups as with a default server
Credits
* ### Author: yunfachi * ### Site: https://yunfachi.dev * ### Github: https://github.com/yunfachi/yunfaRemember * ### Modrinth: https://modrinth.com/plugin/yunfaremember * ### Spigot: https://www.spigotmc.org/resources/111843
Docs
to immediately connect to a group of servers in velocity.toml
velocity.toml
```yaml [servers] lobby_group = "127.0.0.1:65483" #the port that you specified in the plugin configuration
try = [ "lobby_group", ] ```
yunfaremember/config.yml
```yaml check_for_updates: true groups_port: 65483 storage_type: FILE server_groups: lobby_group: - lobby_af - lobby_an - lobby_as - lobby_eu - lobby_na - lobby_oc survival_group: - survival_1 - survival_2 ```