Alpha StealABlockv1.0.0

Commands

Every command StealABlock registers. Most player commands open a GUI rather than taking arguments — the menu is the interface.

Player commands

CommandUsageDescription
/moneyShow your current balance.
/balance /balSame as /money — check your balance.
/indexBrowse every block and its income/sell-value, with a discovered/undiscovered filter — see Gameplay → Blocks & Rarity.
/rebirthOpens the Rebirth menu — trade your progress for a permanent money multiplier.
/rebirthtopTop 10 players by rebirth level.
/milestones /ms /rewardsTrack and claim block-collection milestones.
/fusion /upgradeCombine identical blocks into a stronger variant.
/credits[give <player> <amount>|balance]Opens the Credits store with no args; balance checks your own credits. give/remove/reset are op-only.
/prestigeOpens the Prestige menu — see Gameplay → Prestige for requirements.
/mapBrowse and teleport between available arenas.
/helpIn-game command list.
All of the above default to open — StealABlock doesn't gate individual player commands behind separate permission nodes, only staleablock.play for the plugin as a whole and stealblock.credits for the credits store specifically. See Permissions.

Admin commands /asb, /staleablock

Running /asb with no arguments opens the arena manager GUI directly (players only — console gets a usage reminder instead).

SubcommandUsageDescription
create/asb create <name>Create a new named arena.
setup/asb setup <arena>Enter wand-based setup mode for that arena's regions.
testsetup/asb testsetupQuick self-test of the setup-wand flow.
enable / disable/asb enable|disable <arena>Open or close an arena to players.
list/asb listList every arena and its status.
remove/asb remove <nameBase> [amount]Delete an arena, or a batch of numbered ones.
duplicate/asb duplicate <original> <newBaseId> [amount]Clone an existing arena's blocks/bounds asynchronously via FastAsyncWorldEdit — requires the original to have defined bounds.
manager/asb managerOpens the arena list GUI directly (same as running /asb with no args).
reload/asb reloadReloads config/messages/blocks/milestones/sounds/scoreboard — no restart needed.
money/asb money <give|take|reset> <player> [amount]Manage a player's balance directly.
giveblock/asb giveblock <player> <blockId> [amount]Give a specific block (by its blocks.yml id) straight to a player's storage.
goal/asb goal <target|reward|timer|rarity> ...Configure the server-wide community goal — see Gameplay → Milestones & Goals.
Naming inconsistency, not a typo on this page. The command/permission is registered as staleablock (missing the second "e") in several places while the plugin itself is StealABlock — both staleablock.admin and stealblock.credits exist side by side. Documented here exactly as the plugin actually checks it.

Event commands /event, /events

Staff-triggered, server-wide temporary boosts. Requires staleablock.admin.

UsageDescription
/event start <type> [duration_seconds]Start an event. Duration defaults per-type if omitted; clamped between 10s and 2 hours.
/event stopStop whatever event is currently active.
/event statusShow the active event and time remaining.
/event guiOpens the event GUI (also opens automatically for players running /event with no args).

Event types

  • double_income
  • double_steal
  • rare_boost
  • speed_round
  • shield_hour

Duration limits

Minimum 10 seconds, maximum 2 hours (7200s) if you specify one manually. Omit it to use that event type's own configured default.