GithubHelp home page GithubHelp logo

phatloots's People

Contributors

codisimus avatar imzeus avatar mtihc avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

phatloots's Issues

RandomizedLore not working with MythicMobs

Hey there,

I use the RandomizedLore-Addon for PhatLoots and noticed that it doesn't work when using PhatLoots inside MythicMobs. It just drops the item with the Lore %rand1-10%, instead of an actual random number.
For now I fixed it with an own Plugin which sets the random Lore on PlayerItemPickupEvent.

GlobalReset not working

##If set to true, when looted by one person, everyone must wait to loot it again (first person there gets the loot)
##If set to false, when a player loots a Chest only they must wait the specified time to loot again (everyone can have their share of loot)
GlobalReset: true

This doesn't work.
If I have it true, when one person takes loot from a chest, everyone sees those items missing, whether it's true or false. (Yes, I tried both true and false, same outcome.
What I want it to do is so if one person took the loot, the items would not be gone for another person. That's what this option used to do, but it doesn't do that anymore, and I need it to.

How to use SwapLoot

It won't load the jar from the addons folder.

Will load the jar from the plugins folder but then I have no way to know if the swaploot addon is working, no commands appear to be added either.

How does this addon work?

Max Loot Amount

I'd like to limit my chests/lootbags to only ever giving out 1 item from the loot table per loot. Is this possible? currently my loots appear to randomly pick how many items a player will recieve

Loot GUI not working

I'm getting this error while trying to do /loot info/gui:
http://pastebin.com/gMB0xPpm

Everything worked fine before, but then I restarted the server like every other time and PhatLoots' info command stopped working. I also had to reload all worlds from multiverse, not sure what happened after that restart. All chests and containers work perfectly, it's just the GUI.

EDIT: Spigot 1.9.4

Fishing loot table

I've looked everywhere and cant find any documentation on how to set up a fishing loot table. If anyone else has figured this out I would greatly appreciate some guidance. Thanks in advance.

Mobs dropping money, Nothing else.

Hey man.

First off, GREAT plugin. I used this plugin on my old server for friends, and it was a HUGE hit to make mobs give money based on kill, to buy stuff in the shops.

When I first installed the plugin, I noticed that after making a loot table (same name as mob) and making the loot table drop money, that the mob killed ONLY dropped money. To combat this is 1.8, I just looked up the exp that mobs dropped by default, and added that as well.

On my new 1.9.2 server, users are wanting to actually get the normal mob drops as well. Right now, they only get exp and money, and mobs do not drop their loot other than what is specified.

IS there a way to ONLY add money per kill, per mob type, without having to go through EVERY loot table and add what a mob should drop?

Error while enabling

[15:24:55] [Server thread/INFO]: This server is running CraftBukkit version git-Spigot-952179b-e87122e (MC: 1.8) (Implementing API version 1.8-R0.1-SNAPSHOT)

Thanks for the update! Server has sufficient memory; all other plugins load.

[15:25:29] [Server thread/ERROR]: Error occurred while enabling PhatLoots v4.0.0 (Is it up to date?)
java.lang.OutOfMemoryError: Java heap space
at java.nio.HeapCharBuffer.(Unknown Source) ~[?:1.8.0_25]
at java.nio.CharBuffer.allocate(Unknown Source) ~[?:1.8.0_25]
at java.nio.charset.CharsetDecoder.decode(Unknown Source) ~[?:1.8.0_25]
at com.codisimus.plugins.phatloots.PhatLoots.isValidUTF8(PhatLoots.java:578) ~[?:?]
at com.codisimus.plugins.phatloots.PhatLoots.loadConfig(PhatLoots.java:559) ~[?:?]
at com.codisimus.plugins.phatloots.PhatLoots.load(PhatLoots.java:302) ~[?:?]
at com.codisimus.plugins.phatloots.PhatLoots.onEnable(PhatLoots.java:176) ~[?:?]
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) ~[craftbukkit.jar:git-Spigot-952179b-e87122e]
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:335) [craftbukkit.jar:git-Spigot-952179b-e87122e]
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [craftbukkit.jar:git-Spigot-952179b-e87122e]
at org.bukkit.craftbukkit.v1_8_R1.CraftServer.loadPlugin(CraftServer.java:356) [craftbukkit.jar:git-Spigot-952179b-e87122e]
at org.bukkit.craftbukkit.v1_8_R1.CraftServer.enablePlugins(CraftServer.java:316) [craftbukkit.jar:git-Spigot-952179b-e87122e]
at net.citizensnpcs.util.NMS.loadPlugins(NMS.java:277) [citizens-2.0.14-SNAPSHOT.jar:?]
at net.citizensnpcs.Citizens.enableSubPlugins(Citizens.java:142) [citizens-2.0.14-SNAPSHOT.jar:?]
at net.citizensnpcs.Citizens.onEnable(Citizens.java:288) [citizens-2.0.14-SNAPSHOT.jar:?]
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) [craftbukkit.jar:git-Spigot-952179b-e87122e]
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:335) [craftbukkit.jar:git-Spigot-952179b-e87122e]
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [craftbukkit.jar:git-Spigot-952179b-e87122e]
at org.bukkit.craftbukkit.v1_8_R1.CraftServer.loadPlugin(CraftServer.java:356) [craftbukkit.jar:git-Spigot-952179b-e87122e]
at org.bukkit.craftbukkit.v1_8_R1.CraftServer.enablePlugins(CraftServer.java:316) [craftbukkit.jar:git-Spigot-952179b-e87122e]
at net.minecraft.server.v1_8_R1.MinecraftServer.q(MinecraftServer.java:402) [craftbukkit.jar:git-Spigot-952179b-e87122e]
at net.minecraft.server.v1_8_R1.MinecraftServer.k(MinecraftServer.java:370) [craftbukkit.jar:git-Spigot-952179b-e87122e]
at net.minecraft.server.v1_8_R1.MinecraftServer.a(MinecraftServer.java:325) [craftbukkit.jar:git-Spigot-952179b-e87122e]
at net.minecraft.server.v1_8_R1.DedicatedServer.init(DedicatedServer.java:211) [craftbukkit.jar:git-Spigot-952179b-e87122e]
at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:494) [craftbukkit.jar:git-Spigot-952179b-e87122e]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_25]

Path loot money

Hey, I've been reading up on your plugin, and was left with two questions.
How does pathloot handle moneydrops on spawner mobs?

And will there be an update to 1.10?

Feature: Fireworks

The ability to turn on fireworks when chest is opened: Height and Color at least. We setup a casino on our server and we thought it would be neat to have some type of effect to play when a chest was opened. Just an interesting thought bubble and possible feature to add.

Request feature - command delay

Asking if you can add an ability to add a delayed command in phatloots.

example:
/loot add cmd delay 60 world /region flag reward entry deny world
/loot add cmd [delay] [amount] [world to execute/if Empty all worlds] [command]

What it does : after opening the phatloot, waits 60 seconds then runs the command in the world specified.

Error occurred while enabling PhatLoots v4.1.0 (Is it up to date?)

I'm running MythicDrops version 4.0.9-6ed75f4

[18:49:27 ERROR]: Error occurred while enabling PhatLoots v4.1.0 (Is it up to date?) java.lang.NoClassDefFoundError: net/nunnerycode/bukkit/mythicdrops/tiers/TierMap at com.codisimus.plugins.phatloots.loot.MythicDropsItem.instantiateTierList(MythicDropsItem.java:296) ~[?:?] at com.codisimus.plugins.phatloots.loot.MythicDropsItem.<clinit>(MythicDropsItem.java:39) ~[?:?] at com.codisimus.plugins.phatloots.PhatLoots.onEnable(PhatLoots.java:120) ~[?:?] at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:292) ~[spigot-1.9.2.jar:git-Spigot-e000104-4cb3258] at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340) [spigot-1.9.2.jar:git-Spigot-e000104-4cb3258] at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [spigot-1.9.2.jar:git-Spigot-e000104-4cb3258] at org.bukkit.craftbukkit.v1_9_R1.CraftServer.loadPlugin(CraftServer.java:361) [spigot-1.9.2.jar:git-Spigot-e000104-4cb3258] at org.bukkit.craftbukkit.v1_9_R1.CraftServer.enablePlugins(CraftServer.java:321) [spigot-1.9.2.jar:git-Spigot-e000104-4cb3258] at net.minecraft.server.v1_9_R1.MinecraftServer.t(MinecraftServer.java:411) [spigot-1.9.2.jar:git-Spigot-e000104-4cb3258] at net.minecraft.server.v1_9_R1.MinecraftServer.l(MinecraftServer.java:376) [spigot-1.9.2.jar:git-Spigot-e000104-4cb3258] at net.minecraft.server.v1_9_R1.MinecraftServer.a(MinecraftServer.java:331) [spigot-1.9.2.jar:git-Spigot-e000104-4cb3258] at net.minecraft.server.v1_9_R1.DedicatedServer.init(DedicatedServer.java:269) [spigot-1.9.2.jar:git-Spigot-e000104-4cb3258] at net.minecraft.server.v1_9_R1.MinecraftServer.run(MinecraftServer.java:527) [spigot-1.9.2.jar:git-Spigot-e000104-4cb3258] at java.lang.Thread.run(Thread.java:745) [?:1.8.0_72-internal] Caused by: java.lang.ClassNotFoundException: net.nunnerycode.bukkit.mythicdrops.tiers.TierMap at java.net.URLClassLoader.findClass(URLClassLoader.java:381) ~[?:1.8.0_72-internal] at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[spigot-1.9.2.jar:git-Spigot-e000104-4cb3258] at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[spigot-1.9.2.jar:git-Spigot-e000104-4cb3258] at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_72-internal] at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_72-internal] ... 14 more

loots randomly being deleted

Im using phatloots for spigot 1.9 and loots are randomly being deleted. I had a few linked to different chests and i went to open them later and they didnt give any loot and didnt display any message, so i did /loot list and about 4 of my loots had been deleted. The config files for the loots are still in their normal places and they werent deleted, and I looked inside the ymls and there was nothing odd about them. There was no errors in the console so i have no way of knowing what it was. Please tell me how to fix this, i really need to use it on my server :(

Plugin Feature Request - LorinthsRpgMobs

I absolutely love this plugin and use it to alter all drop tables currently in the game, including experience, currency and items that mobs drop.

I was wondering how hard it would be to make this plugin see the levels of the mobs in LorinthsRpgMobs and adjust loot, currency, or experience accordingly?

This would add a completely new layer to my server, and provide ample reward for those who are grinding levels to go fight something harder and have better chances at PHAT lewtz :)

Phatloot is not working properly - Fixed!

Hey there, we have used phatloot for a long time now and think its a great plugin, currently we are in the process of updating to 1.9.2, I had no problems with downloading Phatloot and getting it to run however for some reason it is not showing me the Phatloot contents of chest properly, it flashes in the chest when its first opened but then disappears within a few split seconds. It seems as though dispensers and droppers still work fine, just not the chest (normal, trap or ender). Any Ideas on what I should do to try fix this problem?

Cannot get NPCs to drop loot

I love this plugin, but i have been having trouble getting NPCs to drop loot. When i make the loot i do the proper name, with the npc being "Name" and the loot being "NPCName", but they drop nothing. I saw in a different ticket someone had a similar problem, and he solved it by turning drop items off and die like player on in the sentry config, and that only somewhat fixed the problem. It made them drop loot, but only when they are the NPC type Player, and only when the loot is "Name" instead of "NPCName", which leaves the problem of players just using a name-tag to change the name of a cow and get that loot. I would expect the problem to be my citizens version, but i can't find anywhere what version of citizens is meant for what version of Phatloot. Please help! I'm using Citizens version 2.0.15-SNAPSHOT build 1230 and Phatloot version 4.1.0

Phatloots per player

Hi,

I have a wish for two new features.

  1. Phatloots per player. Cooldown time should be per player, so f.ex a player can on get the loot once a day, another can get the loot if he hasnt opened the chest within the cooldown time.
  2. I have some maps (cityworld) on my server, where the chest are pre-genereated (with content). It would be nice if Phatloots could find all these chests and be able to refill then every x time. Or if Phatloots could put some Other) random loots in the chests.

Failed to load (name).yml

I updated from 1.8 (4.1) to 1.9 (4.2.2) and I find that my RareCrate.yml and CommonCrate.yml are suddenly not working. They work just fine with the old PhatLoot on 1.8.

Note: The beginning mentions an outdated config, deleting it does not fix the issue.

[00:10:53] [Server thread/WARN]: [PhatLoots] Your config.yml file is outdated! To get the most out of this plugin please (re)move the old file so a new one can be generated.
[00:10:53] [Server thread/ERROR]: Could not call constructor 'public com.codisimus.plugins.phatloots.PhatLoot(java.util.Map)' of class com.codisimus.plugins.phatloots.PhatLoot for deserialization
java.lang.NumberFormatException: For input string: ""
at java.lang.NumberFormatException.forInputString(Unknown Source) ~[?:1.8.0_65]
at java.lang.Long.parseLong(Unknown Source) ~[?:1.8.0_65]
at java.lang.Long.parseLong(Unknown Source) ~[?:1.8.0_65]
at com.codisimus.plugins.phatloots.PhatLoot.clean(Unknown Source) ~[?:?]
at com.codisimus.plugins.phatloots.PhatLoot.loadLootTimes(Unknown Source) ~[?:?]
at com.codisimus.plugins.phatloots.PhatLoot.(Unknown Source) ~[?:?]
at sun.reflect.GeneratedConstructorAccessor52.newInstance(Unknown Source) ~[?:?]
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_65]
at java.lang.reflect.Constructor.newInstance(Unknown Source) ~[?:1.8.0_65]
at org.bukkit.configuration.serialization.ConfigurationSerialization.deserializeViaCtor(ConfigurationSerialization.java:96) [spigot-1.9-Build3182016.jar:git-Spigot-095e59a-2bfda1f]
at org.bukkit.configuration.serialization.ConfigurationSerialization.deserialize(ConfigurationSerialization.java:133) [spigot-1.9-Build3182016.jar:git-Spigot-095e59a-2bfda1f]
at org.bukkit.configuration.serialization.ConfigurationSerialization.deserializeObject(ConfigurationSerialization.java:195) [spigot-1.9-Build3182016.jar:git-Spigot-095e59a-2bfda1f]
at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:35) [spigot-1.9-Build3182016.jar:git-Spigot-095e59a-2bfda1f]
at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:182) [spigot-1.9-Build3182016.jar:git-Spigot-095e59a-2bfda1f]
at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:373) [spigot-1.9-Build3182016.jar:git-Spigot-095e59a-2bfda1f]
at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:147) [spigot-1.9-Build3182016.jar:git-Spigot-095e59a-2bfda1f]
at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:354) [spigot-1.9-Build3182016.jar:git-Spigot-095e59a-2bfda1f]
at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:489) [spigot-1.9-Build3182016.jar:git-Spigot-095e59a-2bfda1f]
at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:26) [spigot-1.9-Build3182016.jar:git-Spigot-095e59a-2bfda1f]
at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:182) [spigot-1.9-Build3182016.jar:git-Spigot-095e59a-2bfda1f]
at org.yaml.snakeyaml.constructor.BaseConstructor.constructDocument(BaseConstructor.java:141) [spigot-1.9-Build3182016.jar:git-Spigot-095e59a-2bfda1f]
at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:127) [spigot-1.9-Build3182016.jar:git-Spigot-095e59a-2bfda1f]
at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:450) [spigot-1.9-Build3182016.jar:git-Spigot-095e59a-2bfda1f]
at org.yaml.snakeyaml.Yaml.load(Yaml.java:369) [spigot-1.9-Build3182016.jar:git-Spigot-095e59a-2bfda1f]
at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:54) [spigot-1.9-Build3182016.jar:git-Spigot-095e59a-2bfda1f]
at com.codisimus.plugins.phatloots.PhatLoots.loadConfig(Unknown Source) [PhatLoots.jar:?]
at com.codisimus.plugins.phatloots.PhatLoots.load(Unknown Source) [PhatLoots.jar:?]
at com.codisimus.plugins.phatloots.PhatLoots.rl(Unknown Source) [PhatLoots.jar:?]
at com.codisimus.plugins.phatloots.commands.LootCommand.reload(Unknown Source) [PhatLoots.jar:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_65]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_65]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_65]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_65]
at com.codisimus.plugins.phatloots.commands.CommandHandler.handleCommand(Unknown Source) [PhatLoots.jar:?]
at com.codisimus.plugins.phatloots.commands.CommandHandler.onCommand(Unknown Source) [PhatLoots.jar:?]
at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) [spigot-1.9-Build3182016.jar:git-Spigot-095e59a-2bfda1f]
at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141) [spigot-1.9-Build3182016.jar:git-Spigot-095e59a-2bfda1f]
at org.bukkit.craftbukkit.v1_9_R1.CraftServer.dispatchCommand(CraftServer.java:645) [spigot-1.9-Build3182016.jar:git-Spigot-095e59a-2bfda1f]
at net.minecraft.server.v1_9_R1.PlayerConnection.handleCommand(PlayerConnection.java:1350) [spigot-1.9-Build3182016.jar:git-Spigot-095e59a-2bfda1f]
at net.minecraft.server.v1_9_R1.PlayerConnection.a(PlayerConnection.java:1185) [spigot-1.9-Build3182016.jar:git-Spigot-095e59a-2bfda1f]
at net.minecraft.server.v1_9_R1.PacketPlayInChat.a(PacketPlayInChat.java:45) [spigot-1.9-Build3182016.jar:git-Spigot-095e59a-2bfda1f]
at net.minecraft.server.v1_9_R1.PacketPlayInChat.a(PacketPlayInChat.java:1) [spigot-1.9-Build3182016.jar:git-Spigot-095e59a-2bfda1f]
at net.minecraft.server.v1_9_R1.PlayerConnectionUtils$1.run(SourceFile:13) [spigot-1.9-Build3182016.jar:git-Spigot-095e59a-2bfda1f]
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_65]
at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_65]
at net.minecraft.server.v1_9_R1.SystemUtils.a(SourceFile:45) [spigot-1.9-Build3182016.jar:git-Spigot-095e59a-2bfda1f]
at net.minecraft.server.v1_9_R1.MinecraftServer.D(MinecraftServer.java:721) [spigot-1.9-Build3182016.jar:git-Spigot-095e59a-2bfda1f]
at net.minecraft.server.v1_9_R1.DedicatedServer.D(DedicatedServer.java:400) [spigot-1.9-Build3182016.jar:git-Spigot-095e59a-2bfda1f]
at net.minecraft.server.v1_9_R1.MinecraftServer.C(MinecraftServer.java:660) [spigot-1.9-Build3182016.jar:git-Spigot-095e59a-2bfda1f]
at net.minecraft.server.v1_9_R1.MinecraftServer.run(MinecraftServer.java:559) [spigot-1.9-Build3182016.jar:git-Spigot-095e59a-2bfda1f]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_65]
[00:10:53] [Server thread/ERROR]: [PhatLoots] Failed to load CommonCrate.yml
java.util.NoSuchElementException
at java.util.LinkedHashMap$LinkedHashIterator.nextNode(Unknown Source) ~[?:1.8.0_65]
at java.util.LinkedHashMap$LinkedKeyIterator.next(Unknown Source) ~[?:1.8.0_65]
at com.codisimus.plugins.phatloots.PhatLoots.load(Unknown Source) [PhatLoots.jar:?]
at com.codisimus.plugins.phatloots.PhatLoots.rl(Unknown Source) [PhatLoots.jar:?]
at com.codisimus.plugins.phatloots.commands.LootCommand.reload(Unknown Source) [PhatLoots.jar:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_65]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_65]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_65]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_65]
at com.codisimus.plugins.phatloots.commands.CommandHandler.handleCommand(Unknown Source) [PhatLoots.jar:?]
at com.codisimus.plugins.phatloots.commands.CommandHandler.onCommand(Unknown Source) [PhatLoots.jar:?]
at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) [spigot-1.9-Build3182016.jar:git-Spigot-095e59a-2bfda1f]
at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141) [spigot-1.9-Build3182016.jar:git-Spigot-095e59a-2bfda1f]
at org.bukkit.craftbukkit.v1_9_R1.CraftServer.dispatchCommand(CraftServer.java:645) [spigot-1.9-Build3182016.jar:git-Spigot-095e59a-2bfda1f]
at net.minecraft.server.v1_9_R1.PlayerConnection.handleCommand(PlayerConnection.java:1350) [spigot-1.9-Build3182016.jar:git-Spigot-095e59a-2bfda1f]
at net.minecraft.server.v1_9_R1.PlayerConnection.a(PlayerConnection.java:1185) [spigot-1.9-Build3182016.jar:git-Spigot-095e59a-2bfda1f]
at net.minecraft.server.v1_9_R1.PacketPlayInChat.a(PacketPlayInChat.java:45) [spigot-1.9-Build3182016.jar:git-Spigot-095e59a-2bfda1f]
at net.minecraft.server.v1_9_R1.PacketPlayInChat.a(PacketPlayInChat.java:1) [spigot-1.9-Build3182016.jar:git-Spigot-095e59a-2bfda1f]
at net.minecraft.server.v1_9_R1.PlayerConnectionUtils$1.run(SourceFile:13) [spigot-1.9-Build3182016.jar:git-Spigot-095e59a-2bfda1f]
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_65]
at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_65]
at net.minecraft.server.v1_9_R1.SystemUtils.a(SourceFile:45) [spigot-1.9-Build3182016.jar:git-Spigot-095e59a-2bfda1f]
at net.minecraft.server.v1_9_R1.MinecraftServer.D(MinecraftServer.java:721) [spigot-1.9-Build3182016.jar:git-Spigot-095e59a-2bfda1f]
at net.minecraft.server.v1_9_R1.DedicatedServer.D(DedicatedServer.java:400) [spigot-1.9-Build3182016.jar:git-Spigot-095e59a-2bfda1f]
at net.minecraft.server.v1_9_R1.MinecraftServer.C(MinecraftServer.java:660) [spigot-1.9-Build3182016.jar:git-Spigot-095e59a-2bfda1f]
at net.minecraft.server.v1_9_R1.MinecraftServer.run(MinecraftServer.java:559) [spigot-1.9-Build3182016.jar:git-Spigot-095e59a-2bfda1f]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_65]
[00:10:53] [Server thread/ERROR]: Could not call constructor 'public com.codisimus.plugins.phatloots.PhatLoot(java.util.Map)' of class com.codisimus.plugins.phatloots.PhatLoot for deserialization
java.lang.NumberFormatException: For input string: ""
at java.lang.NumberFormatException.forInputString(Unknown Source) ~[?:1.8.0_65]
at java.lang.Long.parseLong(Unknown Source) ~[?:1.8.0_65]
at java.lang.Long.parseLong(Unknown Source) ~[?:1.8.0_65]
at com.codisimus.plugins.phatloots.PhatLoot.clean(Unknown Source) ~[?:?]
at com.codisimus.plugins.phatloots.PhatLoot.loadLootTimes(Unknown Source) ~[?:?]
at com.codisimus.plugins.phatloots.PhatLoot.(Unknown Source) ~[?:?]
at sun.reflect.GeneratedConstructorAccessor52.newInstance(Unknown Source) ~[?:?]
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_65]
at java.lang.reflect.Constructor.newInstance(Unknown Source) ~[?:1.8.0_65]
at org.bukkit.configuration.serialization.ConfigurationSerialization.deserializeViaCtor(ConfigurationSerialization.java:96) [spigot-1.9-Build3182016.jar:git-Spigot-095e59a-2bfda1f]
at org.bukkit.configuration.serialization.ConfigurationSerialization.deserialize(ConfigurationSerialization.java:133) [spigot-1.9-Build3182016.jar:git-Spigot-095e59a-2bfda1f]
at org.bukkit.configuration.serialization.ConfigurationSerialization.deserializeObject(ConfigurationSerialization.java:195) [spigot-1.9-Build3182016.jar:git-Spigot-095e59a-2bfda1f]
at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:35) [spigot-1.9-Build3182016.jar:git-Spigot-095e59a-2bfda1f]
at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:182) [spigot-1.9-Build3182016.jar:git-Spigot-095e59a-2bfda1f]
at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:373) [spigot-1.9-Build3182016.jar:git-Spigot-095e59a-2bfda1f]
at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:147) [spigot-1.9-Build3182016.jar:git-Spigot-095e59a-2bfda1f]
at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:354) [spigot-1.9-Build3182016.jar:git-Spigot-095e59a-2bfda1f]
at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:489) [spigot-1.9-Build3182016.jar:git-Spigot-095e59a-2bfda1f]
at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:26) [spigot-1.9-Build3182016.jar:git-Spigot-095e59a-2bfda1f]
at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:182) [spigot-1.9-Build3182016.jar:git-Spigot-095e59a-2bfda1f]
at org.yaml.snakeyaml.constructor.BaseConstructor.constructDocument(BaseConstructor.java:141) [spigot-1.9-Build3182016.jar:git-Spigot-095e59a-2bfda1f]
at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:127) [spigot-1.9-Build3182016.jar:git-Spigot-095e59a-2bfda1f]
at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:450) [spigot-1.9-Build3182016.jar:git-Spigot-095e59a-2bfda1f]
at org.yaml.snakeyaml.Yaml.load(Yaml.java:369) [spigot-1.9-Build3182016.jar:git-Spigot-095e59a-2bfda1f]
at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:54) [spigot-1.9-Build3182016.jar:git-Spigot-095e59a-2bfda1f]
at com.codisimus.plugins.phatloots.PhatLoots.loadConfig(Unknown Source) [PhatLoots.jar:?]
at com.codisimus.plugins.phatloots.PhatLoots.load(Unknown Source) [PhatLoots.jar:?]
at com.codisimus.plugins.phatloots.PhatLoots.rl(Unknown Source) [PhatLoots.jar:?]
at com.codisimus.plugins.phatloots.commands.LootCommand.reload(Unknown Source) [PhatLoots.jar:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_65]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_65]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_65]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_65]
at com.codisimus.plugins.phatloots.commands.CommandHandler.handleCommand(Unknown Source) [PhatLoots.jar:?]
at com.codisimus.plugins.phatloots.commands.CommandHandler.onCommand(Unknown Source) [PhatLoots.jar:?]
at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) [spigot-1.9-Build3182016.jar:git-Spigot-095e59a-2bfda1f]
at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141) [spigot-1.9-Build3182016.jar:git-Spigot-095e59a-2bfda1f]
at org.bukkit.craftbukkit.v1_9_R1.CraftServer.dispatchCommand(CraftServer.java:645) [spigot-1.9-Build3182016.jar:git-Spigot-095e59a-2bfda1f]
at net.minecraft.server.v1_9_R1.PlayerConnection.handleCommand(PlayerConnection.java:1350) [spigot-1.9-Build3182016.jar:git-Spigot-095e59a-2bfda1f]
at net.minecraft.server.v1_9_R1.PlayerConnection.a(PlayerConnection.java:1185) [spigot-1.9-Build3182016.jar:git-Spigot-095e59a-2bfda1f]
at net.minecraft.server.v1_9_R1.PacketPlayInChat.a(PacketPlayInChat.java:45) [spigot-1.9-Build3182016.jar:git-Spigot-095e59a-2bfda1f]
at net.minecraft.server.v1_9_R1.PacketPlayInChat.a(PacketPlayInChat.java:1) [spigot-1.9-Build3182016.jar:git-Spigot-095e59a-2bfda1f]
at net.minecraft.server.v1_9_R1.PlayerConnectionUtils$1.run(SourceFile:13) [spigot-1.9-Build3182016.jar:git-Spigot-095e59a-2bfda1f]
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_65]
at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_65]
at net.minecraft.server.v1_9_R1.SystemUtils.a(SourceFile:45) [spigot-1.9-Build3182016.jar:git-Spigot-095e59a-2bfda1f]
at net.minecraft.server.v1_9_R1.MinecraftServer.D(MinecraftServer.java:721) [spigot-1.9-Build3182016.jar:git-Spigot-095e59a-2bfda1f]
at net.minecraft.server.v1_9_R1.DedicatedServer.D(DedicatedServer.java:400) [spigot-1.9-Build3182016.jar:git-Spigot-095e59a-2bfda1f]
at net.minecraft.server.v1_9_R1.MinecraftServer.C(MinecraftServer.java:660) [spigot-1.9-Build3182016.jar:git-Spigot-095e59a-2bfda1f]
at net.minecraft.server.v1_9_R1.MinecraftServer.run(MinecraftServer.java:559) [spigot-1.9-Build3182016.jar:git-Spigot-095e59a-2bfda1f]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_65]
[00:10:53] [Server thread/ERROR]: [PhatLoots] Failed to load RareCrate.yml
java.util.NoSuchElementException
at java.util.LinkedHashMap$LinkedHashIterator.nextNode(Unknown Source) ~[?:1.8.0_65]
at java.util.LinkedHashMap$LinkedKeyIterator.next(Unknown Source) ~[?:1.8.0_65]
at com.codisimus.plugins.phatloots.PhatLoots.load(Unknown Source) [PhatLoots.jar:?]
at com.codisimus.plugins.phatloots.PhatLoots.rl(Unknown Source) [PhatLoots.jar:?]
at com.codisimus.plugins.phatloots.commands.LootCommand.reload(Unknown Source) [PhatLoots.jar:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_65]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_65]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_65]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_65]
at com.codisimus.plugins.phatloots.commands.CommandHandler.handleCommand(Unknown Source) [PhatLoots.jar:?]
at com.codisimus.plugins.phatloots.commands.CommandHandler.onCommand(Unknown Source) [PhatLoots.jar:?]
at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) [spigot-1.9-Build3182016.jar:git-Spigot-095e59a-2bfda1f]
at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141) [spigot-1.9-Build3182016.jar:git-Spigot-095e59a-2bfda1f]
at org.bukkit.craftbukkit.v1_9_R1.CraftServer.dispatchCommand(CraftServer.java:645) [spigot-1.9-Build3182016.jar:git-Spigot-095e59a-2bfda1f]
at net.minecraft.server.v1_9_R1.PlayerConnection.handleCommand(PlayerConnection.java:1350) [spigot-1.9-Build3182016.jar:git-Spigot-095e59a-2bfda1f]
at net.minecraft.server.v1_9_R1.PlayerConnection.a(PlayerConnection.java:1185) [spigot-1.9-Build3182016.jar:git-Spigot-095e59a-2bfda1f]
at net.minecraft.server.v1_9_R1.PacketPlayInChat.a(PacketPlayInChat.java:45) [spigot-1.9-Build3182016.jar:git-Spigot-095e59a-2bfda1f]
at net.minecraft.server.v1_9_R1.PacketPlayInChat.a(PacketPlayInChat.java:1) [spigot-1.9-Build3182016.jar:git-Spigot-095e59a-2bfda1f]
at net.minecraft.server.v1_9_R1.PlayerConnectionUtils$1.run(SourceFile:13) [spigot-1.9-Build3182016.jar:git-Spigot-095e59a-2bfda1f]
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_65]
at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_65]
at net.minecraft.server.v1_9_R1.SystemUtils.a(SourceFile:45) [spigot-1.9-Build3182016.jar:git-Spigot-095e59a-2bfda1f]
at net.minecraft.server.v1_9_R1.MinecraftServer.D(MinecraftServer.java:721) [spigot-1.9-Build3182016.jar:git-Spigot-095e59a-2bfda1f]
at net.minecraft.server.v1_9_R1.DedicatedServer.D(DedicatedServer.java:400) [spigot-1.9-Build3182016.jar:git-Spigot-095e59a-2bfda1f]
at net.minecraft.server.v1_9_R1.MinecraftServer.C(MinecraftServer.java:660) [spigot-1.9-Build3182016.jar:git-Spigot-095e59a-2bfda1f]
at net.minecraft.server.v1_9_R1.MinecraftServer.run(MinecraftServer.java:559) [spigot-1.9-Build3182016.jar:git-Spigot-095e59a-2bfda1f]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_65]
[00:10:53] [Server thread/INFO]: [PhatLoots] PhatLoots reloaded
[00:11:37] [Server thread/INFO]: iDrmzIt issued server command: /loot CommonCrate

PhatLoots not working with Spigot 1.10?

Hey!

Whenever I am using the /loot command, the only thing i get is "/loot help". But whatever I do, it just doesn't work. if, for example, i use /loot add dirt, it prints ''/loot help'' again.

I am using version 4.2.3 with the newest spigot build. What should I do?

Chests don't break

The title says it all! They broke before the update, and now they don't! Please fix

Chests links breaking after server restarts.

We are trying to set up phatloots on our zombie apocalypse server. Players can grief the map and collect resources from it since it resets every few hours. But when the map resets, all the links to the chests break.

When trying to relink them, I get this error: http://pastebin.com/3ig0FFri

Let me know if theres any other information I should provide. Phatloots looks like an amazing plugin, and weโ€™d really like to incorporate it on our server if we could get it to work.

Request Feature - Network booster- Better drops - permission

Enable a permission that allows players with the permission to have an increased chance to get loot drops . Example: A phatloot has a collection that has 2 items : A bow and a sword. The bow is at 20% chance and the sword is at 100% chance. With the permission given, it raises the chances on all loot by 5% or 10% or 20% or 50% ! Depending on what you put in the configuration.

Could be a donator perk that is EULA compatible.

Config example:

Custom Permission1:
Loot chance boost permission: phatloots.boost.10
Loot chance boost percentage: 10
Custom Permission2:
Loot chance boost permission: phatloots.boost.20
Loot chance boost percentage: 20

Loot Break does not work (Spigot 1.8.8

Loot break does not work. I have tried editing from the config, done /loot break true, used the gui. It just will not break in spigot 1.8.8. This is in the latest 4.1 version. Not sure why this is happening, I am assuming this is a bug since I highly doubt this is a worldguard issue which could be the only thing affecting it.

Break and Respawn doesn't work on manually added valid blocks.

Break and respawn only works on chests and dispensers.
When you're using a different block as a phatloot container, all options work fine except for the break and respawn. It will just remain there after looting, like a non-breakandrespawn chest.

1.9 Broke stuff

I guess you guys know that tho. I'll try recompiling myself but I am limited in my knowledge and skills.

Phatloots not saving loot tables to yml

Heyy,
I am using your plugin and my server sort of revolves around it however after many weeks setting up the server i start to add loots and I realized they are not saving to the config for reasons unknown. my council says this Could not pass event InventoryCloseEvent to PhatLoots v4.1.0

please help otherwise i just spent 450 and many hours making my server only to have it fail. I will pay more if i need to to have you simply fix this and help me.

(also its 4.0.1 because not everything is 1.9 yet.) if you can help that would be awesome)[that is if you even read emails anymore you've been reclusive and impossible to get a hold of]

if you could fix this(in the 1.8 version please) possibly with a force save all loot tables command (/forcelootsave).

and yes i know youve moved to 1.9 versions but im willing to pay if you could fix this
not sure but could this help you?
https://bukkit.org/threads/could-not-pass-event-inventoryclickevent.283891/

I have bolded a few things that could be the problem or help find it. I have not however used java for programming so i am probably wrong.

08.04 01:21:13 [Server] INFO CONSOLE issued server command: /list 08.04 01:19:04 [Server] INFO King: [AFK][AncientDragon]MoonBlossems 08.04 01:19:04 [Server] INFO CONSOLE issued server command: /list 08.04 01:18:40 [Server] INFO All active mobs have been saved! 08.04 01:18:40 [Server] INFO Saving all active Mythic Mobs... 08.04 01:16:54 [Server] INFO King: [AncientDragon]MoonBlossems 08.04 01:16:54 [Server] INFO CONSOLE issued server command: /list 08.04 01:16:00 [Server] INFO Backpacks have been saved. 08.04 01:16:00 [Server] INFO Saving 4 backpack(s)... 08.04 01:15:59 [Server] INFO World saved. 08.04 01:15:59 [Server] INFO Saving... 08.04 01:15:59 [Server] INFO Saving is already turned on. 08.04 01:15:59 [Multicraft] Auto-saving world... 08.04 01:14:45 [Server] INFO King: [AncientDragon]MoonBlossems 08.04 01:14:45 [Server] INFO CONSOLE issued server command: /list 08.04 01:14:45 [Multicraft] Skipped 41 lines due to rate limit (30/s) 08.04 01:12:52 [Server] INFO at org.bukkit.configuration.file.YamlRepresenter$RepresentConfigurationSerializable.representData(YamlRepresenter.java:35) ~[spigot-BT42-1.8.8.jar:git-Spigot-fdc1440-53fac9f] 08.04 01:12:52 [Server] INFO at org.yaml.snakeyaml.representer.SafeRepresenter$RepresentMap.representData(SafeRepresenter.java:304) ~[spigot-BT42-1.8.8.jar:git-Spigot-fdc1440-53fac9f] 08.04 01:12:52 [Server] INFO at org.yaml.snakeyaml.representer.BaseRepresenter.representMapping(BaseRepresenter.java:156) ~[spigot-BT42-1.8.8.jar:git-Spigot-fdc1440-53fac9f] 08.04 01:12:52 [Server] INFO at org.yaml.snakeyaml.representer.BaseRepresenter.representData(BaseRepresenter.java:94) ~[spigot-BT42-1.8.8.jar:git-Spigot-fdc1440-53fac9f] 08.04 01:12:52 [Server] INFO at org.bukkit.configuration.file.YamlRepresenter$RepresentConfigurationSerializable.representData(YamlRepresenter.java:33) ~[spigot-BT42-1.8.8.jar:git-Spigot-fdc1440-53fac9f] 08.04 01:12:52 [Server] INFO at org.bukkit.craftbukkit.v1_8_R3.inventory.CraftMetaItem.serialize(CraftMetaItem.java:850) ~[spigot-BT42-1.8.8.jar:git-Spigot-fdc1440-53fac9f] 08.04 01:12:52 [Server] INFO at org.bukkit.craftbukkit.v1_8_R3.inventory**.CraftMetaSkull**.serialize(CraftMetaSkull.java:173) ~[spigot-BT42-1.8.8.jar:git-Spigot-fdc1440-53fac9f] 08.04 01:12:52 [Server] INFO at com.google.common.collect.ImmutableMap$Builder.put(ImmutableMap.java:206) ~[spigot-BT42-1.8.8.jar:git-Spigot-fdc1440-53fac9f] 08.04 01:12:52 [Server] INFO at com.google.common.collect.ImmutableMap.entryOf(ImmutableMap.java:135) ~[spigot-BT42-1.8.8.jar:git-Spigot-fdc1440-53fac9f] 08.04 01:12:52 [Server] INFO at com.google.common.collect.CollectPreconditions.checkEntryNotNull(CollectPreconditions.java:33) ~[spigot-BT42-1.8.8.jar:git-Spigot-fdc1440-53fac9f] 08.04 01:12:52 [Server] INFO Caused by: java.lang.NullPointerException: null value in entry: skull-owner=null 08.04 01:12:52 [Server] INFO at java.lang.Thread.run(Thread.java:745) [?:1.8.0_45] 08.04 01:12:52 [Server] INFO at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:556) [spigot-BT42-1.8.8.jar:git-Spigot-fdc1440-53fac9f] 08.04 01:12:52 [Server] INFO at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:653) [spigot-BT42-1.8.8.jar:git-Spigot-fdc1440-53fac9f] 08.04 01:12:52 [Server] INFO at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [spigot-BT42-1.8.8.jar:git-Spigot-fdc1440-53fac9f] 08.04 01:12:52 [Server] INFO at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:714) [spigot-BT42-1.8.8.jar:git-Spigot-fdc1440-53fac9f] 08.04 01:12:52 [Server] INFO at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44) [spigot-BT42-1.8.8.jar:git-Spigot-fdc1440-53fac9f] 08.04 01:12:52 [Server] INFO at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_45] 08.04 01:12:52 [Server] INFO at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_45] 08.04 01:12:52 [Server] INFO at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [spigot-BT42-1.8.8.jar:git-Spigot-fdc1440-53fac9f] 08.04 01:12:52 [Server] INFO at net.minecraft.server.v1_8_R3.PacketPlayInCloseWindow.a(PacketPlayInCloseWindow.java:1) [spigot-BT42-1.8.8.jar:git-Spigot-fdc1440-53fac9f] 08.04 01:12:52 [Server] INFO at net.minecraft.server.v1_8_R3.PacketPlayInCloseWindow.a(PacketPlayInCloseWindow.java:18) [spigot-BT42-1.8.8.jar:git-Spigot-fdc1440-53fac9f] 08.04 01:12:52 [Server] INFO at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:1411) [spigot-BT42-1.8.8.jar:git-Spigot-fdc1440-53fac9f] 08.04 01:12:52 [Server] INFO at org.bukkit.craftbukkit.v1_8_R3.event.CraftEventFactory.handleInventoryCloseEvent(CraftEventFactory.java:851) [spigot-BT42-1.8.8.jar:git-Spigot-fdc1440-53fac9f] 08.04 01:12:52 [Server] INFO at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot-BT42-1.8.8.jar:git-Spigot-fdc1440-53fac9f] 08.04 01:12:52 [Server] INFO at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot-BT42-1.8.8.jar:git-Spigot-fdc1440-53fac9f] 08.04 01:12:52 [Server] INFO at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot-BT42-1.8.8.jar:git-Spigot-fdc1440-53fac9f] 08.04 01:12:52 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[spigot-BT42-1.8.8.jar:git-Spigot-fdc1440-53fac9f] 08.04 01:12:52 [Server] INFO org.bukkit.event.EventException 08.04 01:12:52** [Server] ERROR Could not pass event InventoryCloseEvent to PhatLoots v4.1.0 08.04 01:12:40 [Server] INFO StarGazer issued server command: /loot gui**

Skull loses Skin

After breaking a skull with PhatLoots its originall skin is lost and a steve-skull is spawning when its again lootable

/loot give all command

How exactly does this work ? I tried /loot give all [phatloot] and it just says wrong command.

Also what is the command to do it per world?

Also can you try fixing up that plugin you made for no drop stealing :P

Request Feature (prevent mob loot from being stolen)

Is it possible to have phatloots dropped by monsters only able to be picked up by the player who attacked the monster first? This it to prevent loot stealing. (Loot stealing Option: True/False)

Example: Phatloot - ZombieKing

PlayerA attacks zombieking first.
PlayerB attacks zombieking second.
ZombieKing dies.
Items appear on the ground.
Player B attempts to pick up items but they stay on the ground.
Player A Can pick up items right away,
After 20 seconds, PlayerB can loot items. (Config option to set amount of time)

Config Example:

Loot Stealing Disabled: True # This means that players cannot loot steal.
Time before Items are Free for all: 20s #time to loot

Similar loot table names

Hi,

I have an issue with droptables that have similar names like this:

WorldLootI
WorldLootIII

They give errors at times and sometimes I cannot do: /loot WorldLootIII
It will always do: WorldLootI

I also tried renaming the loot table to this:
WorldLootI -- > WorldLoot101
WorldLootII -- > WorldLoot202

But it still gave me the bug and error.

Also placed chests through the world reset probably because of this.

I have WorldLootI, WorldLootII, WorldLootIII, WorldLootIIII

SCattered through my rpg world but WorldLootI and WorldLootII seem to reset occasionally. (The chests they are linked to)

Lootbags not working

Lootbags not working
after i linked it , it says i has been link but nothing happened after click

Money and Exp upper limit not being obeyed

The upper limit for both money and exp is not being obeyed. Here is a sample from one of my loot tables.

LootList:

  • ==: LootCollection
    LootList:
    • ==: Money
      Lower: 200
      Probability: 60.0
      Upper: 1000
    • ==: Experience
      Lower: 400
      Probability: 60.0
      Upper: 700

When looting the chest with these rewards the upper limit can be exceeded by double. A majority of lootings don't have this issue, however occasionally it will surpass the upper limit.

I'm using phatloots 4.1.0 on the latest spigot 1.8 build. Using vault and essentials for the economy.

About MythicDrops

Now since Myrhic Drops allready give us a option to define a unidentified items tier by the last line of the lore, and you are also already let us choose a Tier in the GUI, can you maby make it to that when i define a tier for the UnidItem that your plugin add a (hidden)Line to to last last line of the UnidentifiedItem lore?

MFG

Attributes are not saved in loot tables

Hello,
First of all thank you for this excellent plugin. I use it for years and my server would not be the same without Phatloots!
I noticed a small problem: phatloots does not store attributes in loot tables. I use the Itemizer plugin to create my items and this plugin allows you to change attributes such as "max health", "knockback resistance", "movement speed" and "Attack damage". But when I add these items to loot table attributes disappear the next server restart.
Do you think it is possible to add the attributes storage in the loot tables?

Regards,
Chevels.

PhatLoots does not start when used with Mythicdrops

When starting with Mythicdrops also installed, I get the following error:

Error occurred while enabling PhatLoots v4.1.0 (Is it up to date?) java.lang.NoClassDefFoundError: net/nunnerycode/bukkit/mythicdrops/tiers/TierMap at com.codisimus.plugins.phatloots.loot.MythicDropsItem.instantiateTierList(MythicDropsItem.java:296) ~[?:?] at com.codisimus.plugins.phatloots.loot.MythicDropsItem.<clinit>(MythicDropsItem.java:39) ~[?:?] at com.codisimus.plugins.phatloots.PhatLoots.onEnable(PhatLoots.java:120) ~[?:?] at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) ~[spigot_server.jar:git-Spigot-db6de12-18fbb24] at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340) [spigot_server.jar:git-Spigot-db6de12-18fbb24] at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [spigot_server.jar:git-Spigot-db6de12-18fbb24] at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:357) [spigot_server.jar:git-Spigot-db6de12-18fbb24] at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:317) [spigot_server.jar:git-Spigot-db6de12-18fbb24] at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:414) [spigot_server.jar:git-Spigot-db6de12-18fbb24] at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:378) [spigot_server.jar:git-Spigot-db6de12-18fbb24] at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:333) [spigot_server.jar:git-Spigot-db6de12-18fbb24] at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:263) [spigot_server.jar:git-Spigot-db6de12-18fbb24] at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [spigot_server.jar:git-Spigot-db6de12-18fbb24] at java.lang.Thread.run(Unknown Source) [?:1.8.0_73] Caused by: java.lang.ClassNotFoundException: net.nunnerycode.bukkit.mythicdrops.tiers.TierMap at java.net.URLClassLoader.findClass(Unknown Source) ~[?:1.8.0_73] at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[spigot_server.jar:git-Spigot-db6de12-18fbb24] at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[spigot_server.jar:git-Spigot-db6de12-18fbb24] at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_73] at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_73] ... 14 more

Link all chest in a world

I just wand to make a suggestion:

You can link all chest in world with a loot table with a command !

That's all :)

PhatLoots generated an exception - java.lang.NumberFormatException

@Codisimus

Vanilla configs for lores.yml, enchantments.yml, and tiers.yml. Updated/downloaded/replaced specifically for build 3.7.4.

Config.yml - http://paste.ubuntu.com/6696124/
Zombie LootTable. - http://paste.ubuntu.com/6696120/
ZombieSpawn LootTable. - http://paste.ubuntu.com/6696121/

[Server thread/WARN]: [PhatLoots] Task #80 for PhatLoots v3.7.4 generated an exception
java.lang.NumberFormatException: For input string: "TIERS"
    at java.lang.NumberFormatException.forInputString(Unknown Source) ~[?:1.8.0-ea]
    at java.lang.Integer.parseInt(Unknown Source) ~[?:1.8.0-ea]
    at java.lang.Integer.parseInt(Unknown Source) ~[?:1.8.0-ea]
    at com.codisimus.plugins.phatloots.loot.Item.getTieredName(Item.java:804) ~[?:?]
    at com.codisimus.plugins.phatloots.loot.Item.getItem(Item.java:453) ~[?:?]
    at com.codisimus.plugins.phatloots.loot.Item.getLoot(Item.java:196) ~[?:?]
    at com.codisimus.plugins.phatloots.PhatLoot.rollForLoot(PhatLoot.java:686) ~[?:?]
    at com.codisimus.plugins.phatloots.PhatLoot.rollForLoot(PhatLoot.java:671) ~[?:?]
    at com.codisimus.plugins.phatloots.PhatLoot.rollForEquipment(PhatLoot.java:568) ~[?:?]
    at com.codisimus.plugins.phatloots.listeners.MobSpawnListener$1.run(MobSpawnListener.java:30) ~[?:?]
    at org.bukkit.craftbukkit.v1_7_R1.scheduler.CraftTask.run(CraftTask.java:58) ~[spigot.jar:git-Spigot-1227]
    at org.bukkit.craftbukkit.v1_7_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:345) [spigot.jar:git-Spigot-1227]
    at net.minecraft.server.v1_7_R1.MinecraftServer.u(MinecraftServer.java:583) [spigot.jar:git-Spigot-1227]
    at net.minecraft.server.v1_7_R1.DedicatedServer.u(DedicatedServer.java:273) [spigot.jar:git-Spigot-1227]
    at net.minecraft.server.v1_7_R1.MinecraftServer.t(MinecraftServer.java:540) [spigot.jar:git-Spigot-1227]
    at net.minecraft.server.v1_7_R1.MinecraftServer.run(MinecraftServer.java:446) [spigot.jar:git-Spigot-1227]
    at net.minecraft.server.v1_7_R1.ThreadServerApplication.run(SourceFile:617) [spigot.jar:git-Spigot-1227]

MythicMobs support

I'd really like a way for this plugin to have support for MythicMobs, not to be confused with MythicDrops. MythicMobs is almost identical to MythicDrops as far as the custom items goes, but MythicMobs items can be dropped from MythicMobs custom mobs, which is used by hundreds of servers and is incredibly powerful. Please take a look into it, MythicMobs' website is http://mythicmobs.net

OnEnable with 1.9

Hello there.

I just found your new website and thought ill give the latest build a try for 1.9 but unfortunately i got a error on loading.
http://pastebin.com/GqMrCbKF

Im also using MythinDrops combined with your plugin. Maby theres is the issue. I hope not. If you are planing to still support MythicDrops than you maby need to update something idk.
https://github.com/Nunnery/MythicDrops

Would be a shame if i need to drop your plugin cause i didnt find any better way so setup loottable so easy as your plugin provides it.

MFG

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.