Want a better Minecraft server? Read about SpigotMC here!
Separate names with a comma.
Ugleh submitted a new resource: AutoCraftChest - A Chest That Takes in Ingredients, and Auto-Crafts Them to Your Specified Recipe! [IMG] [IMG]...
Is there a way to turn a premium plugin into a free plugin? I've tried changing the category but that didn't do it. In fact, it didn't like that...
Ugleh submitted a new resource: AutoCraftChest - A Chest That Takes in Ingredients, and Auto-Crafts Them to Your Specified Recipe! [ATTACH]...
It's been 22 days and I am still waiting for my resource to be approved/denied. I'm sure other people have waited longer and it isn't a contest I...
Ugleh submitted a new resource: ChatHead - Print your head in chat! [ATTACH] [IMG] Chat Head is a chat utility that allows players to print a...
I just added my first premium plugin and realized too late that I forgot to put something in the code, so now I have to wait till this initial...
Ugleh submitted a new resource: PaperMoney - Allow your players to withdraw & deposit bank notes into their balance! [ATTACH] PaperMoney allows...
Coding in 1.14.2 and using SkullCreator.java I am attempting to set a block to a player skull, and then set the skin to a player. So I tried the...
I'd like to create wool itemstack based off of a DyeColor. I used to do this as new Wool(DyeColor.BLACK).toItemStack(1); However material#Wool is...
Coding Challenge #003 Chairs Feeling bored, want to stimulate those brain cells, or just want a challenge? In this weeks coding challenge we wont...
Coding Challenge #002 Mining Turtles Feeling bored, want to stimulate those brain cells, or just want a challenge? In this weeks coding challenge...
Coding Challenge #001 Balloons Feeling bored, want to stimulate those brain cells, or just want a challenge? In this weeks coding challenge you...
In the latest version of 1.13.1 and 1.13.2, a few new things where introduced to the API, one being an easy way to take advantage of finding...
Ugleh submitted a new resource: RPS Trigger: Townships - Township+ Trigger Addon for Redstone Proximity Sensor This is an RPS Trigger Addon for...
Using NMS with Reflections I created an API that allows you to generate Explorer Maps just like villagers do. Example Code ItemStack...
How do I turn an ItemStack I have in Reflections into a Bukkit version? This is where I am stuck at: return...
I used to be able to do it by changing the material from REDSTONE_TORCH_OFF to REDSTONE_TORCH_ON but that no longer works in 1.13, instead we have...
GITHUB Comparing itemstack names and materials, it works, but it doesn't look good. It also means that if your display name is colorless you then...
Trying to create a wand, and this wand needs to select a target. Since Minecraft doesn't have any Ray Casting ability I figured I would just have...
When you are using the recipe book and dont have the specified item the background of the item is red. Is there packets for these or any nms code...