I am Owner of _________. I want to know how can I give a user temporary permission.If there was a plugin then it will help a lot actually.
I found a simple permission plugin but it was not update did some has updated script https://github.com/SOF3/simple-plugins/tree/master/SimplePermissions
RankSystem allows you to give temporary ranks, which can contain permissions of the rank, at the time of writing this does not have a temporary permission system, but it is a good idea to add.
You can easily do this: PHP: $perm = "perm.perm";$player->addAttachment($this, $perm, true); $this is an instance of PluginBase