Join my Discord Channel for more support!
If you enjoy my plugins, please leave a rating!
AUTOCRAFTING PRO
Does everything the FREE version does, with added permission control and blacklists.
You can also autocraft at Extinction and Genesis terminals!
See all the free version details here: https://gameservershub.com/forums/resources/autocrafting-free.653/
Configuration:
If you enjoy my plugins, please leave a rating!
Join my Discord Channel for more support!
If you enjoy my plugins, please leave a rating!
AUTOCRAFTING PRO
Does everything the FREE version does, with added permission control and blacklists.
You can also autocraft at Extinction and Genesis terminals!
See all the free version details here: https://gameservershub.com/forums/resources/autocrafting-free.653/
Configuration:
JSON:
{
"AutoCrafting":{
"AccountID": "",
"Enabled": true, // enables plugin on server
"AutoCraftingAtCityTerminals": true, // enables autocrafting dust in Extinction City Terminals
"AutoCraftingAtMissionTerminals": true, // enables autocrafting dust in Genesis Mission Terminals
"GroupPermission": {
"Default":{
"Priority": 99,
"AutoCraftStructureMasterBlacklist": [ // prevents whole structure from autocrafting
"PrimalItemStructure_TekReplicator"
],
"AutoCraftItemMasterBlacklist": [ // prevents specific items from autocrafting
"PrimalItemAmmo_AdvancedRifleBullet",
"PrimalItemStructure_TekFloor"
]
}
},
"AutoCraft":{
"Enabled": true,
"FolderName": "Auto-Crafting",
"ChatCommand": "/autocraft", // use chat command to re-activate autocrafting on target structure after a map restart
"StructuresThatAutoCraftEverythingWithNoFolder": [
"PrimalItemStructure_MortarAndPestle" // structures that will autocraft EVERYTHING possible when you drag resources into it, no folder required
],
"StructureMasterBlacklist": [
"PrimalItemStructure_TekReplicator"
],
"ItemMasterBlacklist": [
"PrimalItemAmmo_AdvancedRifleBullet",
"PrimalItemStructure_TekFloor"
]
},
"Messages":{
"GroupPermission": {
"Default":{
"Priority": 99,
"SenderNameInChat": "SERVER"
}
}
}
}
}
If you enjoy my plugins, please leave a rating!
Join my Discord Channel for more support!