Releases: ch99q/skdialogs
Releases · ch99q/skdialogs
Release list
v1.1.0
Added
- Widths on bodies, buttons, and inputs (
with width 200), and item body sizing (sized 24 by 24). - Item body options: a description next to the item,
without tooltip, andwithout decorations
to hide the count and durability bar. set external title to, the label shown where a client lists the dialog outside itself.- Toggle submit values (
with values "64" and "1"), what a$(key)command placeholder becomes
for each state. - Slider label formats (
with format "{value} blocks"). - Multiline line limits (
multiline up to 5 lines). - The server links dialog type (
add server links to the list). - Server link management:
add server link labeled ... to ..., typed links (add website server link to ...), andclear the server links. - All dialog text now parses Skript's chat format, the same as
send: hex colours and tags like
<translate:item.minecraft.filled_map>, which each client renders in its own language.
Changed
- A dialog with one button and an exit button now renders as a vanilla yes/no confirmation;
settingcolumnskeeps the multi-action layout. - A slider without a default starts at the low end of its range instead of vanilla's midpoint,
which could sit between steps.
v1.0.0
Full Changelog: https://github.com/ch99q/skdialogs/commits/v1.0.0