Releases: Fallen-Breath/PCRC
Releases · Fallen-Breath/PCRC
PCRC v1.4.1
- Fixed mcdr packages import path to ensure it works in new MCDR versions
- Use python3.11 for
.exe
packaging
PCRC v1.4.0
- 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
- Added the ability to save and load MSA token to / from file
- Switchable via config entry
store_token
, with default valuefalse
for safety
- Switchable via config entry
- Added config entry
debug_packet
for debugging packet recording
PCRC v1.2.3
- 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
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
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
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
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
- 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
Added MC 1.17.1 support (#19)