Magic Craft

Alternative crafting system

Total Downloads: 6,435 - First Release: Sep 18, 2015 - Last Update: Oct 13, 2017

5/5, 25 likes
  1. Norn submitted a new resource:

    Magic Craft - Alternative crafting system.

    Read more about this resource...
     
  2. Norn updated Magic Craft with a new update entry:

    0.1

     
  3. Do not work for me
     
  4. Have you enabled the item?

    Everything is disabled by default. You need to enable it in the data folder and then reload the plugin.
     
  5. thank you it works. Share cons I can not disable the moment CAFT is it normal
     
  6. Sorry I do not understand what you mean?
     
  7. This how it should work right?
    Code:
    {
      "MessagesEnabled": true,
      "Protocol": 1324,
      "UsePopupNotifications": true
    }
    {
    "gunpowder": {
      "MaxBulkCraft": 999,
      "MinBulkCraft": 1,
      "displayName": "Gun Powder",
      "shortName": "gunpowder",
      "description": "Made from Sulphur and Charcoal.",
      "Enabled": true,
      "Cooldown": 0
      },
    "Explosives": {
      "MaxBulkCraft": 999,
      "MinBulkCraft": 1,
      "displayName": "Explosives",
      "shortName": "Explosives",
      "description": "Made by your amazing hands.",
      "Enabled": true,
      "Cooldown": 0
      },
    {
    "Timed Explosive Charge": {
      "MaxBulkCraft": 999,
      "MinBulkCraft": 1,
      "displayName": "Timed Explosives",
      "shortName": "Timed Explosives",
      "description": "Boom boom stuff.",
      "Enabled": true,
      "Cooldown": 0
      }
     
  8. Try it, the data file is auto generated
     
  9. I didn't work....
     
  10. The data list should contain information about every item, all you do to turn it on is open the data file in note ctrl + f and search for the item. Then turn enabled to true.

    Delete the config and data file and reload.
     
  11. I turned everything
     
  12. I see you have popup notifications turned on, do you have the plugin? It's an optional dependency therefore you need to download it
     
  13. I have it yes when I load it it says this [Oxide] 5:28 PM [Info] [MagicCraft] Loaded 202 items. (Enabled: 0 | Inactive: 202).
    [DOUBLEPOST=1444858265][/DOUBLEPOST]I have it enabled though
     
  14. You haven't set up the data file correctly, you're meant to edit the MagicCraft file in the data folder. Not the config. Then reload.
     
  15. I did....
     
  16. You haven't, Inactive 202
     
  17. I have......
    [DOUBLEPOST=1444858485][/DOUBLEPOST]},
    "gunpowder": {
    "MaxBulkCraft": 999,
    "MinBulkCraft": 1,
    "displayName": "Gun Powder",
    "shortName": "gunpowder",
    "description": "Made from Sulphur and Charcoal.",
    "Enabled": true,
    "Cooldown": 0
    }
    [DOUBLEPOST=1444858505][/DOUBLEPOST]That's in the data file
     
  18. Requests:
    • add cooldowns option per item
    • add crafting timer per item quantity ( ie. every 100 GP takes 10 seconds )
    • add option to customize the crafting finished popup message per item
    • add option on per item basis to broadcast chat/popup bulk craft of [x] amount or greater. ( ie. global chat or popup message - "BilltheBoner crafted 20 C4 ! Watchout!" )
     
  19. Norn updated Magic Craft with a new update entry:

    0.2