1. What is LootChests?
- Contributors:
- walt_
LootChests is a plugin that adds a fun new incentive to mining. With a very simple and user friendly config, you are able to set up different rewards for mining different blocks. Inside of the config, you are easily able to set up the chances for spawning a loot chest for each type of block and different prizes.
2. Requirements:
- 1.8 spigot / craftbukkit
- Vault (only needed if you want to allow cash rewards)
3. Configuration:
Code (Text):useVault: false
lootPerChest: 1
blocks:
LAPIS_ORE: 200
EMERALD_ORE: 50
DIAMOND_ORE: 100
loot:
APPLE: 5
DIAMOND_SWORD: 1
OBSIDIAN: 32
DIAMOND: 10
For the blocks section, the integer after the block name is the probability of a lootchest being spawned. For example, if I mine a lapis ore, there is a 1/200 chance of a lootchest being spawned.
For the loot section, the integer after the item name is the quantity. There is no support for enchantments of custom names yet, but will hopefully be added soon. There is also no support for different chances for different loot yet (they are all the same), but that will be added shortly.
If you want to add money to the loot section, add 'MONEY: (amount)', 'MONEY2: (amount)', etc.
Commands:
![]()
(you can also use /lc)
permission for all commands:Things that will be added in the near future:Code (Text):lootchests.admin
- ItemMeta support (enchantments, lore, names)
- Configurable support for each loot item.
- Customization for messages.

LootChests 1.1
Give your players a fun incentive to mine ores for a chance at winning prizes!
Recent Reviews
-
legokay11
- 4/5,
[29-09 15:04:26 ] [Server] ERROR Ambiguous plugin name `LootChests' for files `plugins/LootChests.jar' and `plugins/LootChests (1).jar' in `plugins'
[29-09 15:04:26 ] [Server] ERROR Could not load 'plugins/LootChests.jar' in folder 'plugins'
[29-09 15:04:26 ] [Server] [Informatie] org.bukkit.plugin.InvalidPluginException: java.lang.UnsupportedClassVersionError: me/canelex/loot/LootChests : Unsupported major.minor version 52.0
[29-09 15:04:26 ] [Server] [Informatie] at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:133) ~[cb1.8.7.jar:git-Bukkit-09ddd9b]
[29-09 15:04:26 ] [Server] [Informatie] at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:328) ~[cb1.8.7.jar:git-Bukkit-09ddd9b]
[29-09 15:04:26 ] [Server] [Informatie] at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:251) [cb1.8.7.jar:git-Bukkit-09ddd9b]
[29-09 15:04:26 ] [Server] [Informatie] at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:288) [cb1.8.7.jar:git-Bukkit-09ddd9b]
[29-09 15:04:26 ] [Server] [Informatie] at org.bukkit.craftbukkit.v1_8_R3.CraftServer.<init>(CraftServer.java:250) [cb1.8.7.jar:git-Bukkit-09ddd9b]
[29-09 15:04:26 ] [Server] [Informatie] at net.minecraft.server.v1_8_R3.PlayerList.<init>(PlayerList.java:69) [cb1.8.7.jar:git-Bukkit-09ddd9b]
[29-09 15:04:26 ] [Server] [Informatie] at net.minecraft.server.v1_8_R3.DedicatedPlayerList.<init>(SourceFile:14) [cb1.8.7.jar:git-Bukkit-09ddd9b]
[29-09 15:04:26 ] [Server] [Informatie] at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:179) [cb1.8.7.jar:git-Bukkit-09ddd9b]
[29-09 15:04:26 ] [Server] [Informatie] at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:503) [cb1.8.7.jar:git-Bukkit-09ddd9b]
[29-09 15:04:26 ] [Server] [Informatie] at java.lang.Thread.run(Thread.java:745) [?:1.7.0_75]
[29-09 15:04:26 ] [Server] [Informatie] Caused by: java.lang.UnsupportedClassVersionError: me/canelex/loot/LootChests : Unsupported major.minor version 52.0
[29-09 15:04:26 ] [Server] [Informatie] at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.7.0_75]
[29-09 15:04:26 ] [Server] [Informatie] at java.lang.ClassLoader.defineClass(ClassLoader.java:800) ~[?:1.7.0_75]
[29-09 15:04:26 ] [Server] [Informatie] at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) ~[?:1.7.0_75]
[29-09 15:04:26 ] [Server] [Informatie] at java.net.URLClassLoader.defineClass(URLClassLoader.java:449) ~[?:1.7.0_75]
[29-09 15:04:26 ] [Server] [Informatie] at java.net.URLClassLoader.access$100(URLClassLoader.java:71) ~[?:1.7.0_75]
[29-09 15:04:26 ] [Server] [Informatie] at java.net.URLClassLoader$1.run(URLClassLoader.java:361) ~[?:1.7.0_75]
[29-09 15:04:26 ] [Server] [Informatie] at java.net.URLClassLoader$1.run(URLClassLoader.java:355) ~[?:1.7.0_75]
[29-09 15:04:26 ] [Server] [Informatie] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.7.0_75]
[29-09 15:04:26 ] [Server] [Informatie] at java.net.URLClassLoader.findClass(URLClassLoader.java:354) ~[?:1.7.0_75]
[29-09 15:04:27 ] [Server] Skipped 43 lines due to rate limit (30/s)
i get this error help -
hamsterfat
- 5/5,
dude very good plugin! unique idea! thanks for creating this good plugin keep up the good work! you deserve 5 stars!
-
KohakuSaintCrown
- 4/5,
:D Good idea, but using spigot 1.8.8 i have a little bug :) but nice idea and plugin :3
-
Author's Response
What's the problem? I could try to fix it.
-