How can I make random chests spawn? Like between two locations, then fill them with random items(I can do that) but how would you go about...
package me.Jordan.Minez.ZombieFiles; import net.minecraft.server.v1_5_R3.EntityHuman; import net.minecraft.server.v1_5_R3.EntityVillager; import...
Title says it all, why are my custom zombies slimes? LOL.
Uhhhh maybe Block.getInventory??
np.
Bukkit.broadcastMessage(args[1]);
This is the support forum, not request. So what was your question?
LOL no it isn't I just asked the forums for help.
} else if (commandLabel.equals("sell")) { if (args.length == 0) { player.sendMessage(ChatColor.RED...
I added more brackets
Thanks fixed, also This sell command isn't removing the items correctly, you know anything about that? Code: } else if...
I fixed it thanks guys. public boolean onCommand(CommandSender sender, Command cmd, String commandLabel, String[] args) {...
Hello, This command is not being executed correctly. The command "buy" above it works perfectly fine, along with all the others, but the...
@EventHandler public void onInteract2434(PlayerInteractEvent event ) { Player p = event.getPlayer(); Inventory pi = p.getInventory();...
Player player = event.getPlayer();
Separate names with a comma.