ItemConfig

Settings for items, blueprints, weapons, tools, etc.

Total Downloads: 5,648 - First Release: Feb 5, 2015 - Last Update: Nov 11, 2016

5/5, 22 likes
  1. np shit happens I gess lol can u pls explain what this 2 boxs are for and how too use them "mods": [], "modules": [],
     
  2. it is used for item modules eg the explosive rifle ammo:
    Code:
    {
      "category": "Ammunition",
      "condition": {
        "enabled": false,
        "max": 0.0,
        "repairable": false
      },
      "displayDescription": "This ammo explodes on contact dealing a small amount of fragmentation damage to nearby objects",
      "displayName": "Explosive 5.56 Rifle Ammo",
      "maxDraggable": 0.0,
      "modules": [
        {
          "breakProbability": 0.0,
          "createOnImpactChance": 0.05000000074505806,
          "damageTypes": [
            {
              "amount": 45.0,
              "type": "Bullet"
            },
            {
              "amount": 3.0,
              "type": "Explosion"
            }
          ],
          "drag": 0.6,
          "flybySoundDistance": 8.0,
          "fullDamageVelocity": 175.0,
          "gravityModifier": 1.25,
          "mods": [
            {
              "damage": {
                "amount": 5.0,
                "type": "Explosion"
              },
              "radius": 1.5,
              "type": "ItemModProjectileRadialDamage"
            }
          ],
          "remainInWorld": false,
          "ricochetChance": 0.0,
          "spreadAngle": 0.0,
          "thickness": 0.15,
          "type": "ItemModProjectileSpawn"
        }
      ],
      "rarity": "VeryRare",
      "shortname": "ammo_rifle_explosive",
      "stackable": 64.0
    }
    [DOUBLEPOST=1436568236][/DOUBLEPOST]
    which items? can't see any issue with the plugin and can't find any item which is wrong
     
  3. i got the problem on every ammo item.

    i reinstalled the plugin 2 times.

    i player contact me with the issue he was spammed with gunpowder after crafting a Bullet
     
  4. crafted all ammo types and had no issues, got no gunpowder at all...also can't imagine that the plugin would cause such issue...do you have a crafting plugin or so?
     
  5. CraftingController with instacraft only
     
  6. Oh I see now one more question can i change bullet speed like rockets
     
  7. sorry can't find any issue (the plugin doesn't give or handle any item creations, you can only modify the ingredients for a blueprint and not more than one targetItem for it...), check your configs and try to restart your server to be sure there is nothing bugged...

    client wouldn't notice any of the changes
     
  8. for too lower bullet drop
    [DOUBLEPOST=1436656529,1436571227][/DOUBLEPOST]one problem
    "displayDescription": "A metal barricade with Barbed Wire. Will hurt players and animals that run into it. The barbed wire causes more damage and catches the player more which slows down their movement. Being metal, this item is harder to destroy than the regular wooden version.",
    "displayName": "Metal Barricade",
    "maxDraggable": 0.0,
    "modules": [],
    "rarity": "Rare",
    "shortname": "barricade.metal",
    "stackable": 1000.0
    stacking not working
     
  9. installed StackSizes or StackSizeController? then you need to set it via these plugins...otherwise it should work
     
  10. why it doing that never use too if I install those plugins then all my stack will have too be reset
    it only metal baric thats doing this every thing working 100 %
    [DOUBLEPOST=1436659453][/DOUBLEPOST]weird thing is if u drop on floor and pick up it stacks as soon as u pull or create them no stack ?????
    [DOUBLEPOST=1436662481][/DOUBLEPOST]
    lot messing around with coding now working very weird I get the wireds glitches lol
    [DOUBLEPOST=1436662534][/DOUBLEPOST]
    mite be notpade ++
     
  11. You don't need the stack plugins but itemconfig ignores stackable when they are installed.
    Stacks larger than 65535 won't work on move, its a rust bug.
    I can check the metal barricade tomorrow, but normally it should work.
     
  12. Thanks man :)
     
  13. I'd like to try to use Item Config to block crafting of certain items. Could I do that by making the item really really expensive to craft? If so could someone post an example. Not sure what I'd need to edit. Thanks!
     
  14. I have the same issue like Uberham Lincoln! Installed the plugin.. where is my config or how can I manipulate things? TIA
     
  15. Code:
          "amountToCreate": 4.0,
          "defaultBlueprint": true, false too block
          "ingredients": [
            {
              "amount": 10.0, you can change 25.0,
              "shortname": "metal_fragments"
            },
            {
              "amount": 5.0, you can change amount say 15.0,
              "shortname": "gunpowder"
            }
          ],
          "isResearchable": true, false too block
          "rarity": "Uncommon",
          "targetItem": "ammo_pistol",
          "time": 0.0but as far as I know doesn't show in game it will all ways be 5 gun powder and 10 metal but u still need 25 and the 15 but won't show that just a tip
    [DOUBLEPOST=1436702779][/DOUBLEPOST]or u can do this
          "amountToCreate": 4.0,
          "defaultBlueprint": false,
          "ingredients": [
            {
              "amount": 10.0,
              "shortname": "metal_fragments"
            },
            {
              "amount": 10.0,
              "shortname": "lowgradefuel"
            },
            {
              "amount": 100.0,
              "shortname": "cloth"
            },
            {
              "amount": 5.0,
              "shortname": "gunpowder"
            }
          ],
          "isResearchable": true,
          "rarity": "Uncommon",
          "targetItem": "ammo_pistol",
          "time": 0.0
    [DOUBLEPOST=1436702921][/DOUBLEPOST]what ever floats your boat
     
    Last edited by a moderator: Jul 19, 2015
  16. I don't have any other plugins that deal with stacking and yet Rust is ignoring what I put in the item config.
     
  17. When plugin update? Plugin delete new config and create new (which doesnt contain new items)
     
  18. can't confirm any issues...check again and wait until server is online
     
  19. Ok this plugin NEEDS updated!!! My server no longer reads the stackable. I have NO other plugins that deal with items
     
  20. Where the update?