Commands for the previous versionSolved

Howdy all,

I am hoping that someone might remember how to set the stack size of every item to a specific value with the previous version of this plugin ?

If I remember right it was "stacksize all xxx" or "stacksize item xxx".  Would anyone be able to confirm these commands ? I want to roll this plugin back to a previous version as it still appears to not like a custom amount for the default stack sizes. Every day when I restart my server I have to upload the json with custom limits as it reverts back without fail. I want to roll this plugin back to the previous version, but I cant remember those commands for sure. I want to be able to make the transition quickly and without causing too big of a hassle for my players.

Thanks in advance

As defined in detail in the plugin description, it's stacksizecontroller.setallstacks. If you also read the update notes for the MAJOR version change from v2 to v3 it tells you to regenerate your data and config files. There is no support currently for v2 data or configuration to v3 data or configuration. If your throwing in the old data file for v2, if it's working it's a major fluke / glitch. You'll have to regenerate the data file and reconfigured customstacksize for your desired stacks. Then just put the data file in, reload the plugin and done. Since you haven't yet, I'd strongly suggest reading the description and the v3.0.0 patch notes, as most of your questions will be answered there.

Merged post

If your wanting to set a hard limit for every item, instead of a multiplier, you need to modify the config directly. setallstacks only sets multipliers right now.

I am sorry that you seem to have misunderstood my question, as well as what I have and havent done with regards to this plugin. I am not trying to set the stacksize all in this current version, as it has been difficult in some regards since the latest update. I was hoping to roll back the plugin to a previous version and was simply looking to see if anyone remembered the commands.

I am sorry you seem a little offended by this question... so I will leave this question out there for anyone else willing to answer if they remember.

Ty for your time however.

- `/stack ` -- Set the stack size of item to specified amount *(ex: `/stack ammo.rocket.hv 64`)*- `/stackall ` -- Set the stack size of all items to specified amount *(ex: `/stack 65000`)*- **Stack size "default" can be used to set all or specified items to the config default values.**

Locked automatically