Player->getX,Y,Z should return rounded values, so as long as you're showing us your right code, it should work fine.
Dude, you just solved it. Incorrectly but you did. the values of $X and $Z returns a float, a non rounded value. Change your $X variable to this: PHP: $X = round($player->getX()); Change your $Z variable to this: PHP: $Z = round($player->getZ());
Code: 02:01:01] [Server thread/NOTICE]: World [02:01:01] [Server thread/NOTICE]: World [02:01:01] [Server thread/NOTICE]: World [02:01:01] [Server thread/NOTICE]: World [02:01:01] [Server thread/NOTICE]: World [02:01:01] [Server thread/NOTICE]: World [02:01:01] [Server thread/NOTICE]: World [02:01:01] [Server thread/NOTICE]: World [02:01:01] [Server thread/NOTICE]: World [02:01:01] [Server thread/NOTICE]: World [02:01:01] [Server thread/NOTICE]: World [02:01:01] [Server thread/NOTICE]: World [02:01:01] [Server thread/NOTICE]: World [02:01:01] [Server thread/NOTICE]: World [02:01:01] [Server thread/NOTICE]: World [02:01:01] [Server thread/NOTICE]: World [02:01:01] [Server thread/NOTICE]: World [02:01:01] [Server thread/NOTICE]: World yup the xyz isnt showing up even when I walk ontop of the cords