Broadcasting a command
Yep. This question again. I know this has been asked multiple times, but no answers have ever been given. I understand that there is a messaging channel, but I do not understand this forward thing. I...
View ArticleClassNotFoundException | Apache Commons pool
Hey, im working with Jedis API and i have added the Jedis API and the Apache Commons Pool API to my project. Expoerted JAR: But i got this error on startup: Code (text): 20:41:29 [WARNING] Exception...
View ArticleSending a message with colour issue?
Hello there, I've made a very simple staff chat plugin for my network, but when a staff member types a message that goes over two lines this happens? http://gyazo.com/202d2e735ab26058595ce5fd9181a7d7...
View ArticleDisguiseAPI (Lib's Disguises) Help
I don't know if many of you are familiar with Lib's Disguises, but I am trying to use their API to make a /nick plugin that changes the player's skin as well. Here is my code so far: Code (text):...
View ArticleBroadcast Message
I'm trying to make a plugin that broadcasts a message to all servers and I have a couple of questions: Would I use a for loop and message all players, or is there a more efficient way? Answered How...
View ArticleBungeeCord Config file error
I have been trying to use a config file in my bungee plugin and the spigot forums said to use this. Code (text): Configuration configuration =...
View ArticleGetting chat format
So, I am wanting to get the chat FORMAT, not just the message, like Spigot code (In AsyncPlayerChatEvent): Code (text): event.getFormat(); This is so that all staff on the entire server get msgs,...
View Article[Plugin Request] Alert Custom Format
Hello, I am wanting a plugin for my network so when I do /alert insted of it being like: [Alert] {message} I would like it like the Nexus or the Grid so I would like a plugin that is cusotmizable so I...
View ArticleOn Join Random Server TP (Like Mineplex)
If you know, Mineplex has a random lobby system. Everytime you join Mineplex, the lobby is just some random number. I am wondering how to do that. Here's what I got for my code, but I have been bound...
View ArticleRandom Servers?
Hello, I have a question. If a player join the bungee (not switching to an another server) how can I teleport the player to 1 of 3 servers, but only if the servers is online like Server 1 and Server 2...
View ArticleCheck if a server is online
Hi spigot community, i'm making a lobby balancing plugin, and i need to check if a server is online before send player. I know that i can use sockets to get it, but i think that bungee can check it for...
View ArticleProblem Manually Sending StatusResponse Packets
In my project, I am trying to manually send a stream of StatusResponse packets on a loop for a certain time. Here is the code I use to render the packets: Code (text): final Gson gson =...
View ArticleProblem Disabling Mob Eggs In Creative
Hi I am trying to make a plugin to not allow mob spawning while in creative mode unless you have a permission. I tried using this and it didn't allow and mob egg spawning at all or some other weird...
View ArticleArraylist not Serializable?
Im trying to use an ObjectOutputStream to output an array of locations to a .dat file. The plugin seems to write to the file itself, but when it does its not completely serialized and the server throws...
View Article[SOLVED]World borders implemented through Spigot's API
Hello all, This is probably going to sound incredibly stupid, however I require some assistance and was wondering if anyone out there has any solutions. I have created a game, which when teleported to...
View ArticleCustom heads
I was looking to give a user a head with a texture from a custom url. I looked at the following threads but had no luck....
View Articleneed bungeecord updated and willing to pay
I have two servers that are using bungeecord. My support person is unavailable. I will pay to hire someone to update bungeecord for me. Please help.
View ArticleSending a command to another bungee'd server
I'm relatively new to the Bungee API and using it, so I'd like to have some help on this as the documentation isn't very clear on this function and the google search didn't come with anything relevant....
View ArticlePlayer Count
Hello there, I've not been working with Bungee API too long, and I've ran into a problem. I'm making a few methods, which gets the player count on each server, however it's not working correctly...By...
View Article