9NIeIwub
Język: Java
|
Autor: Zbucki
Location loc = new Location(world,x,y,z); Location playerLoc = player.getLocation(); if(loc.distance(playerLoc) < 1.0){ player.sendMessage("git"); }