Features
- Custom Lists: Create your own randomizer lists using a server YAML file or in-game books
- Animated Picking: Enjoy a cool obfuscated text animation when picking random items
- Easy Commands: Simple commands to set up and use the randomizer
Commands
/randomizer setlist- Gives you a writable book to create your randomizer list/randomizer reload- Reloads tasks fromconfig/randomizer/tasks.yml/randomizer global- Uses one random selection and shows it to every player/randomizer user- Selects independently for each player/randomizer chatmessage <text>- Sets the chat prefix shown before the selected task/randomizer pick- Picks a random item from your list with animation
YAML Task File
The mod creates config/randomizer/tasks.yml in the server directory on first startup. Edit it with one task per line:
tasks:
- First task
- Second task
- A task with spaces
Run /randomizer reload after saving the file. YAML tasks are used first. If the file contains no tasks, the book-based list remains available as a backup.
Pick mode defaults to global. Use /randomizer user to give each player an independent selection, or /randomizer global to return the same selection to everyone.
Use /randomizer chatmessage Block to mine: to show chat messages such as Block to mine: iron. The title animation always continues to display Randomizer:.
Book Backup
- Run
/randomizer setlistto get a writable book - Write your items in the book, one item per line
- Sign the book (right-click with it in your hand and click "Sign")
- Run
/randomizer pickto randomly select an item with a cool animation!
Requirements
- Minecraft 1.21
- Fabric Loader 0.16.0+
- Fabric API
Installation
- Download the mod JAR file
- Place it in your
modsfolder - Make sure you have Fabric Loader and Fabric API installed
- Launch Minecraft and enjoy!

