-
-
Notifications
You must be signed in to change notification settings - Fork 68
Home
MrKinau edited this page Jan 1, 2021
·
24 revisions
This is a bot for Minecraft to automate fishing. Technically it's a headless Minecraft Client, so there is no need for a running Minecraft Instance. It is also able to run it completely without any GUI using the -nogui
option (more options).
- Download the latest .jar-File and save it in an empty folder
- Run the bot with Java. (Either double clicking or RIGHT CLICK → Open with... and select something like Java, JRE, JDK) to generate the config.json
- Open the
config.json
and modify it as you want (change at least account.mail and account.password to your credentials) - Start again
- Setup the bot as described in How do I use the bot?, above
- change the server.ip and if needed server.port in the config.json
- if the version can not be detected automatically (i.e. BungeeCord or version detection not working) set the server.default-protocol to you desired version (e.g. 1.16.2)
- Start the bot.
- Setup the bot as described in How do I use the bot?, above
- Accept the ToS for realms (see https://www.minecraft.net/en-us/realms/terms) in the config. Set realm-accept-tos to true
- change the realm-id in the config to 0
- Start the bot. It should print the possible realms to console and open a window with all possible realms. Copy the ID of the desired realm and set it as realm-id in the config.
- Restart the bot (It might take a bit longer than connecting to a normal server).
- SHIFT + RIGHT CLICK at a free space in the folder where you've downloaded the jar
- Click on "open PowerShell window here"
- In the upcoming console type
java -jar FishingBot-X.X.X.jar -nogui
(replace X.X.X with the correct version) - The bot should start and all it's console output is visible in the PowerShell-Console
You can even report/request it in the issues section or join the official Discord and report/request it there.
See Troubleshooting
See Config
See Commands