Skip to content

v1.4.0b

Latest
Compare
Choose a tag to compare
@Aztilux Aztilux released this 19 Jun 01:50

Queue:

  • PlacePixel() is now an async method. (Now actually, I couldn't decide how to do it.)
  • Queue awaits PlacePixel() instead of looping till PlacePixel returns true.
  • Added static method findAvailableBot(). This will return the first bot that is off cooldown.

Other:

  • Added resolveJsonModule to tsconfig to allow importing JSON into the project.
  • 7Placer now console.logs() the active version of the script.

Full Changelog: v1.4.0a...v1.4.0b