
Feature Request: Delete selections client sided
Ecconia opened this issue ยท 3 comments
Requst:
A client side easy-to-use reset for all selections.
Reason:
Due to developing plugins on that server which use selections. I keep using /Reload which doesn't unload the selections from the client. To remove these (now permanent) selections I have to rejoin.
Suggestion:
- A keyboard shortcut to delete all current selections, or reset them. (That would probably be the quickest way).
- Also possible would be an entry in the liteloader-menu. At least it prevents me from leaving the server and wiping the chat history, etc.
Thanks.
A new option is now available in the settings (below the colour selectors) to enable this behaviour. You can download version 1.12.1_01 from here which includes this change:
I will add an option for the "clear worldedit selection" keybind to clear server-defined selections which should allow this. For reference you would have previously been able to do this using the Macro/Keybind Mod using the following script:
SELECTCHANNEL("wecui:wecui");
SENDMESSAGE("+s|clear");
This would send the "clear regions" command to WECUI using the liteloader message bus.