Need Help With Server Perms.

  • Please make sure you are posting in the correct place. Server ads go here and modpack bugs go here
  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord

BeepBoop2252

New Member
Jul 16, 2020
2
0
2
Hey guys, I keep googling help with how to set up perms and i'm really stuck, even know what i want is probably super basic. All i'm trying to get is to set up ranks for friends so they have access /home really, I can't think of anything else that people usually use in servers. /Home is the biggest thing, but most of the forum posts are expecting me to know where to place the set code they had written up and it just confuses me. I am hosting the server through Scalacube so i'm trying to figure out which exact file I need to edit. I am looking at ftbutilities.cfg, but I have no clue if thats it, and if thats it I wouldn't know where to put the code to give players access to /home. Any help would be amazing.


{
"default_ranks": {
"player": "player",
"op": "op"
},
"ranks": {
"player": {
"parent": "builtin_player",
"permissions": [
"-ftbu.homes.list_other",
"-ftbu.homes.teleport_other"],
"config": {
"ftbu.homes.max": 10
}
},
"op": {
"parent": "builtin_op",
"syntax": "<&2$name&r> ",
"permissions": [],
"config": {
"ftbu.homes.max": 30
}
}
}
}


This is the code that he said would be for making players and ops have 30 homes without giving players a list of everyones homes. I would be loweing the max homes tho a bit. Any and all help would be amazing <3