Not possible. @PineappleJuice You'll require another plugin (maybe custom if one's not out there) rather than using KingKits.
https://hub.spigotmc.org/javadocs/spigot/org/bukkit/scheduler/BukkitScheduler.html#isQueued(int)...
https://jd.bukkit.org/org/bukkit/event/block/BlockBreakEvent.html#BlockBreakEvent(org.bukkit.block.Block,%20org.bukkit.entity.Player)...
My code can do the exact same thing? What's the point of creating a world if you're just going to overwrite it with an existing world? Instead,...
You have to first delete the old world folder before copying the new world folder. I've seen code like yours before, but I use another way for...
He just explained it. Please learn the basics of Java before making Bukkit plugins, it clears this Bukkit forums from 'Java help' instead of...
Word of advice, you should be storing UUIDs instead of Usernames (unless you already do store UUIDs in the SQL database). You could do this in...
Oh wait, for the last error, it might mean you need to add Guava to PermissionsEx JAR, not to your project, I wasn't thinking properly, woops....
Show your SRC folder layout.
Which link? The one I edited in before? It's in the main page: https://github.com/google/guava Look for 'Download ZIP'.
I edited it, forgot to paste the link. 'How do I put it in my JAR', you should know this. Add the SRC to your 'src' folder in your project and...
It's ironic how your username has 'Google' in it yet you seem to lack the ability to Google things (this is just a joke, not an insult, I felt...
https://bukkit.org/threads/how-to-regenerate-a-map.369856/#post-3156088
Hi, It's 12:45am here, and I have got to add a small feature to a plugin before I go sleep. I can't really test each code, so I was wondering...
I don't see why you can't just merge both your Interact methods. Also, you have to send the message within the if statement block for checking if...
Separate names with a comma.