LastServerAndLobby

โญ โ€” (0 endorsements) ๐Ÿ“ฅ 62 downloads ๐Ÿ“Œ v1.5 ๐Ÿ“… 1/24/2026
๐ŸŸก Updated this year

By lasolucionoptima ยท management

โฌ‡ Download Mod Source: Modrinth โ†— ๐Ÿ“… Updated: 1/16/2026 ๐Ÿ“… Created: 1/24/2026

๐Ÿ” Analysis

  • ๐Ÿ† #100 of 333 management mods in this game by downloads

๐Ÿ“‹ About This Mod

# ๐Ÿงญ LastServer & Lobby <!-- PLACEHOLDER PARA TU BANNER --> <div align="center"> !(https://img.shields.io/badge/Proxy-Velocity_3.x-blue?style=for-the-badge&logo=serverless&color=0984e3) !(https://img.shields.io/badge/Java-17%2B-orange?style=for-the-badge&logo=java) !(https://img.shields.io/badge/License-MIT-lightgrey?style=for-the-badge) !(https://img.shields.io/badge/Size-Lightweight-green?style=for-the-badge) **The essential navigation utility for Velocity networks.** <br> Seamlessly manage player movement between Backend servers, Lobbies, and their last known position. </div> --- ## ๐Ÿ“‘ Table of Contents * (#-features) * (#-installation) * (#-commands--permissions) * (#-storage--persistence) * (#-movement-logging) * (#-configuration) --- ## โœจ Features | Feature | Description | | :--- | :--- | | ๐Ÿฐ **Lobby Command** | Instantly send players to your main Hub/Lobby with configurable aliases (e.g., `/hub`, `/spawn`). | | ๐Ÿ”™ **Last Server** | Allow players to return to their previous backend server with `/last`. Perfect for Auth lobbies. | | ๐Ÿ’พ **Persistence** | Remembers player positions even after proxy restarts via `data.yml`. | | ๐Ÿ“ **Smart Logging** | Tracks player movement (Switch/Join/Quit) in organized log files per session. | | โšก **Lightweight** | Optimized for Velocity 3.x. Zero lag, instant execution. | --- ## ๐Ÿš€ Installation 1. **Download:** Get the latest `.jar` file. 2. **Upload:** Place it into your proxy's plugins folder: `Velocity/plugins/`. 3. **Restart:** Reboot your Velocity proxy. 4. **Enjoy:** The config files will generate automatically. --- ## ๐Ÿ“œ Commands & Permissions Manage who can use the navigation features. | Command | Aliases (Configurable) | Permission | Description | | :--- | :--- | :--- | :--- | | **/lobby** | `/hub`, `/exit`, `/leave` | `lastserverandlobby.lobby` | Connect to the configured Lobby server. | | **/last** | `/return`, `/back` | `lastserverandlobby.last` | Connect to the last server visited. | | **/lastserver reload** | - | `lastserverandlobby.admin` | Reloads `config.yml`. | | **/lastserver dump** | - | `lastserverandlobby.admin` | Prints memory stats (Debug). | > ๐Ÿ’ก **Tip:** You can define multiple aliases for commands in the `config.yml` to fit your server's language. --- ## ๐Ÿ’พ Storage & Persistence The plugin intelligently saves where players have been. You can configure **when** to save data to disk to balance performance and safety. ### Save Modes: * **TIME:** Saves data every X seconds. * **MOVES:** Saves data after X server switches. * **BOTH:** Uses both criteria (recommended for busy servers). *Data is stored in:* `plugins/lastserverandlobby/data.yml` --- ## ๐Ÿ“ Movement Logging Keep track of your players' journey through your network. The plugin creates a **new log file** every time the proxy starts. **Location:** `plugins/lastserverandlobby/logs/` ### Example Output: ```log JOIN | name=Steve | uuid=... SWITCH | name=Steve | from=JOIN | to=auth SWITCH | name=Steve | from=auth | to=lobby QUIT | name=Steve | from=lobby | to=DISCONNECT ``` Configurable: You can toggle logging to Disk (file) and Console independently. โš™๏ธ Configuration <details> <summary>๐Ÿ“„ <b>Click to view config.yml structure</b></summary> ```yaml # LastServerAndLobby Configuration # Target server for /lobby command lobby-server: "lobby" # Command Aliases commands: lobby-aliases: - "hub" - "spawn" last-aliases: - "back" - "return" # Persistence Settings storage: save-mode: "BOTH" # TIME, MOVES, or BOTH save-interval: 300 # Seconds moves-interval: 10 # Server switches # Logging Settings logging: log-to-file: true log-to-console: false ``` </details> ## โœ… Compatibility * **Velocity:** 3.x (Tested on 3.4.0+ snapshots). * **Permissions:** Fully compatible with LuckPerms Velocity. --- ## โš–๏ธ License This project is licensed under the **MIT License**.

# ๐Ÿงญ LastServer & Lobby

!(https://img.shields.io/badge/Proxy-Velocity_3.x-blue?style=for-the-badge&logo=serverless&color=0984e3) !(https://img.shields.io/badge/Java-17%2B-orange?style=for-the-badge&logo=java) !(https://img.shields.io/badge/License-MIT-lightgrey?style=for-the-badge) !(https://img.shields.io/badge/Size-Lightweight-green?style=for-the-badge)

The essential navigation utility for Velocity networks.

Seamlessly manage player movement between Backend servers, Lobbies, and their last known position.

## ๐Ÿ“‘ Table of Contents [โœจ Features](#-features) [๐Ÿš€ Installation](#-installation) [๐Ÿ“œ Commands & Permissions](#-commands--permissions) [๐Ÿ’พ Storage & Persistence](#-storage--persistence) [๐Ÿ“ Movement Logging](#-movement-logging) [โš™๏ธ Configuration](#-configuration)

## โœจ Features

| Feature | Description | | :--- | :--- | | ๐Ÿฐ Lobby Command | Instantly send players to your main Hub/Lobby with configurable aliases (e.g., `/hub`, `/spawn`). | | ๐Ÿ”™ Last Server | Allow players to return to their previous backend server with `/last`. Perfect for Auth lobbies. | | ๐Ÿ’พ Persistence | Remembers player positions even after proxy restarts via `data.yml`. | | ๐Ÿ“ Smart Logging | Tracks player movement (Switch/Join/Quit) in organized log files per session. | | โšก Lightweight | Optimized for Velocity 3.x. Zero lag, instant execution. |

## ๐Ÿš€ Installation

1. Download: Get the latest `.jar` file. 2. Upload: Place it into your proxy's plugins folder: `Velocity/plugins/`. 3. Restart: Reboot your Velocity proxy. 4. Enjoy: The config files will generate automatically.

## ๐Ÿ“œ Commands & Permissions

Manage who can use the navigation features.

| Command | Aliases (Configurable) | Permission | Description | | :--- | :--- | :--- | :--- | | /lobby | `/hub`, `/exit`, `/leave` | `lastserverandlobby.lobby` | Connect to the configured Lobby server. | | /last | `/return`, `/back` | `lastserverandlobby.last` | Connect to the last server visited. | | /lastserver reload | - | `lastserverandlobby.admin` | Reloads `config.yml`. | | /lastserver dump | - | `lastserverandlobby.admin` | Prints memory stats (Debug). |

> ๐Ÿ’ก Tip: You can define multiple aliases for commands in the `config.yml` to fit your server's language.

## ๐Ÿ’พ Storage & Persistence

The plugin intelligently saves where players have been. You can configure when to save data to disk to balance performance and safety.

### Save Modes: TIME: Saves data every X seconds. MOVES: Saves data after X server switches. BOTH: Uses both criteria (recommended for busy servers).

Data is stored in: `plugins/lastserverandlobby/data.yml`

## ๐Ÿ“ Movement Logging

Keep track of your players' journey through your network. The plugin creates a new log file every time the proxy starts.

Location: `plugins/lastserverandlobby/logs/`

### Example Output: ```log JOIN | name=Steve | uuid=... SWITCH | name=Steve | from=JOIN | to=auth SWITCH | name=Steve | from=auth | to=lobby QUIT | name=Steve | from=lobby | to=DISCONNECT ```

Configurable: You can toggle logging to Disk (file) and Console independently.

โš™๏ธ Configuration

๐Ÿ“„ Click to view config.yml structure

```yaml # LastServerAndLobby Configuration

# Target server for /lobby command lobby-server: "lobby"

# Command Aliases commands: lobby-aliases: - "hub" - "spawn" last-aliases: - "back" - "return"

# Persistence Settings storage: save-mode: "BOTH" # TIME, MOVES, or BOTH save-interval: 300 # Seconds moves-interval: 10 # Server switches

# Logging Settings logging: log-to-file: true log-to-console: false ```

## โœ… Compatibility

Velocity: 3.x (Tested on 3. 4. 0+ snapshots). * Permissions: Fully compatible with LuckPerms Velocity.

## โš–๏ธ License

This project is licensed under the MIT License.

๐Ÿค– AI-enhanced โ€” based on mod data

๐Ÿ“Š Mod Details

Game
Minecraft Plugins
Author
lasolucionoptima
Version
1.5
Downloads
62
Endorsements
0
Category
management
Created
1/24/2026
Updated
1/16/2026
Game Versions
1.13, 1.13.1, 1.13.2, 1.14, 1.14.1
Tags
management, utility

๐Ÿ”ง How to Install Minecraft Plugins Mods

Download from Modrinth. Use Prism Launcher or drop into your mods folder.

๐Ÿ“– Full step-by-step install guide for Minecraft Plugins โ†’

Visit the official mod page for specific installation instructions for this mod.

๐ŸŽฎ Need cheat codes or console commands? Check ur gaming wiki for Minecraft Plugins commands, item IDs, and more.

โ“ Frequently Asked Questions

Which Minecraft Plugins versions does LastServerAndLobby support?

The author lists 1.13, 1.13.1, 1.13.2, 1.14, 1.14.1, 1.14.2. Other versions may work but are untested by the author.

What is the latest version of LastServerAndLobby?

Version 1.5, published 2026-01-16 with 62 downloads recorded at the source.

Keep browsing โ€” more Minecraft Plugins mods await

๐Ÿ“‹ All Minecraft Plugins Mods ๐Ÿ† Top 25 ๐Ÿ“‚ More management ๐Ÿ‘ค More by lasolucionoptima ๐Ÿ”Ž Similar Mods ๐ŸŒ Best management (All Games) ๐Ÿ”€ Check Compatibility โš–๏ธ Compare Mods ๐Ÿ†• New Mods