guys it says stash cant crafted but it comes in inventory ?

Crafting Controller
Allows you to modify the time spend crafting and which items can be crafted
Total Downloads: 52,392 - First Release: Oct 29, 2014 - Last Update: Apr 19, 2018
- 5/5, 72 likes
-
Hello, the default config that appears on the plugin page its this one
},
"Options": {
"BlockedItems": [],
"CraftingRate": 100.0,
"IndividualCraftingRates": {},
"InstantBulkCraft": false,
"InstantCraftForAdmins": true,
"InstantCraftForModerators": false
But the one i have is this one
},
"Options": {
"BlockedItems": [],
"CompleteCurrentCraftingOnShutdown": false,
"CraftingExperienceRate": 100.0,
"CraftingRate": 0.0,
"IndividualCraftingRates": {},
"InstantCraftForAdmins": true,
"InstantCraftForModerators": false
I already tried to add InstantBulkCraft to it and set it to true but doesnt work, how i solve this? -
how do I give insta craft speed to the players on my server
-
-
Doesnt really seem to be doign anything for gun powder
I tried rate 0, 0.1, 0.0001 etc
This plugin seems to be broken for stuff like gun powder, low grade and explosives
Crafting a single tool is fast enough but resources or bulk stuff takes too much time. Btw I dont have the "InstantBulkCraft": true, in my config which you do have in the Overview.
Another plugin called Instacraft seems to be working fine but that one is too fast. I want a rate of 1% or 0.1% but it doesnt help theres no difference between 100 rate and 1 rate with this plugin.
Please fixLast edited by a moderator: Apr 12, 2018 -
Wulf Community Admin
Wulf updated Crafting Controller with a new update entry:
2.4.8
-
Error while compiling: CraftingController.cs(499,21): error CS1061: Type `ItemCrafter' does not contain a definition for `FinishCrafting' and no extension method `FinishCrafting' of type `ItemCrafter' could be found. Are you missing an assembly reference?
-
Wulf Community Admin
-
Error while compiling: CraftingController.cs(499,21): error CS1061: Type `ItemCrafter' does not contain a definition for `FinishCrafting' and no extension method `FinishCrafting' of type `ItemCrafter' could be found. Are you missing an assembly reference?
-
Wulf Community Admin
-
the new Update is the Problem
-
Wulf Community Admin
-
getting this error with build
Error while compiling: CraftingController.cs(499,21): error CS1061: Type `ItemCrafter' does not contain a definition for `FinishCrafting' and no extension method `FinishCrafting' of type `ItemCrafter' could be found. Are you missing an assembly reference? -
Wulf Community Admin
-
-
Seems to be broken for me. I've set the rate to 50% via config, console command, in-game command... but still everything crafts instantly.
Even while it was unloaded, everything was instantly and i don't have other crafting plugins installed. How could i fix it? -
there is a config value like this
"InstantCraftForAdmins": true
a normal player need try to craft or do it false -
This is my config:
Code:"Options": { "BlockedItems": [], "CompleteCurrentCraftingOnShutdown": false, "CraftingExperienceRate": 100.0, "CraftingRate": 50.0, "IndividualCraftingRates": {}, "InstantBulkCraft": false, "InstantCraftForAdmins": false, "InstantCraftForModerators": false
Got it to work now after server restart.Last edited by a moderator: May 5, 2018 -
Bulk crafting does not work, it's not even an option in the config. Adding "InstantBulkCraft": true doesn't do anything either.