All Items plugin

โญ โ€” (4 endorsements) ๐Ÿ“ฅ 240 downloads ๐Ÿ“Œ v1 ๐Ÿ“… 8/29/2025
๐ŸŸ  Updated over a year ago

By MrTexasAtom ยท adventure

โฌ‡ Download Mod Source: Modrinth โ†— ๐Ÿ“… Updated: 8/29/2025 ๐Ÿ“… Created: 8/29/2025

๐Ÿ” Analysis

  • ๐Ÿ† #149 of 333 adventure mods in this game by downloads

๐Ÿ“‹ About This Mod

โœ… ๐ŸŽฏ Randomized order of all Minecraft items
โœ… โฑ๏ธ Timer display in the Actionbar & progress via BossBar
โœ… ๐ŸŽถ Configurable sound when an item is found
โœ… ๐ŸŒ Multi-language support (English + German by default, easily extendable)
โœ… ๐Ÿ”„ In-game reload command: `/allitems reload`
โœ… ๐Ÿ” Reset command: `/allitems reset` (new random seed, timer reset)

# ๐ŸŒ AllItems Challenge Plugin A Minecraft/Purpur plugin for the **All Items Challenge**! Face the ultimate test: collect **every item in the game** in random order โ€“ with timers, bossbars, progress tracking and more. --- ## โœจ Features - ๐ŸŽฏ Randomized order of all Minecraft items - โฑ๏ธ Timer display in the Actionbar & progress via BossBar - ๐ŸŽถ Configurable sound when an item is found - ๐ŸŒ Multi-language support (English + German by default, easily extendable) - ๐Ÿ”„ In-game reload command: `/allitems reload` - ๐Ÿ” Reset command: `/allitems reset` (new random seed, timer reset) - ๐Ÿ’พ Automatic saving of progress, restored when players rejoin --- ## ๐Ÿ“œ Commands | Command | Description | Permission | |--------------------------|----------------------------------------------|--------------------| | `/allitems start` | Start the challenge | `allitems.use` | | `/allitems skip` | Skip the current item | `allitems.use` | | `/allitems progress` | Show your current item | `allitems.use` | | `/allitems seed` | Show the current seed | `allitems.use` | | `/allitems seed <value>` | Set a custom seed | `allitems.use` | | `/allitems pause` | Pause the timer | `allitems.use` | | `/allitems resume` | Resume the timer | `allitems.use` | | `/allitems reset` | Completely reset the challenge (new seed) | `allitems.use` | | `/allitems reload` | Reload config & language files | `allitems.reload` | --- ## โš™๏ธ Configuration (`config.yml`) ```yaml # Language (EN_US or DE) language: EN_US # Sound when an item is found item-found-sound: ENTITY_PLAYER_LEVELUP ``` --- ## ๐ŸŒ Languages Included by default: - ๐Ÿ‡บ๐Ÿ‡ธ English (`EN_US.yml`) - ๐Ÿ‡ฉ๐Ÿ‡ช German (`DE.yml`) Custom languages can easily be added in `plugins/AllItems/languages/`. --- ## ๐Ÿ”ง Installation 1. Download the `.jar` file and place it in your `plugins` folder 2. Start the server once to generate the config and language files 3. Customize `config.yml` and language files as needed 4. Start the challenge with `/allitems start`! --- ## ๐Ÿ“ท Screenshots !(https://cdn.modrinth.com/data/cached_images/819d8065c5186ab1d7e84ba9939e8ab408f22cf1_0.webp)!(https://cdn.modrinth.com/data/cached_images/f7e0cdafeb199cf31e210cf25a8295333b223274_0.webp)!(https://cdn.modrinth.com/data/cached_images/950ad25f09ba69514b83d6f11c454366e740a4db.png)!(https://cdn.modrinth.com/data/cached_images/08616987ac85abf6f9207be23094bb1b81761eaf.png)!(https://cdn.modrinth.com/data/cached_images/3b19599dba48bc6ed5d023a0fdd24dbb8ae59a6a.png) --- ## ๐Ÿง‘โ€๐Ÿ’ป Compatibility - โœ… Tested on **Purpur 1.19 - 1.21.8** (also works with Paper/Spigot) - โš  Vanilla Bukkit is not recommended --- ## ๐Ÿ“œ License This plugin is free to use on private servers. For public distribution, please link back to the official download page. ---

# ๐ŸŒ AllItems Challenge Plugin

A Minecraft/Purpur plugin for the All Items Challenge! Face the ultimate test: collect every item in the game in random order โ€“ with timers, bossbars, progress tracking and more.

## โœจ Features

  • ๐ŸŽฏ Randomized order of all Minecraft items
  • โฑ๏ธ Timer display in the Actionbar & progress via BossBar
  • ๐ŸŽถ Configurable sound when an item is found
  • ๐ŸŒ Multi-language support (English + German by default, easily extendable)
  • ๐Ÿ”„ In-game reload command: `/allitems reload`
  • ๐Ÿ” Reset command: `/allitems reset` (new random seed, timer reset)
  • ๐Ÿ’พ Automatic saving of progress, restored when players rejoin

## ๐Ÿ“œ Commands

| Command | Description | Permission | |--------------------------|----------------------------------------------|--------------------| | `/allitems start` | Start the challenge | `allitems.use` | | `/allitems skip` | Skip the current item | `allitems.use` | | `/allitems progress` | Show your current item | `allitems.use` | | `/allitems seed` | Show the current seed | `allitems.use` | | `/allitems seed ` | Set a custom seed | `allitems.use` | | `/allitems pause` | Pause the timer | `allitems.use` | | `/allitems resume` | Resume the timer | `allitems.use` | | `/allitems reset` | Completely reset the challenge (new seed) | `allitems.use` | | `/allitems reload` | Reload config & language files | `allitems.reload` |

## โš™๏ธ Configuration (`config.yml`)

```yaml # Language (EN_US or DE) language: EN_US

# Sound when an item is found item-found-sound: ENTITY_PLAYER_LEVELUP ```

## ๐ŸŒ Languages

Included by default: - ๐Ÿ‡บ๐Ÿ‡ธ English (`EN_US.yml`) - ๐Ÿ‡ฉ๐Ÿ‡ช German (`DE.yml`)

Custom languages can easily be added in `plugins/AllItems/languages/`.

## ๐Ÿ”ง Installation

1. Download the `.jar` file and place it in your `plugins` folder 2. Start the server once to generate the config and language files 3. Customize `config.yml` and language files as needed 4. Start the challenge with `/allitems start`!

## ๐Ÿ“ท Screenshots

!(https://cdn.modrinth.com/data/cached_images/819d8065c5186ab1d7e84ba9939e8ab408f22cf1_0.webp)!(https://cdn.modrinth.com/data/cached_images/f7e0cdafeb199cf31e210cf25a8295333b223274_0.webp)!(https://cdn.modrinth.com/data/cached_images/950ad25f09ba69514b83d6f11c454366e740a4db.png)!(https://cdn.modrinth.com/data/cached_images/08616987ac85abf6f9207be23094bb1b81761eaf.png)!(https://cdn.modrinth.com/data/cached_images/3b19599dba48bc6ed5d023a0fdd24dbb8ae59a6a.png)

## ๐Ÿง‘โ€๐Ÿ’ป Compatibility

  • โœ… Tested on Purpur 1. 19 - 1. 21. 8 (also works with Paper/Spigot)
  • โš  Vanilla Bukkit is not recommended

## ๐Ÿ“œ License

This plugin is free to use on private servers. For public distribution, please link back to the official download page.

๐Ÿค– AI-enhanced โ€” based on mod data

๐Ÿ“Š Mod Details

Game
Minecraft Plugins
Author
MrTexasAtom
Version
1
Downloads
240
Endorsements
4
Category
adventure
Created
8/29/2025
Updated
8/29/2025
Game Versions
1.19, 1.19.1, 1.19.2, 1.19.3, 1.19.4
Tags
adventure, game-mechanics, minigame

๐Ÿ”ง How to Install Minecraft Plugins Mods

Download from Modrinth. Use Prism Launcher or drop into your mods folder.

๐Ÿ“– Full step-by-step install guide for Minecraft Plugins โ†’

Visit the official mod page for specific installation instructions for this mod.

๐ŸŽฎ Need cheat codes or console commands? Check ur gaming wiki for Minecraft Plugins commands, item IDs, and more.

โ“ Frequently Asked Questions

Which Minecraft Plugins versions does All Items plugin support?

The author lists 1.19, 1.19.1, 1.19.2, 1.19.3, 1.19.4, 1.20. Other versions may work but are untested by the author.

What is the latest version of All Items plugin?

Version 1, published 2025-08-29 with 240 downloads recorded at the source.

Keep browsing โ€” more Minecraft Plugins mods await

๐Ÿ“‹ All Minecraft Plugins Mods ๐Ÿ† Top 25 ๐Ÿ“‚ More adventure ๐Ÿ‘ค More by MrTexasAtom ๐Ÿ”Ž Similar Mods ๐ŸŒ Best adventure (All Games) ๐Ÿ”€ Check Compatibility โš–๏ธ Compare Mods ๐Ÿ†• New Mods