Skip to content

SimpleClaimSystem Integration

SmartSpawner supports both versions of SimpleClaimSystem:

  • v1.x.x — Free, open-source edition
  • v2.x.x — Paid edition

The correct hook is selected automatically based on the detected version. No additional configuration is needed.

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


  • Permissions: destroy_block and destroy_spawners
  • Purpose: Breaking spawners
  • Description: Both flags must be enabled — destroy_block grants general block breaking, and destroy_spawners specifically allows spawner removal
  • Permission: interact_spawner
  • Purpose:
    • Stacking spawners
    • Accessing spawner interfaces/GUIs
  • Description: Enables interaction with spawner blocks for stacking and GUI access within a claim



Last update: April 1, 2026 09:34:12