Pierre Maurice Schwang

Results 103 comments of Pierre Maurice Schwang

probably related to https://github.com/IntellectualSites/PlotSquared/issues/4552

the tabcompletion should probably get a small refactor - if you want to, you can adjust those small things: - don't call Arrays.asList for every tab completion (could be a...

> java.lang.IllegalStateException: No converter for type Key{type=com.sk89q.worldedit.entity.Player, annotationWrapper=NullAnnotationWrapper}

I mean, simply keeping the UUID and not looking up the UUID for suggestions would be a quick and working fix: ```patch Index: worldedit-core/src/main/java/com/fastasyncworldedit/core/extension/platform/binding/ConsumeBindings.java IDEA additional info: Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP UTF-8...

I've attempted to use the native NMS methods for loading and updating the block states, which seems to work partially. Only tested in 1.21.8 with FAWE, so there are still...

I've tested with a few tile entities (and extensively with signs) - everything seems to work so far (except one thing on a spigot server, where some sign lines were...

given the timestamps of the log messages don't really correlate to the other error, I guess this still needs to be addressed? The only related parts are seemingly: > [00:24:31]...

I kinda reproduced it once, but can't get it to happen again > [22:20:22] [Async Tab Complete Thread - # 2/ERROR]: Unexpected error occurred while generating suggestions for input: tm...

the block is powered (as visible in the F3 screen), but the change is not reflected visually

Uhm, it was something related to an issue reported on discord. When saving a clipboard with some (maybe specific) mask, the writer would add a minecraft:reserved block state into the...