I'VE TRY THIS!!!
# Tell Kore to pickup (or not to pickup) certain items.
# Format: <item name> <flag>
# <item name> - name of item (not case sensitive)
# <flag> - -1 to drop the item when it appears in inventory
# (useful for Rogues with auto-steal),
# 0 to not pick up the item,
# 1 to pickup the item,
# 2 to take the item as fast as it can
#
# Use the item name "all" to tell kore to pickup or not pickup all items
# by default.
all 0 <- itwont pick up any items not specified in your list below
jellopy -1 <-- just write down the list of items that you like to pickup
fluff 0
Old Blue Box 2
spore card 2
drops card 2
shell -1
knife[1] -1
iron ore -1
OR i try changing
itemsTakeAuto 1 when i do that it picks all the loots
WHAT SHOULD I DO SIR? im not good at configuring bot

Please help me out