Jump to content

Johann Kruger

Member
  • Posts

    11
  • Joined

  • Last visited

Everything posted by Johann Kruger

  1. Johann Kruger

    Referrals

    Finally someone does it! Any chance of adding Tebex support to it or Paypal?
  2. Found the problem. It seems the plugin will only spawn items if the correct Workbench which is specified in the config is present. If you only have a higher level workbench it will not work.
  3. Please see attached pic dude.
  4. This command does not seem to work in command prompt - giverecycler or give recycler I get an error saying item does not exist.
  5. Before I do that, here is my current config. I looked at the default config and I don't seem to find a fault. Maybe you can spot something as I would like my menu setup in this way please. { "The color of the button when all the items are present": "#80FF8080", "Command": "craft", "Enable debug?": true, "Workbenches Setting": { "None": { "Color": "#00000080", "Title": "No Workbench Required" }, "One": { "Color": "#80400080", "Title": "Workbench 1 LVL" }, "Two": { "Color": "#0080FF80", "Title": "Workbench 2 LVL" }, "Three": { "Color": "#FF000080", "Title": "Workbench 3 LVL" } }, "Craft Settings": [ { "Enabled craft?": true, "Image": "https://i.imgur.com/LLB2AVi.png", "Description": [ "Craft requires:", "- Gears (50 pcs)", "- Road Signs (150 pcs)", "- Scrap (2000 pcs)" ], "Command for give": "giverecycler", "Permission for craft": "crafts.all", "DisplayName": "Home Recycler", "Shortname": "research.table", "Amount": 0, "Skin": 2186833264, "Type (Item/Command/Vehicle/Recycler)": "Recycler", "Prefab (for Vehicle)": "assets/bundled/prefabs/static/recycler_static.prefab", "Command on give": "", "Workbench Level": 2, "Distance Check": true, "Distance": 1.5, "Place the ground": false, "Place the structure": false, "Items For Craft": [ { "Shortname": "gears", "Amount": 50, "Skin": 0 }, { "Shortname": "roadsigns", "Amount": 150, "Skin": 0 }, { "Shortname": "scrap", "Amount": 2000, "Skin": 0 } ], "For Modular Car": null }, { "Enabled craft?": true, "Image": "https://rustlabs.com/img/items180/mining.pumpjack.png", "Description": [ "Craft requires:", "- Gears (125 pcs)", "- Road Signs (500 pcs)", "- Sheetmetal (250 pcs)", "- Scrap (10000 pcs)" ], "Command for give": "givepumpjack", "Permission for craft": "crafts.all", "DisplayName": "PumpJack", "Shortname": "mining.pumpjack", "Amount": 1, "Skin": 2244308598, "Type (Item/Command/Vehicle/Recycler)": "Item", "Prefab (for Vehicle)": "", "Command on give": "", "Workbench Level": 3, "Distance Check": true, "Distance": 1.5, "Place the ground": false, "Place the structure": false, "Items For Craft": [ { "Shortname": "gears", "Amount": 125, "Skin": 0 }, { "Shortname": "roadsigns", "Amount": 500, "Skin": 0 }, { "Shortname": "sheetmetal", "Amount": 250, "Skin": 0 }, { "Shortname": "scrap", "Amount": 10000, "Skin": 0 } ], "For Modular Car": null }, { "Enabled craft?": true, "Image": "https://rustlabs.com/img/items180/mining.quarry.png", "Description": [ "Craft requires:", "- Gears (125 pcs)", "- Road Signs (500 pcs)", "- Sheetmetal (250 pcs)", "- Scrap (10000 pcs)" ], "Command for give": "givequarry", "Permission for craft": "crafts.all", "DisplayName": "Quarry", "Shortname": "mining.quarry", "Amount": 1, "Skin": 0, "Type (Item/Command/Vehicle/Recycler)": "Item", "Prefab (for Vehicle)": "", "Command on give": "", "Workbench Level": 3, "Distance Check": true, "Distance": 1.5, "Place the ground": false, "Place the structure": false, "Items For Craft": [ { "Shortname": "gears", "Amount": 125, "Skin": 0 }, { "Shortname": "roadsigns", "Amount": 500, "Skin": 0 }, { "Shortname": "sheetmetal", "Amount": 250, "Skin": 0 }, { "Shortname": "scrap", "Amount": 10000, "Skin": 0 } ], "For Modular Car": null } ], "Recycler Settings": { "Recycling speed": 5.0, "Use DDraw? (showing damage on the recycler)": true, "DDraw Radius": 7.5, "DDraw Text": "<size=19>RECYCLER</size>\n<size=15>{0}/{1}</size>", "DDraw Color": "#C5D0E6", "DDraw Delay (sec)": 0.75, "Enabled pickup?": true, "Only owner can pickup": true, "Check ability to build for pickup": true, "BaseProtection Settings": [ 0.9, 0.0, 0.0, 0.0, 0.0, 0.5, 0.0, 0.0, 0.0, 0.9, 0.5, 0.5, 0.0, 1.0, 1.0, 0.5, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 1.0 ], "Damage Scale": 0.5 }, "Car Settings": { "Active Items (in hand)": { "Forbid to hold all items": true, "List of blocked items (shortname)": [ "explosive.timed", "rocket.launcher", "surveycharge", "explosive.satchel" ] }, "DDraw Radius": 7.5, "DDraw Text": "<size=15>{0}/{1}</size>", "DDraw Color": "#C5D0E6", "DDraw Delay (sec)": 0.75 } }
  6. What I mean is like do I need load this one
  7. Thanks dude, I have tried it and used your config on paste bin but still no luck. Do I need to load another plugin as a add on for this to work?
  8. I seem to be having problems getting the Recycler Craft to work, can you please advise me on where I am going wrong here as I have been struggling to get this part to work for a while now. Below you can see my config. { "Enabled craft?": true, "Image": "https://i.imgur.com/LLB2AVi.png", "Description": [ "Craft requires:", "- Gears (50 pcs)", "- Road Signs (150 pcs)", "- Scrap (2000 pcs)" ], "Command for give": "giverecycler", "Permission for craft": "crafts.all", "DisplayName": "Home Recycler", "Shortname": "research.table", "Amount": 1, "Skin": 0, "Type (Item/Command/Vehicle/Recycler)": "Recycler", "Prefab (for Vehicle)": "assets/bundled/prefabs/static/recycler_static.prefab", "Command on give": "", "Workbench Level": 2, "Distance Check": true, "Distance": 1.5, "Place the ground": true, "Place the structure": true, "Items For Craft": [ { "Shortname": "gears", "Amount": 50, "Skin": 0 }, { "Shortname": "roadsigns", "Amount": 150, "Skin": 0 }, { "Shortname": "scrap", "Amount": 2000, "Skin": 0 } ], "For Modular Car": null },

About Us

Codefling is the largest marketplace for plugins, maps, tools, and more, making it easy for customers to discover new content and for creators to monetize their work.

Downloads
2.5m
Total downloads
Customers
11.3k
Customers served
Files Sold
161.5k
Total sales
Payments
3.5m
Processed total
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.