Package de.delinkedde.areashopreborn.command


package de.delinkedde.areashopreborn.command
Exposes the player and administrator command interface.

Command classes parse and validate command input, check permissions, invoke application services, and present results. They deliberately contain no persistence or WorldGuard business logic so that the same use cases can later be reused by inventories, signs, or an HTTP API.

  • Klassen
    Klasse
    Beschreibung
    Provides an in-memory token bucket per command sender without database or scheduler work.
    Exposes the initial command surface for cities, parcels, listings, and purchases.
    Maintains an immutable non-blocking snapshot of persistent region-group names.
    Maintains immutable region-name snapshots for non-blocking command completion.