Releases: ShufflePerson/PixelPlaceJS
Releases · ShufflePerson/PixelPlaceJS
🚀PixelPlaceJS 1.1.39 released!
Get the latest update at NPM
You can find the NPM package HERE
Change Log
[1.1.39] - 2023-08-13
Added
- Added a new
PixelJob
module, which purpose is to handle the job of placing pixels given a buffer. - Added
setUA
function toAuth
. - Added
CHAT_SEND_MESSAGE
,SERVER_TIME
andUSERNAME
packet. - Added a
Buffer
namespace toUtils
forwriteIntoBuffer
andreadFromBuffer
- Added transparency support for PNG images
- Added
removePixelJob
function toPixelPlace
module - Added
placePixel
function toPixelPlace
module - Added
send
function toConnection
module - Added safety check for void, void pixel places are now ignored.
Changed
- The system for protection and placing pixels has been reworked.
Auth
module now callsperformPing
every 4.5 minutes.Bot.placePixel
now returns the amount of time to wait till the next pixel placement.- Changed pixel interval from
20ms
to25ms
. - Minor changes to the
Connection
timers. - Anti Aliasing is now disabled by default when scaling images.
Fixed
- Fixed issue of WebSocket reconnection stuck in a
403
loop