I small LuckyBlock plugin with most thinks. You can have unlimited LuckyBlocks with most configuration paramaters.
On LuckyBlock break, you can set:
- LuckyBlock item/block
- Amount
- Private message
- Broadcast message
- Command
- Enchant
- Potion effect
- Entity spawn
- Sound
- Extra thinks (TNT, THE_KILLER_BUNNY)
- Particle effect
- Configurable percentual chance
- Enable/Disable in creative mode
- Configurable crafting LuckyBlock
Commands:
- /lblock reload - Reload plugin config.
- /lblock author - Display a author of LuckyBlock plugin.
- /lblock version - Display version of plugin.
Permissions:
- lblock.use - Permission for use LuckyBlocks.
- lblock.reload - Permission for reload plugin config.
To do:
- Some thinks?
Config file
![[IMG]](//proxy.spigotmc.org/d0681737578d014ed4eaa0c1256e59fca597b9df?url=https%3A%2F%2Fi.imgur.com%2FP3sIZgg.jpeg)
On LuckyBlock break, you can set:
- LuckyBlock item/block
- Amount
- Private message
- Broadcast message
- Command
- Enchant
- Potion effect
- Entity spawn
- Sound
- Extra thinks (TNT, THE_KILLER_BUNNY)
- Particle effect
- Configurable percentual chance
- Enable/Disable in creative mode
- Configurable crafting LuckyBlock
Commands:
- /lblock reload - Reload plugin config.
- /lblock author - Display a author of LuckyBlock plugin.
- /lblock version - Display version of plugin.
Permissions:
- lblock.use - Permission for use LuckyBlocks.
- lblock.reload - Permission for reload plugin config.
To do:
- Some thinks?
Config file
Code (Text):
# LuckyBlock plugin from MrFiliper
#What block you use for LuckyBlock? (Enable string items and ID)
LuckyBlock: sponge
#What worlds do you enable? (Enable string items)
AllowWorlds:
- world
#Enable LuckyBlock in creative?
EnableCreative: false
#Enable custom LuckyBlock crafting?
EnableCrafting: false
#If "EnableCrafting" set to true, you can here change crafting recipe.
# Crafting table
# slot1 slot2 slot3
# slot4 slot4 slot5 block + count
# slot6 slot7 slot8
Crafting:
luckyBlock:
block: sponge
count: 1
slot1: glowstone_dust
slot2: gold_ingot
slot3: glowstone_dust
slot4: gold_ingot
slot5: gold_ingot
slot6: gold_ingot
slot7: glowstone_dust
slot8: gold_ingot
slot9: glowstone_dust
#Chance to found LuckyBlock, if you need percentage chance, set enable to true and percent to you chance. Percentage support only int (50) or double (50.0)!
Chance:
enable: false
percent: 50
#What particle use, when LuckyBlock break? Set false, if you don´t need it.
#Use particle names in this website: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Effect.html
Particle: POTION_SWIRL_TRANSPARENT
#Configure items, delete "#" for activate 2 example items. You can make infinity items. You must start with item0 and continue with item1, item2, item3...
#Use enchant names in this website: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/enchantments/Enchantment.html, Don´t place Minecraft ingame enchants names!
#Use entity names in this website: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/entity/EntityType.html
#Use sound names in this website: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Sound.html
#Use potion names in this website: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/potion/PotionType.html
#Items:
# item0:
# block: 276
# amount: 1
# name: '&6Legendary sword'
# lore:
# - '&eDo you want to touch it?'
# message: '&6Congratulations! You you ve got &eLegendary sword&6!'
# broadcast: '&6Player &e%name% &6get a &eLegendary sword&r&6!'
# command: 'broadcast &6Some command, meybe broadcast?!'
# enchant:
# - 'KNOCKBACK;2'
# - 'FIRE_ASPECT;2'
#
# item1:
# block: 367
# amount: 5
# name: '&6Legendary food'
# lore:
# - '&eYou want to eat?'
# - '&cHere is 100% pork!'
# message: '&6Here s some very good food! 100% pork!'
# broadcast: '&e%name% &6gain something to eat. Hmmm...'
# command: 'money give %name% 10'
# item2:
# block: 41
# amount: 1
# name: '&6Example LuckyBlock'
# lore:
# - '&eLuckyBlock with most parameters!'
# - '&eThis block get %name% with LuckyBlock!'
# message: '&6Simple message to player!'
# broadcast: '&6Player &e%name% &6get LuckyBlock!'
# command: 'money give %name% 10'
# entity:
# - PIG
# - HORSE
# enchant:
# - DURABILITY;3
# extra:
# - TNT
# - THE_KILLER_BUNNY
# potion:
# - FIRE_RESISTANCE;60;0
# - REGENERATION;180;1
# sound:
# - ORB_PICKUP
#What block you use for LuckyBlock? (Enable string items and ID)
LuckyBlock: sponge
#What worlds do you enable? (Enable string items)
AllowWorlds:
- world
#Enable LuckyBlock in creative?
EnableCreative: false
#Enable custom LuckyBlock crafting?
EnableCrafting: false
#If "EnableCrafting" set to true, you can here change crafting recipe.
# Crafting table
# slot1 slot2 slot3
# slot4 slot4 slot5 block + count
# slot6 slot7 slot8
Crafting:
luckyBlock:
block: sponge
count: 1
slot1: glowstone_dust
slot2: gold_ingot
slot3: glowstone_dust
slot4: gold_ingot
slot5: gold_ingot
slot6: gold_ingot
slot7: glowstone_dust
slot8: gold_ingot
slot9: glowstone_dust
#Chance to found LuckyBlock, if you need percentage chance, set enable to true and percent to you chance. Percentage support only int (50) or double (50.0)!
Chance:
enable: false
percent: 50
#What particle use, when LuckyBlock break? Set false, if you don´t need it.
#Use particle names in this website: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Effect.html
Particle: POTION_SWIRL_TRANSPARENT
#Configure items, delete "#" for activate 2 example items. You can make infinity items. You must start with item0 and continue with item1, item2, item3...
#Use enchant names in this website: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/enchantments/Enchantment.html, Don´t place Minecraft ingame enchants names!
#Use entity names in this website: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/entity/EntityType.html
#Use sound names in this website: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Sound.html
#Use potion names in this website: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/potion/PotionType.html
#Items:
# item0:
# block: 276
# amount: 1
# name: '&6Legendary sword'
# lore:
# - '&eDo you want to touch it?'
# message: '&6Congratulations! You you ve got &eLegendary sword&6!'
# broadcast: '&6Player &e%name% &6get a &eLegendary sword&r&6!'
# command: 'broadcast &6Some command, meybe broadcast?!'
# enchant:
# - 'KNOCKBACK;2'
# - 'FIRE_ASPECT;2'
#
# item1:
# block: 367
# amount: 5
# name: '&6Legendary food'
# lore:
# - '&eYou want to eat?'
# - '&cHere is 100% pork!'
# message: '&6Here s some very good food! 100% pork!'
# broadcast: '&e%name% &6gain something to eat. Hmmm...'
# command: 'money give %name% 10'
# item2:
# block: 41
# amount: 1
# name: '&6Example LuckyBlock'
# lore:
# - '&eLuckyBlock with most parameters!'
# - '&eThis block get %name% with LuckyBlock!'
# message: '&6Simple message to player!'
# broadcast: '&6Player &e%name% &6get LuckyBlock!'
# command: 'money give %name% 10'
# entity:
# - PIG
# - HORSE
# enchant:
# - DURABILITY;3
# extra:
# - TNT
# - THE_KILLER_BUNNY
# potion:
# - FIRE_RESISTANCE;60;0
# - REGENERATION;180;1
# sound:
# - ORB_PICKUP
![[IMG]](http://proxy.spigotmc.org/d0681737578d014ed4eaa0c1256e59fca597b9df?url=https%3A%2F%2Fi.imgur.com%2FP3sIZgg.jpeg)
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft versions listed: 1.7, 1.8, 1.9
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Spigot — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
LuckyBlock | Easy use and more configurable is a free Minecraft Java mod. Compatible with Minecraft 1.7, 1.8, 1.9, 1.10 and newer. Downloaded 3,540 times (via Spigot). Download it and open it directly in the game.