Just finished the project, am now just waiting for the file to be approved. Here you go: https://dev.bukkit.org/projects/op-join-sound
@yPedx public boolean onCommand(CommandSender sender, org.bukkit.command.Command cmd, String argss, String[] args) { and public boolean...
I am starting on the plugin right now, I will tell you when I am finished. For now I will just name the plugin "AttackSpeedLimiter" but if you...
public void createGunDataFile() { if (!this.gunDataFile.exists()) { try { this.gunDataFile.createNewFile();...
1.Removing "@Override" from your command boolean does to the equivalent of nothing. To be fair, I would actually recommend removing it. 2. I do...
Try this for your "onCommand" boolean (Another thing as well, if this does not work, try removing "usage: /boots" from your plugin.yml. When I was...
Use: @SuppressWarnings("deprecation") @EventHandler public void onInventoryClick(InventoryClickEvent event) { Player player =...
Creating it right now.
Fixing it now Did not realize you wanted a /time set day/night integration EDIT by Timtower: merged posts
Starting the project now. Just finished the plugin, testing it out now. :)
@EventHandler public void onPlayerInteract(PlayerInteractEvent event) { Player player = event.getPlayer(); Action action =...
In your setup method in your ArenaCfg class simply put: areans = p.getConfig(); arenas.options().copyDefaults(true); Also make sure that you have...
Well, I just wrote out the code. But I guess you already solved it... Here is what I came up with anyways: @SuppressWarnings("deprecation")...
Almost finished with the plugin, testing it out now. :)
Creating it now, will send a link to it once done. I can tell you are from the WarZ community on Minecraft, and so am I. My IGN is "Nickenator". :)
Separate names with a comma.