np shit happens I gess lol can u pls explain what this 2 boxs are for and how too use them "mods": [], "modules": [],
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
-
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 }
-
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 -
-
-
Oh I see now one more question can i change bullet speed like rockets
-
-
[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 -
-
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]
[DOUBLEPOST=1436662534][/DOUBLEPOST] -
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. -
-
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!
-
I have the same issue like Uberham Lincoln! Installed the plugin.. where is my config or how can I manipulate things? TIA
-
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
Last edited by a moderator: Jul 19, 2015 -
I don't have any other plugins that deal with stacking and yet Rust is ignoring what I put in the item config.
-
When plugin update? Plugin delete new config and create new (which doesnt contain new items)
-
-
Ok this plugin NEEDS updated!!! My server no longer reads the stackable. I have NO other plugins that deal with items
-
Where the update?