Open NnicanBuak opened 1 year ago
Looks like the latter has already been requested in #13
'
became apparent.https://minecraft.fandom.com/wiki/Sign#Block_data
/setblock ~ ~1 ~ oak_hanging_sign{front_text:{messages:['[""]','["front"]','["text"]','[""]']},back_text:{messages:['[""]','["back"]','["text"]','[""]']}} replace
I would like to make these changes, but I didn't figure it out and didn't find a file that uses formatting/indentation of the command line😵💫
Well, after half an hour of researching the source code, I found the part of the code where the text is formatted!
Is it possible to integrate feature of the Better Selection mod to improve the UX of the command block interface🤔
Because without this mod when I try to delete one word with Ctrl+Backspace
I delete half of the command, which is extremely inconvenient.
Also missing is the ability to move with the arrows Up
, Down
ignoring sentences.
I'll try to address these issues once I add a proper config screen
In terms of making "Enter" act as a line break, that would require a complete rework of how this mod does it's line breaks. Right now it's all based on parentheses and commas with no extra data, so adding a manual line break in there in a way that doesn't affect the command that is then sent to the server would require saving all those line breaks clientside, which kinda goes against the philosophy of this mod
I'd appreciate a look at this: https://github.com/Tectato/BetterCommandBlockUI/issues/30
Three things will be very handy:
Before:
After:
and an additional formatting option is a line break after the disclosed nbt tag: