Ability to add backpack space to individualsSolved

I'm currently looking into adding buyable backpack space to my server's store, but I don't see any available options for it. I think it would be best to create a permission for it. Something like backpack.add {username} {space_amount}. In my opinion this would allow more customization as you can add inventory space to certain individuals. Is it possible for you to add some sort of implementation for this is a future update?

That function is already in the documentation , i use it in my rewards for time spent on the server (PlayerRankings by Ankawi)

  • backpacks.use.1 - 7 -- gives player access to a certain amount of inventory rows overwriting the configured default size (e.g. backpacks.use.3 gives them 3 rows of item space; still requires backpacks.use)

I'm probably going to add a Features section to the beginning of the plugin documentation so that people who don't read anything else will at least see that it's possible and will go looking for it.

My bad I just wasn't looking hard enough. It would still be cool to see that implemented into this mod, but I'll just use PlayerRankings for now. Thanks.

gIC2or2vrbNTnvn.jpg WhiteThunder

I'm probably going to add a Features section to the beginning of the plugin documentation so that people who don't read anything else will at least see that it's possible and will go looking for it.

I once spent a whole afternoon reading all the old posts (300+)  for kits plugin and the general finding was that no one reads the documentation , its sad but true,   :)

Sandoxus

My bad I just wasn't looking hard enough. It would still be cool to see that implemented into this mod, but I'll just use PlayerRankings for now. Thanks.

What exactly is the suggestion here? From your original post, backpack.add {username} {space_amount} can be done as o.grant {user} backpacks.use.{rows}. Permissions can be added to individuals, but using groups is usually a more organized and preferred method.

wHaRBeSS8snWLuN.jpg WhiteThunder

What exactly is the suggestion here? From your original post, backpack.add {username} {space_amount} can be done as o.grant {user} backpacks.use.{rows}. Permissions can be added to individuals, but using groups is usually a more organized and preferred method.

There is no suggestion I simply just missed the backpacks.use.rows command. I got it working by doing oxide.grant user {username} backpacks.use.{rows}

Locked automatically