Trying to learn configs
So recently I have been trying to learn configs. So I made an instance of my main class and stuff blah blah blah and there are no errors in eclipse. Here is the code I am talking about Code (Text): if...
View ArticleLoad SQLite drivers
I was wondering how i can load SQLite driver from a file on bungeecord.
View ArticleHow to check for malformed YAML?
So I have a plugin that works with YAML files and I'd like to add a check for if it finds one that isn't correct YAML (e.g. incorrect syntax). I thought this would do the trick: Code (Text): File file;...
View ArticleBungeeSuite!: [v2.0]
Hello Commuity! Recently I have take over the development for BungeeSuite, These plugins consist of Homes Bans Portals Teleports Spawn Warps Chat As BloodSplat is currently unable to continue the...
View ArticleHow to run MySQL async
Hello all, I have this code: Code (Text): package me.mcbg.utils; import me.mcbg.utils.MySQL; import java.net.InetSocketAddress; import java.sql.PreparedStatement; import java.sql.SQLException; import...
View ArticleShow tps of all BungeeCord Servers
Okay, so what I want to do is make a Bungee Plugin that is sending a message to all players with a permission, where it lists all the servers on the BungeeCord and then the tps of the server. I haven't...
View ArticleMy plugin for BungeeCord with multicraft does not log during the Initialization
I've made a plugin for bungeecord, but it does not log anything in any way before the initialization with bungeecord managed by multicraft, instead on a local server without multicraft, all works
View ArticleMalformed JSON Error
I seem to get this error when trying to send a JSON message. Spoiler: Error Code (Text): com.google.gson.JsonSyntaxException: com.google.gson.stream.MalformedJsonException: Use...
View ArticlePlayerDisconnectEvent
My question is simply, the event "PlayerDisconnectEvent" is being called when the server is restarting (which i personally think sucks), so how do i know when the player is disconnecting because the...
View ArticleConfig wont set a new string
I'm trying to make the config set a new string when the player says something in chat but its not working Config Class: http://pastebin.com/0GQgxunD And here the part that's not working Code (Text):...
View ArticleEvents and GUI's in Bungee
I am VERY new to Bungee, and I want to try and recode a spigot plugin of mine for another server, to work with Bungee. Now I want to say, please don't laugh if this is very stupid, like I said I have...
View ArticleChange Players Name
Hi Bungee Developers, I want to edit a Players name with a simple /nick <name> command (I dont really like external Plugins & Dependencies) with my BungeeCord Plugin. I tried to do it in the...
View ArticleBungeeCord ChatEvent
Hello guys! A very basic question: How can I remove players from the recivers list of a chat message in the Bungee ChatEvent? Thank you!
View ArticleSending messages to players with a certain permission
So, here's the deal. Can someone please explain to me what i'm doing wrong here? To clarify, when a player issues a command. In this case it's a report command: /report <user> <reason> i...
View ArticleonPluginMessageReceived Not working
Hello, i write plugin for dispaly player count in my servers and i had problem... I debuged onPluginMessageReceived and this void not working... Why? My main class: Code (Text): public class Main...
View ArticleUsing MongoDB
Hi, how to implement MongoDB to a plugin in BungeeCord when starting the server?
View ArticleGetting offline players UUID
Hi there, how would I get an offline players UUID using BungeeCord?
View ArticleGetting offline players UUID [Solved]
Hi there, how would I get an offline players UUID using BungeeCord?
View ArticlePlayerHandshakeEvent weird error
Hi, I'm making a plugin and it listens to PlayerHandshakeEvent so it can fetch the domain used by the player to connect. The issue I'm having is, when I listen to PlayerHandshakeEvent, I do this right...
View ArticleChat Component ColorCodes
Hi, i'm developing a bungeecord plugin but i've a problem with Chat component. I've read thread similar to this but nothing solved my problem. I use this function to translate colors Code (Text):...
View Article