ResourceRush – Resource Race Plugin
ResourceRush is a competitive Minecraft mini-game plugin where players race to break specific blocks. The twist?
No drops — breaking a block only gives
points. The player with the most points at the end wins!
Features
- ✅ Point-based block breaking system
- Fully customizable scoreboard
- ❌ Blocks don’t drop anything when broken
- Live configuration reload support
- Multiplayer-ready with UUID tracking
- ⚙️ Simple YAML-based configuration
- Easy-to-use command system
⚙️ Configuration
blocks.yml
Define which blocks give points when broken:
Code (YAML):
materials:
blocks
:
- GOLD_ORE
- DIAMOND_ORE
- IRON_ORE
Each block in this list gives
+1 point when broken.
No item drops will occur.
config.yml (Scoreboard)
Code (YAML):
game:
expire-time
: 3
scoreboard:
game:
title
:
"&eResourceRush"
lines
:
-
"&m&7---------------------"
-
""
- " &fYour name
:
&e{player_name}"
-
" "
- " &fYour points
:
&e{points}"
-
""
-
"&m&7---------------------"
blocksbreak-sound
: ENTITY_PLAYER_LEVELUP
break-sound
: true
broadcastStart
:
-
"&m&7------------------------------"
-
""
-
" &eStarting... ResourceRush"
-
""
- " &7Usage
:
&e/collect join
"
- "
"
- "&m&7
------------------------------
"
winner-message:
- "&m&7
------------------------------
"
- "
"
- " &fWinner
:
&7{winnerName} &rpoints
:
&e{winnerPoints}"
-
""
-
"&m&7------------------------------"
You can fully customize the scoreboard design using Minecraft color codes and placeholders.
messages.yml
(Messages for player)
Code (YAML):
noPermission
:
"&4You don't have enough rights to use this command!"
blocksbreak-points
:
"&aYou have obtained a &e{blockType} &aand received: &e{points} &apoints"
alreadyingame
:
"&4You're already connected to the game."
game-not-running
:
"&4The game has not started yet."
game-not-leave
:
"&4You are not in the game!"
if-player-in-creative
:
"&4While you're in CREATIVE mode, you can't break blocks and earn points."
Now you can
customize messages for your
players however you
like
Commands
Command -
Description -
Permission
/collect join - Join the game - resourcerush.user
/collect leave - Leave the game - resourcerush.user
/collect reload - Reload plugin configuration - resourcerush.admin
/collect start - Start the game - resourcerush.admin
/collect stop - Stop the game - resourcerush.admin
✔ All commands support tab completion.
How It Works
- An admin starts the game with /collect start
- Players break blocks listed in blocks.yml
- Each block gives 1 point — no drops
- At the end, the player with the most points wins
- Admin ends the game manually or using a timer
Installation
- Download the .jar file and place it in your plugins/ folder
- Restart your server
- Configure the plugin to fit your playstyle
- Start a game and enjoy!
Feedback & Support
Found a bug? Have suggestions? Report it on GitHub or leave feedback on the SpigotMC resource page.
Get ready for a fast-paced
resource-grinding competition with
no drops — just points!
ResourceRush is perfect for custom events, tournaments, or fun minigames on your Minecraft server.