TBItemExchange
Description
Do you know the problem. You have a lot of cool mods but they bring duplicate Items in? And the items are not compatible to use in each other mod? Here is the solution. Just let player exchange the Items. When ever a player has a configured item in hand, he will get an action to exchange the item to another one.
Discord
If you need any support or help, please open a ticket here: https://discord.gg/4GWnUmtWKr
You will also find another Interesting Mods like
- Jewels Of Survival (Get benefits from Jewels)
- Real Estate (Buy your House in DayZ)
- Basic Needs (Basic Human Needs like wash your self, go to toilet)
- Carry Dead Player
- Revive Dead Player
- Daily Reward System
Config
json
{
"version": "1",
"itemTypes": [
{
"sourceType": "Hammer",
"targetType": "Nail"
},
{
"sourceType": "Nail",
"targetType": "Hammer"
}
]
}