1+ # Author: Tyler (Discord: tylersander)
12# Ver. 1.0.0
23# Message text formatting:
34# You can use MiniMessage and Legacy (Minecraft) formatting.
45# Examples of how to use MiniMessage: https://docs.advntr.dev/minimessage/format.html
5- # Do not mix formats in a single message. If you use Legacy, do not insert MiniMessage formatting; otherwise, only the latter will be applied.
6+ # Do not mix formats in a single message. If you use Legacy, do not include MiniMessage formatting, otherwise only the latter will be applied.
67
78prefix : " <gradient:#ffcc66:#ff6600>[TagsX]</gradient>"
89
910# Error handling messages
1011error :
11- no_permission : " <red>You do not have permission to use this command.</red>"
12- player_not_found : " <gold>Player with the nickname <player> was not found .</gold>"
13- console : " <red>Only a player can use this command. </red>"
12+ no_permission : " <red>You do not have permission for this command.</red>"
13+ player_not_found : " <gold>No player found with the username <player>.</gold>"
14+ console : " <red>Only a player can use this command</red>"
1415 reload : " <red>An error occurred while reloading the configuration:</red> "
1516
1617tagsx :
17- reload : " <green>Configuration successfully reloaded.</green>"
18+ reload : " <green>Configuration reloaded successfully .</green>"
1819
1920tags :
2021 new_tag : " <green>Your new tag: <white><tag_display></white>.</green>"
2122 display_tag : " <grey>[</grey><tag_display_name><grey>]</grey> <reset><player>"
22- info : " <grey>Click to set this tag</grey> "
23- title : " Select your Tag"
23+ info : " <grey>Press to set this tag"
24+ title : " Choose your Tag"
0 commit comments