Releases: MrKinau/FishingBot
Releases · MrKinau/FishingBot
FishingBot v2.10.5 - TESTING
- basic 1.19.4 support (chat signing for this version is not working atm, please don't report problems with sent/received chat messages or commands). Thanks @Bluscream for contributing!
- Changed the font of the console in the GUI to be monospaced. Thanks @Artoria2e5 for contributing!
This is a pre-release feel free to report problems by creating an issue or joining the discord.
FishingBot v2.10.4 - TESTING
- basic 1.19.3 support (chat signing for this version is not working atm, please don't report problems with sent/received chat messages or commands)
- fixed a bug which prevented the application from starting if russian is set as default language in the config
- fixed a bug in the player list packet which prevented the bot from starting on online-mode servers
This is a pre-release feel free to report problems by creating an issue or joining the discord.
FishingBot v2.10.3
- fix offline mode
FishingBot v2.10.2
- add
/summary clear
to print the summary, but clear it after printing it (e.g. to automate it in a timer) - update translations: french, german, russian and spanish
- change default data directory (config.json, refreshToken) to executed .jar file directory to fix config writing issues on double click (and improve platform independency)
FishingBot v2.10.1
- fix realms world list (realms connection should work now)
- fix onesix chat signing
- handle PlayerChatMessages again
FishingBot v2.10.0
- rework authentication workflow to fix some bugs during authentication (2FA and Github-oAuth should work now). Thanks to @Summerfeeling for the implementation ❤️
- removed Mojang authentication
- fix obtaining of chat signing keys (411 Length Required)
- use fallback locale for untranslated keys instead of N/A
- changed docker and docker-compose to store config and refreshToken in separate binding (if enabled)
- replace
-accountfile <FILE>
command line argument with-refreshToken <FILE>
for the new refreshToken file
FishingBot v2.9.3 - TESTING
- fix auto sneak option
FishingBot v2.9.2 - TESTING
- Bamboo is now part of the junk ejection rule by default (only applies to newly generated config files)
- Some command responses from commands which executed automatically (e.g. Timers) are now displayed in the bot's console instead of being printed to the ingame chat
FishingBot v2.9.1 - TESTING
- fixed a offline mode bug (null uuid parsed)
- renamed 1.19.1 to 1.19.1 / 1.19.2
FishingBot v2.9.0 - TESTING
- 1.19.1 support
- fixed a packet serialization issue in the Player List Item packet
- implemented chat signing
This version implements the 1.19 chat signing (at least for chat messages). I am not responsible if any account gets banned by Mojang. The chat signing is currently only implemented for outgoing chat messages (if the bot uses 1.19 or higher).
Known bugs:
- Incoming chat messages will not be displayed on Spigot (if the Chat event is not handled) and Vanilla Minecraft servers (basically all servers that use Player Chat Packets and not System Chat Packets for chat messages)
- Executing commands with arguments will get the client kicked, because it does not properly sign the command arguments atm