So you just mean that you don't want any verification, just assume the ID is right?
TimedPermissions
Moved
Total Downloads: 2,967 - First Release: May 20, 2016 - Last Update: Apr 7, 2017
- 5/5, 22 likes
-
Wulf Community Admin
-
because they are always right, in my case, and its counter-productive to assume otherwise
-
Is there anyway I can Setup a Timed Permission group ect:?/ I want to have a starter group with a timed permission set on them so they cant be killed or be raided. I know being killed or raided are 2 different plugins i already have. I just wanna make a timed group that it auto gives perms to for a set time ?
-
Please add seconds support!
-
Installed plugin, no errors nor warnings.
Can someone eye-ball what I am doing please (which is failing):
o.grant group Admin timedpermissions.use
o.grant group default timedpermissions.use
o.revoke user kokonut cool.vip
CONSOLE reply: Player 'Kokonut' does not have permission 'cool.vip'
grantperm Kokonut cool.vip 10m
CONSOLE reply: [nothing]
o.revoke user kokonut cool.vip
CONSOLE reply: Player 'Kokonut' does not have permission 'cool.vip'
This says to me that Kokonut is not granted permission using the command 'grantperm'
Have I missed something? -
Wulf Community Admin
-
I just made up 'cool.vip' as a generic permission name. I'm using 'gyrocopter.build'
I'm also just typing the grantperm line into RCON CONSOLE.
I am hoping to add this into the GUIShop, as a purchase for a permission (to build the Gyro), but have it removed after 60m
DON'T I FEEL SILLY, am I meant to type the command into config/GUIShop.json file
Replace "cmd": ["o.grant $player.id gyrocopter.build"],
With "cmd": ["grantperm $player.id permissions.use 65m","grantperm $player.id gyrocopter.build 60m"],Last edited by a moderator: Mar 15, 2018 -
Wulf Community Admin
-
Oh ok, I've taken the "grantperm" instructions from the Overview page for this plugin.
-
Wulf Community Admin
-
-
Thanks Wulf and Resistance.
So I have, within the GUIShop config file:
Replaced "cmd": ["o.grant $player.id gyrocopter.build"],
With "cmd": ["grantperm $player.id timedpermissions.use 65m","grantperm $player.id gyrocopter.build 60m"],
Crossing fingers this should work. A positive sign in that the Data>TimedPermissions.json file is populating with what appears to be data.
Thanks again. -
Just the following should work fine:
Code:"cmd": ["grantperm $player.id gyrocopter.build 60m"],
-
Thank you for that, very much appreciated.
-
having some issues with this mod. trying to use /pinfo to see what a player has but when i run it says it cant find the player. does the player have to be connected? i see the info in the data file but running the command to see it just cant find the player. having same issue trying to add people to groups with the addgroup <player|steamid> <group> <time>. with both console and chat command.
-
The name can only be used when the player is connected. -
having same issue with steam id
-
-
ty much for quick response
-