@@ -30,86 +30,86 @@ permissions:
3030
3131 tchat.colorchat.color.black :
3232 description : Use &0 / <black> in chat
33- default : false
33+ default : op
3434 tchat.colorchat.color.dark_blue :
3535 description : Use &1 / <dark_blue> in chat
36- default : false
36+ default : op
3737 tchat.colorchat.color.dark_green :
3838 description : Use &2 / <dark_green> in chat
39- default : false
39+ default : op
4040 tchat.colorchat.color.dark_aqua :
4141 description : Use &3 / <dark_aqua> in chat
42- default : false
42+ default : op
4343 tchat.colorchat.color.dark_red :
4444 description : Use &4 / <dark_red> in chat
45- default : false
45+ default : op
4646 tchat.colorchat.color.dark_purple :
4747 description : Use &5 / <dark_purple> in chat
48- default : false
48+ default : op
4949 tchat.colorchat.color.gold :
5050 description : Use &6 / <gold> in chat
51- default : false
51+ default : op
5252 tchat.colorchat.color.gray :
5353 description : Use &7 / <gray> in chat
54- default : false
54+ default : op
5555 tchat.colorchat.color.dark_gray :
5656 description : Use &8 / <dark_gray> in chat
57- default : false
57+ default : op
5858 tchat.colorchat.color.blue :
5959 description : Use &9 / <blue> in chat
60- default : false
60+ default : op
6161 tchat.colorchat.color.green :
6262 description : Use &a / <green> in chat
63- default : false
63+ default : op
6464 tchat.colorchat.color.aqua :
6565 description : Use &b / <aqua> in chat
66- default : false
66+ default : op
6767 tchat.colorchat.color.red :
6868 description : Use &c / <red> in chat
69- default : false
69+ default : op
7070 tchat.colorchat.color.light_purple :
7171 description : Use &d / <light_purple> in chat
72- default : false
72+ default : op
7373 tchat.colorchat.color.yellow :
7474 description : Use &e / <yellow> in chat
75- default : false
75+ default : op
7676 tchat.colorchat.color.white :
7777 description : Use &f / <white> in chat
78- default : false
78+ default : op
7979
8080 tchat.colorchat.format.bold :
8181 description : Use &l / <bold> in chat
82- default : false
82+ default : op
8383 tchat.colorchat.format.italic :
8484 description : Use &o / <italic> in chat
85- default : false
85+ default : op
8686 tchat.colorchat.format.underlined :
8787 description : Use &n / <underlined> in chat
88- default : false
88+ default : op
8989 tchat.colorchat.format.strikethrough :
9090 description : Use &m / <strikethrough> in chat
91- default : false
91+ default : op
9292 tchat.colorchat.format.obfuscated :
9393 description : Use &k / <obfuscated> in chat
94- default : false
94+ default : op
9595 tchat.colorchat.format.reset :
9696 description : Use &r / <reset> in chat
97- default : false
97+ default : op
9898
9999 tchat.colorchat.advanced.hex :
100100 description : Use hex colors (#RRGGBB / <color:#RRGGBB>) in chat
101- default : false
101+ default : op
102102 tchat.colorchat.advanced.gradient :
103103 description : Use <gradient> in chat
104- default : false
104+ default : op
105105 tchat.colorchat.advanced.rainbow :
106106 description : Use <rainbow> in chat
107- default : false
107+ default : op
108108
109109
110110 tchat.colorchat.colors :
111111 description : Grants all 16 standard colors
112- default : false
112+ default : op
113113 children :
114114 tchat.colorchat.color.black : true
115115 tchat.colorchat.color.dark_blue : true
@@ -130,7 +130,7 @@ permissions:
130130
131131 tchat.colorchat.formats :
132132 description : Grants all text decorations
133- default : false
133+ default : op
134134 children :
135135 tchat.colorchat.format.bold : true
136136 tchat.colorchat.format.italic : true
@@ -141,15 +141,15 @@ permissions:
141141
142142 tchat.colorchat.advanced :
143143 description : Grants hex, gradient and rainbow
144- default : false
144+ default : op
145145 children :
146146 tchat.colorchat.advanced.hex : true
147147 tchat.colorchat.advanced.gradient : true
148148 tchat.colorchat.advanced.rainbow : true
149149
150150 tchat.colorchat :
151151 description : Grants all colorchat permissions (colors + formats + advanced)
152- default : false
152+ default : op
153153 children :
154154 tchat.colorchat.colors : true
155155 tchat.colorchat.formats : true
0 commit comments