Magic Craft

Alternative crafting system

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

5/5, 25 likes
  1. BulkCraft Dosent Work No Errors In Log Or In Rcon ,
    2 days ago the plugin worked fine and then after the 104 devblog update plugin didnt work anymore (Plugin Need An Update)
    Pls Fix It as fast as u can Thx !
     
  2. oxide/data/MagicCraft.json Change all false to true.
     
  3. I Did 0 inactive all enabled
     
  4. Great plugin, Always enjoyed it in my server, but could you add a config line which uses the players skin id that he/she is trying to craft? because i cannot use my own skins with the plugin :S
     
  5. Hey, I get this error when crafting something

    (19:15:15) | [Oxide] 18:15 [Error] Failed to call hook 'OnItemCraft' on plugin 'MagicCraft v0.2.2' (NullReferenceException: Object reference not set to an instance of an object)

    How can I fix it?

    Ty,
     
  6. Is there any way to have MagicCraft work while CraftingController is on? It seems like on my server the controller will override MagicCraft! Thank you.
     
  7. this may need an update now i think to work with crafting controller not working for me either
     
  8. Hey, is it possible to make it so when players craft an item, it crafts the item with the skin they enabled while having bulk craft set to true?
     
  9. Yah, plus it seems like the skins are broken. Like 2dles said, bulk craft will override any user skins.
     
  10. hey guys
    im using crafting controller and my members are asking for magic craft
    ive installed the plugin but instant crafting isnt working ive give permissions to all players
    this is my config file
    Code:
    {
      "Protocol": 1320,
      "UsePopupNotifications": false,
      "MessagesEnabled": true
    }"gunpowder": {
      "MaxBulkCraft": 999,
      "MinBulkCraft": 1,
      "displayName": "Gun Powder",
      "shortName": "gunpowder",
      "description": "Made from Sulphur and Charcoal.",
      "Enabled": true,
      "Cooldown": 0
      },
    any ideas to why its not working.
    thanks
     
    Last edited by a moderator: Apr 14, 2016
  11. Hi, you need instant craft?
    [DOUBLEPOST=1460635041][/DOUBLEPOST]If yes install this plugin

    Crafting Controller for Rust | Oxide

    and log on as admin and write command:

    /rate 0 results in instant-craft
    /rate 50 results in half-craft
    /rate 100 results in normal-craft
    /rate 150 results in 50% extra crafting time
    /rate 200 results in double-craft

    or you can set invidual item rate exaple:
    /itemrate Hammer 0
     
  12. i have that mate but its counting down from 999 which takes like 5mins i have /rate 0 for instant craft but still counts down from 999 not instant

    i have this and crafting controller

    Magic Craft for Rust | Oxide
     
  13. Hmm i think you canĀ“t produce all 999 at once
    It must produce gradually but quickly 0sec instead 10sec
     
  14. yeah i seen it on some maps where its instant. nevermind its better then it was.
     
  15. hmm in magic craft is this settings

    "gunpowder": {
    "MaxBulkCraft": 999,
    "MinBulkCraft": 1,
    "displayName": "Gun Powder",
    "shortName": "gunpowder",
    "description": "Made from Sulphur and Charcoal.",
    "Enabled": false, <----------- chge this to true
    "Cooldown": 0
    },

    But this is only for Gunpowder.

    if u can set this for other item you must create new settings... i think :)



    "gunpowder": { <----------- set name item
    "MaxBulkCraft": 999,
    "MinBulkCraft": 1,
    "displayName": "Gun Powder", <----------- set displayname item
    "shortName": "gunpowder", <----------- set shortname item
    "description": "Made from Sulphur and Charcoal.", <----------- set description
    "Enabled": false, <----------- chge this to true
    "Cooldown": 0
    },


    For example:


    "gunpowder": {
    "MaxBulkCraft": 999,
    "MinBulkCraft": 1,
    "displayName": "Gun Powder",
    "shortName": "gunpowder",
    "description": "Made from Sulphur and Charcoal.",
    "Enabled": true,
    "Cooldown": 0
    },

    "hatchet": {
    "MaxBulkCraft": 999,
    "MinBulkCraft": 1,
    "displayName": "Hatchet",
    "shortName": "hatchet",
    "description": "Made from Wood and Metal Fragments.",
    "Enabled": true,
    "Cooldown": 0
    },
     
  16. Is it possible to enable permission to everyone? I want instacraft for all my players and its impossible to give permission one by one.
     
  17. Nice plugin!
    I noticed that there is a skin option, how does it work ?
     
  18. If you have chathandler installed, you can add it to the "player" group, which gives to everyone by default
     
  19. Alright! So hear me out! i got this problem on my server.. let me try and explain.

    First i got all skins disabled and all the skins in the DATA are set to 0.
    So my problem is i got people complaining about the fact that people cannot use there legit skins on the server.
    Does anyone have either a fix or an idea how i can solve this issue regarding this?

    Sincerly...
    Frost.
     
  20. While this plugin works for us it crafts more than it should. Try crafting 100 handmade shells. It will use resources for 100 but give you 200. Does this for other ammo types too. A fix would be great.