| Age | Commit message (Collapse) | Author |
|
is cut off (#1239)
|
|
|
|
|
|
* Fixed cleanSpecialChars not working
Co-Authored-By: hannibal2 <24389977+hannibal002@users.noreply.github.com>
* Changed logic of gatherjacobdata and fixed #808
Co-Authored-By: hannibal2 <24389977+hannibal002@users.noreply.github.com>
* Removed unused import
* Moved Pattern outside gatherJacobData
* Made the regex more explicit.
---------
Co-authored-by: hannibal2 <24389977+hannibal002@users.noreply.github.com>
|
|
Update FarmingSkillOverlay.java
|
|
DevCommands, Improved CustomSkulls (#837)
|
|
|
|
* Update README.md
Explain why this repository exists
* Add crops/s line with config option for yield calculation time frame
* Add crop/s to default farming line list
* Function decomposition
* More detailed description
* Find average since start of farming instead of full timeframe. Add documentation
* Modulo wrap around instead of limiting backwards perspective to 0
* Separate cps update from the render function to the update loop
* Rearrange code
* Add cps reset timeout
* Add unit option
* Replace old crops per second system with new system
* Seperate unit option for crops and coins
* Organize code
* Update config
* Allow up to 5 minute rate calculation timeframe
* Update config description
* Fix coins/s and crops/s always displaying 0
|
|
|
|
only render overlays in location editor when they are enabled
|
|
|
|
Co-authored-by: BuildTools <unconfigured@null.spigotmc.org>
|
|
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
|
|
|
|
* Merged if-else and switch statement checking effectively the same thing to one check
* Rewrote logic to prevent checking "internalname != null" 26 times in a single if block.
Simplified logic to increase readability and efficiency
* Fix parenthesis error
|
|
|