FastAsyncWorldEdit

FastAsyncWorldEdit

152k Downloads

Error on console java.lang.IllegalArgumentException: Invalid key. Must be [a-z0-9/._-]:

Bossbirdyman51 opened this issue ยท 1 comments

commented

Server Implementation

Paper

Server Version

1.20.1

Describe the bug

Hi,

I have this error on my server on launch :

https://pastebin.com/JEUbC19E

To Reproduce

I have plugin Iris for World Gen, and now my biome was cherry

Expected behaviour

They probably change my chunk with another biome

Screenshots / Videos

No response

Error log (if applicable)

https://pastebin.com/JEUbC19E

Fawe Debugpaste

https://athion.net/ISPaster/paste/view/4c8cf5bbf0b84f36b402e4ef31da6f38

Fawe Version

2.7.2-SNAPSHOT-560;7b0f1b3

Checklist

Anything else?

No response

commented

Why do you think this has anything to do with FAWE, when there's no such indicator.
Invalid key. Must be [a-z0-9/._-]: is part of a validity check within the source code of the minecraft server itself: https://hub.spigotmc.org/stash/projects/SPIGOT/repos/bukkit/browse/src/main/java/org/bukkit/NamespacedKey.java#114