Commands
Every command StealABlock registers. Most player commands open a GUI rather than taking arguments — the menu is the interface.
Player commands
| Command | Usage | Description |
|---|---|---|
/money | Show your current balance. | |
/balance /bal | Same as /money — check your balance. | |
/index | Browse every block and its income/sell-value, with a discovered/undiscovered filter — see Gameplay → Blocks & Rarity. | |
/rebirth | Opens the Rebirth menu — trade your progress for a permanent money multiplier. | |
/rebirthtop | Top 10 players by rebirth level. | |
/milestones /ms /rewards | Track and claim block-collection milestones. | |
/fusion /upgrade | Combine 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. |
/prestige | Opens the Prestige menu — see Gameplay → Prestige for requirements. | |
/map | Browse and teleport between available arenas. | |
/help | In-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).
| Subcommand | Usage | Description |
|---|---|---|
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 testsetup | Quick self-test of the setup-wand flow. |
enable / disable | /asb enable|disable <arena> | Open or close an arena to players. |
list | /asb list | List 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 manager | Opens the arena list GUI directly (same as running /asb with no args). |
reload | /asb reload | Reloads 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.
| Usage | Description |
|---|---|
/event start <type> [duration_seconds] | Start an event. Duration defaults per-type if omitted; clamped between 10s and 2 hours. |
/event stop | Stop whatever event is currently active. |
/event status | Show the active event and time remaining. |
/event gui | Opens the event GUI (also opens automatically for players running /event with no args). |
Event types
double_incomedouble_stealrare_boostspeed_roundshield_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.
