i am tested auto-pickup and didnt find any bugs.
also, i prepare an example for you to how setup shortcut buttons
"GUI setup": {
"How many seconds to update the GUI?": 6,
"Panel layer (Hud, Overlay, Overall, Hud.Menu, Under)": "Overlay",
"Panel position": {
"type": "RectTransform",
"anchormin": "1 1",
"anchormax": "1 1",
"offsetmin": "-170 -104",
"offsetmax": "-10 -10"
},
"Second position of the panel (used if the player has a personal bot)": {
"type": "RectTransform",
"anchormin": "1 1",
"anchormax": "1 1",
"offsetmin": "-335 -104",
"offsetmax": "-175 -10"
},
"1 panel color": "#7f8c8d",
"2 panel color": "#bdc3c7",
"Health bar color": "#2ecc71",
"Shortcut buttons": [
{
"Text on button": "Auto-pickup enable",
"Executable chat commands": [
"panimal auto-pickup enable"
]
}
]
},