slimefinder-v1.1 (Small change with the seed in -z)
-h: Show this message
-s: Search per zone
-o: Know if a chunk is slimechunk
-z: know how many absolute chunks and partial chunks has an afk point
-m: Search until a minimum of chunks
-b: Search the best afk point in the given radius search
If a chunk is half inside the despawn sphere(or also the exclusion sphere of 24 radius) and half outside, it will only add to the count 0.5 chunks. The absolutes chunks are the adding of partial chunks for get a full chunk
java -jar slimefinder.jar (seed) (mode)
Then the program asks you the other parameters
Have the launch.bat end the jar file and double-click in the bat. The bat script will do a loop executing the jar file without having to set the seed each time.
You can download the source code from github, the file slimefinder.java in the core folder has the slimefinder class with all the methods used in the main file. You can create your own user interface according to your needs
I accept advice and suggestions