Grant+ icon

Grant+ 1.0.1

Allows players to give items, commands, privileges for a certain period of time

1gyK4FF.png

RaRROEY.png    o6OTORM.png    8RMqmUc.png 

 

Hello! The Grant plugin allows you to issue grants to regular players.

You as an admin are given a large list of settings in the config, so that, for example, a player with the VIP role could issue a flight to a player for 1 hour. And at the same time, the cooldown of this issue was, for example, 2 hours. So that he could then issue a custom item from another plugin to a completely different player.

Or even so that he could issue his own privilege for half an hour.

 

The plugin has a licensing system, so after purchasing, you need to confirm it. This is done very simply. It is written here => VERIFICATION

 

Features of the plugin:

✅ Allows regular players with a specific role to issue grants to other players.
✅ Commands/privileges may be granted for a period of time and then revoked.
✅ Full customization of issuance settings: time, command to execute, who can issue, groups, items, for what time, etc.
✅ Support 1.12.2 - 1.21.5 minecraft versions.
✅ Works async with SQLite and MySQL.
✅ Has a user-friendly GUI.
✅ A ready-made resource pack is available separately (https://polymart.org/product/7893/grant-gui-resource-pack)
✅ Works with PlaceholderAPI, DiscordSRV, LuckPerms.
✅ DiscordSRV writes to the discord chat when a player has issued a grant.
✅ You can give a grant to all players.
✅ You can give items from other plugins, as well as commands!
✅ Has statistics on grants issued by the player.
✅ Has a history of grants issued by the player. Where you can see the date of issue, the command and cancel if the grant is active.
✅ Has an admin menu for viewing the grant history of other players.
✅ Grants are divided into 3 menus: Items, Commands and Privileges.
✅ It has a system of local cooldowns: when a player has issued, for example, items, he will not be able to issue items, but will be able to issue commands and privileges.
✅ It has a system of global cooldowns: when a player has given out items, for example, he cannot give out anything else.
✅ Has a cooldown system between issuances.
✅ You can issue items on several servers at once.
✅ Has an API for issuing and canceling grants. (https://shimado.gitbook.io/grant+/development/api)
✅ Even if the player is not on the server, the plugin will track when he logs in and issue or cancel the grant.

 

GUIS

The plugin has 8 GUIs that can be fully customized:
✅ Number of lines ✅ Items/heads ✅ Name, description of items ✅ Texture (custom model data) ✅

 

In the main menu you can see your own statistics, and you can also:
=> go to the players menu to give a player a grant.
=> go to the history menu to see the grants you have given.
=> the cooldown you are currently on.

5Zi21Tw.gif

 

In the player menu you can select any player (not OP, not vanished) and give him a grant. And if you find it difficult to search, you can click on the search button, enter the player's name and you will get a list of similar names.

Then you will have a choice of 3 types of grant to issue. Each has its own settings in the config and its own features.

AeQSjTQ.gif  s6tIFhP.gif

 

Then you will be given a list that you set up in the config, what grants are available and what can be issued. At the same time, there is a barrier on the gif, which shows that the player cannot issue it, since he does not have the necessary role.

After the player selects a grant, he will be given a choice of the time for which the grant will be issued. You can specify there 1 minute, 5, 10, 1 hour, 1 week, 1 month and so on.

BaB2Akp.gif

 

The history menu shows your grants issued to other players. You can see brief information, time of issue, etc. Filter by grant type, by activity. Here you can also cancel the issued grant, if it can be cancelled.

1Dxhf0l.gif

 

aWEnwJN.png

 

⭐ OPTIONAL DEPENDENCIES ⭐
 
LUCKPERMS - Improves interaction with group issuance.
DISCORDSRV - Writes to Discord when a player has issued a grant.
PLACEHOLDERAPI - Required to display game statistics.
 
Default placeholders:
%grantplus_user_items%
%grantplus_user_commands%
%grantplus_user_privileges%
 
 
API
<repositories>
   <repository>
      <id>jitpack.io</id>
      <url>https://jitpack.io</url>
   </repository>
</repositories>

<dependencies>
   <dependency>
      <groupId>com.github.Shimado</groupId>
      <artifactId>GrantAPI</artifactId>
      <version>v1.0.2</version>
   </dependency>
</dependencies>
if(Bukkit.getPluginManager().getPlugin("Grant") != null){
    RegisteredServiceProvider<GrantAPI> rsp = Bukkit.getServicesManager().getRegistration(GrantAPI.class);
    if (rsp != null) {
        GrantAPI grantAPI = rsp.getProvider();
    }
}

grant

luckperms

privileges

grantplus

grantx

giveaway

You might also like...