InventoryClickEvent won't cancel.
Hey, my Tokens plugin has been coming along well, but people can drag items out of the inventory without event being cancelled (NO ERRORS IN CONSOLE) public void openShopGui(Player p) { Inventory shop...
View ArticleBukkit: Send Message Globally (BungeeCord) to Admins
How can I send with a Bukkit plugin a message to every admin on the proxy? I want to create an automatic moderation plugin. This includes a chat moderator, like if a user says smth like "eZ", this will...
View ArticleErrors with entity damage
The error: http://pastebin.com/Vfc2nCUh The code concerning this: Code (text): @EventHandler public void onEntityDamage(EntityDamageByEntityEvent e){ final Player dmgr = (Player)...
View ArticleSend Title via. BungeeCord
Hey! I want to broadcast a Hotbar Title (u know what i mean) in a BungeeCord plugin.. i know how to do it with bukkit but not with spigot... public static void sendHotbarMessage(Player p, String text)...
View ArticleBungeecord individual sidebar
I feel like I'm really spamming these forums lol, sorry for that, there isn't really much information to be found for Bungeecord plugin development, most is about actual bukkit plugins which wont...
View ArticleBungee GUI Plugin
Hello, I am currently developing a bungee GUI Plugin so players can choose what server they would like to go to after they click an item, I was looking at a thread and I read someone say this...
View ArticleMOTD Not Work
Today I boring and and tried to create my first bungeeCord plugin on a motd and e tested this but it doesn't work it may be what is missing? - Thanks! Code (text): package com.topoedits; import...
View Article[READ ME] Why can I NOT post a premium resource?
Trying to post a premium resource… …but don't have access to post one? In order to post premium resources, you must meet the following requirements: Be registered for ONE week Have twenty posts......
View ArticleSending data to Bungee FROM Bungee?
Just wondering if it's possible and if so, then how? I want to send a Resource Pack when a player switches servers without using plugins on that server to receive information of the switching and then...
View ArticleRequest: Global Staff Ticket System Plugin
Plugin Name BungeeTickets Short Description This Bungee Plugin would be a staff ticket system that spans across all servers listed on the Bungee config. Players would be able to submit a ticket, and...
View ArticleBuild bungeecord
Hi, When you go to the jenkins website of bungeecord (http://ci.md-5.net/job/BungeeCord) and you click on an build, you see something with artifacts (http://prntscr.com/509ydv), but when i build...
View Article1.8 Tablist
Hi! Being 1.8 is out, there are new tablist updates. I just joined the MCGamer Network, and noticed that their tablist didn't have the flickering, but showed the server name at the top and IP at the...
View ArticleBungee Server Sending
Hey, Just a quick question, How come people code and stuff using the Bungee Libary, when they can just Code (text): perfromCommand("server <name>"); Never coded in Bungee so sorry if this is a...
View ArticleCreating ConfigurationSection
Hi I've got a question: How can i create a new configurationsection in BungeeCord ? Algeseven
View ArticleGet all connected players on BungeeCord network in a GUI
Hello, I'm trying to get all connected players on BungeeCord servers into a GUI, but I don't find how to do that '-' Main.java : Code (text): public class Main extends JavaPlugin implements Listener,...
View ArticleHow to add an alias for a BungeeCord Plugin?
So I've just made a plugin that customises the /glist command. I removed the default module, registered a new command in onEnable and added this to it: Code (text): public CommandList(CustomGlist...
View ArticleHow to get custom motd?
Hello guys, I'm making a game signs plugin to get state of some mini games trough BungeeCord, but... I got a problem, I'm trying to get the server's motd but I can only get the motd defined into the...
View ArticleIndividual Player Counts for Forced Servers, Having Issues
As the title states, I'm trying to make a plugin that will show the individual player counts for forced servers, but I'm obviously missing something because I'm not getting any errors, but my code...
View ArticleIs storing ProxiedPlayer ok?
I have one main question, that's "When is storing ProxiedPlayer ok?" A few notable points to make: 1. BungeeCord is a proxy, it shouldn't need to store that much data per player anyway 2. I am...
View Articleget player shooting falling block
Hi people, So I made a plugin that allows players to shoot a falling block. the falling block is summoned with this code: Code (text): final FallingBlock bendingblock =...
View Article