add trust info message
This commit is contained in:
parent
04a035091c
commit
68e14f9ceb
|
|
@ -2713,6 +2713,10 @@ public class GriefPrevention extends JavaPlugin
|
|||
{
|
||||
permissionDescription = this.dataStore.getMessage(Messages.AccessPermission);
|
||||
}
|
||||
else if (permissionLevel == ClaimPermission.Claim)
|
||||
{
|
||||
permissionDescription = "Granted this player the ability to claim near your claim"; // TODO message
|
||||
}
|
||||
else //ClaimPermission.Inventory
|
||||
{
|
||||
permissionDescription = this.dataStore.getMessage(Messages.ContainersPermission);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user