LuckBlocksPlus

โญ โ€” (0 endorsements) ๐Ÿ“ฅ 91 downloads ๐Ÿ“Œ v1.0.0 ๐Ÿ“… 7/2/2026
๐ŸŸก Updated this year

By ResistanceCore ยท management

โฌ‡ Download Mod Source: Modrinth โ†— ๐Ÿ“… Updated: 6/18/2026 ๐Ÿ“… Created: 7/2/2026

๐Ÿ” Analysis

  • ๐Ÿ† #180 of 234 management mods in this game by downloads

๐Ÿ“‹ About This Mod

# ๐Ÿ€ LuckBlocksPlus - Advanced Lucky Block Plugin **A lightweight, performance-optimized Lucky Block plugin for Minecraft servers running Paper 1.21+** --- ## โœจ Key Features ### ๐ŸŽฏ **Core Systems** - **Weighted Reward Pool** - Fully configurable, weighted-random rewards per Lucky Block break - **14 Action Types** - Chain multiple actions per reward, executed in order - **Safe Block Detection** - PersistentDataContainer-tagged blocks; ordinary blocks never trigger - **Persistent Tracking** - Lucky Block locations survive restarts with O(1) lookups - **Mining Spawn** - Lucky Blocks can appear naturally as players mine in selected worlds - **Holograms** - Floating text shows everyone what a player just won ### ๐Ÿ”ง **Admin Tools** - **In-Game GUI Editor** - Create, edit, and delete rewards without touching configs - **Action Editor** - Add, edit, reorder, and remove actions per reward - **Set Preview From Cursor** - Click with an item to set a reward's preview icon - **Mining Spawn GUI** - Toggle and tune natural spawns entirely in-game - **Live Reload** - Update configs without restarting ### โšก **Performance Optimized** - **Async Save System** - Non-blocking saves prevent TPS drops - **O(1) HashSet Lookups** - Instant Lucky Block verification - **Zero World Scans** - Locations are cached, never scanned - **Cached Settings** - Hot paths read from memory, not disk - **Graceful Shutdown** - Synchronous final save guarantees no data loss ### ๐ŸŽ **Flexible Rewards** - **Multiple Reward Types**: Items, console/player commands, money (Vault compatible) - **Per-Reward Control**: Weight, permission, cooldown, enabled state, preview item - **Effects & Spectacle**: Titles, sounds, fireworks, explosions, mobs, potions, teleports - **Custom Hook**: Fire a `CUSTOM_EVENT` for other plugins to listen to ### ๐ŸŽจ **Action Variety** โœ“ Give Item โœ“ Console Command โœ“ Player Command โœ“ Message โœ“ Title โœ“ Sound โœ“ Explosion โœ“ Spawn Mob โœ“ Potion Effect โœ“ Firework โœ“ Random Teleport โœ“ Give Money โœ“ Custom Event โœ“ Hologram --- ## ๐Ÿ“ฆ Installation 1. Download the latest `.jar` file 2. Place in your server's `plugins` folder 3. Restart your server 4. Configure `config.yml`, `rewards.yml`, and `lang/*.yml` 5. Reload with `/lb reload` --- ## ๐ŸŽฎ Commands ### **Player Commands** - `/lb` or `/luckyblocks` - Show plugin help - Break a Lucky Block to roll a reward ### **Admin Commands** - `/lb give <player> ` - Give Lucky Block items - `/lb editor` - Open the GUI editor - `/lb list` - List all rewards - `/lb reload` - Reload all configs - `/lb debug` - Toggle debug + show tracked block count --- ## ๐Ÿ” Permissions - `luckyblocks.use` - Break Lucky Blocks for rewards (default: true) - `luckyblocks.admin` - All admin features (default: op) - `luckyblocks.give` - Give Lucky Block items (default: op) - `luckyblocks.editor` - Open the GUI editor (default: op) - `luckyblocks.reload` - Reload configs (default: op) - `luckyblocks.debug` - Debug command (default: op) --- ## โš™๏ธ Configuration **Clean, documented config files:** - `config.yml` - Block material, holograms, mining spawn, economy, language - `rewards.yml` - Reward definitions, weights, and action lists - `lang/en_US.yml`, `lang/id_ID.yml` - Fully localized text (MiniMessage) **Example Mining Spawn Setup:** ```yaml mining-spawn: enabled: true worlds: chance: 0.01 trigger-blocks: min-y: -64 max-y: 320 ``` --- ## ๐Ÿค Compatibility - **Minecraft Version**: 1.21+ (Paper) - **Java Version**: 21+ - **Optional Dependencies**: - Vault (economy / money rewards) --- ## ๐Ÿ“Š Performance Stats - โœ… Scales to **thousands of Lucky Blocks** with O(1) lookups - โœ… **Async, non-blocking** saves โ€” zero TPS impact - โœ… **No world scanning** at any point - โœ… **Non-persistent holograms** โ€” no ghost entities after restarts - โœ… Cached settings keep the **break hot-path lightweight** --- ## ๐Ÿ› Support & Feedback Found a bug or have a suggestion? Please report issues with: - Server version (e.g., Paper 1.21) - Plugin version - Steps to reproduce - Console errors (if any) --- **Made with โค๏ธ by ResistanceCore** *If you enjoy this plugin, please leave a โค๏ธ love and share with other server owners!*

# ๐Ÿ€ LuckBlocksPlus - Advanced Lucky Block Plugin A lightweight, performance-optimized Lucky Block plugin for Minecraft servers running Paper 1. 21+

## โœจ Key Features

### ๐ŸŽฏ Core Systems - Weighted Reward Pool - Fully configurable, weighted-random rewards per Lucky Block break - 14 Action Types - Chain multiple actions per reward, executed in order - Safe Block Detection - PersistentDataContainer-tagged blocks; ordinary blocks never trigger - Persistent Tracking - Lucky Block locations survive restarts with O(1) lookups - Mining Spawn - Lucky Blocks can appear naturally as players mine in selected worlds - Holograms - Floating text shows everyone what a player just won

### ๐Ÿ”ง Admin Tools - In-Game GUI Editor - Create, edit, and delete rewards without touching configs - Action Editor - Add, edit, reorder, and remove actions per reward - Set Preview From Cursor - Click with an item to set a reward's preview icon - Mining Spawn GUI - Toggle and tune natural spawns entirely in-game - Live Reload - Update configs without restarting

### โšก Performance Optimized - Async Save System - Non-blocking saves prevent TPS drops - O(1) HashSet Lookups - Instant Lucky Block verification - Zero World Scans - Locations are cached, never scanned - Cached Settings - Hot paths read from memory, not disk - Graceful Shutdown - Synchronous final save guarantees no data loss

### ๐ŸŽ Flexible Rewards - Multiple Reward Types: Items, console/player commands, money (Vault compatible) - Per-Reward Control: Weight, permission, cooldown, enabled state, preview item - Effects & Spectacle: Titles, sounds, fireworks, explosions, mobs, potions, teleports - Custom Hook: Fire a `CUSTOM_EVENT` for other plugins to listen to

### ๐ŸŽจ Action Variety โœ“ Give Item โœ“ Console Command โœ“ Player Command

โœ“ Message โœ“ Title โœ“ Sound

โœ“ Explosion โœ“ Spawn Mob โœ“ Potion Effect

โœ“ Firework โœ“ Random Teleport โœ“ Give Money

โœ“ Custom Event โœ“ Hologram

## ๐Ÿ“ฆ Installation 1. Download the latest `.jar` file 2. Place in your server's `plugins` folder 3. Restart your server 4. Configure `config.yml`, `rewards.yml`, and `lang/.yml` 5. Reload with `/lb reload`

## ๐ŸŽฎ Commands

### Player Commands - `/lb` or `/luckyblocks` - Show plugin help - Break a Lucky Block to roll a reward

### Admin Commands - `/lb give ` - Give Lucky Block items - `/lb editor` - Open the GUI editor - `/lb list` - List all rewards - `/lb reload` - Reload all configs - `/lb debug` - Toggle debug + show tracked block count

## ๐Ÿ” Permissions - `luckyblocks.use` - Break Lucky Blocks for rewards (default: true) - `luckyblocks.admin` - All admin features (default: op) - `luckyblocks.give` - Give Lucky Block items (default: op) - `luckyblocks.editor` - Open the GUI editor (default: op) - `luckyblocks.reload` - Reload configs (default: op) - `luckyblocks.debug` - Debug command (default: op)

## โš™๏ธ Configuration Clean, documented config files: - `config.yml` - Block material, holograms, mining spawn, economy, language - `rewards.yml` - Reward definitions, weights, and action lists - `lang/en_US.yml`, `lang/id_ID.yml` - Fully localized text (MiniMessage)

Example Mining Spawn Setup: ```yaml mining-spawn: enabled: true worlds: chance: 0. 01 trigger-blocks: min-y: -64 max-y: 320 ```

## ๐Ÿค Compatibility - Minecraft Version: 1. 21+ (Paper) - Java Version: 21+ - Optional Dependencies: - Vault (economy / money rewards)

## ๐Ÿ“Š Performance Stats - โœ… Scales to thousands of Lucky Blocks with O(1) lookups - โœ… Async, non-blocking saves โ€” zero TPS impact - โœ… No world scanning at any point - โœ… Non-persistent holograms โ€” no ghost entities after restarts - โœ… Cached settings keep the break hot-path lightweight

## ๐Ÿ› Support & Feedback Found a bug or have a suggestion? Please report issues with: - Server version (e.g., Paper 1. 21) - Plugin version - Steps to reproduce - Console errors (if any)

Made with โค๏ธ by ResistanceCore If you enjoy this plugin, please leave a โค๏ธ love and share with other server owners!*

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

๐Ÿ“Š Mod Details

Game
Minecraft Plugins
Author
ResistanceCore
Version
1.0.0
Downloads
91
Endorsements
0
Category
management
Created
7/2/2026
Updated
6/18/2026
Game Versions
1.21, 1.21.1, 1.21.2, 1.21.3, 1.21.4
Tags
management, technology, utility

๐Ÿ”ง 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 LuckBlocksPlus support?

The author lists 1.21, 1.21.1, 1.21.2, 1.21.3, 1.21.4, 1.21.5. Other versions may work but are untested by the author.

What is the latest version of LuckBlocksPlus?

Version 1.0.0, published 2026-06-18 with 91 downloads recorded at the source.

Keep browsing โ€” more Minecraft Plugins mods await

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