Skip to content

Global Claims

Jack edited this page May 15, 2026 · 1 revision

Global Claims

Global claims are publicly listed claims that any player can discover and teleport to. They support icons, descriptions, and custom spawn points.

Overview

Global claims appear in:

  • /claim globallist - Public list of all global claims
  • GUI claim browser (if enabled)
  • [Global] claim signs (instant setup)

Features

  • Public visibility - Listed for all players to see
  • Custom icons - Choose an icon material for the listing
  • Descriptions - Add detailed descriptions with color codes
  • Custom names - Set display names separate from claim name
  • Spawn points - Set exact teleport location within the claim
  • Direct teleport - Players can teleport directly from the listing

Commands

Command Description
/claim global <true|false> [claimId] Toggle global listing status
/claim globallist View all global claims
/claim icon <material> [claimId] Set claim icon
/claim desc <description> [claimId] Set claim description
/claim name <name> [claimId] Set custom display name
/claim setspawn [claimId] Set teleport spawn point
/claim tp [claimId] Teleport to claim spawn

Setup Methods

Method 1: Manual Commands

  1. Stand in your claim (or use claimId)
  2. /claim global true - Enable global listing
  3. /claim icon EMERALD_BLOCK - Set icon
  4. /claim name "My Awesome Shop" - Set name
  5. /claim desc "Best prices on the server!" - Add description
  6. /claim setspawn - Set teleport point

Method 2: [Global] Sign (Instant)

Place a sign in your claim:

[global]

This instantly:

  • Lists the claim as global
  • Sets current location as spawn
  • Uses default icon

Claim Information Display

When players view your global claim, they see:

  • Custom icon and name
  • Description (color codes supported)
  • Owner name
  • Claim size and coordinates
  • Teleport button (if enabled)

Permissions

Permission Description
griefprevention.global Toggle global status for own claims
griefprevention.globallist View global claims list
griefprevention.claim.name Set claim names
griefprevention.claim.desc Set claim descriptions
griefprevention.claim.icon Set claim icons
griefprevention.claim.setspawn Set claim spawn points
griefprevention.claim.tp Teleport to claims
griefprevention.claim.tp.other Teleport to others' claims
griefprevention.sign.create.global Create [Global] signs

Color Code Permissions

For /claim name and /claim desc:

  • griefprevention.claim.color.* - All colors
  • griefprevention.claim.color.<color> - Specific color
  • griefprevention.claim.format.* - All formats (bold, italic, etc.)
  • griefprevention.claim.format.<format> - Specific format

Available colors: black, dark_blue, dark_green, dark_aqua, dark_red, dark_purple, gold, gray, dark_gray, blue, green, aqua, red, light_purple, yellow, white

Available formats: obfuscated, bold, strikethrough, underline, italic, reset

Configuration

global-claims:
  enabled: true
  allow-teleport: true
  default-icon: GRASS_BLOCK
  max-description-length: 500
  max-name-length: 32

GUI Integration

If GUI mode is enabled, global claims appear in:

  • Main claim menu
  • Public claims browser
  • Searchable by name/description

Best Practices

  1. Use descriptive names - Make your claim easy to find
  2. Add helpful descriptions - Explain what your claim offers
  3. Choose appropriate icons - Match icon to claim type (shop, home, etc.)
  4. Set good spawn points - Welcome area, not deep inside
  5. Keep spawn safe - No hazards at teleport location

Troubleshooting

Claim not appearing in global list?

  • Verify /claim global true was used
  • Check griefprevention.global permission
  • Ensure global claims are enabled in config

Icon not showing?

  • Use valid Bukkit material names
  • Icons require griefprevention.claim.icon permission

Can't set color codes?

  • Check color permissions (see above)
  • Use & prefix (e.g., &6Gold Text)

Examples

Shop Setup

/claim global true
/claim icon CHEST
/claim name "&6Super Shop"
/claim desc "&eBest prices on &adiamonds&e and &cnetherite!"
/claim setspawn

Community Hub

/claim global true
/claim icon BEACON
/claim name "&bCommunity Hub"
/claim desc "&7Welcome! Free items and help available."
/claim setspawn

Clone this wiki locally