Skip to content

SimpleClaimSystem Integration

This integration ensures that spawner-related actions respect claim permissions, preventing unauthorized modifications within protected claims.

  • Permission: Destroy
  • Purpose: Breaking spawners
  • Description: Allows players to break or remove spawners within a claim
  • Permission: InteractBlocks
  • Purpose:
    • Stacking spawners
    • Accessing spawner interfaces/GUIs
  • Description: Enables interaction with spawner blocks for stacking and GUI access within a claim

Permissions are managed through SimpleClaimSystem’s claim settings interface:

  1. Access the claim settings GUI (using /claim settings command)
  2. Locate the relevant permission toggles
  3. Enable Destroy and InteractBlocks for appropriate players/groups

Claim Settings GUI

For reference, here are the relevant sections from SimpleClaimSystem’s config.yml:

status-settings:
Build: true
Destroy: true
Buttons: true
Items: true
InteractBlocks: true
# ... other settings
default-values-settings:
Members:
Build: true
Destroy: true
Buttons: true
Items: true
InteractBlocks: true
# ... other settings

Full Configuration: SimpleClaimSystem config.yml




Last update: September 21, 2025 13:38:49