@Zombie_Striker @AlvinB Thank you for the advice, but I found the error - turns out I was compiling with Java 1.4 and it needed to be at least 1.5...
Hello I'm getting the weirdest error here, anyone know why? [ATTACH] It's not allowing me to set a boolean value for the config. I know a...
@RipRoss This isn't exactly what you want but this post seems like a good idea
@itsss 1 - Check for PlayerInteractEvent and check the type of block clicked using PlayerInteractEvent#getClickedBlock() and Block#getType(). 2 -...
@Unknown123 Do you mean when you turn your head left and right, or up and down? I used a few methods for rotating particles; I used this one to...
@UnAnswereed I tried your code and it should work fine. Can you post the methods that open the shop inventory and the iron shop subinventory?
@UnAnswereed Maybe the colored text is messing up the string comparisons. Try using ChatColor.stripColor to compare strings without their color.
@nathanthesnooper Just an idea, but maybe you can drop the item, set the pickup delay to MAX_INTEGER so the item doesn't actually get picked up,...
@AyWuzzUp First off, I'm not sure what you plan on achieving with this line here for(String uuid :...
@SonyVegas_ It looks like as of 1.12, there is no longer a constructor with a boolean parameter for the PacketPlayOutChat [ATTACH]
@FaTaLxGaming I think you can convert vector to a EulerAngle using new EulerAngle(Vector#getX(), Vector#getY(), Vector#getZ()). Documentation for...
@MrAndeos Get an instance of the main class through the class B's constructor, and do Plugin#getServer().addRecipe(recipe)
@360_ Did you import all the correct files? What does it say when you hover over the error? Edit: I realize it might not show the error if you...
@OfficialSammy This is just something you'll have to deal with; I don't think there's any way of fixing this.
@OfficialSammy public boolean onCommand(CommandSender sender, Command cmd, String label, String[] args) { Inventory i =...
Separate names with a comma.