LobbyAPI
What is LobbyAPI
LobbyAPI was created to manage multiple worlds and allow players to teleport to those worlds using user friendly menu, while being able to be fully configurable.Just by using the commands /lobby or /hub, the player has access to all worlds specified in the menu, where when they click on the block the represents a world they are teleported to location given to that world. LobbyAPI has tons of configurable methods to change the color of the block in the menu, the amount of that block, what spot it is located, and the description of the world, who can see or go to a world, along with the methods for how the world will interact with other worlds.
How to create and manage worlds
If you a re new to LobbyAPI, you can find a guide how to set up worlds at this link:
https://dev.bukkit.org/projects/lobbyapi/pages/events/basic-command-tutorial
Features
- Allows players to teleport from world to world.
- Menu is fully customizable
- Shows all players in given world
- Allows players to teleport from Server to Server (for bungee servers only).
- Allows other plugins to access when a player teleports to a new world or clicks on a new world in the menu.
- Works on all versions of Bukkit
- Plugin support LobbyAPI is just the back-bone for the plugins that will add the worlds. All that is needed to add a world to the menu will be under Developer Information.
Icon Customization is here!
Now you can easily customize the materials, description, and other attributes for each world registered!
Commands
/Lobby | Opens up the WorldMenu |
/Hub | Opens up the WorldMenu |
/LobbyApi | Allows you to change some properties of LobbyAPI |
/LobbyApi addWorld [world] [slot] [x][y][z]..... | Adds a world to the LobbyAPI menu |
/LobbyApi removeWorld [world] | Removes a world to the LobbyAPI menu |
/LobbyApi addServer [server-name] [slot] | Adds a server to the LobbyAPI menu |
/LobbyApi removeServer [server-name] | Removes a server to the LobbyAPI menu |
/LobbyApi listServers | Shows a list for all the servers |
/LobbyApi listWorlds |
Shows a list for all the worlds |
/LobbyApi setDefaultWeather [world] [weather] | Sets the default weather for a world. Choices are NORMAL, NO_RAIN, and ALWAYS_RAINING |
/LobbyApi addJoiningCommand [world] [command] | Adds a command that should be sent when a player joins that world. |
/LobbyApi removeJoiningCommand [world] [command id] | Removes a command that should be sent when a player joins that world. |
/LobbyApi listJoiningCommands [world] | Lists all the commands that are sent when a player joins that world. |
/LobbyApi listJoiningCommands [world] | Lists all the commands that are sent when a player joins that world. |
(There are a few more commands, but I've had issues recreating the table :p):
/LobbyAPI generateNetherAndEndFor", "Generates a nether and end world for the world"
/LobbyAPI setMainLobby", "Changes the default spawn world"
/LobbyAPI removeMainLobby", "Removes default spawn world"
/LobbyAPI setMaterial", "Sets the material icon for a world"
/LobbyAPI setDisplayName", "Changes a display name for a world."
/LobbyAPI setDescription", "Sets the description for a world"
/LobbyAPI hideWorld", "Hides a world from the menu."
/LobbyAPI showWorld", "Shows the world from the menu, if previously hidden"
/LobbyAPI setWorldSelector", "Sets the word selector to be the item in the sender's hand"
/LobbyAPI removeWorldSelector", "removes word selector"
/LobbyAPI setGamemode", "Sets the description for a world"
/LobbyAPI changeSpawn", "Changes the spawn location for a world"
/LobbyAPI version", "Gets the version of the plugin"
/LobbyAPI setvoidlooping", "Enables or disables teleporting players to spawn if they are in the void"
/LobbyAPI setdisablehealthandhunger", "Enables or disables health or hunger changes for worlds"
/LobbyAPI setlocationsaving", "Enables or disables location saving when a player leaves the world"
/LobbyAPI setcanuseportals", "Enables or disables portals for certain worlds."
/LobbyAPI addDefaultItem", "Adds the item in your hand to the list of default items."
/LobbyAPI removeDefaultItem", "Adds the item in your hand to the list of default items."
/LobbyAPI listDefaultItems", "Adds the item in your hand to the list of default items."
/LobbyAPI addDecor", "Adds a decor item to the hub menu"
/LobbyAPI removeDecor", "Removes a decor item."
/LobbyAPI toggleWhitelist", "Toggles whether the world is restricted to only certain players"
/LobbyAPI addToWhitelist", "Adds a player to a world's whitelist"
/LobbyAPI removeFromWhitelist", "Adds a player to a world's whitelist"
/LobbyAPI listWhitelist", "Adds a player to a world's whitelist"
/LobbyAPI goto", "Teleports the player to the spawn of a world"
Permissions:
- lobbyapi.*
- ---Gives access to all lobbyapi features
- lobbyapi.user
- --Gives all commands that users should have. If you do not know what permissions to give to your players, just give them this.
- lobbyapi.commands
- --Only gives access to commands
- lobbyapi.hub
- --Gives access to the /hub commands.
- lobbyapi.bypassworldlimits
- --Gives players the ability to join worlds that are private, or have gone over the player limit
Dependencies and Compatibility
LobbyAPI does not depend on any other plugin, and should work with all other plugins. If you receive any errors from my plugin or features or not enabled for you, please make a comment or ticket of this page.
Developer Information
If you want to register a world through a plugin, use the guide HERE . Call this method in onEnable method to register worlds when the plugin loads.
To add a BungeeServer to the menu, all you need is this line: LobbyAPI.registerBungeeServer(String bungeeServersName, Description, WoolColor);
How to Install
- Drop this plugin into you plugins folder
- Find/Create a plugin that will allow you get to your world
- Restart your server
This plugin uses bStats:
bStats is a metrics service that allows me to to see how many servers use my plugins, how many players they have, and which countries use my plugin the most. All information is anonymized, so no information can be directly linked to you, and instead is added to the average of all severs that use the plugin.
lol suks, it doesnt work
Very Bad Plugin!
does it work in minecraft 1.19.2??
In reply to mrgamer_3010:
try it and see
when i joiin my server so i dont get lobby i only get commands of lobby
Can you make this plugin for newer versions? like 1.16,1.17,1.18,1.19 Please
how do i give permission to non-op players to use /lobbyapi goto
Every time I d the command: "/lobbyapi addWorld Hub 0 Hub", the command help menu pops up. When it ends up working successfully, after I stop and start the world again, it completely resets my Hub world. I've tried multiple times (luckily I made back-ups) and it doesn't seem to want to work. Help?
It has a lot of WARNING and ERROR backend when running on 1.16.5.
Such as:
"Server thread/ERROR Could not pass event PlayerPortalEvent to LobbyAPI v3.7.104"
"Server thread/WARN Task #17618 for LobbyAPI v3.7.104 generated an exception"
"INFO java.lang.NullPointerException: null"
"INFO at me.zombie_striker.lobbyapi.Main$5.run(Main.java:526) ~[?:?]"
These errors do not actually affect the use of this plugin, but they are potential risks to crack the server someday.
how do i give players permission to use the goto command with out giving all commands cause i am using citizens and trying to tp the player to the place but they dont have permission cause they cant use the goto command
also everytime someone goes back and fourth from worlds it always says they have earned an achievement like hot one or into the fire for some reason pls help
Can someone tell me how to set up add server to go to the ip of the minecraft server. There is no desciption on how to set this up to go to a different server. Need to know?
I'm assuming you have Multiverse Core because of the 2 different worlds. In the Lobby world, type /mvm set mode survival
This will set the gamemode to survival in that world.
whenever I type in /lobbyapi createworld City 4 City1 True, it just comes up with the menu on how to write it?? and help?
I have 2 worlds now: Survival and Lobby. Lobby is set as MainLobby. When the players join "Survival", and they die there, they will be returned to theLobby. I want them to stay in "Survival". If they have a bed or spawnpoint, they go to there, and if not, they need to go to the world spawn for "Survival". Can anyone help me?
When people switch worlds the chat is just bombarded with advancements. Is there a way to prevent this?
Hi,
I have a problem with my nether portals so i have 2 worlds survival and creative linked in one server, but the people in survival want to use the nether offcourse so they make a portal but when they come back they end up in the creative overworld
Is their a way with this plugin to change the gui name?
The material in the /hub are always resetting when i stop my server.
When someone joins server, he don't have item in hand :(
DO NOT USE THIS!
I have lost my inventory many times while trying to set this up. The nether breaks it and changing worlds often makes it forget your inventory. If you use spaces then it will refuse to recognize your old world and will overwrite the whole world.
IT IS NOT WORTH INSTALLING!