So, i am making this plugin where a player types "/command playername description", and i want to get the playername and string separately and place each of them in a separate variable which i am going to use, which does not work with read_args since read_args reads everything after the command at once. How do i do this? I guess you gotta read the information before the space, and then put the rest in description variable.. but i don't know how.