A simple mining script that was created for my needs, you can add in the position of the ores and what is the type of ore you want to mine, and it will hover over the next ore and drop when inventory is full. To change the position of ores, you can edit the values in "positions" or add more positions. To change the ore type, you can edit the value in "oreToMine" and set it to whatever rock you want to mine.   SimpleMiner.java import org.osbot.rs07.api.map.Position; import org