I'm wanting to make it where I can add player heads into the GUI. So if people type /banlist it will see the list of heads in the GUi. But when I...
bump
Sorry I'm a bit confused. This is what I have for the command if (cmd.getName().equalsIgnoreCase("addhead")) { ItemStack skull...
I know how to add things into the inventory. I'm looking to see how to add onto it. For an example. When I type /add it would add the head in slot...
Hello, I am wanting to know how to add a player's head in a GUI. Though it may be a bit confusing to understand here's what I'm looking to do....
Why don't you just use a PlayerJoinEvent, check what time it is and then if it's that time give the player a potion effect?
Remove if(sender instanceof CommandBlock) {
Add a repeating task in onEnable Make a random chance if chance = 1 { bukkit.broadcastMessage("1"); } if chance = 2 {...
Okey dokey, and yes. ;)
Hello, Is there away to force a player to say something from the client without them getting kicked? What I mean by this is, Lets say a player...
Haven't messed around with HashMaps much but, in the pastebin your provided it says "Caused by: java.lang.IllegalArgumentException: Name cannot be...
Okay, I got it to work. Thank you but now it times out my server. Any ideas? EDIT: Found other solution. Thank you all for the help and time.
Thank you for your help and time but are you able to explain to me how this will work? I want it as if a player hits a player, both damager and...
Here is an example. To make it more clear. public boolean onCommand(CommandSender sender, Command cmd, String commandLabel, String[] args) {...
Oh, Sweet. One more question, When I add them into the hashmap i'm using map.put(PLAYERB.getUniqueId(), PLAYERA.getUniqueId());...
Separate names with a comma.