Rollback of time for using first kits?
Hello, tell me whether it is possible to do something like this so that the beginner would have an initial rollback of time for using the first sets?
Your host might have a backup from up to a week ago.
5d66db4201195.jpg?uid=5d66db72ac9cd RyanFromRust
Your host might have a backup from up to a week ago.

I have to enter so you went to the server and on the sets available to you went a time report.
The set can be obtained after 2 hours of playing on the server!

Something like this. The server then has backups.

Vnuk

I have to enter so you went to the server and on the sets available to you went a time report.
The set can be obtained after 2 hours of playing on the server!

Something like this. The server then has backups.

{ use Player Rankings plugin with Kits plugin, You first create a group (for instance Noob), (I use BetterChat)
You create a kit that you want the " Noob" to have, with a permission "Noob Kit"  Using Kits plugin
You use Player rankings plugin to create the rank "Noob" which is for how many hours you want,
You grant the permission for the Noob Kit to Noob Rank. no one without the rank will be able to obtain the kit,

(from Player rankings config)


"A": {
    "Oxide Group": "Noob",
    "Playtime": 2.0
},


(from BetterChat groups data)

{
    "GroupName": "Noob",
    "Priority": 4,
    "Title": {
      "Text": "[Noob]",
      "Color": "#00ffffff",
      "Size": 17,
      "Hidden": false,
      "HiddenIfNotPrimary": false
    },
    "Username": {
      "Color": "#ffff00ff",
      "Size": 17
    },
    "Message": {
      "Color": "#ffffffff",
      "Size": 17
    },
    "Format": {
      "Chat": "{Title} {Username}: {Message}",
      "Console": "{Title} {Username}: {Message}"
    }



Understood thanks!I just thought that in this plugin Kits this function already exists)