{"id":91928,"date":"2026-06-05T09:06:19","date_gmt":"2026-06-05T06:06:19","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/lastserverandlobby\/"},"modified":"2026-06-05T09:06:19","modified_gmt":"2026-06-05T06:06:19","slug":"lastserverandlobby","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/lastserverandlobby\/","title":{"rendered":"LastServerAndLobby"},"content":{"rendered":"<p># \ud83e\udded LastServer &#038; Lobby<\/p>\n<p><!-- PLACEHOLDER PARA TU BANNER --><\/p>\n<div align=\"center\">\n<p>![Velocity](https:\/\/img.shields.io\/badge\/Proxy-Velocity_3.x-blue?style=for-the-badge&#038;logo=serverless&#038;color=0984e3)<br \/>\n![Java](https:\/\/img.shields.io\/badge\/Java-17%2B-orange?style=for-the-badge&#038;logo=java)<br \/>\n![License](https:\/\/img.shields.io\/badge\/License-MIT-lightgrey?style=for-the-badge)<br \/>\n![Downloads](https:\/\/img.shields.io\/badge\/Size-Lightweight-green?style=for-the-badge)<\/p>\n<p>**The essential navigation utility for Velocity networks.**<br \/>\n<br \/>\nSeamlessly manage player movement between Backend servers, Lobbies, and their last known position.<\/p>\n<\/div>\n<p>&#8212;<\/p>\n<p>## \ud83d\udcd1 Table of Contents<br \/>\n*   [\u2728 Features](#-features)<br \/>\n*   [\ud83d\ude80 Installation](#-installation)<br \/>\n*   [\ud83d\udcdc Commands &#038; Permissions](#-commands&#8211;permissions)<br \/>\n*   [\ud83d\udcbe Storage &#038; Persistence](#-storage&#8211;persistence)<br \/>\n*   [\ud83d\udcdd Movement Logging](#-movement-logging)<br \/>\n*   [\u2699\ufe0f Configuration](#-configuration)<\/p>\n<p>&#8212;<\/p>\n<p>## \u2728 Features<\/p>\n<p>| Feature | Description |<br \/>\n| :&#8212; | :&#8212; |<br \/>\n| \ud83c\udff0 **Lobby Command** | Instantly send players to your main Hub\/Lobby with configurable aliases (e.g., `\/hub`, `\/spawn`). |<br \/>\n| \ud83d\udd19 **Last Server** | Allow players to return to their previous backend server with `\/last`. Perfect for Auth lobbies. |<br \/>\n| \ud83d\udcbe **Persistence** | Remembers player positions even after proxy restarts via `data.yml`. |<br \/>\n| \ud83d\udcdd **Smart Logging** | Tracks player movement (Switch\/Join\/Quit) in organized log files per session. |<br \/>\n| \u26a1 **Lightweight** | Optimized for Velocity 3.x. Zero lag, instant execution. |<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\ude80 Installation<\/p>\n<p>1.  **Download:** Get the latest `.jar` file.<br \/>\n2.  **Upload:** Place it into your proxy&#8217;s plugins folder: `Velocity\/plugins\/`.<br \/>\n3.  **Restart:** Reboot your Velocity proxy.<br \/>\n4.  **Enjoy:** The config files will generate automatically.<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udcdc Commands &#038; Permissions<\/p>\n<p>Manage who can use the navigation features.<\/p>\n<p>| Command | Aliases (Configurable) | Permission | Description |<br \/>\n| :&#8212; | :&#8212; | :&#8212; | :&#8212; |<br \/>\n| **\/lobby** | `\/hub`, `\/exit`, `\/leave` | `lastserverandlobby.lobby` | Connect to the configured Lobby server. |<br \/>\n| **\/last** | `\/return`, `\/back` | `lastserverandlobby.last` | Connect to the last server visited. |<br \/>\n| **\/lastserver reload** | &#8211; | `lastserverandlobby.admin` | Reloads `config.yml`. |<br \/>\n| **\/lastserver dump** | &#8211; | `lastserverandlobby.admin` | Prints memory stats (Debug). |<\/p>\n<p>> \ud83d\udca1 **Tip:** You can define multiple aliases for commands in the `config.yml` to fit your server&#8217;s language.<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udcbe Storage &#038; Persistence<\/p>\n<p>The plugin intelligently saves where players have been. You can configure **when** to save data to disk to balance performance and safety.<\/p>\n<p>### Save Modes:<br \/>\n*   **TIME:** Saves data every X seconds.<br \/>\n*   **MOVES:** Saves data after X server switches.<br \/>\n*   **BOTH:** Uses both criteria (recommended for busy servers).<\/p>\n<p>*Data is stored in:* `plugins\/lastserverandlobby\/data.yml`<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udcdd Movement Logging<\/p>\n<p>Keep track of your players&#8217; journey through your network. The plugin creates a **new log file** every time the proxy starts.<\/p>\n<p>**Location:** `plugins\/lastserverandlobby\/logs\/`<\/p>\n<p>### Example Output:<br \/>\n&#8220;`log<br \/>\n[2026-01-15 23:15:05] JOIN   | name=Steve | uuid=&#8230;<br \/>\n[2026-01-15 23:15:06] SWITCH | name=Steve | from=JOIN | to=auth<br \/>\n[2026-01-15 23:15:11] SWITCH | name=Steve | from=auth | to=lobby<br \/>\n[2026-01-15 23:16:53] QUIT   | name=Steve | from=lobby | to=DISCONNECT<br \/>\n&#8220;`<\/p>\n<p>Configurable: You can toggle logging to Disk (file) and Console independently.<\/p>\n<p>\u2699\ufe0f Configuration<\/p>\n<details>\n<summary>\ud83d\udcc4 <b>Click to view config.yml structure<\/b><\/summary>\n<p>&#8220;`yaml<br \/>\n# LastServerAndLobby Configuration<\/p>\n<p># Target server for \/lobby command<br \/>\nlobby-server: &#8220;lobby&#8221;<\/p>\n<p># Command Aliases<br \/>\ncommands:<br \/>\nlobby-aliases:<br \/>\n&#8211; &#8220;hub&#8221;<br \/>\n&#8211; &#8220;spawn&#8221;<br \/>\nlast-aliases:<br \/>\n&#8211; &#8220;back&#8221;<br \/>\n&#8211; &#8220;return&#8221;<\/p>\n<p># Persistence Settings<br \/>\nstorage:<br \/>\nsave-mode: &#8220;BOTH&#8221; # TIME, MOVES, or BOTH<br \/>\nsave-interval: 300 # Seconds<br \/>\nmoves-interval: 10 # Server switches<\/p>\n<p># Logging Settings<br \/>\nlogging:<br \/>\nlog-to-file: true<br \/>\nlog-to-console: false<br \/>\n&#8220;`<br \/>\n<\/details>\n<p>## \u2705 Compatibility<\/p>\n<p>*   **Velocity:** 3.x (Tested on 3.4.0+ snapshots).<br \/>\n*   **Permissions:** Fully compatible with LuckPerms Velocity.<\/p>\n<p>&#8212;<\/p>\n<p>## \u2696\ufe0f License<\/p>\n<p>This project is licensed under the **MIT License**.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Velocity plugin that adds \/lobby and \/last commands with configurable aliases, persistent storage, and movement logging (file\/console).<\/p>\n","protected":false},"featured_media":91929,"template":"","meta":{"_minecraft_slug":"lastserverandlobby","_minecraft_project_id":"hgMF4qKv","_minecraft_author":"lasolucionoptima","_minecraft_license":"MIT","_minecraft_downloads":20,"_minecraft_follows":0,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"lastserverandlobby.zip","_minecraft_size_bytes":23367,"_minecraft_version_count":1,"_minecraft_updated_at":"2026-05-15T22:32:42.679812Z","_minecraft_date_created":"2026-01-24T19:36:59.096538Z","_minecraft_date_modified":"2026-01-16T00:45:17.621859Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/lastserverandlobby","_minecraft_icon_attachment_id":91929,"_minecraft_imported_at":"2026-06-05T06:06:20+00:00","_minecraft_import_hash":"6be68946b82085e15977f4262dbf52b5","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[126,92,985],"mod_loader":[986],"minecraft_version":[438,446,449,110,111,112,113,114,115,116,117,118,119,120,46,47,48,49,50,51,52,53,54,55,56,57,58,59,36,60,93,94,101,102,62,37,40,41,73,74,38,78,79,80,81,82],"class_list":["post-91928","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-management","mod_category-utility","mod_category-velocity","mod_loader-velocity","minecraft_version-1-13","minecraft_version-1-13-1","minecraft_version-1-13-2","minecraft_version-1-14","minecraft_version-1-14-1","minecraft_version-1-14-2","minecraft_version-1-14-3","minecraft_version-1-14-4","minecraft_version-1-15","minecraft_version-1-15-1","minecraft_version-1-15-2","minecraft_version-1-16","minecraft_version-1-16-1","minecraft_version-1-16-2","minecraft_version-1-16-3","minecraft_version-1-16-4","minecraft_version-1-16-5","minecraft_version-1-17","minecraft_version-1-17-1","minecraft_version-1-18","minecraft_version-1-18-1","minecraft_version-1-18-2","minecraft_version-1-19","minecraft_version-1-19-1","minecraft_version-1-19-2","minecraft_version-1-19-3","minecraft_version-1-19-4","minecraft_version-1-20","minecraft_version-1-20-1","minecraft_version-1-20-2","minecraft_version-1-20-3","minecraft_version-1-20-4","minecraft_version-1-20-5","minecraft_version-1-20-6","minecraft_version-1-21","minecraft_version-1-21-1","minecraft_version-1-21-10","minecraft_version-1-21-11","minecraft_version-1-21-2","minecraft_version-1-21-3","minecraft_version-1-21-4","minecraft_version-1-21-5","minecraft_version-1-21-6","minecraft_version-1-21-7","minecraft_version-1-21-8","minecraft_version-1-21-9"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>LastServerAndLobby - Minecraft<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/vpesports.com\/minecraft\/mods\/lastserverandlobby\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"LastServerAndLobby - Minecraft\" \/>\n<meta property=\"og:description\" content=\"Velocity plugin that adds \/lobby and \/last commands with configurable aliases, persistent storage, and movement logging (file\/console).\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/lastserverandlobby\/\" \/>\n<meta property=\"og:site_name\" content=\"Minecraft\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/lastserverandlobby\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/lastserverandlobby\\\/\",\"name\":\"LastServerAndLobby - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/lastserverandlobby\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/lastserverandlobby\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/lastserverandlobby-icon-3378596692ec4f9c1e507ca7c170b726e3e2e3d8_96.webp\",\"datePublished\":\"2026-06-05T06:06:19+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/lastserverandlobby\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/lastserverandlobby\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/lastserverandlobby\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/lastserverandlobby-icon-3378596692ec4f9c1e507ca7c170b726e3e2e3d8_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/lastserverandlobby-icon-3378596692ec4f9c1e507ca7c170b726e3e2e3d8_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/lastserverandlobby\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Mods\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"LastServerAndLobby\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\",\"name\":\"Minecraft\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"LastServerAndLobby - Minecraft","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/vpesports.com\/minecraft\/mods\/lastserverandlobby\/","og_locale":"en_US","og_type":"article","og_title":"LastServerAndLobby - Minecraft","og_description":"Velocity plugin that adds \/lobby and \/last commands with configurable aliases, persistent storage, and movement logging (file\/console).","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/lastserverandlobby\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/lastserverandlobby\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/lastserverandlobby\/","name":"LastServerAndLobby - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/lastserverandlobby\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/lastserverandlobby\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/lastserverandlobby-icon-3378596692ec4f9c1e507ca7c170b726e3e2e3d8_96.webp","datePublished":"2026-06-05T06:06:19+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/lastserverandlobby\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/lastserverandlobby\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/lastserverandlobby\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/lastserverandlobby-icon-3378596692ec4f9c1e507ca7c170b726e3e2e3d8_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/lastserverandlobby-icon-3378596692ec4f9c1e507ca7c170b726e3e2e3d8_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/lastserverandlobby\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/vpesports.com\/minecraft\/"},{"@type":"ListItem","position":2,"name":"Mods","item":"https:\/\/vpesports.com\/minecraft\/mods\/"},{"@type":"ListItem","position":3,"name":"LastServerAndLobby"}]},{"@type":"WebSite","@id":"https:\/\/vpesports.com\/minecraft\/#website","url":"https:\/\/vpesports.com\/minecraft\/","name":"Minecraft","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/vpesports.com\/minecraft\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod\/91928","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod"}],"about":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/types\/mod"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media\/91929"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=91928"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=91928"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=91928"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=91928"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}