1
0
mirror of https://e.coding.net/circlecloud/TeleportRandom.git synced 2024-10-31 07:28:47 +00:00

update TeleportRandom.java

This commit is contained in:
xjboss2 2016-04-11 19:30:10 +08:00
parent 40ebb79d81
commit 5c83588b39

View File

@ -62,11 +62,11 @@ public class TeleportRandom extends JavaPlugin implements CommandExecutor {
case 3:
RandomTP(Integer.parseInt(args[1]),Bukkit.getWorld(args[2]),Bukkit.getPlayer(args[0]));
break;
} catch (final Exception e) {
}
return true;
} catch (final Exception e) {
sender.sendMessage(pluginname + "§c非法的参数或不存在的世界!");
}
return true;
}
}
}
sender.sendMessage(pluginname + "§c非法的参数!");
return false;