Advertisement
Guest User

Untitled

a guest
Feb 28th, 2020
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 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://guides.latmod.com/ftbutilities/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.  
  16. [admin is default_op_rank]
  17. example.other_permission: true
  18. ftbutilities.claims.max_chunks: 1000
  19. ftbutilities.chunkloader.max_chunks: 1000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement