GUI additon
FormSans opened this issue · 4 comments
When selecting a space, it is always hard to understand the actual area that has been selected. Sometimes even forgetting where the first selection spot was
I would like at least an option that allows me to actually see what has been selected on screen, able to see the first selected space and the second as well as the space in between.
There use to be other mods that did the GUI but recently I have found that they have been removed.
WE CUI currently (MC 1.20.6, MC 1.21) doesn't work in single player though, because of a double packet type registration issue. (WE#2554, CUI#113)
I just discovered that //drawsel
actually does have an effect in single player – but only if you're in creative mode. I'll investigate whether there is an option to have it in other single player gamemodes as well. I heard it has limitations about the size, but for a lot of my uses that's totally ok.
drawsel only working in creative mode is a Minecraft limitation, that WorldEdit cannot work around without also becoming a client mod. That's very out of scope for WorldEdit so it's not happening. If you're capable of running client mods then something like WECUI makes more sense. Adding odd workarounds like that doesn't.
Yes, fixing WE CUI is my preferred approach. If you check the PRs you'll see that I was already trying to do so, but from the maintainer's comments it seems like my approach wouldn't work, and she seems to not have found more time yet to advise on how to proceed.
Update: Since extensive GUI stuff is out of scope here in the main repo, I started a separate research effort in my fork. You can help by experimenting with vanilla /particle
and /summon
(display entitiy) commands.
We have //drawsel, and I think doing something like WESUI is out of scope for us because of the extra maintenance for cross-platform particle effects. I highly doubt we'll implement any sort of graphical UI in core WorldEdit, but we might create a client mod that works on Forge and Fabric.
WECUI still exists for Fabric at the moment.