InventoryRandomizer

This plugin adds the ability to randomize players inventories with configurable delay

28

Quick challenge

How far can you run before the mobs catch you?

InventoryRandomizer

This plugin is inspired by Baablu's video - Can you beat Minecraft if your Inventory is Random

Commands

- `/inventoryranomizer` - Aliases: [`/ir`,`/ri`,`/randominventory`] - Permission: `inventoryrandomizer.command` - Usage: `/ir [start|stop|delay|manual]` - `start [players]` - Starts the randomizer with current delay - `stop` - Stops the randomizer - `delay <ticks>` - Sets the delay to the specified value (in ticks) - `manual [players]` - Manually trigger the inventory randomizer (once)

How the randomizer works

The randomizer loops through every slot in a player's inventory, and checks it for a plugin-specific tag. If the slot's item has the tag (or is an empty slot), the randomizer gives that slot a random type and amount, plus the plugin-specific tag. As a result of this, there is a chance the item will be air or have the amount zero, which will make it an empty slot.

Roadmap (no promises)

- Add configurable warning

Feature ideas welcome (create an issue on the GitHub repository)

ADS