Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # The name of the group is the permissions node for the format
- # Example: mineversechat.json.Owner is the node for the group Owner
- # A lower priority overrides a higher priority if a player has more than 1 group
- # Possible options for click_name and click_prefix are suggest_command, run_command, and open_url
- jsonformatting_name:
- Default:
- priority: 2147483647 # Integer.MAX_VALUE
- hover_text:
- - '&6I have no rank!'
- click_type: 'suggest_command'
- click_text: '/msg {player_name}'
- Owner:
- priority: 1 # Lowest Priority
- hover_text:
- - '&cOwner of the server!'
- - '&bMessage me for help!'
- click_type: 'suggest_command'
- click_text: '/msg {player_name}'
- jsonformatting_prefix:
- Default:
- priority: 2147483647 # Integer.MAX_VALUE
- hover_text:
- - '&6Default prefix!'
- click_type: 'suggest_command'
- click_text: '/msg {player_name}'
- Owner:
- priority: 1 # Lowest Priority
- hover_text:
- - '&cOwner prefix!'
- click_type: 'suggest_command'
- click_text: '/msg {player_name}'
- jsonformatting_suffix:
- Default:
- priority: 2147483647 # Integer.MAX_VALUE
- hover_text:
- - '&6Default suffix!'
- click_type: 'suggest_command'
- click_text: '/msg {player_name}'
- Owner:
- priority: 1 # Lowest Priority
- hover_text:
- - '&cOwner suffix!'
- click_type: 'suggest_command'
- click_text: '/msg {player_name}'
Advertisement
Add Comment
Please, Sign In to add comment