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
  1. Thanks, Reupdate the server :)
     
  2. 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
  3. 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?
     
  4. Doesn't seem to work with newest update :)
     
  5. 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"
     
  6. Has the ownerid command actually worked? Have you got admin on the server? Test out 'noclip' or spawning an item in via console.
     
  7. 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.
     
  8. any idea's?
     
  9. There is nothing to do with this plugin but I'm F1 console tip : bind "YourKey" noclip
    Then press enter and press the key to enable/disable noclip
     
  10. Hey guys, having issues with certain things not doing instant craft after changing rate to 0. Any ideas?
     
  11. this didn't work. I did f1 > bind j noclip > f1 (close) > j
     
  12. 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
     
  13. 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
     
  14. how can i set it so player can use instacraft?
     
  15. How do I allow other players/users to use insta craft?
     
  16. Use /rate 0 or just read the owerview =)
    If you want to have instqant bulk craft - check out this plugin - Instant Craft
     
  17. crafting.cancelall
    this command not work
     
  18. .- i fixed it
     
  19. 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."
    }
    }
     
  20. 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. :D

    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]
    [DOUBLEPOST=1496052527][/DOUBLEPOST]
     
    Last edited by a moderator: May 29, 2017