Is there an possibility to switch between BungeeCord servers in a Bukkit/Spigot Plugin?
Is there a possibility to port a player from one server to another Server?
thx very much!
List<Player> arenaPlayers = new LinkedList<Player>(); ? String arenaName="Arena1"; List<Player> arenaName = new LinkedList<Player>(); //Wouldn't...
yes but can i create a collection with a specific name like an Arena name?
Im working on some minigame plugins and i don't figure out how to regist the Players are in a Arena can i edit the meta of the Player or something...
but how do i make a "fancy inventory"?:oops:
now antother question does anybody know how to do these menues wich open when you right click an item? Like on minplex,etc.?
now works wrote registration in onEnable:) My Fault:'(
I now have: static World w=Bukkit.getServer().getWorld("Lobby"); @EventHandler public void playerMove(PlayerMoveEvent event){...
New Code: package com.karegame; import org.bukkit.entity.Player; import org.bukkit.event.EventHandler; import org.bukkit.event.Listener; import...
thx and i will add commands soon...:D
Hello i have following Code: Core.java: package com.karegame; import org.bukkit.Bukkit; import org.bukkit.command.Command; import...
Separate names with a comma.