Updated JavaScript API (markdown)

Jesse Boyd 2018-08-22 17:13:04 +10:00
parent 828380b1e0
commit 5df8fb4b1f

@ -5,6 +5,7 @@
## Introduction
- JavaScript can be used to register commands, patterns, masks, and brushes
- Scripts should be placed in `plugins/FastAsyncWorldEdit/commands` (can be configured in the `config.yml`)
- Use `/fawe reload` to reload the scripts.
#### Creating normal commands
Create a new `.js` file in `commands/`, or `commands/<alias>/`