From afce170d4ccb3a626fabe1e85e53d8e030329e6e Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Sun, 10 May 2020 21:24:34 +0100 Subject: [PATCH] Add note to readme --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index dba71b1..ad35d5d 100644 --- a/README.md +++ b/README.md @@ -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_.