Search found 2 matches

by Carnexo
Thu Jun 21, 2012 9:25 pm
Forum: Other
Topic: Teleport All Command
Replies: 3
Views: 1146

Re: Teleport All Command

It didn't want to work for some reason, I figured out the problem though, for some reason my files were not being exported or uploaded correctly. (derp) But, before I figured that out.I just deleted it and did an onPlayerChat event instead to run the command. Which worked out. Thanks for the help!
by Carnexo
Thu Jun 21, 2012 7:19 pm
Forum: Other
Topic: Teleport All Command
Replies: 3
Views: 1146

Teleport All Command

Anyone know why this does not want to work? The YML is setup fine. public boolean onCommand(CommandSender sender, Command cmd, String commandLabel, String[] args) { Player player = (Player)sender; if (commandLabel.equalsIgnoreCase("startgame")) { Location location = new Location(Bukkit.get...