What is the server fork you have? And the version?
This is a cast problem. There is no need for Entity classes or Block classes. Just these simple lines will be the solution. You need to get the...
I changed it now, it should be fixed. Thank you for letting me know
I wrote you an util to have kit cooldowns. KitCooldown class: import java.util.ArrayList; import java.util.Iterator; import...
You can use my custom YAML util. here Usage: ConfigFile file = new ConfigFile("config"); file.load(); //new ConfigFile("config") -> is the file...
@timtower Thanks for correcting me, I did not see the first line. It is true because otherwise the error would be that one, so the only cause is '...
args[0] = null if you don't put arguments after the command /gm. Example: /gm first second third args[0] = first args[1] = second args[2] = third...
I understand confusion. The fact is that I'm not new at this forum, a couple weeks ago I created a brand new account because I thought it better...
@TGamingStudio Could you tell me what Version you are using. Then I will convert my code to your version
I suppose you want to get all the rows plus columns from a resultset. If that is true then this code will help you out with extracting data from...
this will answer your last question. I wrote a simple class that edits sign, but it doesn't support coloured signs. I hope to have helped you...
@TGamingStudio @KarimAKL Here, I wrote this code to create an easy util for the Nms inventory. The only thing you need to do is getting inventory...
This Util reads data from the website BukkitDev and returns the data from every version. It is a very usefull util to check if there are any...
@PhantomUnicorns I did make the packets with reflections, and it would be a risk to make the packet instances with reflections because the...
A long time ago a youtuber called GerVobis made a turtorial video about how to make a custom npc with packets. It was a great success but now in...
Separate names with a comma.