Advertisement
SoniaK

ranks.txt FTB

Oct 8th, 2022
29
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.17 KB | None | 0 0
  1. // This file stores rank definitions.
  2. //
  3. // [name]
  4. // permission: value
  5. //
  6. // Add [name extends parent_name] to make this rank include all permissions from parent_name rank.
  7. // Add [name is default_player_rank] or [name is default_op_rank] to make this rank default for players/ops that don't have a rank set explicitly.
  8. //
  9. // For more info visit https://minecraft.curseforge.com/projects/ftb-utilities/pages/ranks
  10. // To see the list of permission nodes, open all_permissions.html in browser or all_permissions_full_list.txt
  11.  
  12. [player is default_player_rank]
  13. example.permission: true
  14. example.other_permission: false
  15. ftbutilities.chat.name_format: "&6<&r&e{name}&r&6>&r: "
  16. ftbutilities.chat.nickname.colors: true
  17. ftbutilities.chat.nickname.set: true
  18. ftbutilities.claims.max_chunks: "500"
  19. ftbutilities.homes.max: 1
  20. ftbutilities.homes.warmup: "5s"
  21. ftbutilities.homes.cooldown: "60s"
  22. ftbutilities.back.cooldown: "0s"
  23. ftbutilities.back.warmup: "5s"
  24. ftbutilities.tpa.cooldown: "360s"
  25. ftbutilities.tpa.warmup: "5s"
  26.  
  27. [admin is default_op_rank]
  28. example.other_permission: true
  29. ftbutilities.chat.name_format: "&4[&6A&4] &6<&2{name}&6>&r:&6"
  30. ftbutilities.claims.max_chunks: "1500"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement