julord 0 Posted January 28, 2017 Is there any way to make this script to collect all the items that exist on earth????? GroundItem groundItemsToLoot = getGroundItems().closest("logs","bow", "armour", "coins", "all :)"); if (groundItemsToLoot != null) groundItemsToLoot.interact("Take");
Dreamlicker 750 Posted January 28, 2017 GroundItem toLoot = getGroundItems().closest(f -> f != null); This will grab any item =]
julord 0 Author Posted January 28, 2017 http://ifotos.pl/zobacz/Beztytulu_aeqhqqr.png Unfortunately, this code did not work because Java 1.8 ...
Zibele 18 Posted January 28, 2017 I have 1.8.0_121 java but code doesn't work WHY???? Try reloading your client.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.