Development Assistance On Join Certain lobby

Discussion in 'Plugin Help/Development/Requests' started by Agentleader1, Apr 23, 2015.

Thread Status:
Not open for further replies.
  1. Offline

    Agentleader1

    I'm working on my server, and when I get big enough, I thought, I would need more lobbies. That's when this idea was born.

    My original thread was created here: http://www.spigotmc.org/threads/on-join-random-server-tp-like-mineplex.57634/

    I wanted to create a plugin/bungeecord plugin that would check when a player joins would teleport them to a lobby I choose from the plugin. This was originally Bungeecord plugin, but I felt maybe a resort to Spigot Might help.

    Would something like this work:
    Code:
    @EventHandler
    public void onLogin(PlayerLoginEvent ple){
        //Some bungee cord player counting
        //connecting player to the smallest lobby count server.
    }
    And will the above code let players login the server before getting teleported to another Lobby, or will it not even have them join?
     
  2. Offline

    timtower Administrator Administrator Moderator

    Locked.
    Offline mode is not supported on Bukkit.
     
Thread Status:
Not open for further replies.

Share This Page