{"id":21229976,"url":"https://github.com/frklan/teleport2lobby","last_synced_at":"2026-05-19T00:39:45.472Z","repository":{"id":178549513,"uuid":"112030825","full_name":"frklan/Teleport2Lobby","owner":"frklan","description":"A BungeeCord server plugin providing a /lobby command","archived":false,"fork":false,"pushed_at":"2017-12-02T09:28:30.000Z","size":20,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-21T18:11:49.060Z","etag":null,"topics":["bukkit","bungeecord","java","minecraft"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/frklan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"code-of-conduct.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-11-25T20:00:18.000Z","updated_at":"2017-11-26T07:52:13.000Z","dependencies_parsed_at":null,"dependency_job_id":"8d0c45d3-640e-40a1-8ef1-fc1a2463ed79","html_url":"https://github.com/frklan/Teleport2Lobby","commit_stats":null,"previous_names":["frklan/teleport2lobby"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frklan%2FTeleport2Lobby","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frklan%2FTeleport2Lobby/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frklan%2FTeleport2Lobby/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frklan%2FTeleport2Lobby/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/frklan","download_url":"https://codeload.github.com/frklan/Teleport2Lobby/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243672487,"owners_count":20328768,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bukkit","bungeecord","java","minecraft"],"created_at":"2024-11-20T23:31:02.088Z","updated_at":"2026-05-19T00:39:45.440Z","avatar_url":"https://github.com/frklan.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Teleport2Lobby Plugin\n[![Bungee Cord 1.12.2](https://img.shields.io/badge/BungeeCord-1.12.2-brightgreen.svg)](https://www.spigotmc.org/wiki/bungeecord/)\n[![Build Status](https://travis-ci.org/frklan/Teleport2Lobby.svg?branch=master)](https://travis-ci.org/frklan/Teleport2Lobby) \n[![GitHub release](https://img.shields.io/github/release/frklan/Teleport2Lobby.svg)](https://github.com/frklan/Teleport2Lobby/releases)\n[![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/frklan/Teleport2Lobby/issues) \n[![License](http://img.shields.io/:license-mit-blue.svg?style=flat-square)](https://github.com/frklan/Teleport2Lobby/blob/master/LICENSE)\n\nEver wished your Bungee Cord server came with a ```/lobby``` command that send the player back to a lobby? Well here's a minimal plugin that does just that.\n\n## Compiling the source\n\n### Prerequisites\n\n* Java 8 SDK\n* Apached Maven\n* Eclipse Oxygen (not required, but helpfull if you whish to edit the source)\n\n### Compiling\n\nTo compile issue the following commands\n\n````\n$ git clone git@github.com:frklan/Teleport2Lobby.git\n$ cd Teleport2Lobby\n$ mvn package\n````\nCopy the jar file from ```target``` to your bungee proxy server's plugin folder (N.B. the plugin will NOT work if installed on a SpigotMC server)\n\n## Running\n\n### Prerequisites\n\n* Bungee Coord proxy, see install guide [here](https://www.spigotmc.org/wiki/bungeecord-installation/)\n* Two or more [SpigotMC](https://www.spigotmc.org/wiki/spigot/) servers\n\n### Installing\n\nCopy the jar file to your Bungee server's plugin folder and restart the server.\n\nA default config file will be created in ```plugins/Teleport2Lobby``` the first time the plugin is run. The ```lobby-server``` should be set to the server acting as the lobby.\n\n### Permissions\n\nPlayers need ```teleport2lobby.lobby``` permission to be able to use the ```/lobby``` command.\n\n## Plugin Stats\n\nThe plugin is using the [bStat](https://github.com/BtoBastian/bStats-Metrics) metric classes by [Bastian Oppermann](https://github.com/BtoBastian) to gather a bunch of usage statistics. See this [link](https://bstats.org/plugin/bungeecord/Teleport2Lobby) for current up to date data.\n\n## Contributing\n\nContributions are always welcome!\n\nWhen contributing to this repository, please first discuss the change you wish to make via the issue tracker, email, or any other method with the owner of this repository before making a change.\n\nPlease note that we have a code of conduct, you are required to follow it in all your interactions with the project.\n\n## Versioning\n\nWe use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/frklan/Teleport2Lobby/tags).\n\n## Authors\n\n* **Fredrik Andersson** - *Initial work* - [frklan](https://github.com/frklan)\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details\n\n## Acknowledgments\n\n* The creators of BungeeCord and SpigotMC\n* Plugin structure from [AdvancedBungeeAnnouncer](https://github.com/minecrafter/AdvancedBungeeAnnouncer)\n* README based on [PurpleBooth's](https://github.com/PurpleBooth) template\n* [bStat](https://github.com/BtoBastian/bStats-Metrics) by [Bastian Oppermann](https://github.com/BtoBastian)\n\n\n\n\n[![HitCount](http://hits.dwyl.io/frklan/Teleport2Lobby.svg)]()\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrklan%2Fteleport2lobby","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffrklan%2Fteleport2lobby","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrklan%2Fteleport2lobby/lists"}