Trust System
There four different types of trust: Accessors, Builders, Containers, and Managers.
# Arguments
| Arguments | Description | 
|---|---|
| <player> | The player to trust. | 
| <group> | The group to trust. Note: If you want to trust everyone, use public. | 
| <type> | The type of trust [none, accessor, builder, container, manager]. Note: If you want to remove trust, use none.None: Revokes a player/group's access to your claimAccessor: Grants a player/group access to interact with all blocks except inventoryContainer: Grants a player/group access to interact with all blocks including inventoryBuilder: Grants a player/group edit access to everything above including ability to place and break blocksManager: Grants a player/group access to all of the above including ability to modify claim | 
# Trust Player
Command: /gd trust player <player> <type>
 Alias: trust
 Example: /gd trust player Kratos basic
Grants a player access to your claim(s)
# Trust Group
Command: /gd trust group <group> <type>
 Alias: trust
Grants a group access to your claim(s)
# Remove Trust Player
Command: /gd trust player <player> none
Revokes a player's access to all your claims.
# Remove Trust Group
Command: /gd trust group <group> none
Revokes a group's access to all your claims.
# List Trusted
Command: /trustlist
Lists currently trusted players and the trust type.
