It's Dangerous To Go Alone! Take This!
This mod automatically provides useful items to new players who join a Minecraft server for the first time. Configuration settings are stored in a JSON file at /config/Chikachi/idtgatt.json.
Example configuration file:
{
"message": true,
"items": [
{
"id": "minecraft:log",
"meta": 2,
"amount": 64
},
{
"id": "minecraft:potion",
"nbt": {
"Potion": "minecraft:strong_healing"
},
"amount": 2
}
]
}
When the message parameter is set to true, the player will see the famous phrase: "It's dangerous to go alone! Take this!" upon joining. You can customize the list of items to be given, their quantities, and metadata according to your server's needs.