A high-level, general purpose and modular minecraft bot using hot re-loadable (without restarting the bot!) plugins. Batteries included, launch to run!
Go to file
jay d001280383 fix: 🥅 fix a plugin loading error
While reloading, plugin cache may not be deleted.
This happens when a loaded plugin encounters an error during reload.
This causes a deadlock in the unloading code.

So make sure cache is always deleted:
- ignore when an `unload()` function doesn't exist
- delete cache even if there are no `exports`
2021-04-19 13:15:25 +05:00
.vscode ci: 🔧 add vscode conventional commits scopes 2021-03-22 14:51:02 +05:00
lib fix: 🥅 fix a plugin loading error 2021-04-19 13:15:25 +05:00
.gitattributes style: 🎨 fix crlf -> lf for real this time, using .gitattributes 2021-03-24 15:07:45 +05:00
.gitignore style: 🎨 fix crlf -> lf for real this time, using .gitattributes 2021-03-24 15:07:45 +05:00
package.json build(typescript): 🚨 add @types dep to satisfy typescript errors 2021-03-23 13:25:26 +05:00