jessefjxm

Untitled

Aug 8th, 2016
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.40 KB | None | 0 0
  1.  
  2. # The name of the group is the permissions node for the format
  3. # Example: mineversechat.json.Owner is the node for the group Owner
  4. # A lower priority overrides a higher priority if a player has more than 1 group
  5. # Possible options for click_name and click_prefix are suggest_command, run_command, and open_url
  6. jsonformatting_name:
  7. Default:
  8. priority: 2147483647 # Integer.MAX_VALUE
  9. hover_text:
  10. - '&6I have no rank!'
  11. click_type: 'suggest_command'
  12. click_text: '/msg {player_name}'
  13. Owner:
  14. priority: 1 # Lowest Priority
  15. hover_text:
  16. - '&cOwner of the server!'
  17. - '&bMessage me for help!'
  18. click_type: 'suggest_command'
  19. click_text: '/msg {player_name}'
  20.  
  21. jsonformatting_prefix:
  22. Default:
  23. priority: 2147483647 # Integer.MAX_VALUE
  24. hover_text:
  25. - '&6Default prefix!'
  26. click_type: 'suggest_command'
  27. click_text: '/msg {player_name}'
  28. Owner:
  29. priority: 1 # Lowest Priority
  30. hover_text:
  31. - '&cOwner prefix!'
  32. click_type: 'suggest_command'
  33. click_text: '/msg {player_name}'
  34.  
  35. jsonformatting_suffix:
  36. Default:
  37. priority: 2147483647 # Integer.MAX_VALUE
  38. hover_text:
  39. - '&6Default suffix!'
  40. click_type: 'suggest_command'
  41. click_text: '/msg {player_name}'
  42. Owner:
  43. priority: 1 # Lowest Priority
  44. hover_text:
  45. - '&cOwner suffix!'
  46. click_type: 'suggest_command'
  47. click_text: '/msg {player_name}'
Advertisement
Add Comment
Please, Sign In to add comment