Download Bukkit Server for Minecraft 1.8.9 and use the library from it. You have to download Bukkit that is compatible with Minecraft 1.8.9....
I don't know if it will fix your problem, but use the UUID string instead of the UUID object. Map<String, ItemStack[]> backpacks = new...
If no space between each material, you can just split the second string argument by the comma. String[] s =...
@AlvinB In his thread, he says "If this can be done without a for loop, that would be great since it's causing problems for what I'm trying to...
@iAmReprisal @AlvinB AlvinB's suggestion is not directly your solution you wanted, but it might be the only one you got. You cannot directly...
@iAmReprisal I don't think that is possible with a HashMap. A HashMap is usually used when you need to target something specific and I don't know...
@AdamDev I just looked inside the Bukkit DOC and you're right. I haven't really looked into the contains, but it only checks for a material and a...
@HatLicense Try change: permissions: to permissions: [] And you don't need to set the default to false for every group.
@liaosunny No need to log your plugin. Bukkit will do it for you.
@Pella Yes it is. When an item is in the inventory it is called an ItemStack. You want to loop through the player's inventory and check if one of...
@plisov If you mean the circle effect from lingering potion, you can obtain by the following code: Player player = event.getPlayer();...
@gummianka Main.p.getConfig().set("used keys." + p.getName(), args[0]); Main.p.getConfig().set("used keys." + p.getName() + "." + args[0], 1); I...
@iAmReprisal If you have already obtained all the players in either a list or array, you can just insert it into the HashMap as value. I have...
PEX-Builder v1.1 Hi everyone. In the past few days I have developed an application, that helps you to create a permissions.yml for the permission...
Yet, configuration differs from each other. I will still need to override the build function, since it will be different from another...
Separate names with a comma.