Advanced Lucky Block
Before installing, make sure that you've read all of the instructions down below and that your server version matches that of the plugin.
This plugin simply adds lucky blocks to your server. If you're not familiar with the actual lucky block mod, you may need to watch it on Youtube since it's very popular. Lucky blocks are blocks that, by default, act like sponges and spawn random drops when they are broken. Depending on the luck the block possess, it's more probable that you receive good or bad stuff. Numerous different drops can be anything from lucky armor, potions, lucky swords, chests, monsters, traps, etc.
This plugin is highly customizable which means that you can control which drops may spawn and when. Reading through files that the plugin generates on installations will give you a good idea of how the plugin works.
• How to get the block
You may notice that regular sponges won't do anything as you would expect. You can either get the block through crafting by surrounding a dropper with 8 gold ingots, which is the same recipe as in the original mod; or by simply using /lb give command which takes additional arguments allowing you to specify things like luck value.
Currently, you can have up to 1048 lucky blocks placed at the same time. Placing more will just delete the newly placed block. The reason behind this limitation is that the loading mechanism takes a considerable amount of time if you have too many lucky blocks placed which definitely causes the server to lag on reload. This is however probably going to be changed in a later version when a more effective way of loading is implemented. Suggestions about how this can be achieved are appreciated.
• Important to mention
If you're running an outdated Minecraft server, you can look up for older versions of the plugin and find the one that supports your server. Notice that different versions of the plugin may work on the same server but I'm not responsible for any eventual errors and bugs so it's always recommended to use the right version to avoid unexpected bugs and glitches.
• Features
- Highly customizable.
- Craftable.
- Option to make lucky blocks spawn naturally in the world.
- You can create and add your custom lucky blocks (a tutorial about this might be implemented later).
- All data is stored inside files, so loading the server won't cause any data loss.
- Play sounds, spawn particles when lucky blocks are placed/destroyed.
- Lucky blocks with better luck yield better drops and vice versa.
- You can add as many drops as you wish (until your server runs out of memory).
- Silk touch enchantment support.
- When the block is broken with a tool that has fortune enchantment, a dropped luck block with higher luck will spawn (consumes too much durability of the held item).
- Can be placed by dispensers.
- Can be pushed by pistons.
- Slime blocks next to pistons can push lucky blocks in the air (WIP).
- Developers can add custom drops to the plugin.
- Much more!
• Setup
- Download and install WorldEdit (recommended).
- Download Advanced Lucky Block plugin.
- Put the downloaded file in plugins folder.
- Enjoy!
• Commands
• Permissions
• Lucky Crafting Table:
Used to add or subtract luck from lucky blocks. The traditional method was to surround the lucky block with minerals and valuable items in the crafting table, but this method was replaced with another one involving an own crafting window.
Crafting recipe:
Gui:

Addons
- You can make your own lucky blocks by editing files inside Types folder.
Examples:
- Share your custom ones.
Donation
If you want to support this project and help updating it you can donate by simply clicking the below button:
• Servers
MCFeelBoy.minecraft360.de
- You can leave your server IP in the comments if you are using this plugin on your server and I'll add it to this list.
• Enchantments
- Lightning Enchantment: Strikes a lightning bolt when right-click.
• Files
• Editing drops
- Drops are stored in drops folder.
• Custom Drops
- Developers can make and add custom drops to lucky blocks.
- tutorial Here
• Todo
- Suggest ideas!
• Screenshots
- Share your screenshots.
- Credits to https://serverminer.com/


-
View User Profile
-
Send Message
Posted Nov 17, 2015@junhaochia
The whole world.
-
View User Profile
-
Send Message
Posted Nov 16, 2015@MCGamer199
What u mean By Arena Rollback the World you mean The Whole World or Just Arena Bounds gets Rollback \
So Per World Arena?...
-
View User Profile
-
Send Message
Posted Nov 16, 2015@MCGamer199
Support for Custom Enchantment Plugin =D heres the plugin site: http://dev.bukkit.org/bukkit-plugins/custom-enchantments/
-
View User Profile
-
Send Message
Posted Nov 15, 2015@SlimeDog
I'll look into it.
-
View User Profile
-
Send Message
Posted Nov 13, 2015Hi. I've used this plugin for over a year in my Spigot 1.8.8/WE 6.1/WG 6.1/PEX/Multi-Verse/etc; all latest pulls, running on java 1.8.0_65-b17. Lovely, no issues.
I just downloaded/installed LuckyBlock-1.9.jar on my development server. Removed .../plugins/LuckyBlock/ directory. Errors generated on start-up:
[13:02:14] [Server thread/INFO]: [LuckyBlock] Enabling LuckyBlock v1.9
[13:02:14] [Server thread/INFO]: [LuckyBlock] LuckyBlock , 1.9 Enabled.
[13:02:14] [Server thread/INFO]: [LuckyBlock] Loaded Lucky Blocks. 0 Lucky Blocks Found!
[13:02:14] [Server thread/ERROR]: Error occurred while enabling LuckyBlock v1.9 (Is it up to date?)
java.lang.NoClassDefFoundError net/minecraft/server/v1_8_R1/NBTBase
at com.LuckyBlock.Engine.LuckyBlock.loadRecipes(LuckyBlock.java:737) ~[?:?]
at com.LuckyBlock.Engine.LuckyBlock.LuckyBlockConfig(LuckyBlock.java:1317) ~[?:?]
at com.LuckyBlock.Engine.LuckyBlock.onEnable(LuckyBlock.java:322) ~[?:?]
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) ~[spigot-1.8.8.jar-2015-10-27:git-Spigot-5f38d38-18fbb24]
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340) [spigot-1.8.8.jar-2015-10-27:git-Spigot-5f38d38-18fbb24]
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [spigot-1.8.8.jar-2015-10-27:git-Spigot-5f38d38-18fbb24]
at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:357) [spigot-1.8.8.jar-2015-10-27:git-Spigot-5f38d38-18fbb24]
at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:317) [spigot-1.8.8.jar-2015-10-27:git-Spigot-5f38d38-18fbb24]
at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:199) [spigot-1.8.8.jar-2015-10-27:git-Spigot-5f38d38-18fbb24]
at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [spigot-1.8.8.jar-2015-10-27:git-Spigot-5f38d38-18fbb24]
at java.lang.Thread.run(Thread.java:745) [?:1.8.0_65]
Caused by: java.lang.ClassNotFoundException net.minecraft.server.v1_8_R1.NBTBase
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:91) ~[spigot-1.8.8.jar-2015-10-27:git-Spigot-5f38d38-18fbb24]
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[spigot-1.8.8.jar-2015-10-27:git-Spigot-5f38d38-18fbb24]
at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_65]
at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_65]
Help, please. :)
-
View User Profile
-
Send Message
Posted Nov 11, 2015Yes :)
[Erreur Java] java.lang.Thread.run(Thread.java:722) [?:1.7.0] [Erreur Java] net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:528) [spigot-1.8.7.jar:git-Spigot-f928e7a-994b2aa] [Erreur Java] net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:256) [spigot-1.8.7.jar:git-Spigot-f928e7a-994b2aa] [Erreur Java] net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:337) [spigot-1.8.7.jar:git-Spigot-f928e7a-994b2aa] [Erreur Java] net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:382) [spigot-1.8.7.jar:git-Spigot-f928e7a-994b2aa] [Erreur Java] net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:418) [spigot-1.8.7.jar:git-Spigot-f928e7a-994b2aa] [Erreur Java] org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:316) [spigot-1.8.7.jar:git-Spigot-f928e7a-994b2aa] [Erreur Java] org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:356) [spigot-1.8.7.jar:git-Spigot-f928e7a-994b2aa] [Erreur Java] org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [spigot-1.8.7.jar:git-Spigot-f928e7a-994b2aa] [Erreur Java] org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340) [spigot-1.8.7.jar:git-Spigot-f928e7a-994b2aa] [Erreur Java] org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) [spigot-1.8.7.jar:git-Spigot-f928e7a-994b2aa] [Erreur Java] com.LuckyBlock.Engine.LuckyBlock.onEnable(LuckyBlock.java:382) [?:?] java.lang.NullPointerException: Invalid Material! [18:06:50] [Server thread/ERROR] : Error occurred while enabling LuckyBlock v1.8 (Is it up to date?)
-
View User Profile
-
Send Message
Posted Nov 11, 2015@TheIntelloBox
Nice idea :D
-
View User Profile
-
Send Message
Posted Nov 10, 2015Why ?
Can you add LuckyDefi mode ? In this game you have to break all the luckyblocks as quickly as possible and make the best score thanks to time.
-
View User Profile
-
Send Message
Posted Nov 10, 2015@TheIntelloBox
1.9 version currently works only with bukkit 1.8.
-
View User Profile
-
Send Message
Posted Nov 9, 2015Hello,
[Erreur Java] java.lang.ClassLoader.loadClass(ClassLoader.java:356) [?:1.7.0] [Erreur Java] java.lang.ClassLoader.loadClass(ClassLoader.java:423) [?:1.7.0] [Erreur Java] org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) [spigot-1.8.7.jar:git-Spigot-f928e7a-994b2aa] [Erreur Java] org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:91) [spigot-1.8.7.jar:git-Spigot-f928e7a-994b2aa] Caused by: java.lang.ClassNotFoundException: net.minecraft.server.v1_8_R1.NBTBase [Erreur Java] java.lang.Thread.run(Thread.java:722) [?:1.7.0] [Erreur Java] net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:528) [spigot-1.8.7.jar:git-Spigot-f928e7a-994b2aa] [Erreur Java] net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:199) [spigot-1.8.7.jar:git-Spigot-f928e7a-994b2aa] [Erreur Java] org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:316) [spigot-1.8.7.jar:git-Spigot-f928e7a-994b2aa] [Erreur Java] org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:356) [spigot-1.8.7.jar:git-Spigot-f928e7a-994b2aa] [Erreur Java] org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [spigot-1.8.7.jar:git-Spigot-f928e7a-994b2aa] [Erreur Java] org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340) [spigot-1.8.7.jar:git-Spigot-f928e7a-994b2aa] [Erreur Java] org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) [spigot-1.8.7.jar:git-Spigot-f928e7a-994b2aa] [Erreur Java] com.LuckyBlock.Engine.LuckyBlock.onEnable(LuckyBlock.java:322) [?:?] [Erreur Java] com.LuckyBlock.Engine.LuckyBlock.LuckyBlockConfig(LuckyBlock.java:1315) [?:?] [Erreur Java] com.LuckyBlock.Engine.LuckyBlock.loadRecipes(LuckyBlock.java:737) [?:?] java.lang.NoClassDefFoundError: net/minecraft/server/v1_8_R1/NBTBase [18:24:06] [Server thread/ERROR] : Error occurred while enabling LuckyBlock v1.9 (Is it up to date?)
-
View User Profile
-
Send Message
Posted Nov 1, 2015@norton200
Hello. You can send private messages to me.
-
View User Profile
-
Send Message
Posted Oct 30, 2015Suggest ideas like new enchantments,drops etc.
-
View User Profile
-
Send Message
Posted Oct 27, 2015@ZaikanHD
Try 1.9 build 3. Click Here
-
View User Profile
-
Send Message
Posted Oct 26, 2015Hey ! Nice plugin ! but.. the /lbw bounds is not correct if you join you get an error : You are not in the arena but i did all right : /lbw create 1 /lbw setounds 1 1/2
-
View User Profile
-
Send Message
Posted Oct 23, 20151.9 Build 3 has just released.
-
View User Profile
-
Send Message
Posted Oct 20, 2015@ChriKa83
You can send private messages to me so I can help you :D
-
View User Profile
-
Send Message
Posted Oct 19, 2015I don't get how this plugin works. How do I make it spawn blocks on its own? It only worked once with a new world. But it doesn't work with the world that I inserted before the plugin. It works fine when I craft and place them, but I can't walk over the map, placing every single block by myself. I tried /lb generate which didn't have the effect I was hoping for. The SpawnRate value is set to 25.
-
View User Profile
-
Send Message
Posted Oct 19, 2015@MCGamer199
Okay, so the SpawnRate value is a percentage. I wasn't sure about that. I thought maybe it says that each x block, a lucky block spawns. But good to know. ;) It would be great, if one could make them spawn in specific worlds, depending on the server.
Thanx for the reply. ;)
-
View User Profile
-
Send Message
Posted Oct 19, 2015@ChriKa83
You have to set SpawnRate value to 0 in the config if you want to disable them from spawning. As for now you can't make them spawn in specific worlds but this is a good addition for 1.9.
-
View User Profile
-
Send Message
Posted Oct 19, 2015Hey, I have a problem with this plugin.
I have a bukkit server with several worlds and several plugins. Everytime I insert a new world to my server, lucky blocks spawn all over this world. Even if I change the config.yml. It originally said - '*All*' and I changed it into - '*Plainfield*'. I tried with and without both the semicolon and the star. I emptied the LuckyBlocks.yml. I deleted and reinserted the world, both in the server folder and in WorldGuard. Nothing works. As soon as I enter the new world (which is not Plainfield), the LuckyBlocks are back. I tried the command /lb clearlbs, but it only deletes the lucky blocks, the sponges are still there. What do I have to do so that the plugin only spawns luckyblocks in the world Plainfield?
How do I make the plugin to automatically spawn luckyblocks in Plainfield without reinserting the world?