WorldEditCUI
WorldEditCUI copied to clipboard
Clipboard CUI
So this might be a little ambitious for now, but further down the line if you're still maintaining this - it would be a lovely addition to see.
What I suggest is a second CUI that would follow the player around, showing them the boundaries of their current clipboard to make for easier pasting. Similar to how the WorldEditSUI Spigot plugin does.
That's interesting. Will definitely look into this
Funny enough, I actually made exactly that addition a few days ago to a fork, just didn't push it yet. Was planning to maybe also send block data up to a certain size as well and let the client render it half transparent, didn't do that yet, but the boundaries already work great. I'll look into this after new year's and make my changes public.
will also require some cooperation on the server side to send that stuff.
I pushed my changes:
WE: https://github.com/enveeed/WorldEdit/commit/af0449e2f08e337a4b6f6c97e627fa20d161cc05 CUI: https://github.com/enveeed/WorldEditCUI/commit/f587dce8672d3ba17366e50e5cbf5a3c0af88035
Didn't have a lot of time sadly so it's somewhat of a mess, I only added this cause someone on my server asked for it and I stopped improving it once I got it working.
Currently definitely not ready for PRs quality-wise but if it's not urgent and I have some more time next month or so I could see myself bringing this up to standards, otherwise feel free to use my changes as a small start to make this an official thing :)
If you ever polish it enough @enveeed It'd be very very welcome as a user.