risky Posted August 18, 2015 Share Posted August 18, 2015 (edited) fixed Edited August 20, 2015 by R1sky Quote Link to comment Share on other sites More sharing options...
itzDot Posted August 18, 2015 Share Posted August 18, 2015 you don't need to make your own boolean methods, just the the methods from Worlds class hopToP2pWorld(); plus i don't think you need to logout before, the method will probably log out/switch for you Quote Link to comment Share on other sites More sharing options...
Joseph Posted August 18, 2015 Share Posted August 18, 2015 I think world hopper used the new install world hop lol Quote Link to comment Share on other sites More sharing options...
FrostBug Posted August 19, 2015 Share Posted August 19, 2015 All hopping happens via the World Switch tab. There is no need to log out. I'm not sure how you could be thinking that empty methods called logout and hop could possibly do anything; but you should probably take a look at the API docs (Worlds class). also this: player.getPosition().distance(null) is quite silly. It's either always going to throw an exception or return -1. A players distance to nothing is hard to calculate. In short, you should probably check out some basic programming tutorials Quote Link to comment Share on other sites More sharing options...