Want a better Minecraft server? Read about SpigotMC here!
Separate names with a comma.
Hello, I am trying to recreate Twilight Forest as a plugin and I encountered a weird issue. So I found this really cool tutorial...
Hello, I am working on a plugin that will translate item's display name and lore depending on the language that the player chooses, the...
Hello, I am currently working on a Pokemon plugin and I need to make it so the pokemon (nms mobs with custom textures) will spawn naturally as...
Hello, I am trying to make an NPC act like normal entities, I made the NPC follow an "invisible" (I sent EntityDestroy Packet to all the players)...
Hey, I want to spawn an NPC and make it move and act as an entity, but there is no PathfinderGoalSelector in the EntityHuman class, is there any...
Hey, I am trying to make a Recipe that works only with specific ItemStacks, I found a way to do this on 1.13+ but I cannot use this way in 1.8.9,...
I made a pretty basic enum class that allows getting enchantment's friendly name And I thought I would share it with the forum because I couldn't...
Hey, I am trying to create a function that loads specific schematic in a specific location, I followed all the tutorials and that's what I have up...
ChickenStyle submitted a new resource: ✨ BetterCrafts ✨ | Better was to craft items - The best way to craft items! Warning: This plugin is still...
Hey, I am trying to create a custom world generator that should look something like this (except the color): [IMG] Here is what I have up to...
I am creating a custom world generation plugin, currently I created a surface of the moon and meteors. But now I am stuck, I want to create a...
ChickenStyle submitted a new resource: LuckyCubes - Very configurable lucky blocks plugin! [IMG] Animation Types: Spinning: [IMG] Gui: [IMG]...
So I am working on a LuckyBlocks plugin and I need to create an animation like this: https://i.gyazo.com/2ca109065346384a25ea85dc435b37c7.gif But...
Soo I have a backpacks plugin with configurable recipes, and I need to remove the recipes on disable (cuz its causing a bags and dupes) but my...
ChickenStyle submitted a new resource: ✦FancyBags✦ New way to store items! [1.15.2-1.8] - Custom backpacks with custom textures,slots amount and...
Soo I want to make a plugin that will run on 1.8-1.15.2 versions, I use abstraction in case of nms stuff, but I am stuck with itemstacks rn, Cuz I...
Soo I saw this tutorial [MEDIA] and I tried to add custom entity on version 1.15.2 but there method of Custom mob's registry doesnt work on...