Skip to content

Commit

Permalink
sort formats by most used
Browse files Browse the repository at this point in the history
  • Loading branch information
saboooor committed Jun 14, 2024
1 parent c4ba9ce commit 7684ec3
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions src/components/util/PresetUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,16 +76,23 @@ export const v3formats = [
char: '&',
},
{
color: '<#$1$2$3$4$5$6>$f$c',
char: '&',
color: 'MiniMessage',
bold: '<b>$t</b>',
italic: '<i>$t</i>',
underline: '<u>$t</u>',
strikethrough: '<s>$t</s>',
},
{
color: '§x§$1§$2§$3§$4§$5§$6$f$c',
char: '§',
},
{
color: '&x&$1&$2&$3&$4&$5&$6$f$c',
char: '&',
},
{
color: '§x§$1§$2§$3§$4§$5§$6$f$c',
char: '§',
color: '<#$1$2$3$4$5$6>$f$c',
char: '&',
},
{
color: '[COLOR=#$1$2$3$4$5$6]$c[/COLOR]',
Expand All @@ -94,13 +101,6 @@ export const v3formats = [
underline: '[UNDERLINE]$t[/UNDERLINE]',
strikethrough: '[STRIKETHROUGH]$t[/STRIKETHROUGH]',
},
{
color: 'MiniMessage',
bold: '<b>$t</b>',
italic: '<i>$t</i>',
underline: '<u>$t</u>',
strikethrough: '<s>$t</s>',
},
];

export const types = [
Expand Down

0 comments on commit 7684ec3

Please sign in to comment.