How do i get a command argument from another class? such as /command firstarg
so i currently have this
Player target = Bukkit.getServer().getPlayer(args[0]);
how do i access the target from the other class? ive been reading a few books etc but still cant get my head around how to do this?
so i currently have this
Player target = Bukkit.getServer().getPlayer(args[0]);
how do i access the target from the other class? ive been reading a few books etc but still cant get my head around how to do this?
