Bungee ProtocolHack
Hey folks, I'm having trouble here :// Basically, I'm doing a Bungee ProtocolHack for 1.8 / 1.9, I can connect to the server BUT this message here stills like it is forever & chunk don't load I...
View ArticleIs there a skywars plugin that....
I have been on lots of server where each skywars game is on a different server(like hypixel where each game is on its own server) I was wondering it that plugin was public?
View ArticleScoreboard + Server Name.
How would I be able to get the server name and set it to the scoreboard i have tried this but couldn't figure it out... Code (Text): ByteArrayOutputStream baos = new...
View ArticleCan this be done??
hi all im new to these fourms. i would like to know can a bungee/spigot plugin detect what mods are on client and server side being hooked into forge as im probably not the only one who has noticed an...
View ArticleNPE while using AsyncEvent#completeIntent()
Hello, I have a database containing data for temporary bans, and I'd like to load this data first before the player is connecting to any spigot server. The player is kicked (disconnected) from the...
View ArticleCustom Ip forwarding message?
I realllllly want to make it so that the whole "if you wish to ip forward" thing into something like "The ip has changed! Please join at {IP}" I have players that are trying to joining and i have no...
View ArticleChange UUID on OnlineMode
Hello, I want to change player UUID on online mode, to a offline uuid. I tried to use this; Code (Text): PendingConnection localPendingConnection = event.getConnection();...
View ArticleCheck if player is swinging sword
How would I check if a player is swinging a sword in a if() statement?
View Articleplugin to log Bungee chat
Maybe there is one, I'm sorry to write this post if there is but I can't find one anywhere. Looking for a recently updated bungee global chat/private messages log plugin if there is one please and thanks
View ArticleSending plugin message from BungeeCord to Bukkit
I have a plugin that uses regular expression to find certain phrases and will make players execute a command based on what they said. The plugin utilizes the plugin channel as can be seen here (This is...
View ArticleSending a Player a Message
Hi, Im trying to send a player a message however it seems to be deprecated, what should I be doing instead? And yes, this is my first day with the BungeeCordAPI. Picture: Thanks, - Devy
View Article[Idea] Group Tags
I have been looking for a proxy resource that hooks with Vault to give specially prefixed tags to certain groups. This is a resource that many networks have, but I haven't been able to find a public...
View ArticleError in getCommand()
Hello i have that error and i don't know how to solve it :S Thats the code on my onEnable() Code (Text): public void onEnable(){ getCommand("xcom").setExecutor(new CommandsClass(this));...
View ArticleGet and set chest face problem.
Hello everyone. (Sorry for my bad English) > I'm trying to get the chest face of a TrappedChest, Code (Text): BlockFace bf = b.getFace(b); org.bukkit.material.Chest c = new...
View ArticleChat Mute and Clear
Hey Guys! I am new to bungee plugin development and I am wondering how I could code a Chat Mute and Clear plugin. I think its much different to the spigot way of doing it. Thank you, any advice will be...
View ArticleGet when server connects to proxy?
Hi! I looked through the javadocs, and coulnd't find an event that is called when a server connects to the proxy, is there some way to do this, or would I have to send a plugin message from the server...
View Articleget X,Y,Z,Pitch and Yaw and save it to Config.yml
hello i have a noob question i have that code: Code (Text): public boolean onCommand(CommandSender sender, Command cmd, String label, String[] args) { Player player = (Player) sender;...
View ArticleOut and in does Not give me what i need!
Code (Text): public String[] getPlayerListOnServer(String serverName){ ByteArrayOutputStream b = new ByteArrayOutputStream(); DataOutputStream out = new DataOutputStream(b);...
View Article[1.9] removing 1 self added crafting recipe
for my plugin CustomCraft I need to remove all the recipes theat I added but when I use Code (Java): Bukkit.getServer().clearRecipes(); it will remove the default minecraft recipes too. so I tried this...
View Articlebungee coding start/mysql
I been scripting spigot plugins for a while and been running a bungee server for a while on the side but never attempted a bungeecord plugin at all... Now if its the same or not i have no clue tried...
View Article