public static int[] WORLDS = {301, 302, 303, 304, 305, 306, 308, 309, 310, 311, 312,
313, 314, 316, 317, 318, 319, 320, 321, 322, 326, 327, 328, 329, 330, 333, 334,
335, 336, 338, 341, 342, 343, 344, 345, 346, 349, 350, 351, 352, 353, 354, 357,
358, 359, 360, 361, 362, 365, 366, 367, 368, 369, 370, 373, 374, 375, 376, 377,
378};
And to hop to a random one:
new WorldHopper(MethodProvider).hopWorld(WORLDS[random(WORLDS.length)]);
Had to make this last night and might save someone a couple minutes
This list CONTAINS F2P worlds: 308, 316
This list DOES NOT CONTAIN PvP worlds: 325, 337