Hi guys,
I seem to be having serious problem with the StackSize plugin.. Seems like if i put too many items in it, it just stops working all together..
Anyone else experiencing the same problems, or is it only my server?
Stack Sizes [Unmaintained]
Discussion in 'Plugin Support' started by ColonelAngus, Feb 7, 2015.
-
I'm having the same issue as colwulf. I've tried making them stack, but I think because they have durability, it won't stack. Even if they have the exact same durability (newly crafted)
With the addition of being able to throw spears, I'd like to have them stack some. -
Either way you should do what PaiN said, report plugin issues on their own discussions. So the authors talk directly to you. -
I added all items to the config, just thought i would share
Code:{ "Config": { "items": [ { "name": "bone_fragments", "stackSize": 10000 }, { "name": "charcoal", "stackSize": 10000 }, { "name": "cloth", "stackSize": 10000 }, { "name": "fat_animal", "stackSize": 10000 }, { "name": "gunpowder", "stackSize": 100000 }, { "name": "lowgradefuel", "stackSize": 10000 }, { "name": "metal_fragments", "stackSize": 250000 }, { "name": "metal_ore", "stackSize": 500000 }, { "name": "metal_refined", "stackSize": 100000 }, { "name": "papar", "stackSize": 10000 }, { "name": "stones", "stackSize": 500000 }, { "name": "sulfur", "stackSize": 100000 }, { "name": "sulfur_ore", "stackSize": 500000 }, { "name": "wood", "stackSize": 250000 }, { "name": "ammo_handmade_shell", "stackSize": 1000 }, { "name": "ammo_pistol", "stackSize": 1000 }, { "name": "ammo_pistol_fire", "stackSize": 1000 }, { "name": "ammo_pistol_hv", "stackSize": 1000 }, { "name": "ammo_rifle", "stackSize": 1000 }, { "name": "ammo_rifle_explosive", "stackSize": 1000 }, { "name": "ammo_rifle_incendiary", "stackSize": 1000 }, { "name": "ammo_rifle_hv", "stackSize": 1000 }, { "name": "ammo_rocket_basic", "stackSize": 10 }, { "name": "ammo_rocket_hv", "stackSize": 10 }, { "name": "ammo_rocket_fire", "stackSize": 10 }, { "name": "ammo_rocket_smoke", "stackSize": 10 }, { "name": "ammo_shotgun", "stackSize": 1000 }, { "name": "ammo_shotgun_slug", "stackSize": 1000 }, { "name": "arrow_hv", "stackSize": 1000 }, { "name": "arrow_wooden", "stackSize": 1000 }, { "name": "barricade.concrete", "stackSize": 100 }, { "name": "barricade.metal", "stackSize": 100 }, { "name": "barricade.sandbags", "stackSize": 100 }, { "name": "barricade.stone", "stackSize": 100 }, { "name": "barricade.wood", "stackSize": 100 }, { "name": "barricade.woodwire", "stackSize": 100 }, { "name": "wolfmeat_cooked", "stackSize": 300 }, { "name": "wolfmeat_raw", "stackSize": 300 }, { "name": "box_wooden", "stackSize": 25 }, { "name": "box_wooden_large", "stackSize": 25 }, { "name": "campfire", "stackSize": 25 }, { "name": "ladder.wooden.wall", "stackSize": 25 }, { "name": "cupboard.tool", "stackSize": 25 }, { "name": "apple", "stackSize": 300 }, { "name": "can_beans", "stackSize": 300 }, { "name": "can_tuna", "stackSize": 300 }, { "name": "chicken_cooked", "stackSize": 300 }, { "name": "chocholate", "stackSize": 300 }, { "name": "granolabar", "stackSize": 300 }, { "name": "black raspberries", "stackSize": 300 }, { "name": "humanmeat_cooked", "stackSize": 300 }, { "name": "humanmeat_raw", "stackSize": 300 }, { "name": "chicken_raw", "stackSize": 300 }, { "name": "mushroom", "stackSize": 300 }, { "name": "smallwaterbottle", "stackSize": 300 }, { "name": "furnace", "stackSize": 25 }, { "name": "lantern", "stackSize": 25 }, { "name": "lock.code", "stackSize": 25 }, { "name": "lock.key", "stackSize": 25 }, { "name": "antiradpills", "stackSize": 300 }, { "name": "bandage", "stackSize": 100 }, { "name": "largemedkit", "stackSize": 10 }, { "name": "syringe_medical", "stackSize": 20 }, { "name": "box_repair_bench", "stackSize": 25 }, { "name": "research_table", "stackSize": 25 }, { "name": "battery_small", "stackSize": 250 }, { "name": "blood", "stackSize": 25 }, { "name": "explosives", "stackSize": 250 }, { "name": "skull_human", "stackSize": 500 }, { "name": "sign.wooden.huge", "stackSize": 25 }, { "name": "sign.wooden.large", "stackSize": 25 }, { "name": "sign.wooden.medium", "stackSize": 25 }, { "name": "sign.wooden.small", "stackSize": 25 }, { "name": "sleepingbag", "stackSize": 25 }, { "name": "supply_signal", "stackSize": 50 }, { "name": "trap_bear", "stackSize": 100 }, { "name": "spikes.floor", "stackSize": 100 }, { "name": "explosive.timed", "stackSize": 25 }, { "name": "grenade.beancan", "stackSize": 50 }, { "name": "grenade.f1", "stackSize": 50 }, { "name": "blueberries", "stackSize": 300 } ] } }
-
-
Wulf Community Admin
-
Last edited by a moderator: Jun 10, 2015
-
[DOUBLEPOST=1433972871][/DOUBLEPOST]oh wait, is this mod not using the reload or onload feature? if I mode the json file and do a oxide.reload * it should load my changes. it does not. -
Getting same problems as a few post above, once i stack alot of items some of them wont stack/some of them do (Used Hollow config for items)
validated from json. -
hint* The issue is in the code, find it and correct it. its one simple error
-
RESOLVED - I added a ton of items but I did a copy past and repeated the old code at the bottom and it overwrote the new list. it all works now.
[DOUBLEPOST=1434029249,1433987874][/DOUBLEPOST] -
Stack Sizes are broken, any idea for a quick fix? I have 10x Gather and it's sort of killing me after todays update.
-
-
Yes just today, and I was looking for errors but couldn't find any, after the update nothing would stack past 1,000 so when I typed oxide.reload "StackSizes" I got this.
-
Strange issue with stacks at the moment. Can't decide where it is game or plugin related. I set resource stacks to 100k, when I move a stack from point to point it splits it into 2 thirds of total. I am guessing it is game bug but thought I would flag it just in case.
-
My stack sizes have not broken, but i have a friend whos they did on his server. i wonder what i did differently. maybe its an item?
-
I don't know what is wrong with my config files but I am unable to stack some of the things on it. Wood and default resources work however items like ammo_rifle_explosive simply refuse to work. If anyone could take a look that would be great.
Config:
Code:{ "Config": { "items": [ { "name": "bone_fragments", "stackSize": 1000000 }, { "name": "charcoal", "stackSize": 1000000 }, { "name": "cloth", "stackSize": 1000000 }, { "name": "fat_animal", "stackSize": 1000000 }, { "name": "gunpowder", "stackSize": 1000000 }, { "name": "lowgradefuel", "stackSize": 1000000 }, { "name": "metal_fragments", "stackSize": 1000000 }, { "name": "metal_ore", "stackSize": 1000000 }, { "name": "metal_refined", "stackSize": 1000000 }, { "name": "paper", "stackSize": 1000000 }, { "name": "stones", "stackSize": 10000000 }, { "name": "sulfur", "stackSize": 1000000 }, { "name": "sulfur_ore", "stackSize": 10000000 }, { "name": "wood", "stackSize": 10000000 }, { "name": "ammo_rifle", "stackSize": 1000 }, { "name": "ammo_shotgun", "stackSize": 1000 }, { "name": "ammo_pistol", "stackSize": 1000 }, { "name": "arrow_wooden", "stackSize": 1000 }, { "name": "bandage", "stackSize": 1000 }, { "name": "largemedkit", "stackSize": 100 }, { "name": "syringe_medical", "stackSize": 1000 }, { "name": "flare", "stackSize": 1000 }, { "name": "explosive.timer", "stackSize": 1000 }, { "name": "furnace", "stackSize": 100 }, { "name": "box_wooden_large", "stackSize": 1000 }, { "name": "box_wooden", "stackSize": 100 }, { "name": "lantern", "stackSize": 1000 }, { "name": "spear_wooden", "stackSize": 1000 }, { "name": "spear_stone", "stackSize": 1000 }, { "name": "building_planner", "stackSize": 1000 }, { "name": "lock.code", "stackSize": 1000 }, { "name": "sleeping.bag", "stackSize": 1000 }, { "name": "antiradpills", "stackSize": 1000 }, { "name": "apple", "stackSize": 1000 }, { "name": "black", "stackSize": 1000 }, { "name": "chocholate", "stackSize": 1000 }, { "name": "granolabar", "stackSize": 1000 }, { "name": "smallwaterbottle", "stackSize": 1000 }, { "name": "trap_bear", "stackSize": 1000 }, { "name": "door_key", "stackSize": 1000 }, { "name": "rocket", "stackSize": 1000 }, { "name": "ammo_rifle_explosive", "stackSize": 1000 }, { "name": "rammo_rifle_hv", "stackSize": 1000 }, { "name": "ammo_pistol_hv", "stackSize": 1000 }, { "name": "ammo_rifle_incendiary", "stackSize": 1000 }, { "name": "ammo_pistol_incendiary", "stackSize": 1000 }, { "name": "ammo_rocket_basic", "stackSize": 1000 }, { "name": "ammo_rocket_fire", "stackSize": 1000 }, { "name": "ammo_rocket_hv", "stackSize": 1000 }, { "name": "lock.code", "stackSize": 1000 } ] } }
Last edited by a moderator: Jun 12, 2015 -
EDIT* Okay so I used the config file you posted in an early post and still doesn't solve it. I wonder if I have a rogue plugin somewhere.Last edited by a moderator: Jun 12, 2015 -
[Warning] Ignored obsolete game extension reference 'Oxide.Ext.Rust' in plugin 'StackSizes'
Ignored obsolete game extension reference --> 'Oxide.Ext.Rust <---
Thx alot -
Wulf Community Admin