@Mahtaran oops, happy to hear you found the issue :)
I'm not too sure how to do this with ProtocolLib, but another idea is to use the citizens API :) https://wiki.citizensnpcs.co/API#Creating_an_NPC
Try: event.setDamage(DamageModifier.BASE, damage); If you can't find a solution, you could try cancelling the event and calling .damage() on the...
You're using an async method! Asynchronous tasks should never access any API in Bukkit. However, runTaskAsynchronously schedules it to run once on...
Please give some more information, specifically: List of plugins World Guard Regions the item frame is in (if any) Land protection regions in...
Try giving yourself bukkit.command.plugins or op. Also ensure you have the latest version of your permissions plugin (PermissionsEx). You can...
Here you go: http://dev.bukkit.org/bukkit-plugins/worldguard-custom-flags/ Use that plugin as a dependency. Read up on it's API, it's fairly...
Pretty busy myself lately, but I could after I finished all my current work.
I think it could work, I could easily make a PlotMe rent plugin.
Oh, I'm sorry! I get what you mean now.
This is exactly what you're looking for: http://dev.bukkit.org/bukkit-plugins/regionforsale/
Booshayy Thanks. :)
I don't quite understand what you mean. How will that redirect calls from Bukkit's hasPermission to my hasPermission method?
Separate names with a comma.