Description
What is Lobbys?
It's an Plugin which allows you to create an simple Lobby-System, like HiveMC.com or the mc.hypixel.net Server.
With simple Commands you're able to setup your Minigames-Server within a Day!
Simple management, easy Setup and Individual-Configuration for each Lobby!
Links
Description for all Commands for v1.1.0: >>Click me<<
Offical Javadoc: http://jd.prefixaut.net/lobbys_v1.1.0
Offical Source: >>Download<<
Information
Checkout my Homepage for more Details!
Homepage
New Version 1.1.0 Features
The new Version of Lobbys is completely reworked! A "short" Video about the new Features is in the Video section. What has changed?
- All Commands has been rethinked and reworked.
- Added Tab-Completion to all Commands.
- Added MySQL-Support!
- Added Premium-Features:
- Players can be "Premium","VIP","Youtuber" and "Special".
- Every "PremiumType" can have it's own Settings to join Premium-Lobbys.
- Premium-Lobbys > Allows to have different Types of handling Players.
- '/nick' Command updated!
- No more Bugs with the essential Plugin!
- TagAPI-Support ('/nick' Command)
- BungeeCord-Support > Teleport Players to other Servers!
Currently it's in the Testing-Phase to ensure no Bugs are in the Plugin like in v1.0.0 where you're not even able to use Lobbys propertly :/ Also all old Lobbys will be Updated, which means you don't have to create all Lobbys again :)
Turn on/off Features
Provided by Bukkit, every Feature which sends/receives Data has to be toggle-able.
- Updater: In the Config-File of Lobbys:
- updates >
- "DEFAULT" - Normal handling. If a new version is aviable it will automatic download it and install it.
- "NO_DOWNLOAD" - Will prevent to download a new Version of the Plugin. The check for a new Version is still enabled.
- "NO_VERSION_CHECK" - Will disable the check of the Version and will always install the newest File from the BukkitDev-Page.
- "true" - Will handle it like the "DEFAULT".
- "false" - Will disable the Update completely.
- updates >
- MySQL: In the Config-File of Lobbys:
- enable-mysql:
- "true" - Will enable the MySQL-Feature and trys to connect with the data from "mysql."
- "false" - Will disable the MySQL-Feature and uses the Local-Databases (.ppdb-Files) instead.
- enable-mysql:
Videos
Offical Video of Lobbys v1.1.0
This is my first real Video where I'm showing all Features of Lobbys and how the "/lobbys" command works!
Disclaimer and General
1. Integrated Classes:
I'm the creator of this Plugin. Every Class which is not made by myself has the Author-Name in the JavaDoc-Annotation of the Class. I do not claim them as my Work. Integrated Classes in the Plugin can be found in the Credits.
2. Gathered Data:
Every saved data is only hosted on the Local-Server or on a MySQL-Database of the User. I'm not responsible for the Security of these Servers. The outgoing Data is only sended to the given Server-Adress the User entered. I'm also not responsible for what they are doing with it. There is no sending of Data to another Service in the Original Version.
Gathered/saved Data by Lobbys:
- Lobby-Data (Locations of the Lobbys itself, the Destination- and Return-Location)
- Players in a Lobby (Playernames)
- MySQL-Connection-Data (Added by the user in the config.yml)
- Version of the Plugin
- Which Plugins are installed.
- Config
3. Responsibility:
I'm nor responsible for:
- The security of the Server/MySQL-Database
- The sended Data to the MySQL-Database
- The sended Data of the Integrated Classes
- Any damage on the Server with the installed Plugin. You're using it with you own Risk
- Compatibility with other Plugins
- The saved Data on the Server (exp.: Local-Database)
- The saved/sended Data by Compatible-Plugins
Credits
For Lobbys v1.1.0:
- Updater by Gravity: >>Link<<
The Updater has been Modified by myself: added a custom Version-check for the Plugin (Updater:shouldUpdate(String, String) - Line 520 till 540). - UUID- and Name-Fetcher by evilmidget38: >>Link<<
- Database Class by ZetaHunter