You act like you can't remove particle effects in the PotionEffect parameter. Don't answer questions if you don't know what you're talking about....
Very awesome! I love this class so much, and I love the images you added. Your work is amazing, and keep it up. Definitely going to be using this...
You're checking if the event is instanceof a Cow. Instead, check if the right clicked entity is a cow, not the event itself. Also, instead of...
You obviously did t read the docs. It tells you the exact parameters.
Let your class implement CommandExecutor Add the un implemented methods, which will be called when a command is sent Check if the sender is a...
Don't abuse static. Instead use a getter and setter to get the ArrayList. Don't create an ArrayList with a complete Player object, as it is known...
Preferences > General > Theme
ParticleEffect.REDSTONE.display(new ParticleEffect.OrdinaryColor(Color.fromRGB(red, green, blue)), location1, 50);
Are you getting any console errors? Also, the inventory only has 36 slots, not sure why you are trying to get an index of 265.
Returning it will do nothing. Just check if the item is not null before executing your code.
Have you read the JavaDocs for it? That will tell you everything.
Show me your code and I can tell you why.
You can't directly save lava to your Inventory, as it is a Block, not an ItemStack. Same thing with Material.SKULL. You can't put a Skull in the...
We're not going to spoon feed you or give you an example. He gave you everything you'll need above. What are you having troubles with, and I can...
First, why are you replying to a tread that is over a year old? That's necro-posting, and not needed. Secondly, check if it's null when getting...
Separate names with a comma.