Cancel an Task
Hey, I'm trying to stop an Task after doing something :/ I did this : Code (Text): @EventHandler public void onJoin (ServerConnectEvent e) { ProxiedPlayer p =...
View ArticleDeny move player to server if game is running
Question is above. How can I deny player to move to other server when the game in that server is running ?
View ArticleThe method sendActionBar(Player, String) is undefined for the type Packetutils
So I have been trying to create a plugin and have had a lot of issues with one specific part of it, being creating an actionbar that stays permanently. I have tried countless methods none of which have...
View ArticleScoreboard Title
For some reason I keep getting errors saying that the scoreboard title can't be longer than 16 chars and i know for a fact it is possible. Can someone please help me? here's the error i get Caused by:...
View ArticleWhat Would You Expect From A Good Join Plugin?
Hey! I am a very new developer and i am wanting to do custom plugins for experience and what not. These custom plugins will obviously be posted for free on spigot after i am done. I am just wondering,...
View ArticlePlugin won't start. Could not load TFlight
Hey guys, I'm having another issue with my code. I can't get the plugin to load into my server. Code (Text): Command Class: package commands; import org.bukkit.Bukkit; import...
View ArticleHow to loop through a config stringlist.
Hi. I need some help with my plugin. I want to be able to run the commands under a config stringlist. For example, in the config: commands: -bc hello -f join adad And other commands of the sort. I...
View ArticlePlugin developer for hire
Members of the spigot community, Hi there! My name is Peter, currently known by the name GMX, or GameMode X. I'm 16 years old and am a self-taught java code designer. I make extremely custom and...
View ArticleTrying To Use BungeeCord Plugin
Since Bungee does not switch on all the servers connected to it when it starts up automatically Im trying to make a Plugin that boots up the servers wired to Bungee when Bungee starts but having...
View ArticleMySql
Hello, I am planing on changing my server to a bungee cord server and for my plugins I need to know how to create a mysql database. I don't want to host it on my computer and I would like to have a...
View ArticleBungeecord config
How do I make it so that people of certain ranks can join certain servers. I have my own entire server core and ranks are run through a database, how would you suggest I go about doing this?
View Articlebungee server icon
How can I go about setting the server icon? I ask this because I know you can have much more HD icons on Bungee and wonder where to put the image; is it individual servers.. the Bungee folder?!
View ArticleVery Strange NullPointerException
EDIT: I meant to post this in Spigot Plugin Development. I don't know how it got here. How do I move it? I am working on maintaining a plugin for my server, and it won't start up. The error in the...
View ArticleConfig Files
Hello, I am having trouble creating my config file in BungeeCord I keep getting this error: http://prntscr.com/fdvwzh My code can be found here: Spoiler: Code Code (Java): package...
View ArticleCan you pass a fake UUID/username from bungeecord?
If the title isn't clear, I'm basically asking if there's a way to send a fake name from bungeecord to the spigot servers. E.g. "Player1" joins Bungeecord, plugin detects their name should be changed,...
View ArticleBungeeCord Dispatch Command
Hi everyone, hope you're fine I have a problem that I can't solve, I would like that when I click on an item, it executes a Bungee Commands, but, when I try in my Bukkit plugin to use...
View ArticleTeleport Player To Another Server
Hello. I am using Bukkit API, but Im trying to help to get it used on a bungee server. I am trying to make a /skyblock server where it teleports you to the skyblock server. It isn't working. Help??...
View ArticleBug? Tried all fixes...
So I've debugged this class, and everything works up until I check for the player's name being in the arraylist. Weird thing is the execute method (above) works when I check for their name being in...
View ArticleBungee Notification Anti Cheat
Is there an anti cheat that will send notifications to all servers that someone if flying or has killaura. If there is please tell me.
View ArticlePlayer Count on Scoreboard
Hello, Recently, I've been messing around with BungeeCord. I've been trying to find a way to display the amount of players on a server on a scoreboard however it's not working well. I know I need to...
View Article