// This file stores rank definitions.
// 
// [name]
// permission: value
// 
// Add [name extends parent_name] to make this rank include all permissions from parent_name rank.
// 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.
// 
// For more info visit https://guides.latmod.com/ftbutilities/ranks/
// To see the list of permission nodes, open all_permissions.html in browser or all_permissions_full_list.txt

[player is default_player_rank]
ftbutilities.claims.max_chunks: 5
command.ftbutilities.home: false
command.ftbutilities.back: false
command.ftbutilities.rtp: false
command.ftbutilities.tpaccept: false
command.ftbutilities.tpl: false
command.ftbutilities.trash_can: false
command.ftbutilities.warp: false

[admin extends player is default_op_rank]
ftbutilities.chat.name_format: "<&2{name}&r>"
