Request Help! How do I restrict access to /back command

  • 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

CrazylikE

New Member
Jul 29, 2019
55
0
0
Hello, so I am hosting a FTB Infinity Evolved server for me and some friends, and I was just wondering how I can restrict access to /back (and possibly every other command that is "cheaty"). While we could go with the trust system and just not use any commands, I'd rather just remove them all together.

I have been looking through configs and I have almost googled myself to death without finding out how. I guess I could install Forge Essentials and do some kind of permission deal, and I almost did it too until I read that it couldnt be used together with Fastcraft and since Fastcraft is already in the pack I thought I'd post here to see if there was any other way. And so, here I am. From what I can gather, the /back command along with /warp etc comes with FTBUtil (I might be wrong).

The only place I found "back" was here:

\local\ftbu\config.json

"commands": {
"name_admin": "admin",
"name_back": "back",
"name_home": "home",
"name_spawn": "spawn",
"name_tplast": "tpl",
"name_warp": "warp"
}

But i dont know what to do with it.
 

Azzanine

New Member
Jul 29, 2019
2,706
-11
0
That might be a method of renaming the commands.

Sent from my GT-I9100 using Tapatalk
 

CrazylikE

New Member
Jul 29, 2019
55
0
0
That might be a method of renaming the commands.

Sent from my GT-I9100 using Tapatalk

That is what I thought as well, so that wouldnt really help me disable or restrict the command, unless I change it to something nobody knows about, I might try that actually.