FTB Utilities add TP for Players

Aetherpirate

New Member
Jul 29, 2019
243
0
0
I would like players to be able to use the TP command. I played with config.json and added "tp": true, as a guess to how it might work, but I do not think I am doing it right. Is there documentation as to what is possible with the configs for this mod?

},
"commands": {
"back": true,
"home": true,
"name_admin": "admin",
"spawn": true,
"tplast": true,
"warp": true
"tp": true, ---the bit I added that does not work
},

I am running FTB Inventions, a 1.7.10 pack.
 
Last edited:

lenscas

Over-Achiever
Jul 31, 2013
2,015
1,799
248
"tplast": true,
"warp": true
"tp": true,
it may be a problem with your configuration as you seem to be missing a comma after the "warp" :true bit. Also, as yours is the last you can probably leave the comma there it may even cause problems on its one though I am not sure about that.
 

Aetherpirate

New Member
Jul 29, 2019
243
0
0
Tried that change, no difference. I've made a small test server with just forge and FTB Util, and a client with no mods to test changes as I play with the .json files.
 

Henry Link

Popular Member
Dec 23, 2012
2,601
553
128
USA - East Coast
TP is a vanilla minecraft command not FTB Utilities. So unless someone does a rewrite of the FTB Utilities to allow permissions on it I don't think just changing the config will work.