Hi! I want to take the player's country to set a rank according to his continent Example: I am from ARG and when I enter the server for the first time I earn the "South America" rank
this could be a handy example https://github.com/pmmp/PocketMine-MP/blob/stable/src/pocketmine/updater/UpdateCheckTask.php
check their ip adress, read full about ip adress and onJoinEvent check if $player ap adress is stuff (read about apadress countries) and set player nametag to for example america
or save players ip adress to cfg and onJoin explode player ip, if for example [0] => 145 and [1] => 200, set player name tag to America.