Advertisement
Guest User

Untitled

a guest
Jan 21st, 2019
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. if (this.aSkyBlockAPI.playerIsOnIsland(p)) {
  2. Island is = ASkyBlockAPI.getIslandAt(p.getLocation());
  3. int x = is.getCenter().getBlockX();
  4. int z = is.getCenter().getBlockZ();
  5. double radius = (double)is.getProtectionSize();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement