Crafting Controller

Moved

Total Downloads: 52,439 - First Release: Oct 29, 2014 - Last Update: Apr 19, 2018

5/5, 72 likes
  1. Tell me how to do a quick craft for all players?
     
  2. It explains everything in detail.
    Did you actually read it?

    instant crafting time = /rate 0
     
  3. I downloaded the plugin CraftingController and when i type /craft in chat it says unknown command and in rusty when i type crafting.rate 0 it does nothing somebody please help me and tell me what i can do to fix it
     
  4. yeah still having the same prob, no log errors, only this mod, still only instant craft for admins. Tried re downloading, after deleting everything restarted checked the rate, rate is 0 and still full craft. No conflicting mods bc there are no other mods now and still doesnt work. but I have seen other servers that have it working. does nobody have any idea what is causing this?
     
  5. im trying /craft 0 and /rate 0 still saying unknown command even after reinstalling it.
     
  6. Wulf

    Wulf Community Admin

    Check your logs for errors. Also make sure you are set as admin/owner.
     
  7. I would love to block cetain items for certain groups, is that somehow possible with your plugin? thanks in advance !
     
  8. For some reason, the rate is set to 0, but only the admins have instant craft. The normal players don't have instant craft. When the normal players type /rate it's 0%.
     
  9. You might have a conflicting plugin installed
     
  10. I realized that huntrpg may be interfering with this plugin.
     
  11. Doesn't seem to be instacraft for a Bota Bag!
     
  12. Yep just noticed this too :p
     
  13. Doesn't seem to work for anything, only works for admins.
     
  14. I can not get anything to save in regards to blocking items from being crafted. Ive tried both in game and console they will block for that session but if I restart server when it restarts its unblocked.I have also tried server.writecfg <and also quit command instead of restarting from multiplay "clanforge" site.
    Any ideas?

    this is my craftingcontroller.json
    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}.",
        "ModifyError": "The new crafting rate must be a number between 0 and 2 where 0 is instant craft, 1 is normal and 2 is double!",
        "NoBlockedItems": "No items have been blocked.",
        "NoItemSpecified": "You need to specify an item to block/unblock.",
        "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,
        "CraftingRate": 0.0,
        "InstantCraftForAdmins": true,
        "InstantCraftForModerators": false,
        "LCtrlAmount": 10,
        "LShiftAmount": 5
      },
      "Settings": {
        "ChatPrefix": "Crafting Controller",
        "ChatPrefixColor": "#008000ff"
      }
    }
    thanks
     
  15. Are you actually using the latest version of the plugin because I see a missing value in your config file. If you aren't, could you please update the plugin and then try again?
     
  16. ddo

    ddo

    new items are not affected
     
  17. I can confirm this, we'll wait for your lovely updates!
     
  18. Some changes were made to the item list, I'll have to update how I grab all the items when the plugin loads/changes the crafting times when I get home.
     
  19. Still same thing cant figure it out and config looks same can you post what it should be?