Looking for a way for your players to craft and research some of them custom items you have?
Check out the video to see how the ExtendedCrafting & ExtendedTechTree plugin works and take a look at the config & datafiles.
Permissions needed for Admins
extendedtechtree.admin
Belt setup when clicking Add Item button
Check out the video to see how the ExtendedCrafting & ExtendedTechTree plugin works and take a look at the config & datafiles.
Permissions needed for Admins
extendedtechtree.admin
Belt setup when clicking Add Item button
Code:
{
"Auto Add Items Created With Plugin ExtendedTeachTree": true,
"Craft Settings": {
"Craft Configs": {
"2404247530373120": {
"Permission Needed To Craft": "ExtendedTechTree.2404247530373120",
"ItemID to craft": -2139580305,
"Item SkinID": 3184234034,
"Item Custom Name": "Sentry Turret",
"Item Craft Time In Seconds": 60,
"Amount Of Item To Craft": 1,
"Required Workbench Level": 0,
"Items Required To Craft": [
{
"Item ItemID": 1523195708,
"Item SkinID": 0,
"Item Custom Name": null,
"Item Amount": 1
},
{
"Item ItemID": 634478325,
"Item SkinID": 0,
"Item Custom Name": null,
"Item Amount": 1
},
{
"Item ItemID": 317398316,
"Item SkinID": 0,
"Item Custom Name": null,
"Item Amount": 100
}
]
}
}
},
"Version": {
"Major": 1,
"Minor": 1,
"Patch": 0
}
}
Code:
{
"Data": {
"2404247530373120": {
"Research Item ID": -2139580305,
"SkinID of Research Item": 3184234034,
"Research Item Name": "Sentry Turret",
"Research Item Description Lang File Key": "This will change in both plugins to this desctiption",
"Grant Permissions On Unlock": [
"ExtendedTechTree.2404247530373120"
],
"Cost ItemID": -932201673,
"Cost SkinID": 0,
"Cost Item Name": null,
"Cost Item Amount": 250,
"Server Commands To Run When Unlocked": []
}
}
}