Want a better Minecraft server? Read about SpigotMC here!
Separate names with a comma.
https://twitter.com/java/status/932235512412327936 It has recently been revealed that Java 10 (shipping March 2018... assuming there aren't...
Mas281 submitted a new resource: ForgeModBlocker - Control which mods your players can use ForgeModBlocker Take control over the mods used on...
So I've seen some threads recently (and not-so-recently) in which people are asking how to execute code from a player clicking on a message, and...
I've seen some resources around for ItemBuilders, allowing you to easily add names, lore and more to items. However, I realised this could be made...
I have been hearing lots of different answers to this question during my time playing Minecraft, but I am not sure which one is correct; - What...
Just a quick question: Does anyone know which field in the PacketPlayOutNamedEntitySpawn class contains the GameProfile object? I am trying to...
Edit: I realised the reason my server was doing this. I changed some features in the server's core plugin and modified it made it disguise...
ItsMas_ submitted a new resource: Combatter - See combat information of your players easily Combatter This plugin allows you to see combat...
It's been a long day, am I doing something impossibly stupid or is something broken. I am making a comabt analysis system, and to work out the hit...
Strange problem; I am making a system to do cool stuff with clicks, but my counting system (which should be really easy...) seems to have a flaw....
I am making a system where each player is linked to an NPC(EntityPlayer). I am storing the links in a Map<EntityPlayer, String> I am trying to...
I need a name for my anticheat and i have singled it down to 3, if some people could vote it would be much appreciated. I will lock this after a...
I have a Core plugin and a Hub plugin, and I want to shade the Hub plugin code into the core plugin. I am trying to do this using the maven shade...
I am trying to create a method to return a string of all servers on my bungee network. I am accomplishing this using an SQL table which stores...
As the title suggests, I have been getting the error above sometimes when I use one of the features in my plugin. I researched it, and it seems...
I have an enum called Rank, which contains 18 different values. When I use a for loop to print out all values in Rank.values(), it only prints...
I have a task which fetches info from an sql database, and because this task will be run quite often i would like to have it run async to prevent...
fixed
I have been working on an anticheat for about 6 hours straight now and can't get the login ban-check to work. I'm tired and have probably done...
This has only started happening recently, I have no idea why; When I try and build my plugin with maven using intellilJ, I get this error:...