Description
The config is in JSON format and will be placed at /config/Chikachi/idtgatt.json
{
"message": true,
"items": [
{
"id": "minecraft:log",
"meta": 2,
"amount": 64
},
{
"id": "minecraft:potion",
"nbt": {
"Potion": "minecraft:strong_healing"
},
"amount": 2
}
]
}
If message is true, the player will be greeted with a "It's dangerous to go alone! Take this!" message.


