Ruins Loot
This plugin is kinda small, but what it does is very useful. With this plugin you can add lootable chests to your world that will auto-refresh the loot in a given timeframe (default 5 minutes). It has support for multiple chest types and comes with common, uncommon, and legendary. With the latest version it supports random spawning chests! Add an element of treasure hunting to your server, and customize the rewards for those seeking adventure!
Screenshot
Commands
- /lootchest help : displays the help screen
- /lootchest config : opens the chest config GUI
- /lootchest reload : dynamically reloads the config
- /lootchest <common|uncommon|legendary> : gives you a specific lootchest to place (stays until manually removed)
- /lootchest <common|uncommon|legendary> [name] : gives a named lootchest
- /lootchest random : toggles random spawning across the world
- /lootchest random chest : toggles between spawning random chest type or default set in config
- /lootchest clear : clears current iteration of random spawned chests
- /lootchest random next : clears current iteration of random spawned chests and spawns new ones
- /lootchest fill : fills all the chests in the world (use after setting loot in GUI to refresh chests)
Permissions
- ruinsloot.chest : admin permission, needed for all the commands.
Check out the project on github for alpha releases and changes: https://github.com/syntaxjedi/RuinsLoot
Comment below if you want to see anything else added!
**Only Feature Requests**
If you have a bug/error to report do it from the "Issues" button above or from this link:
-
View User Profile
-
Send Message
Posted Nov 21, 2019I want to make a chest where there is a chance for a certain item how can I do it?
-
View User Profile
-
Send Message
Posted Feb 14, 2019Someone can say one thing to me.. I'm doing a DayZ server. Is everything work well with your plugin, but I have to put more than 3 types of loots on the map all. Can I do it or is just common uncommon and legendary?
-
View User Profile
-
Send Message
Posted Nov 15, 2017I would love to have this plugin on my server, but I can't get it to work.
[Server] INFO at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[craftbukkit-beta3-os.jar:git-Bukkit-9a1f5ee] 15.11 18:00:34 [Server] INFO at net.syntaxjedi.ruinsloot.RuinsLoot.onCommand(RuinsLoot.java:129) ~[?:?] 15.11 18:00:34 [Server] INFO at org.bukkit.craftbukkit.v1_12_R1.inventory.CraftInventoryPlayer.setItem(CraftInventoryPlayer.java:64) ~[craftbukkit-beta3-os.jar:git-Bukkit-9a1f5ee] 15.11 18:00:34 [Server] INFO at org.bukkit.craftbukkit.v1_12_R1.inventory.CraftInventory.setItem(CraftInventory.java:96) ~[craftbukkit-beta3-os.jar:git-Bukkit-9a1f5ee] 15.11 18:00:34 [Server] INFO at net.minecraft.server.v1_12_R1.PlayerInventory.setItem(PlayerInventory.java:455) ~[craftbukkit-beta3-os.jar:git-Bukkit-9a1f5ee] 15.11 18:00:34 [Server] INFO at net.minecraft.server.v1_12_R1.NonNullList.set(SourceFile:51) ~[craftbukkit-beta3-os.jar:git-Bukkit-9a1f5ee] 15.11 18:00:34 [Server] INFO at java.util.Arrays$ArrayList.set(Arrays.java:3846) ~[?:1.8.0_111] 15.11 18:00:34 [Server] INFO Caused by: java.lang.ArrayIndexOutOfBoundsException: -1 15.11 18:00:34 [Server] INFO at java.lang.Thread.run(Thread.java:745) [?:1.8.0_111] 15.11 18:00:34 [Server] INFO at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:555) [craftbukkit-beta3-os.jar:git-Bukkit-9a1f5ee] 15.11 18:00:34 [Server] INFO at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:651) [craftbukkit-beta3-os.jar:git-Bukkit-9a1f5ee] 15.11 18:00:34 [Server] INFO at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:371) [craftbukkit-beta3-os.jar:git-Bukkit-9a1f5ee] 15.11 18:00:34 [Server] INFO at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:696) [craftbukkit-beta3-os.jar:git-Bukkit-9a1f5ee] 15.11 18:00:34 [Server] INFO at net.minecraft.server.v1_12_R1.SystemUtils.a(SourceFile:46) [craftbukkit-beta3-os.jar:git-Bukkit-9a1f5ee] 15.11 18:00:34 [Server] INFO at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_111] 15.11 18:00:34 [Server] INFO at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_111] 15.11 18:00:34 [Server] INFO at net.minecraft.server.v1_12_R1.PlayerConnectionUtils$1.run(SourceFile:13) [craftbukkit-beta3-os.jar:git-Bukkit-9a1f5ee] 15.11 18:00:34 [Server] INFO at net.minecraft.server.v1_12_R1.PacketPlayInChat.a(SourceFile:9) [craftbukkit-beta3-os.jar:git-Bukkit-9a1f5ee] 15.11 18:00:34 [Server] INFO at net.minecraft.server.v1_12_R1.PacketPlayInChat.a(SourceFile:37) [craftbukkit-beta3-os.jar:git-Bukkit-9a1f5ee] 15.11 18:00:34 [Server] INFO at net.minecraft.server.v1_12_R1.PlayerConnection.a(PlayerConnection.java:1193) [craftbukkit-beta3-os.jar:git-Bukkit-9a1f5ee] 15.11 18:00:34 [Server] INFO at net.minecraft.server.v1_12_R1.PlayerConnection.handleCommand(PlayerConnection.java:1333) [craftbukkit-beta3-os.jar:git-Bukkit-9a1f5ee] 15.11 18:00:34 [Server] INFO at org.bukkit.craftbukkit.v1_12_R1.CraftServer.dispatchCommand(CraftServer.java:631) ~[craftbukkit-beta3-os.jar:git-Bukkit-9a1f5ee] 15.11 18:00:34 [Server] INFO at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:140) ~[craftbukkit-beta3-os.jar:git-Bukkit-9a1f5ee] 15.11 18:00:34 [Server] INFO at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) ~[craftbukkit-beta3-os.jar:git-Bukkit-9a1f5ee] 15.11 18:00:34 [Server] INFO org.bukkit.command.CommandException: Unhandled exception executing command 'lootchest' in plugin RuinsLoot v0.2.2 15.11 18:00:34 [Server] ERROR nul
-
View User Profile
-
Send Message
Posted Nov 15, 2017In reply to Forge_User_07777337:
-
View User Profile
-
Send Message
Posted Nov 17, 2017In reply to syntaxJedi: