FTB utilities Client Heal button; allows client to change true/false in gui.

  • 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.
  • 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

Siddyf

Active Member
Sep 28, 2016
23
1
29
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:

{
"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
}
}
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.