From 967d2d0f549fd327abcb9c08c875b8f066223411 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Fri, 17 Jul 2020 17:20:48 +0100 Subject: [PATCH] README: Add troubleshooting step --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index d90a2a0..882bb87 100644 --- a/README.md +++ b/README.md @@ -345,6 +345,9 @@ WorldEditAdditions requires that the `worldedit` mod is installed as a dependenc ### 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. +### I get a crash on startup saying `attempt to call field 'alias_command' (a nil value)` +Please update to v1.8+. There was a bug in earlier versions that caused a race condition that sometimes resulted in this crash. + ## Contributing Contributions are welcome! Please state in your pull request(s) that you release your contribution under the _Mozilla Public License 2.0_.