![WorldEdit CUI (Fabric)](https://media.forgecdn.net/avatars/thumbnails/293/464/256/256/637329415442796403.png)
Grid stops being visible after reloading server
cwshields opened this issue ยท 3 comments
WorldEditCUI Version
1.20.1+01
Fabric Version
0.14.22
Fabric API Version
0.87.0+1.20.1
Confirmations
- I am using the most recent Minecraft release.
- I am using a version of WorldEditCUI compatible with my Minecraft version.
- I am using the latest or recommended version of my platform software.
Bug Description
When reloading a server with the /reload
command, WorldEditCUI stops updating when selecting new positions until I disconnect reconnect from the server.
Expected Behavior
To be able to see and update the selection grid even after a server reload.
Reproduction Steps
- Join a server you have op access on.
- Select a region with wand.
- Reload the server with the
/reload
command. - Update selection positions with wand again.
Anything Else?
This is a very old issue that I've dealt with on previous WorldEdit versions and modloaders as well, like forge and liteloader. I'm wondering if there's a way around it without having to reconnect to a server.
Do not use /reload
on servers. This command is broken: https://madelinemiller.dev/blog/problem-with-reload/
I don't think there is anything we can do about it.
in theory you can manually re-handshake with /we cui
, no clue if it'll work, and it's certainly not something that can be done automatically as the client has no clue what a server "reload" even is, let alone when they happen. the server likewise can't force handshakes on clients nor save the state of previous handshakes because well, you reloaded.
in theory you can manually re-handshake with
/we cui
, no clue if it'll work, and it's certainly not something that can be done automatically as the client has no clue what a server "reload" even is, let alone when they happen. the server likewise can't force handshakes on clients nor save the state of previous handshakes because well, you reloaded.
That command resets the selection and allows it to work again, thanks!