Class TrustTypes

java.lang.Object
com.griefdefender.api.claim.TrustTypes

public class TrustTypes extends Object
  • Field Details

    • NONE

      public static final TrustType NONE
      Represents no specific trust. Note: This is usually passed when a plugin wants to remove all trusts.
    • ACCESSOR

      public static final TrustType ACCESSOR
      Allows access to interact with all blocks except inventory.
    • RESIDENT

      public static final TrustType RESIDENT
      Allows access to create claims and interact with all blocks except inventory.
    • BUILDER

      public static final TrustType BUILDER
      Inherits trust from both ACCESSOR and CONTAINER as well as adds ability to place and break blocks.
    • CONTAINER

      public static final TrustType CONTAINER
      Allows access to interact with all blocks including inventory.
    • MANAGER

      public static final TrustType MANAGER
      Allows full access to claim including management. Note: Managers can only transfer and abandon children claims.
  • Constructor Details

    • TrustTypes

      public TrustTypes()