mirror of
https://e.coding.net/circlecloud/TeleportRandom.git
synced 2025-10-01 12:47:00 +00:00
update TeleportRandom.java
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user