/
Create a file in good_tea/behaviors.
{
"item_id": "minecraft:nether_star", //can be an array. []
"disabled": false //disables any behavior. False by default.
"complement": true //Should this behavior complement or replace others. True by default.
"user_commands": [ //Any commands executed on user. Supports @s and @p
"/kill @s"
],
"server_commands": [ //Executed as server. No user or pos context.
]
}