Skip to content

Releases: Fallen-Breath/PCRC

PCRC v1.4.1

23 Apr 03:42
b39a33d
Compare
Choose a tag to compare
  • Fixed mcdr packages import path to ensure it works in new MCDR versions
  • Use python3.11 for .exe packaging

PCRC v1.4.0

30 Sep 15:04
bc46d3a
Compare
Choose a tag to compare
  • Added hot reload support for PCRC config. Notes that not all config entries support hot-reload, e.g. authenticate_type is not hot-reload-able
  • Added config entry on_joined_commands (#22). With that you can make PCRC bot executing custom commands (or even custom chat messages) when joining the game
  • Fixed daytime overriding feature not working (#31)
  • Fixed entity filtering features not working

PCRC v1.3.0

19 Jun 10:30
bc4f7ed
Compare
Choose a tag to compare
  • Added the ability to save and load MSA token to / from file
    • Switchable via config entry store_token, with default value false for safety
  • Added config entry debug_packet for debugging packet recording

PCRC v1.2.3

28 Mar 06:57
e781c51
Compare
Choose a tag to compare
  • Fixed issues with small value of option delay_before_afk_second including crashing with value 0
  • Removed duplicated entry "Working: " in cli status command

PCRC v1.2.2

11 Mar 19:43
8d09af5
Compare
Choose a tag to compare

News & Changes

  • Added CLI auth, help command
  • Added CLI list command to show player list
  • Improved CLI status command
  • Added config option afk_ignore_spectator, with which spectator flying around will keep pcrc afking
  • Now PCRC will do Minecraft authentication at startup, and constantly refresh the token every 3 hours after a successful authentication

Fixes

  • Fixed some stored information not reset after reconnecting to the server

Full Changelog: v1.1.0...v1.2.0

Patches

v1.2.1

  • Fixed pcrc records nothing

Full Changelog: v1.2.0...v1.2.1

v1.2.2

  • Fixed CLI stop command does not interrupt auto-restart
  • Fixed some pycraft packets don't recognized as entity packet
    • So player standing still doing nothing will not trigger pcrc recording pausing every 15s
  • Fixed wrong exception type displaying on_connection_exception

Full Changelog: v1.2.1...v1.2.2

PCRC v1.2.1

10 Mar 08:55
8a045f3
Compare
Choose a tag to compare

News & Changes

  • Added CLI auth, help command
  • Added CLI list command to show player list
  • Improved CLI status command
  • Added config option afk_ignore_spectator, with which spectator flying around will keep pcrc afking
  • Now PCRC will do Minecraft authentication at startup, and constantly refresh the token every 3 hours after a successful authentication

Fixes

  • Fixed some stored information not reset after reconnecting to the server

Full Changelog: v1.1.0...v1.2.0

Patches

v1.2.1

  • Fixed pcrc records nothing

Full Changelog: v1.2.0...v1.2.1

PCRC v1.2.0

09 Mar 08:22
3e0920f
Compare
Choose a tag to compare

News & Changes

  • Added CLI auth, help command
  • Added CLI list command to show player list
  • Improved CLI status command
  • Added config option afk_ignore_spectator, with which spectator flying around will keep pcrc afking
  • Now PCRC will do Minecraft authentication at startup, and constantly refresh the token every 3 hours after a successful authentication

Fixes

  • Fixed some stored information not reset after reconnecting to the server

Full Changelog: v1.1.0...v1.2.0

PCRC v1.1.0

08 Mar 12:47
b485a11
Compare
Choose a tag to compare

News

  • Added config option auto_relogin_attempts to limit auto re-login attempts
  • Added command !!PCRC respawn for respawning the bot

Fixes

  • Fixed some pycraft patches not applied correcly
  • Fixed !!PCRC spec does not work
  • Fixed unorder message sending
  • (MCDR) Fixed complaining unknown command for in-game bot commands

PCRC v1.0.0

07 Mar 17:34
2338522
Compare
Choose a tag to compare
  • Almost rewritten everything
    • Patches upstream PyCraft in run time instead of maintaing an own folk
    • Use PyCraft's way to handle packet logics
  • Minecraft 1.18.2 supports
  • Microsoft account supports (#21)
  • Pack sources into a .pyz for easier executing
    • Works as a MCDReforged plugin too

PCRC 0.11.3-alpha

27 Sep 15:39
be50e29
Compare
Choose a tag to compare

Added MC 1.17.1 support (#19)