Version 1.0.12
22 downloads
TradeItem is a convenient item exchanger for your server. Allow your players on your server to make trades of items that you can setup via the config! Give your players a unique experience by getting rid of items they may have a lot of for better items in return!
Features:
Minimalistic and user-friendly design
Full exchange customization
Config :
{
"Command": "obmen",
"Exchange settings": [
{
"The item to be exchanged": {
"ShortName": "stones",
"SkinID": 0,
"Amount": 5000
},
"An item that is given to a player": {
"ShortName": "wood",
"SkinID": 0,
"Amount": 10000
}
},
{
"The item to be exchanged": {
"ShortName": "wood",
"SkinID": 0,
"Amount": 10000
},
"An item that is given to a player": {
"ShortName": "stones",
"SkinID": 0,
"Amount": 5000
}
},
{
"The item to be exchanged": {
"ShortName": "metal.fragments",
"SkinID": 0,
"Amount": 10000
},
"An item that is given to a player": {
"ShortName": "autoturret",
"SkinID": 0,
"Amount": 10
}
},
{
"The item to be exchanged": {
"ShortName": "scrap",
"SkinID": 0,
"Amount": 150
},
"An item that is given to a player": {
"ShortName": "jackhammer",
"SkinID": 0,
"Amount": 1
}
},
{
"The item to be exchanged": {
"ShortName": "scrap",
"SkinID": 0,
"Amount": 200
},
"An item that is given to a player": {
"ShortName": "lowgradefuel",
"SkinID": 0,
"Amount": 100
}
},
{
"The item to be exchanged": {
"ShortName": "metal.fragments",
"SkinID": 0,
"Amount": 5000
},
"An item that is given to a player": {
"ShortName": "metal.refined",
"SkinID": 0,
"Amount": 50
}
},
{
"The item to be exchanged": {
"ShortName": "metal.fragments",
"SkinID": 0,
"Amount": 1000
},
"An item that is given to a player": {
"ShortName": "sulfur",
"SkinID": 0,
"Amount": 500
}
},
{
"The item to be exchanged": {
"ShortName": "sulfur",
"SkinID": 0,
"Amount": 500
},
"An item that is given to a player": {
"ShortName": "metal.fragments",
"SkinID": 0,
"Amount": 1000
}
}
],
"Version": {
"Major": 1,
"Minor": 0,
"Patch": 0
}
}