@xOrlxndo I'll go ahead and get started on this tonight :)
@oriamrm Sorry if i didn't phrase that correctly. I meant to say that I want to make an external jar accessible using Maven. An example is that...
Hello, The issue I have is creating my own dependency. I have this plugin named Backpacks, and I have another plugin which is a library. I would...
@Zombie_Striker I understand that, but the problem is when I do even if(e.isShiftClick).... It doesn't register when they shift click from outside...
@Zombie_Striker How would I do that? I tried doing something like if(e.isShiftClick){e.setCancelled(true)} but that didn't work
I've tried to do that before and it works but then then when I place an item, it returns it as air. And I still don't know how to resolve the...
@Zombie_Striker So when I Shift-Click an item into the backpack, it stops at this line if(item.getType() == Material.AIR){ return;...
I'm sorry what do you mean by that? And the issue is that when you shift click an item into the backpack (from your own inventory) it's not...
Hello, I have been working on this plugin for a while and I am stuck on sending a message when the player has placed or picked up an item...
I would recommend sending the message to only the players with the permission. Bukkit.broadcast("MESSAGE", "PERMISSION.NODE"); If the list...
@MiniDigger I'm using the one in the post. Which one works?
I've looked over the lastest messages, and I saw the latest version of 0.3.1 (I think)... And it still isn't registering.. <repositories>...
Today I found a method of doing this. private Map<String, List<String>> teams = new HashMap<String, List<String>>(); Then you have your command...
If you're code matches either one of these, yes you're code should work just fine now. Yes but he's trying to add a permission to it, so I...
@Jason Malouin Actually, the method calls for the permission to be at the end, but yes, you're now correct. And if you're satisfied, please mark...
Separate names with a comma.