Skip to content

Releases: DustinRepo/ChatBot

Release 3.0.7

20 May 21:51
Compare
Choose a tag to compare

Added support for custom colors in the chat window (a.k.a support rainbow chat)

Release 3.0.6

18 May 20:51
Compare
Choose a tag to compare

Added ServerBoundChatPreviewPacket
Added ClientBoundChatPreviewPacket
Added ClientBoundServerDataPacket
Added ClientboundAllowPreviewsPacket
Added Bender command
Added ability to send a preview and sign with previewed chat on a server, as well as the ability to detect if a server uses previews

Release 3.0.5

13 May 13:12
Compare
Choose a tag to compare

22w19a support

Release 3.0.4

06 May 03:18
Compare
Choose a tag to compare

22w18a support

Release 3.0.3

03 May 22:57
Compare
Choose a tag to compare

Fixed 22w17a not working properly if on a server that used encryption
Fixed 22w17a not allowing messages to be sent on cracked servers
Changed default KillAura CPS value

Release 3.0.2

29 Apr 19:12
Compare
Choose a tag to compare

Added support for 22w17a changes
Added SetHotbarSlot client & server packets
KillAura now attacks the closest entity, rather than the first to appear in world

Release 3.0.1

15 Apr 23:44
Compare
Choose a tag to compare

Added fixes for 1.19 snapshots
Added type parsing for entities
Added Fuck, Swear, Yes and No commands
Added TheAltening free token support
Fixed KillAura not dealing damage properly
Fixed Translator not applying on snapshots

Release 3.0.0

14 Apr 18:18
Compare
Choose a tag to compare

Added Messages command
Added Sex command
Added Fart command
Added Boobs command
Added KillAura process
Added ability to respond to DMs
Added PlayerSpawn, MobSpawn, EntityPosition, EntityPositionAndRotation, EntityVelocity, EntityTeleport, and RemoveEntities clientbound packets
Added InteractEntity serverbound packet
Added CustomDataPacket for both ClientBound and ServerBound to better reflect a vanilla client from the server's perspective
Fixed bug causing reload command to load processes multiple times
Fixed Translator not allowing connections if it can't find the translation file
Fixed 1.7 compatibility
Finished the JoinGame packet

Release 2.9.0

12 Apr 17:45
Compare
Choose a tag to compare

Added Difficulty command
Added ContinuousPacketProcess to make packet sending more closely resemble a vanilla client
Added PlayerPositionAndRotation and PlayerPosition packets to replace using ConfirmTeleport when it doesn't exist
Fixed inability to find running jar path in some edge cases
Fixed certain chat messages containing leftover format codes

Release 2.8.0

10 Apr 23:48
Compare
Choose a tag to compare

Added Find command
Added Server MOTD to early output
Changed translations to work properly on each version and grab them online automatically, reducing jar size
Fixed translations on messages not working properly
Fixed some servers not being resolved which broke the connection
Fixed tick loop not working without gui since networking recode
Automated protocol version and packet ID detection