Since the last Rust update, the backpacks.use.4 perm is not working for me any longer. I have it assigned to an oxide group and have users assigned to that group, but they only have the assigned rows from the plugin config.
Backpacks.use.1-7 permission no longer working
Can you test a few things?
- Try adding the permission directly to a user to see if that works
- Try creating a new group, adding yourself, and granting that group the permission
I am having a problem with the backpacks.use.4 as the actual backpack shows up when you do the command /backpack in chat but I cant put anything in the extra backpack.
Any ideas?
SpinnermI am having a problem with the backpacks.use.4 as the actual backpack shows up when you do the command /backpack in chat but I cant put anything in the extra backpack.
Any ideas?
What is the default backsize in your config ? , because if the permission is not working and the group has been granted the back.use permission (needed to open any backpack) it would revert to default size.
backpacks.use
-- required to open your own backpackbackpacks.use.1 - 7
-- gives player access to a certain amount of inventory rows, overriding the configured default size (e.g. backpacks.use.3 gives them 3 rows of item space; still requires backpacks.use)
Hello, I have a request.
Here is my default configuration:
"Backpack Size (1-7 Rows)": 1
Then via a shop, I authorize the player who buys the option to increase his backpack to 3 or 5. The command that allows this is:
"oxide.grant user $player.id backpacks.use.3" with HumanNPC
However, I would like that on wipe, the default value reverts to the value of the configuration file, i.e. 1.
But I can't find a way to do this globally.
Could you help me ?
NamtamrofHello, I have a request. Here is my default configuration:
"Backpack Size (1-7 Rows)": 1
Then via a shop, I authorize the player who buys the option to increase his backpack to 3 or 5. The command that allows this is:
"oxide.grant user $player.id backpacks.use.3" with HumanNPC
However, I would like that on wipe, the default value reverts to the value of the configuration file, i.e. 1. But I can't find a way to do this globally. Could you help me ?
As this is a totally different problem (as your 1-7 rows are working) it should be in a separate thread,
I can see no way to automatically remove the permission, even using PermissionManager you would have to remove it when there is a new wipe unless you use a "Timed" permission plugin which might solve the problem.
Yes, Timed Permissions can solve that use case. You would have to grant the permissions using that plugin, and configure that plugin to reset permissions on wipe.
Thank you very much
Merged post
I come back to you, I tried to add 5 minutes of cooldown for test.
Via my NPC, the cooldown is valid.
However after 300 seconds without redeeming it, I still have 3 backpack lines.
It does not return the value use.1
Currently my only function to go back to use.1 , is to use PermissionManager, and remove each user's use.3 and use.5 rights
It's boring.
NamtamrofThank you very much
Merged postI come back to you, I tried to add 5 minutes of cooldown for test. Via my NPC, the cooldown is valid. However after 300 seconds without redeeming it, I still have 3 backpack lines. It does not return the value use.1 Currently my only function to go back to use.1 , is to use PermissionManager, and remove each user's use.3 and use.5 rights It's boring.
I have 8 kits with cooldown (which includes autokit) and have no problems with the cooldown(s) or the amount of kit uses left for each of those kits,
Did you attempt to use TimedPermissions ?
Timedpermission is a plugin or a command line to add?
I haven't tried this.
I discover the joy of setting up a game server.
Please explain how you used timed permissions. You should have had the HumanNpc plugin run commands which the Timed Permissions plugin defines.
It is there, surely, my concern. I did not install the TimedPermission plugin.
what command allows /backpack to be used by the administrator? how to add admin???
Uzverwhat command allows /backpack to be used by the administrator? how to add admin???
backpacks.admin
-- required to use the/viewbackpack
commandbackpacks.gui
-- required to see GUI buttonbackpacks.use
-- required to open your own backpackbackpacks.use.1 - 7
-- gives player access to a certain amount of inventory rows, overriding the configured default size (e.g. backpacks.use.3 gives them 3 rows of item space; still requires backpacks.use)backpacks.fetch
-- required to use thebackpack.fetch
commandbackpacks.keepondeath
-- exempts player from having their backpack erased or dropped on deathbackpacks.keeponwipe
-- exempts player from having their backpack erased on map wipebackpacks.noblacklist
-- exempts player from item restrictions (blacklist or whitelist)