List<String> whitelist = Arrays.asList(new String[] { "/command1", "/command2", "command3", "command4" }); //Put your...
I think he's saying that the player ends up stuck inside of the dirt block after the water turning into dirt, and since sinking into water is...
.getRegionManager([world].getRegions()) gets you a map with the regions in the world
Good day, I'm trying to create a clans plugin which uses worldguard for its areas. Now, I've managed to create a region trough the WorldGuard...
I'm experiencing this weird glitch where the player's exp seems to reset per world.. It's unintentionally caused by some other plugin, but that's...
@CraterHater What part do you not get? It's basically copy paste at this point.
ItemStack item = new ItemStack(Material.DIRT); ItemMeta itemmeta = item.getItemMeta(); itemmeta.setDisplayName("Item Name");...
Thank you ^-^ Problem solved.
So I'm trying to override a plugin's event. Needless to say I am failing. PLUGIN A @EventHandler (priority = EventPriority.HIGHEST)...
@Rocoty The link didn't work ;) (on a more serious note, I don't have access to a Minecraft-capable computer at the moment, and thus I'm stuck...
Heyo, I'm working on a plugin that reduces damage when you're wearing a certain kind of armor - and I want the protection to increase when...
mythbusterma coasterman10 Alright I'll play it your way, I'll show you what I understand and then you can fill in the blanks. List<Player>...
mythbusterma Yeah thanks for not being helpful.. and being wrong, I did read all the comments as well as the code. Can someone actually help me...
coasterman10 I'm getting a Dead Code warning on the for (int i = 0; i < nPlayers; i++) { line on the i++ part.
JordyPwner I was more wondering how to get 10 names specifically and not all or one of them.
Separate names with a comma.