Temporarely rename "Player Info" to "Player info" in the lang file.
TimedPermissions
Moved
Total Downloads: 2,967 - First Release: May 20, 2016 - Last Update: Apr 7, 2017
- 5/5, 22 likes
-
Unsure if this is helpful but what I've just experienced happen is that when I removed a player from a group, I got the feedback "Mr.KaNe isn't in group 'vip'." but it still removed him from the group.
[DOUBLEPOST=1490813483][/DOUBLEPOST] -
command pinfo not work. -
Would be nice to have hooks for other plugins like Add/Remove player/group perms and show active counters on player...
-
@LaserHydra also found two bugs in plugin:
1.
Code:[Command("removegroup"), Permission("timedpermissions.use")] private void CmdRemoveGroup(IPlayer player, string cmd, string[] args) { ... if (pl == null || !pl.Permissions.Any(p => p.Value == args[1].ToLower()))
Code:if (pl == null || !pl.Groups.Any(p => p.Value == args[1].ToLower()))
Code:[Command("pinfo"), Permission("timedpermissions.use")] private void CmdPlayerInfo(IPlayer player, string cmd, string[] args) { ... string msg = GetMessage("Player info", player.Id);
Code:string msg = GetMessage("Player Info", player.Id);
-
-
removegroup "player" "group" doesn't works.
Player isn't in group "group". -
-
LaserHydra updated Timed Permissions with a new update entry:
1.3.2
-
@LaserHydra any way that you can change addgroup command to update date when you are adding a group that already exist instead of adding additonnal data line.
Exemple :
addgroup 7656119xxxxxxx66 builder 20d => expire 27th/04
addgroup 7656119xxxxxxx66 builder 22d => expire 29th/04
Actually it just add aditionnal data like
Code:{ "permissions": [], "groups": [ { "group": "vip+", "_expireDate": "31/13/30/4/2017" }, { "group": "vip+", "_expireDate": "56/13/7/5/2017" } ], "name": "unknown", "steamID": "7656119xxxxxxx66" },
i was forced to add the new group again -
-
Didn't see I'll try the new
-
-
Is it possible to add someone to the same group the second time, so that the time is longer and not create a timer second time?
Because as someone is added twice in one group (two different times), the one that ends up removes the group, although there is another time.
Sorry, i'm use translator ;d -
-
For the future, if there is a possibility to do so:
Need a Chat Command, the type of "pinfo", but with a different permission for players. So that players can check how much time is left before the end of their specific time permissions. -
Suslik, very nice idea!
-
@LaserHydra would be nice to have <time> option to work like adding time to corresponding permission not just set or reset it. and if timer isnt created it creates it.
as example: player used same command from reward shop twice, which gives him permission for 10 minutes, he will get 20 minutes with that perm instead of 10 minutes + time he spent using same command for second time.
br. -
-
Hello, please tell me how to add a player to the group chat temporarily using Timed Permissions?
____________________
Why was my question moved? He was there where you need!
This question is addressed to the plugin BetterChatLast edited by a moderator: May 9, 2017