Direwolf20 1.12 FTBU Config

  • Tech Support section is for getting help with FTB related problems. If there's a repeatable issue that can be labeled as a bug, then please use the issue tracker for the pack or the app at GitHub issue trackers - If there's no repository for a pack that means that the pack is old and/or will not be updated. Bugs for older packs will not be fixed, unless they are critical.

arranms96

New Member
Jul 29, 2019
18
0
0
Title Direwolf20 1.12 FTBU Config

Launcher Type Twitch Desktop App

Modpack Direwolf20 1.12

Modpack version

Have you modified the pack? No

Link to log file

Details of the issue We want to change the permissions of FTBU so that when a player disconnects their chunkloaded chunks are unloaded.

We have set our config in Ranks.json to the following -

{
"default_ranks": {
"player": "member",
"op": "op"
},
"ranks": {
"member": {
"parent": "builtin_player",
"syntax": "",
"permissions": [
"+ftbu.chunkloader.load_offline: false"
],
"config": {}
},
"op": {
"parent": "builtin_op",
"syntax": "",
"permissions": [],
"config": {}
}
}
}
 
Last edited by a moderator: