Change the amountSolved

i cant figure out how to add more rows to it.i tried changing it on the config file to no avail.any idea what im doing wrong or where to change all that at?

I have looked at your Question and found where you should be able to address this. It is in your cs. File. If you look in top Opening Paragraph paragraph. You can change the Number of Rows and such here. I hope this helps. I can't atest to it, but based on past experiences. I think this is what You are Looking for. I hope it helps?
I wish I knew how to send the Pic I took to show you? Don't know how on this stpid site! Sorry.

They actually made it real easy, you take a screen shot upload it to imgur and either use the insert image function or the link function ,

Merged post

Size permissions

If you want to grant specific players or groups more backpack capacity than the default (Backpack size -> Default size), then you may do so via permissions. Each number present in the Backpack size -> Permission sizes config option will cause the plugin to generate a permission of the format backpacks.size.<number>, which assigns the corresponding players or groups that much capacity. For example, backpacks.size.18 would assign 18 slots of capacity (3 rows).

The following permissions come with the plugin's default configuration.

  • backpacks.size.6 -- 1 rows
  • backpacks.size.12 -- 2 rows
  • backpacks.size.18 -- 3 rows
  • backpacks.size.24 -- 4 rows
  • backpacks.size.30 -- 5 rows
  • backpacks.size.36 -- 6 rows
  • backpacks.size.42 -- 7 rows
  • backpacks.size.48 -- 8 rows
  • backpacks.size.96 -- 16 rows (2+ pages)
  • backpacks.size.144 -- 24 rows (3+ pages)

Additional permissions may be defined by simply adding them to the Backpack size -> Permission sizes config option and reloading the plugin.

nope. Still don't understand it. .......Anyway. What Rows are you talking about?/The actual Storage size of the Backpack? Or the number of Rows perpage in your Backpack? The picture config you have shown is for the overall storage capacity size. The "other" Rows I thought you might mean. Were in the cs File. Near the beginning. Actual number of Rows on each Page of the Backpack storage size.

If you want to configure the default size of the backpack, you do it with this config option.

"Backpack size": {
    "Default size": 6,

Then you save that json file and reload the plugin with command o.reload Backpacks.

If changing that value is not working for you, it means you have assigned yourself (either your steam ID, or an Oxide group that you are a member of) a permission that overrides the default size. If you don't want to change the default size, for example, because you want different players to have different backpack sizes, then you follow the documentation which pookins pasted above.

Note that there are some limitations, like you cannot exceed 8 rows per page. If you grant more capacity than 8 rows (48 slots), the backpack will automatically partition into multiple pages, for which UI buttons will automatically be shown to navigate between them when viewing the backpack contents.

Editing the *.cs file, especially for first time users, is not appropriate advice, especially for a use case that the plugin has been designed to handle via the config for many years.

Thank you for explaining this in detail. Sorry to have overstepped. I usually can change/edit the cs if need be. I know now not to try to Help again. Just thought I could help the guy. Sorry to confuse you Prodrumernate!
                                                                                                                   Dave

TheEye
nope. Still don't understand it. .......Anyway. What Rows are you talking about?/The actual Storage size of the Backpack? Or the number of Rows perpage in your Backpack? The picture config you have shown is for the overall storage capacity size. The "other" Rows I thought you might mean. Were in the cs File. Near the beginning. Actual number of Rows on each Page of the Backpack storage size.

You work out how many rows you want the guy to have (@8 slots) then you grant the group/rank, player that permission, I have 18 ranked levels on my server (for hours on server) default dont get a backpack, the first (rank) level gets 1 row (8 slots) and that increases as they attain the permission for the next rank. some people like to use slot count instead of row count .
On an ever changing plugin like this one i find it complicates things if i change the .cs file as all those changes disappear with the next update, edits in the config or data file usually survive a plugin update (unless there is a major change warning)

i do change default to what i want but when i reload the plugins and check in game.it still only has 1 row.when i do type on o.reload backpacks.it says plugin doesnt exist.ill remove it.check that i have the most updated version and try again.

Merged post

well good news it after installing a fresh copy, i got it to work.i noticed though that in the config folder there was a copy of backpack.cs.so i deleted it as well.thank you all for the help.it seems it was me after all and not paying attention to all files :D i appreciate the help everyone.yall are awesome.

Locked automatically