Title FTB utilities Client Heal button; allows client to change true/false in gui.
Launcher Type Curse App
Modpack Infinity Lite 1.3
Modpack version 1.3
Have you modified the pack? No
Link to log file
Details of the issue Player client can go into setting gui and alter heal command. Requesting confimation. Heal command should be in the local/ftbu/ congif.json, but I do not see it. This is the servers config.json file:
Please confirm or assist me in making it so the client can not alter the true/false with the heal command. The only alterations I have made on this are claiming/loading etc. Thanks.
I have attempted to add "heal": false to the command lines, but the config just overrides the change back to this.
Launcher Type Curse App
Modpack Infinity Lite 1.3
Modpack version 1.3
Have you modified the pack? No
Link to log file
Details of the issue Player client can go into setting gui and alter heal command. Requesting confimation. Heal command should be in the local/ftbu/ congif.json, but I do not see it. This is the servers config.json file:
{
"backups": {
"backups_to_keep": 12,
"display_file_size": true,
"enabled": true,
"backup_timer": 2.0,
"compression_level": 1,
"folder": "",
"use_separate_thread": true
},
"world": {
"temp": {
"max_loaded_chunks": 64,
"max_claimed_chunks": 1000
},
"chunk_loading": true,
"locked_in_dimensions": [
1,
0,
-1
],
"locked_in_claimed_chunks": false,
"blocked_entities": [],
"chunk_claiming": true,
"safe_spawn": false,
"spawn_area_in_sp": false
},
"general": {
"auto_restart": false,
"chat": {
"substitutes": [
{
"shrug": {
"text": "¯\\_(ツ)_/¯"
}
}
],
"substitute_prefix": "!",
"enable_links": true
},
"restart_timer": 12.0,
"server_info": {
"difficulty": true,
"mode": true
},
"ranks": {
"enabled": false
}
},
"commands": {
"chunks": true,
"trash_can": true,
"js": true,
"warp": true,
"tpl": true,
"inv": true,
"back": true,
"server_info": true,
"spawn": true,
"home": true,
"kickme": true
},
"webapi": {
"port": 4509,
"output_map": false,
"enabled": false
},
"login": {
"motd": [],
"enable_motd": true,
"starting_items": [],
"enable_starting_items": true
}
}
"backups": {
"backups_to_keep": 12,
"display_file_size": true,
"enabled": true,
"backup_timer": 2.0,
"compression_level": 1,
"folder": "",
"use_separate_thread": true
},
"world": {
"temp": {
"max_loaded_chunks": 64,
"max_claimed_chunks": 1000
},
"chunk_loading": true,
"locked_in_dimensions": [
1,
0,
-1
],
"locked_in_claimed_chunks": false,
"blocked_entities": [],
"chunk_claiming": true,
"safe_spawn": false,
"spawn_area_in_sp": false
},
"general": {
"auto_restart": false,
"chat": {
"substitutes": [
{
"shrug": {
"text": "¯\\_(ツ)_/¯"
}
}
],
"substitute_prefix": "!",
"enable_links": true
},
"restart_timer": 12.0,
"server_info": {
"difficulty": true,
"mode": true
},
"ranks": {
"enabled": false
}
},
"commands": {
"chunks": true,
"trash_can": true,
"js": true,
"warp": true,
"tpl": true,
"inv": true,
"back": true,
"server_info": true,
"spawn": true,
"home": true,
"kickme": true
},
"webapi": {
"port": 4509,
"output_map": false,
"enabled": false
},
"login": {
"motd": [],
"enable_motd": true,
"starting_items": [],
"enable_starting_items": true
}
}
I have attempted to add "heal": false to the command lines, but the config just overrides the change back to this.