Add note to readme

This commit is contained in:
Starbeamrainbowlabs 2020-05-10 21:24:34 +01:00
parent bdfd74346e
commit afce170d4c
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 9 additions and 0 deletions

View File

@ -131,6 +131,15 @@ Prevents the execution of a command if it could potentially affect a large numbe
//nn
```
## Troubleshooting
If you're experiencing issues with this mod, try checking this FAQ before opening an issue.
### I get an error saying that worldedit isn't installed
WorldEditAdditions requires that the `worldedit` mod is installed as a dependency. Install it and then try launching Minetest (or the `minetest-server`) again.
### I get an error saying that `worldedit.register_command()` is not a function
This is probably because your version of `worldedit` is too old. Try updating it. Specifically the `worldedit.register_command()` function was only added to `worldedit` in December 2019.
## Contributing
Contributions are welcome! Please state in your pull request(s) that you release your contribution under the _Mozilla Public License 2.0_.