itzDot Posted August 18, 2015 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
Joseph Posted August 18, 2015 Posted August 18, 2015 I think world hopper used the new install world hop lol
FrostBug Posted August 19, 2015 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