RandomDrops is a server-side Paper plugin that randomises block-break item drops every five minutes.
- Randomises items dropped when players break blocks
- Generates a new item mapping every five minutes
- Displays the countdown using a boss bar
- Shows an on-screen notification when drops change
- Leaves mob drops and manually dropped items unchanged
- Includes commands for viewing the current mappings
- Requires no client-side installation
| Command | Description |
|---|---|
/randomdrops list [page] |
Lists the current drop mappings |
/randomdrops find <item> |
Shows which normal block drop produces the requested item |
/rdrops |
Alias for /randomdrops |
| Permission | Description | Default |
|---|---|---|
randomdrops.developer |
Allows access to developer commands | Operators |
- Minecraft Java Edition 1.21.8 - 1.21.11
- Paper 1.21.8 - 1.21.11
- Java 21 or newer compatible runtime
- Download the latest RandomDrops JAR.
- Stop your Paper server.
- Place the JAR inside the server's
pluginsfolder. - Start the server.
On Windows:
.\gradlew clean build