Update README.md
This commit is contained in:
parent
f2b3bdaf95
commit
aee8760922
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ botvX is a Minecraft bot originally designed for [Kaboom](https://kaboom.pw/) an
|
|||
- a command core, to run commands quickly
|
||||
- a hashing system, to enable trusted users to securely run certain commands in chat
|
||||
|
||||
This is a fork from commit 4efbf43edb with partial support of using ECMAScript modules (import/export) rather than CommonJS modules (require/module.exports). Only some plugins have been converted, and a lot of functionality is missing. Due to differences in how Node.js operates in these two modes, this version is API incompatible with the regular version, and has version number 11. This will most likely never become complete, as CommonJS works well enough to continue using, and it supports more features, such as automatic plugin detection, and using `require` inside of a function.
|
||||
This is a fork from commit 4efbf43edb with support for using ECMAScript modules (import/export) rather than CommonJS modules (require/module.exports). All plugins have been converted to be ECMAScript modules, but the v11 API has not been finalized, and there will be API breaks before this version is released. Due to differences in how Node.js operates in these two modes, this version is not compatible with plugins, commands, etc. from version 10 without modifying them in some way, and as such, this branch has major version number 11.
|
||||
|
||||
## How to install?
|
||||
|
||||
|
|
Loading…
Reference in a new issue