Advertisement
Guest User

Untitled

a guest
Aug 6th, 2020
243
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. groups {
  2. owner
  3. permission="tablist.owner"
  4. prefix="&4[Owner] "
  5. priority=10
  6. }
  7. admin
  8. permission="tablist.admin"
  9. prefix="&c[Admin] "
  10. priority=9
  11. }
  12. # This is an example group. This will be ignored.
  13. exampleGroup {
  14. # This permission is used to allow for player to show this group.
  15. permission="tablist.exampleGroup"
  16. prefix="&6[&cExampleGroup&6] "
  17. # Used to sort the player in player list if have this priority and group.
  18. priority=5
  19. suffix="Suffix is optional"
  20. }
  21. }
  22.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement