Releases: nate123456/playerbot-lua
Releases · nate123456/playerbot-lua
v0.1.0
Playerbot Lua Client CLI Tool Changelog
Initial alpha release for Windows.
Features:
- playerbot script directory initialization
- playerbot configuration file
- created if not present
- pre-populated with sensible default values
- read at each CLI run
- each field is validated to ensure required values are present and are the right data type and/or value
- automatic authentication each run
- if configured source directory is not present, directory is created and initialized with 'hello world' lua script
-deploy
- deploys all script files from configured source directory (recursive) via appropriate API calls
- correctly maps script file names to lua module names with path mirroring
- outputs result of deployment
-watch
- enables automatic deployment of changed files
- checks for authenticated token before deployment
- detects creation, modification, or deletion any lua file in the source directory (recursive)
- uploads any changed script file via API calls
- deletes any removed script file from via API calls
- throttling of update frequency is configurable through config file
-logs
- enables subscription of lua log output for the given client
- checks for authenticated token before subscribing
- outputs logs in real time
Getting Started
See the getting started documentation to learn more about scripting and how to use the tool.