Thanks, Reupdate the server![]()

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
-
People have been reporting that Mine Carts are empty.. not being populated with anything.
Mine crates on the other hand are working ok.Last edited by a moderator: Mar 10, 2017 -
As a follow-up:
The mine crates and mine carts use the same loot definition. However the carts to not spawn any loot on my server.
Is anyone else experiencing this? Am I alone with this problem? -
Doesn't seem to work with newest update
-
ok I think I'm stupid now. I have set myself as ownerid steamid "Blackknite" and for some reason I cannot set the /rate 50 it keeps telling me "Crafting Controller: You don't have permission to use this command"
-
-
I don't know how to activate noclip but the nteleportation plugin admin commands work just fine. Example "/tp <player> <target player>" in chat only and it works fine.
-
any idea's?
-
Then press enter and press the key to enable/disable noclip -
Hey guys, having issues with certain things not doing instant craft after changing rate to 0. Any ideas?
-
-
To be able to use noclip, you have to be moderator or owner that mean you need auth level 1 or 2 using moderatorid/ownerid YOUR_ID
-
i cant seem to get instant bulk craft working
dont get any errors nuthin just doesnt change anything crafting wise except for speed but its not instant -
how can i set it so player can use instacraft?
-
How do I allow other players/users to use insta craft?
-
If you want to have instqant bulk craft - check out this plugin - Instant Craft -
crafting.cancelall
this command not work -
.- i fixed it
-
I don't get the InstantBulkCraft working. Can someone help me to find the problem?
{
"Settings": {
"ChatPrefix": "Crafting Controller",
"ChatPrefixColor": "#008000ff"
},
"Options": {
"BlockedItems": [],
"CraftingRate": 1000.0,
"IndividualCraftingRates": {},
"InstantBulkCraft": true,
"InstantCraftForAdmins": true,
"InstantCraftForModerators": true
},
"Messages": {
"BlockedItem": "{0} has already been blocked!",
"BlockSucces": "{0} has been blocked from crafting.",
"CancelledCrafting": "Cancelled crafting for all players and refunded the costs.",
"CraftBlockedItem": "{0} is blocked and can not be crafted!",
"CurrentCraftingRate": "The crafting rate is set to {0}%.",
"IndividualCraftingRate": "The following items have a different crafting rate:",
"InvalidItem": "{0} is not a valid item. Please use the name of the item as it appears in the item list. Ex: Camp Fire",
"ModifyCraftingRate": "The crafting rate is now set to {0}%.",
"ModifyCraftingRateError": "The new crafting rate must be a number. 0 is instant craft, 100 is normal and 200 is double!",
"ModifyCraftingRateItem": "The crafting rate for {0} is now set to {1}%.",
"NoBlockedItems": "No items have been blocked.",
"NoItemRate": "You need to specify an item and a new crafting rate for this command.",
"NoItemSpecified": "You need to specify an item for this command.",
"NoPermission": "You don't have permission to use this command.",
"NoRoom": "You don't have enough room to craft this!",
"ShowBlockedItems": "The following items are blocked: ",
"UnblockItem": "{0} is not blocked!",
"UnblockSucces": "{0} is no longer blocked from crafting."
}
} -
I'm trying to just get 2x crafting speed. I modified the code. The problem is it's instant crafting everything. when I try to modify it with /craft 50 in chat. I get unknown command craft, however, I know that the plugin is working because everything is instant crafting. Any help would be greatly appreciated. I did look through the previous posts and did see that /craft unknown error is that the plugin isn't active but it is working just instant crafting everything. Thank you.
EDIT seen that insta craft is active for admin will change that and see if that fixes my issue.
Yes it was an oversite on my part. It is working now thank you.
Code:{ "Messages": { "BlockedItem": "{0} has already been blocked!", "BlockSucces": "{0} has been blocked from crafting.", "CraftBlockedItem": "{0} is blocked and can not be crafted!", "CurrentCraftingRate": "The crafting rate is set to {0}%.", "InvalidItem": "{0} is not a valid item. Please use the name of the item as it appears in the item list. Ex: Camp Fire", "ModifyCraftingRate": "The crafting rate is now set to {0}%.", "ModifyCraftingRateError": "The new crafting rate must be a number. 0 is instant craft, 100 is normal and 200 is double!", "ModifyCraftingRateItem": "The crafting rate for {0} is now set to {1}%.", "NoBlockedItems": "No items have been blocked.", "NoItemRate": "You need to specify an item and a new crafting rate for this command.", "NoItemSpecified": "You need to specify an item for this command.", "NoPermission": "You don't have permission to use this command.", "ShowBlockedItems": "The following items are blocked: ", "UnblockItem": "{0} is not blocked!", "UnblockSucces": "{0} is no longer blocked from crafting." }, "Options": { "BlockedItems": [], "CompleteCurrentCraftingOnShutdown": false, "CraftingExperienceRate": 100.0, "CraftingRate": 50.0, "IndividualCraftingRates": {}, "InstantCraftForAdmins": true, "InstantCraftForModerators": false }, "Settings": { "ChatPrefix": "Crafting Controller", "ChatPrefixColor": "#008000ff" } }[\code]
Last edited by a moderator: May 29, 2017