LurkBaitCatchStats is a simple Java program for LurkBait to allow streamers to tabulate and visualize their users' catches!
Program Features (See images below):
- Individualized reward tracking
- Date range restrictions for monthly tracking
- Supports making multiple tables at once (no really... AS MANY AS YOU WANT!)
- Table sort ordering based on alphabetical user or total reward counts
- More to come!
The primary reason I coded this was to allow streamers to create rewards for users based on how much they've fished! For example, I set up a custom catch (a Lucky Ticket). I wanted to give the viewer with the MOST lucky tickets at the end of each month a free subscription. But how do you track such stats with just LurkBait and Twitch bots??? Enter LurkBaitCatchStats!
The easiest way to run the program is to first download the necessary .jar and run.bat files from the Releases tab.
Extract both of these files into any directory of your choice.
Double click run.bat to start the program. Use the file browser to navigate to the directory where CatchData.txt and CustomCatches.txt are stored. See images attached above for further usage details!
It is quite annoying and cumbersome to have to browse for the file directory each time. A simple solution exists for this.
- Download both
.jarandrun.batfiles from the Releases tab. - Move
LurkBaitCatchStats-VERSION.jarinto the AppData folder that contains your LurkBait data (by default,%userprofile%\AppData\LocalLow\BLAMCAM Interactive\LurkBait Twitch Fishing\) - Double click
run.bat. This file can be anywhere you want! The program will start directly from the LBTF directory, so you don't have to use the file browser at all!
These instructions assume you have already forked and/or cloned the project and have on your computer.
Then build using your IDE with the Maven targets clean install or:
$ mvn clean install
To actually run the generated jar file, open a command prompt/PowerShell window in the directory containing the jar and run
$ java -jar LurkBaitCatchStats-1.0-SNAPSHOT.jar
The same line java -jar %PATH_TO_JAR%/LurkBaitCatchStats-1.0-SNAPSHOT.jar can be added to a run.bat file so it is not necessary to open a command prompt window each time.
When attempting to run the program, ensure you are targetting the LurkBaitCatchStats-1.0-SNAPSHOT.jar. The original-LurkBaitCatchStats-1.0-SNAPSHOT.jar file does NOT contain the dependencies needed for the program to run.
If you have a problem please create a ticket and include the error (if there was one). Feel free to join the Discord Server linked above! I'm super active there and tend to respond faster on it.
If you appreciate this resource, consider donating and showin' some love <3






