3131/**
3232 * Enjoy some of your favorite songs provided by Styngr.
3333 *
34- * @since %release_version%
34+ * @since 1.1.7
3535 */
3636public final class ModRadio {
3737
3838 /**
3939 * No documentation available.
4040 *
41- * @since %release_version%
41+ * @since 1.1.7
4242 */
4343 public static final SimpleOption <Boolean > ENABLED = SimpleOption .<Boolean >builder ()
4444 .node ("radio" , "enabled" ).type (TypeToken .get (Boolean .class ))
@@ -48,7 +48,7 @@ public final class ModRadio {
4848 /**
4949 * No documentation available.
5050 *
51- * @since %release_version%
51+ * @since 1.1.7
5252 */
5353 public static final NumberOption <Float > SCALE = NumberOption .<Float >number ()
5454 .node ("radio" , "scale" ).type (TypeToken .get (Float .class ))
@@ -59,7 +59,7 @@ public final class ModRadio {
5959 /**
6060 * No documentation available.
6161 *
62- * @since %release_version%
62+ * @since 1.1.7
6363 */
6464 public static final NumberOption <Integer > VOLUME = NumberOption .<Integer >number ()
6565 .node ("radio" , "volume" ).type (TypeToken .get (Integer .class ))
@@ -70,7 +70,7 @@ public final class ModRadio {
7070 /**
7171 * No documentation available.
7272 *
73- * @since %release_version%
73+ * @since 1.1.7
7474 */
7575 public static final SimpleOption <Boolean > MUTE_RADIO = SimpleOption .<Boolean >builder ()
7676 .node ("radio" , "mute-radio" ).type (TypeToken .get (Boolean .class ))
@@ -80,7 +80,7 @@ public final class ModRadio {
8080 /**
8181 * No documentation available.
8282 *
83- * @since %release_version%
83+ * @since 1.1.7
8484 */
8585 public static final SimpleOption <Boolean > BACKGROUND = SimpleOption .<Boolean >builder ()
8686 .node ("radio" , "background" ).type (TypeToken .get (Boolean .class ))
@@ -90,7 +90,7 @@ public final class ModRadio {
9090 /**
9191 * If this is disabled the background will change size with the text.
9292 *
93- * @since %release_version%
93+ * @since 1.1.7
9494 */
9595 public static final SimpleOption <Boolean > STATIC_BACKGROUND_WIDTH = SimpleOption .<Boolean >builder ()
9696 .comment ("If this is disabled the background will change size with the text." )
@@ -101,7 +101,7 @@ public final class ModRadio {
101101 /**
102102 * If this is disabled the background will change size with the text.
103103 *
104- * @since %release_version%
104+ * @since 1.1.7
105105 */
106106 public static final SimpleOption <Boolean > STATIC_BACKGROUND_HEIGHT = SimpleOption .<Boolean >builder ()
107107 .comment ("If this is disabled the background will change size with the text." )
@@ -112,7 +112,7 @@ public final class ModRadio {
112112 /**
113113 * No documentation available.
114114 *
115- * @since %release_version%
115+ * @since 1.1.7
116116 */
117117 public static final NumberOption <Integer > BACKGROUND_WIDTH = NumberOption .<Integer >number ()
118118 .node ("radio" , "background-width" ).type (TypeToken .get (Integer .class ))
@@ -123,7 +123,7 @@ public final class ModRadio {
123123 /**
124124 * No documentation available.
125125 *
126- * @since %release_version%
126+ * @since 1.1.7
127127 */
128128 public static final NumberOption <Integer > BACKGROUND_HEIGHT = NumberOption .<Integer >number ()
129129 .node ("radio" , "background-height" ).type (TypeToken .get (Integer .class ))
@@ -134,7 +134,7 @@ public final class ModRadio {
134134 /**
135135 * No documentation available.
136136 *
137- * @since %release_version%
137+ * @since 1.1.7
138138 */
139139 public static final SimpleOption <Boolean > BORDER = SimpleOption .<Boolean >builder ()
140140 .node ("radio" , "border" ).type (TypeToken .get (Boolean .class ))
@@ -144,7 +144,7 @@ public final class ModRadio {
144144 /**
145145 * No documentation available.
146146 *
147- * @since %release_version%
147+ * @since 1.1.7
148148 */
149149 public static final NumberOption <Float > BORDER_THICKNESS = NumberOption .<Float >number ()
150150 .node ("radio" , "border-thickness" ).type (TypeToken .get (Float .class ))
@@ -155,7 +155,7 @@ public final class ModRadio {
155155 /**
156156 * No documentation available.
157157 *
158- * @since %release_version%
158+ * @since 1.1.7
159159 */
160160 public static final SimpleOption <Color > BORDER_COLOR = SimpleOption .<Color >builder ()
161161 .node ("radio" , "border-color" ).type (TypeToken .get (Color .class ))
@@ -165,7 +165,7 @@ public final class ModRadio {
165165 /**
166166 * No documentation available.
167167 *
168- * @since %release_version%
168+ * @since 1.1.7
169169 */
170170 public static final SimpleOption <Color > BACKGROUND_COLOR = SimpleOption .<Color >builder ()
171171 .node ("radio" , "background-color" ).type (TypeToken .get (Color .class ))
@@ -175,7 +175,7 @@ public final class ModRadio {
175175 /**
176176 * No documentation available.
177177 *
178- * @since %release_version%
178+ * @since 1.1.7
179179 */
180180 public static final SimpleOption <Boolean > SHOW_COVER_ART = SimpleOption .<Boolean >builder ()
181181 .node ("radio" , "show-cover-art" ).type (TypeToken .get (Boolean .class ))
@@ -185,7 +185,7 @@ public final class ModRadio {
185185 /**
186186 * No documentation available.
187187 *
188- * @since %release_version%
188+ * @since 1.1.7
189189 */
190190 public static final SimpleOption <Boolean > SHOW_PROGRESS = SimpleOption .<Boolean >builder ()
191191 .node ("radio" , "show-progress" ).type (TypeToken .get (Boolean .class ))
@@ -195,7 +195,7 @@ public final class ModRadio {
195195 /**
196196 * No documentation available.
197197 *
198- * @since %release_version%
198+ * @since 1.1.7
199199 */
200200 public static final SimpleOption <Boolean > SONG_SCROLL_ANIMATION = SimpleOption .<Boolean >builder ()
201201 .node ("radio" , "song-scroll-animation" ).type (TypeToken .get (Boolean .class ))
@@ -205,7 +205,7 @@ public final class ModRadio {
205205 /**
206206 * No documentation available.
207207 *
208- * @since %release_version%
208+ * @since 1.1.7
209209 */
210210 public static final SimpleOption <Boolean > SHOW_WHEN_NOTHING_PLAYING = SimpleOption .<Boolean >builder ()
211211 .node ("radio" , "show-when-nothing-playing" ).type (TypeToken .get (Boolean .class ))
@@ -215,7 +215,7 @@ public final class ModRadio {
215215 /**
216216 * No documentation available.
217217 *
218- * @since %release_version%
218+ * @since 1.1.7
219219 */
220220 public static final SimpleOption <Boolean > BOLD_ARIST_NAME = SimpleOption .<Boolean >builder ()
221221 .node ("radio" , "bold-arist-name" ).type (TypeToken .get (Boolean .class ))
@@ -225,7 +225,7 @@ public final class ModRadio {
225225 /**
226226 * No documentation available.
227227 *
228- * @since %release_version%
228+ * @since 1.1.7
229229 */
230230 public static final SimpleOption <Boolean > BOLD_SONG_NAME = SimpleOption .<Boolean >builder ()
231231 .node ("radio" , "bold-song-name" ).type (TypeToken .get (Boolean .class ))
@@ -235,7 +235,7 @@ public final class ModRadio {
235235 /**
236236 * No documentation available.
237237 *
238- * @since %release_version%
238+ * @since 1.1.7
239239 */
240240 public static final SimpleOption <Boolean > SHOW_DURATION = SimpleOption .<Boolean >builder ()
241241 .node ("radio" , "show-duration" ).type (TypeToken .get (Boolean .class ))
@@ -245,7 +245,7 @@ public final class ModRadio {
245245 /**
246246 * No documentation available.
247247 *
248- * @since %release_version%
248+ * @since 1.1.7
249249 */
250250 public static final SimpleOption <Boolean > SHOW_PLAY_BUTTON = SimpleOption .<Boolean >builder ()
251251 .node ("radio" , "show-play-button" ).type (TypeToken .get (Boolean .class ))
@@ -255,7 +255,7 @@ public final class ModRadio {
255255 /**
256256 * No documentation available.
257257 *
258- * @since %release_version%
258+ * @since 1.1.7
259259 */
260260 public static final SimpleOption <Color > SONG_NAME_TEXT_COLOR = SimpleOption .<Color >builder ()
261261 .node ("radio" , "song-name-text-color" ).type (TypeToken .get (Color .class ))
@@ -265,7 +265,7 @@ public final class ModRadio {
265265 /**
266266 * No documentation available.
267267 *
268- * @since %release_version%
268+ * @since 1.1.7
269269 */
270270 public static final SimpleOption <Color > ARTIST_NAME_TEXT_COLOR = SimpleOption .<Color >builder ()
271271 .node ("radio" , "artist-name-text-color" ).type (TypeToken .get (Color .class ))
@@ -275,7 +275,7 @@ public final class ModRadio {
275275 /**
276276 * No documentation available.
277277 *
278- * @since %release_version%
278+ * @since 1.1.7
279279 */
280280 public static final SimpleOption <Color > RADIO_PROGRESS_BAR_COLOR = SimpleOption .<Color >builder ()
281281 .node ("radio" , "radio-progress-bar-color" ).type (TypeToken .get (Color .class ))
0 commit comments