Skip to content

Commit

Permalink
update comments for item editor/minimessage toggle
Browse files Browse the repository at this point in the history
  • Loading branch information
ryderbelserion committed Jul 30, 2024
1 parent dbb9e2a commit 746c565
Showing 1 changed file with 10 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,13 @@ public void registerComments(CommentsConfiguration conf) {
"false -> uses legacy color codes",
"",
"Note: inventory titles won't update during Cosmic Crate while this is false.",
"Warning: legacy color codes is highly likely to be removed in the future."
"Warning: legacy color codes is highly likely to be removed in the future, so you should find time to migrate as this option won't be here forever.",
"",
"Now I get what you are going to say next, but I can't. Excluding the common reason of people simply want to or it's easier.",
"I would like you to explain why you use legacy color codes still, is it because of lacking features",
"which make you have to rely on external plugins? I had one such instance with someone using /broadcast",
"from EssentialsX which didn't support MiniMessage, each prize in the crates now let you broadcast to the server.",
"and that section supports MiniMessage, that is one such example of an issue someone had."
})
public static final Property<Boolean> minimessage_toggle = newProperty("root.use-minimessage", true);

Expand All @@ -82,7 +88,9 @@ public void registerComments(CommentsConfiguration conf) {
"false -> uses the new one",
"",
"Note: MiniMessage has to be turned off as this format uses legacy color codes.",
"Warning: this feature will only work as long as legacy color codes aren't removed"
"Warning: this feature will only work as long as legacy color codes aren't removed",
"",
"The new in-game editor will likely receive another update to make the format readable."
})
public static final Property<Boolean> item_editor_toggle = newProperty("root.use-old-editor", false);

Expand Down

0 comments on commit 746c565

Please sign in to comment.