CursedBlocks
Every two minutes, a block type gets cursed. Touch it and you die.
Список изменений
A Spigot plugin for Minecraft 1.21.4. Every two minutes, a block type gets cursed. Touch it and you die.
The plugin scans the blocks around every online player and picks one at random — a single diamond ore has the same shot as a thousand stone blocks. Five seconds before the switch, a title screen and chat message warn everyone what's coming.
The sidebar tracks the current cursed block and the incoming one once it's decided. The actionbar counts down normally, then flips to a proximity alert if you're standing near a cursed block. Creative and spectator players are immune and left out of the scan.
Commands
| Command | Description |
|---|---|
/cb start | Start the game |
/cb stop | Stop the game and clear the scoreboard |
/cb skip | Force the next block immediately |
/cb set <block> | Force a specific block |
/cb status | Show current block and time remaining |
/cb list | Show top 10 blocks from the last scan |
/cb reload | Reload config.yml |
Config
| Option | Default | Description |
|---|---|---|
interval-seconds | 120 | How often the cursed block changes |
starting-delay-seconds | 10 | Grace period after /cb start |
scan-radius | 15 | How far out to scan per player |
proximity-radius | 5 | Distance for proximity warning |
cancel-break-on-cursed | true | Prevents breaking the cursed block |
change-sound | BLOCK_BELL_USE | Sound played on block change |
Installation
Drop the jar into your plugins/ folder and restart. Config generates on first run.