Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- "TagMenu" // Main key. Don't change it.
- {
- "1" // Indexes. They must be in order from 1 and on. Maximum is 100.
- {
- "tag" "[ProGn Fan]" // "tag" is identifier. Don't change it. Change the next string like "[Pro-Player]".
- "flag" "" // "flag" is identifier. Don't change it. Set a flag for tag access (empty = everyone)
- "tag_color" "{default}" // "tag_color" is identifier. Set client chat tag color.
- "text_color" "{default}" // "text_color" is identifier. Set client chat text color.
- "mode" "both" // "mode" is identifier. Set tag mode (valid valuse are: "both" - "scoreboard" - "chat", Default is "both")
- }
- "2"
- {
- "tag" "[VIP]"
- "flag" "a"
- "tag_color" "{yellow}"
- "text_color" "{yellow}"
- "mode" "both"
- }
- "3"
- {
- "tag" "[Admin]"
- "flag" "b"
- "tag_color" "{green}"
- "text_color" "{green}"
- "mode" "both"
- }
- "4"
- {
- "tag" "[Tulaj]"
- "flag" "z"
- "tag_color" "{purple}"
- "text_color" "{purple}"
- "mode" "both"
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement