You can grant Offline Players ranks and/or permissions
A Confirm GUI
People with the permission grant.notify can see when a player is granted a rank or permission
Bug Fixes:
Fixed granting to remove a permission
Code Fixes (Not important really):
Improved the way to create items
Improved the way to manage GUIS
Simplified a lot of code
Changes in config - MAKE SURE YOU UPDATE THE CONFIG:
Code (Text):
Commands:
Ranks:
forever: 'lp user {target} parent set {rank}'
# // If your permission plugin does not support giving ranks for a duration of time
# // then just put the same command for both
timed: 'lp user {target} parent addtemp {rank} {duration}s'
Permissions:
Give:
forever: 'lp user {target} permission set {permission}'
# // If your permission plugin does not support giving ranks for a duration of time
# // then just put the same command for both
timed: 'lp user {target} permission settemp {permission} {duration}s'
Remove:
forever: 'lp user {target} permission unset {permission}'
# // If your permission plugin does not support giving ranks for a duration of time
# // then just put the same command for both
timed: 'lp user {target} permission unsettemp {permission} {duration}s'
Messages:
Grant:
Rank:
Staff:
- "&7[&6&lRankGrant&7] &e{granter}&7 granted &e{target}&7 the rank &e{rank}&7 for &e{duration}&7 because &e{reason}"
Granter:
- "&7--------------------"
- "&7&lYou have granted a rank to &7: &e&l{target}"
- " &bRank&7:&7 {rank}"
- " &aDuration&7:&7 {duration}"
- " &9Reason&7:&7 {reason}"
- "&7--------------------"
Permission:
Staff:
- "&7[&6&lRankGrant&7] &e{granter}&7 granted &e{target}&7 the permission &e{permission}&7 for &e{duration}&7 because &e{reason}"
Granter:
- "&7--------------------"
- "&7&lYou have given a permission to &7: &e&l{target}"
- " &bPermission&7:&7 {permission} : &d{trueorfalse}"
- " &aDuration&7:&7 {duration}"
- " &9Reason&7:&7 {reason}"
- "&7--------------------"