Inactive [RPG] PhatLoots v0.9.1 - Chests with randomly generated money/items [953]

Discussion in 'Inactive/Unsupported Plugins' started by Codisimus, Mar 19, 2011.

  1. Offline

    Codisimus

    This page will no longer be updated. Please follow this project at the Bukkit Dev Page

    PhatLoots - Chests with randomly generated money/items:
    Version: 0.9.1 (7/16/2011)
    Supports iConomy, BOSEconomy, Essentials, Permissions, LWC
    Download Page

    This plugin is a must for dungeons! Players open a linked chest and are rewarded with money (within a designated range) and randomly generated items that are predefined.

    Make a PhatLoot
    /loot make test
    Add some loot values
    /loot add test money 1 25 (looter will get 1-25 coins)
    /loot add test 322 1 10 (looter has 10% chance of getting a golden apple)
    Set a reset time
    /loot time test 1'6'45'30 (looter can loot the chest again after waiting
    1 day, 6 hours, 45 minutes, and 30 seconds.)
    Link a chest
    /loot link test (you must be targeting the chest you wish to link)

    Collective Loots allows you to setup a chest to give a certain amount (1 by default) of 'rare' items. So a chest may give the user a chance to loot a Gold Block (50%), Diamond Sword (30%), or Diamond ChestPlate (20%) yet the user will only get one of these items.

    Features:
    • Chests can give items, money, or both
    • Support for wools/dyes
    • Set different reward values for different chests.
    • Link multiple chests to one PhatLoot (this way you don't have to reenter all the items for every chest)
    • Player must wait a certain amount of time in order to loot the chest again (configurable)
    • Different reset times for each PhatLoot
    • AutoLoot option
    • Easily configure setting, loot values, reset times, and more
    • Make chests global (when looted by one person, everyone must wait to loot it again)
    • or user (each individual must wait the specified time between looting chests)
    • Uses iConomy, BOSEconomy or Essentials to give users money.
    • Uses LWC to auto protect PhatLoot chests (false by default)
    • Permissions to limit players from being rewarded and using commands
    • Included in CraftBukkitUpToDate for easy updating (make sure you come check the changelog if somthing is not working right)
    Save Files and Properties:
    Show Spoiler

    config.properties
    Code:
    #Tue Mar 29 14:04:05 EDT 2011
    // user - when a player loots a chest they must wait the specified time to loot again
    // global - when looted by one person, everyone must wait to loot it again (first person there gets the loot)
    DefaultResetType=user
    
    // if true, when you link a chest it will automatically make it public with LWC (so noone else can claim it)
    AutoLockPhatLootChestsWithLWC=false
    
    // default number of items you get from CollectiveLoots (only applies if CollectiveLoots is not blank)
    DefaultNumberOfCollectiveLootItemsRecieved=1
    
    // amount of time before the chest will reset "Days'Hours'Minutes'Seconds"
    // change to "never" in order for it to never reset
    DefaultResetTime=0'0'5'0
    
    phatloots.save
    Code:
    test1   // a list of all your Phat Loots by name
    test2
    
    test.properties
    Code:
    #Tue Mar 29 16:20:45 EDT 2011
    //the number of items you get from CollectiveLoots (only applies if CollectiveLoots is not blank)
    NumberOfCollectiveLootItemsRecieved=1
    
    // user - when a player loots a chest they must wait the specified time to loot again
    // global - when looted by one person, everyone must wait to loot it
    ResetType=user
    
    // list of linked chests (you should never have to edit this) "x,y,z,NameOfLooter,TimeLooted,_"
    Chests(RestrictedUsers)=-155,65,-93,Codisimus,88'16'13'16,_
    
    // "itemID,NumberOfItems,PercentOfLooting,_" Should add up to 100%
    CollectiveLoots=13,1,75,_14,1,10,_15,1,15,_
    
     // amount of time before the chest will reset "Days'Hours'Minutes'Seconds"
     // change to "never" in order for it to never reset
    ResetTime=0'0'0'20
    
    // "itemID,NumberOfItems,PercentOfLooting,_"
    IndividualLoots=money,0,2,_13,1,100,_14,1,23,_15,1,30,_
    


    Commands:
    • /loot make [Name] - Creates PhatLoot
    • /loot link [Name] - Links target chest with PhatLoot
    • /loot add coll[1-5] [Item] [Amount] [Percent] - Adds collective loot to target chest's PhatLoot
    • /loot add [Item] [Amount] [Percent] - Adds individual loot to target chest's PhatLoot
    • /loot add money [Low] [High] - Adds range of money that can be looted
    • /loot remove coll[1-5] [Item] [Amount] [Percent] - Removes collective loot from PhatLoot
    • /loot remove [Item] [Amount] [Percent] - Removes individual loot from PhatLoot
    • /loot unlink [Name] - Unlinks target chest with PhatLoot
    • /loot info [Name] - Lists info of PhatLoot
    • /loot name - Gives PhatLoot name of target chest
    • /loot reset [Name or all] - Resets PhatLoot restricted list
    • /loot delete [Name] - Deletes PhatLoot and unlinks chests
    • /loot list - Lists all PhatLoots
    Permission Nodes:
    • phatloots.use - Needed for group/player to receive loots
    • phatloots.info
    • phatloots.name
    • phatloots.make
    • phatloots.list
    • phatloots.admin.reset

    Changelog:
    Old Versions, ChangeLog, + Source can be found at Download Page
    Show Spoiler

    Version 0.9.1 (7/16/2011)
    • Added color support for all customizable messages
    • Fixed Collective loots
    Version 0.9 (6/26/2011)
    • Improved OP options
    • Updated Economy support
    • Added AutoLoot option
    • Improved add command
    • Added targeting chests for adding loot
    • Added item name support (rather than item ID)
    • Added saftey check so you can't add invalid loots
    Version 0.8.1 (6/13/2011)
    • Fixed OP permissions
    Version 0.8 (6/12/2011)
    • Cleaned up code/fixed errors
    • Added map support
    Version 0.7.4 (6/4/2011)
    • Cleaned up errors and added error messages
    Version 0.7.3 (6/3/2011)
    • Various fixes and code cleanup
    Version 0.7.2 (6/3/2011)
    • Added Essentials econ support
    Version 0.7.1 (5/4/2011)
    • Updated to iConomy 5
    • Few various fixes
    Version 0.7 (4/29/2011)
    • Fixed save/loss of data errors
    • Added support for wools/dyes
    • Fixed Double Chest errors
    • Added in game command for setting timer restriction
    • Added in game command for setting collective loots
    • Added option of multiple collective loots
    • Added option for setting resetType to Interval
    • Added prevention from looting out of ID-range items
    • Fixed delete command
    Version 0.6 (3/31/2011)
    • Fixed issue with users with "_" in name
    • Improved multiworld support
    • Fixed various bugs
    Version 0.5.1 (3/31/2011)
    • Fixed CollectiveLoots
    • Works with build #612
    Version 0.5 (3/30/2011)
    • Updated to craftbukkit build #602
    Version 0.4 (3/29/2011)
    • Redid save format
    • Added config file
    • Added double chest support
    • Added Collective loots
    • Added Auto protection using LWC (false by default)
    • Added a reset time ("Days'Hours'Minutes'Seconds" or "never") (0'0'5'0 by default)
    • Added global/user restriction (user by default)
    • Added antigrief feature, if chest is full PhatLoots will make room for new loot
    Version 0.3 (3/26/2011)
    • Added block protection for PhatLoot chests
    Version 0.2 (3/19/2011)
    • Fixed unknown command spamming chat
    • Fixed no Economy message spamming
    • added /loot info and /loot name (phatloots.info phateloots.name)
    Version 0.1 (3/18/2011)
    • Initial Release
     
  2. Offline

    Kalais

    Have you been able to look into this any? :)
     
  3. Offline

    LucidLethargy

    Ah you know what, that may be true.. I may have tried to add to it instead of delete and recreate it. I didn't think so at first, but it's very possible. My players are loving it either way now it works, thanks again for the update! :D
     
  4. Offline

    Codisimus

    no sorry, I want to add it without making either plugin too complicated to use
     
  5. Offline

    tassox33

    Does this have multi-world suport, this works on my world1 but not world2 and 3?
     
  6. Offline

    Codisimus

    It does, I use it myself on multiple worlds and it works fine. can I see your .properties file for the world that isn't working?
     
  7. Offline

    tassox33

    Hmm that might be the problem lol. I have a server.properties and three folders with world1, world2, world3, none of them have a .properties anywhere in the hierarchy of folders. I did however find this: (in plugins/phatloots

    ( Using Xtreme Worlds Multi-management and Stargates )

    Chests(RestrictedUsers)=~world3,-62,89,84,~world2,-27,77,104,~

    I made a test3 and /linked it to 3 chests, one in each world. World1 isn't in the restricted by default for some reason.

    Ok an hour later 6:28PM ... I think it has something to do with /loot reset , /loot delete, or /loot unlink... and sometimes /loot name wont work ( no error message ) or will say that i dont have permissions.

    Got it to work ( in world3) by deleting the mod entirely and reinstalling, but if i use one of those commands, it will restrict looting from chests in both other worlds.
     
  8. Offline

    Codisimus

    Its an issue with unlinking, which will be fixed in newest version
     
  9. Offline

    Kalais

    Wouldn't it just be an option (true or false)?
     
  10. Offline

    Codisimus

    Update! check change log.
     
  11. Offline

    tassox33

    Thanks should this update fix my issue? If so that was really fast thanks!
     
  12. Offline

    beatcomet

    here is my error message :
    Code:
    [SEVERE] Could not pass event PLAYER_INTERACT to PhatLoots
    java.lang.ArrayIndexOutOfBoundsException: 2
        at PhatLoots.PhatLoots.lootIndividual(PhatLoots.java:176)
        at PhatLoots.PhatLoots.getLoot(PhatLoots.java:78)
        at PhatLoots.PhatLootsPlayerListener.onPlayerInteract(PhatLootsPlayerListener.java:331)
        at org.bukkit.plugin.java.JavaPluginLoader$9.execute(JavaPluginLoader.java:254)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:257)
        at org.bukkit.craftbukkit.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:162)
        at net.minecraft.server.ItemInWorldManager.interact(ItemInWorldManager.java:207)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:521)
        at net.minecraft.server.Packet15Place.a(SourceFile:57)
        at net.minecraft.server.NetworkManager.a(NetworkManager.java:195)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:74)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:370)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    
     
  13. Offline

    tassox33

    Does it support iconomy 5.0?

    edit- switched to BOSE its working.
    Why does it not /loot link test when i use the command, either looking at the chest, opening the chest and then looking at it or anything

    And i keep getting this weird message, even though it eventually works.

    [SEVERE] java.io.FileNotFoundException: plugins\PhatLoots.jar (The system cannot find the file specified)
    2011-05-09 22:39:24 [SEVERE] at java.util.zip.ZipFile.open(Native Method)
    2011-05-09 22:39:24 [SEVERE] at java.util.zip.ZipFile.<init>(Unknown Source)
    2011-05-09 22:39:24 [SEVERE] at java.util.jar.JarFile.<init>(Unknown Source)
    2011-05-09 22:39:24 [SEVERE] at java.util.jar.JarFile.<init>(Unknown Source)
    2011-05-09 22:39:24 [SEVERE] at PhatLoots.PhatLootsMain.loadConfig(PhatLootsMain.java:205)
    2011-05-09 22:39:24 [SEVERE] at PhatLoots.PhatLootsMain.onEnable(PhatLootsMain.java:65)
    2011-05-09 22:39:24 [SEVERE] at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:127)
    2011-05-09 22:39:24 [SEVERE] at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:632)
    2011-05-09 22:39:24 [SEVERE] at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:218)
    2011-05-09 22:39:24 [SEVERE] at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:116)
    2011-05-09 22:39:24 [SEVERE] at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:94)
    2011-05-09 22:39:24 [SEVERE] at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:217)
    2011-05-09 22:39:24 [SEVERE] at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:204)
    2011-05-09 22:39:24 [SEVERE] at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:144)
    2011-05-09 22:39:24 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:259)
    2011-05-09 22:39:24 [SEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    2011-05-09 22:39:24 [INFO] PhatLoots 0.7.1 is enabled!
    2011-05-09 22:39:24 [INFO] PhatLoots Successfully linked with Permissions!
    2011-05-09 22:39:24 [INFO] PhatLoots Successfully linked with BOSEconomy!
    2011-05-09 22:39:24 [INFO]
     
  14. Offline

    Tealk

  15. Offline

    Trevor_

    I can confirm that I am also getting this error with PhatLoots. For whatever reason.
     
  16. Offline

    Kalais

    Console is getting spammed with this:

    03:42:29 [SEVERE] Could not pass event PLAYER_INTERACT to PhatLoots
    java.lang.IllegalStateException: Start block missed in BlockIterator
    at org.bukkit.util.BlockIterator.<init>(BlockIterator.java:169)
    at org.bukkit.util.BlockIterator.<init>(BlockIterator.java:243)
    at org.bukkit.util.BlockIterator.<init>(BlockIterator.java:278)
    at org.bukkit.craftbukkit.entity.CraftLivingEntity.getLineOfSight(CraftL
    ivingEntity.java:86)
    at org.bukkit.craftbukkit.entity.CraftLivingEntity.getTargetBlock(CraftL
    ivingEntity.java:112)
    at PhatLoots.PhatLootsPlayerListener.onPlayerInteract(PhatLootsPlayerLis
    tener.java:259)
    at org.bukkit.plugin.java.JavaPluginLoader$9.execute(JavaPluginLoader.ja
    va:254)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
    a:59)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
    ava:257)
    at org.bukkit.craftbukkit.event.CraftEventFactory.callPlayerInteractEven
    t(CraftEventFactory.java:162)
    at net.minecraft.server.ItemInWorldManager.interact(ItemInWorldManager.j
    ava:207)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:521)
    at net.minecraft.server.Packet15Place.a(SourceFile:57)
    at net.minecraft.server.NetworkManager.a(NetworkManager.java:195)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:74)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:370)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
     
  17. Offline

    penfia

    mine is actually spamming me about the dungen Reward!
    -COULD NOT PASS EVEN PLUGIN_ENABLE to dungon reward.
    and then some text about java bla bla
     
  18. Offline

    Holylon

    got this error while trying to open a linked chest...
    Code:
    12:15:38 [SEVERE] Could not pass event PLAYER_INTERACT to PhatLoots
    java.lang.ArrayIndexOutOfBoundsException: 1
            at PhatLoots.PhatLoots.lootIndividual(PhatLoots.java:167)
            at PhatLoots.PhatLoots.getLoot(PhatLoots.java:78)
            at PhatLoots.PhatLootsPlayerListener.onPlayerInteract(PhatLootsPlayerListener.java:331)
            at org.bukkit.plugin.java.JavaPluginLoader$9.execute(JavaPluginLoader.java:280)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:289)
            at org.bukkit.craftbukkit.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:162)
            at net.minecraft.server.ItemInWorldManager.interact(ItemInWorldManager.java:207)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:526)
            at net.minecraft.server.Packet15Place.a(SourceFile:57)
            at net.minecraft.server.NetworkManager.a(NetworkManager.java:196)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:372)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:287)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    
    What I typed in:
    /loot make test
    /loot add money,5,15
    /loot link test

    nothing more... ahm, and my .properties file:
    Code:
    #Fri May 20 12:05:11 CEST 2011
    Chests(RestrictedUsers)=world,630,78,-177,~
    ResetTime=0'1'0'0
    IndividualLoots=money,,~
    NumberOfCollectiveLootItemsRecieved=1
    ResetType=user
    Coll5=
    Coll4=
    Coll3=
    Coll2=
    Coll1=
    
    ah, and my server crashes :(
     
  19. Offline

    Codisimus

    This is the issue here, either change it to money,5,10~ or delete it and try again. In the next update Ill try to prevent this from happening. (Perhaps you typed money,, instead of money,5,10? Not sure why noone else would have run into this problem)

    could you post the java bla bla? perhaps you still have dungeon reward installed? (I made it throw a bunch of errors so ppl would know to update to ButtonWarp)

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 12, 2016
  20. Offline

    Tealk

  21. Offline

    Codisimus

    yes, please post the .properties file that contains 128'16'18'29
     
  22. Offline

    Tealk

    #Sun May 08 16:18:36 UTC 2011
    Chests(RestrictedUsers)=world,-135,64,-20,willi_11,128'16'18'29,Xarboor,128'11'49'46,alex1313,125'13'24'1,DasFrettchen,127'14'52'23,Grillhamsta,127'14'52'3,~world,359,64,-224,DasFrettchen,124'14'39'48,~
    ResetTime=1'0'0'0
    IndividualLoots=349,1,50,~350,1,50,~
    NumberOfCollectiveLootItemsRecieved=1
    ResetType=user
    Coll5=
    Coll4=
    Coll3=
    Coll2=
    Coll1=
     
  23. Offline

    Holylon

    Got again a problem: Nobody can loot the chest, this error i got:

    Code:
    18:11:40 [SEVERE] Could not pass event PLAYER_INTERACT to PhatLoots
    java.lang.ArrayIndexOutOfBoundsException: 1
            at PhatLoots.PhatLoots.getLoot(PhatLoots.java:62)
            at PhatLoots.PhatLootsPlayerListener.onPlayerInteract(PhatLootsPlayerListener.java:331)
            at org.bukkit.plugin.java.JavaPluginLoader$9.execute(JavaPluginLoader.java:280)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:289)
            at org.bukkit.craftbukkit.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:162)
            at net.minecraft.server.ItemInWorldManager.interact(ItemInWorldManager.java:207)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:526)
            at net.minecraft.server.Packet15Place.a(SourceFile:57)
            at net.minecraft.server.NetworkManager.a(NetworkManager.java:196)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:372)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:287)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    
     
  24. Offline

    thefoxygranpa

    Have a possible feature.....what about a global/server announcement once the chest is filled?
     
  25. Offline

    embty

    When i try to link a chest while targeting it /loot link test i get the msg that i must target a chest to link phatloot.
     
  26. Offline

    embty

    Zombie thread?
     
  27. Offline

    ledhead900

    @Codisimus
    PHP:
    2011-05-30 23:13:17 [INFO] [PhatLootsLoad failedsaving turned off to prevent loss of data
    2011
    -05-30 23:13:17 [SEVEREjava.lang.ArrayIndexOutOfBoundsException1
    2011
    -05-30 23:13:17 [SEVERE]     at PhatLoots.PhatLoots.setRestrictedUsers(PhatLoots.java:506)
    2011-05-30 23:13:17 [SEVERE]     at PhatLoots.SaveSystem.loadFromFile(SaveSystem.java:76)
    2011-05-30 23:13:17 [SEVERE]     at PhatLoots.PhatLootsMain.onEnable(PhatLootsMain.java:64)
    2011-05-30 23:13:17 [SEVERE]     at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:125)
    2011-05-30 23:13:17 [SEVERE]     at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:750)
    2011-05-30 23:13:17 [SEVERE]     at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:253)
    2011-05-30 23:13:17 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:132)
    2011-05-30 23:13:17 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:110)
    2011-05-30 23:13:17 [SEVERE]     at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:218)
    2011-05-30 23:13:17 [SEVERE]     at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:205)
    2011-05-30 23:13:17 [SEVERE]     at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:145)
    2011-05-30 23:13:17 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:265)
    2011-05-30 23:13:17 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    2011-05-30 23:13:17 [INFOPhatLoots 0.7.1 is enabled!
    Cb803


    2011-05-30 23:45:55 [INFO] Plugins: AppleTree, BorderGuard, BukkitPiston, ButtonWarp, ChairCraft, dynmap, EasyRules, Essentials, GroupManager, EssentialsProtect, EssentialsSpawn, Factions, FalseBookBlock, FalseBookCore, FalseBookIC, iChat, iConomy, IOBookcase, iWarning, Jobs, Lockette, LogBlock, mcbans, MinecartManiaCore, MinecartManiaSignCommands, MinecartManiaStation, MinecraftViewer, MobRider, MonsterTamer, My Boat, NextStation, NoCheat, PerformanceTweaks, PhatLoots, PwnCraft, Reporter, Seasons, Showcase, SignColours, War, WorldEdit, Permissions, MinecartManiaAdminControls, MinecartManiaAutomations, MinecartManiaChestControl


    EDIT

    This is with 7.1 of your plugin.

    Edit
    PHP:
    2011-05-31 18:43:33 [INFOWrong locationnet.minecraft.server.EntityItem@61fba
    2011
    -05-31 18:43:33 [INFO95.5,-5.5(5,-1vs 6,-1
    2011
    -05-31 18:43:33 [SEVEREjava.lang.ExceptionStack trace
    2011
    -05-31 18:43:33 [SEVERE]     at java.lang.Thread.dumpStack(Unknown Source)
    2011-05-31 18:43:33 [SEVERE]     at net.minecraft.server.Chunk.a(Chunk.java:367)
    2011-05-31 18:43:33 [SEVERE]     at net.minecraft.server.ChunkLoader.a(SourceFile:181)
    2011-05-31 18:43:33 [SEVERE]     at net.minecraft.server.ChunkRegionLoader.a(SourceFile:42)
    2011-05-31 18:43:33 [SEVERE]     at net.minecraft.server.ChunkProviderServer.loadChunk(ChunkProviderServer.java:132)
    2011-05-31 18:43:33 [SEVERE]     at net.minecraft.server.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:62)
    2011-05-31 18:43:33 [SEVERE]     at net.minecraft.server.PlayerInstance.<init>(PlayerInstance.java:33)
    2011-05-31 18:43:33 [SEVERE]     at net.minecraft.server.PlayerManager.a(PlayerManager.java:37)
    2011-05-31 18:43:33 [SEVERE]     at net.minecraft.server.PlayerManager.movePlayer(PlayerManager.java:141)
    2011-05-31 18:43:33 [SEVERE]     at net.minecraft.server.ServerConfigurationManager.b(ServerConfigurationManager.java:107)
    2011-05-31 18:43:33 [SEVERE]     at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:340)
    2011-05-31 18:43:33 [SEVERE]     at net.minecraft.server.Packet10Flying.a(SourceFile:126)
    2011-05-31 18:43:33 [SEVERE]     at net.minecraft.server.NetworkManager.a(NetworkManager.java:196)
    2011-05-31 18:43:33 [SEVERE]     at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
    2011-05-31 18:43:33 [SEVERE]     at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
    2011-05-31 18:43:33 [SEVERE]     at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:377)
    2011-05-31 18:43:33 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:292)
    2011-05-31 18:43:33 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    2011-05-31 18:45:08 [SEVERECould not pass event PLAYER_INTERACT to PhatLoots
    java
    .lang.ArrayIndexOutOfBoundsException1
        at PhatLoots
    .PhatLoots.lootIndividual(PhatLoots.java:167)
        
    at PhatLoots.PhatLoots.getLoot(PhatLoots.java:78)
        
    at PhatLoots.PhatLootsPlayerListener.onPlayerInteract(PhatLootsPlayerListener.java:331)
        
    at org.bukkit.plugin.java.JavaPluginLoader$9.execute(JavaPluginLoader.java:299)
        
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
        
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:310)
        
    at org.bukkit.craftbukkit.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:162)
        
    at net.minecraft.server.ItemInWorldManager.interact(ItemInWorldManager.java:207)
        
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:536)
        
    at net.minecraft.server.Packet15Place.a(SourceFile:57)
        
    at net.minecraft.server.NetworkManager.a(NetworkManager.java:196)
        
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
        
    at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
        
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:377)
        
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:292)
        
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    2011-05-31 18:45:18 [SEVERECould not pass event PLAYER_INTERACT to PhatLoots
    java
    .lang.ArrayIndexOutOfBoundsException1
        at PhatLoots
    .PhatLoots.lootIndividual(PhatLoots.java:167)
        
    at PhatLoots.PhatLoots.getLoot(PhatLoots.java:78)
        
    at PhatLoots.PhatLootsPlayerListener.onPlayerInteract(PhatLootsPlayerListener.java:331)
        
    at org.bukkit.plugin.java.JavaPluginLoader$9.execute(JavaPluginLoader.java:299)
        
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
        
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:310)
        
    at org.bukkit.craftbukkit.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:162)
        
    at net.minecraft.server.ItemInWorldManager.interact(ItemInWorldManager.java:207)
        
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:536)
        
    at net.minecraft.server.Packet15Place.a(SourceFile:57)
        
    at net.minecraft.server.NetworkManager.a(NetworkManager.java:196)
        
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
        
    at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
        
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:377)
        
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:292)
        
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    2011-05-31 18:45:19 [SEVERECould not pass event PLAYER_INTERACT to PhatLoots
    java
    .lang.ArrayIndexOutOfBoundsException1
        at PhatLoots
    .PhatLoots.lootIndividual(PhatLoots.java:167)
        
    at PhatLoots.PhatLoots.getLoot(PhatLoots.java:78)
        
    at PhatLoots.PhatLootsPlayerListener.onPlayerInteract(PhatLootsPlayerListener.java:331)
        
    at org.bukkit.plugin.java.JavaPluginLoader$9.execute(JavaPluginLoader.java:299)
        
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
        
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:310)
        
    at org.bukkit.craftbukkit.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:162)
        
    at net.minecraft.server.ItemInWorldManager.interact(ItemInWorldManager.java:207)
        
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:536)
        
    at net.minecraft.server.Packet15Place.a(SourceFile:57)
        
    at net.minecraft.server.NetworkManager.a(NetworkManager.java:196)
        
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
        
    at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
        
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:377)
        
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:292)
        
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    2011-05-31 18:45:28 [SEVERECould not pass event PLAYER_INTERACT to PhatLoots
    java
    .lang.ArrayIndexOutOfBoundsException1
        at PhatLoots
    .PhatLoots.lootIndividual(PhatLoots.java:167)
        
    at PhatLoots.PhatLoots.getLoot(PhatLoots.java:78)
        
    at PhatLoots.PhatLootsPlayerListener.onPlayerInteract(PhatLootsPlayerListener.java:331)
        
    at org.bukkit.plugin.java.JavaPluginLoader$9.execute(JavaPluginLoader.java:299)
        
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
        
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:310)
        
    at org.bukkit.craftbukkit.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:162)
        
    at net.minecraft.server.ItemInWorldManager.interact(ItemInWorldManager.java:207)
        
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:536)
        
    at net.minecraft.server.Packet15Place.a(SourceFile:57)
        
    at net.minecraft.server.NetworkManager.a(NetworkManager.java:196)
        
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
        
    at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
        
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:377)
        
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:292)
        
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    2011-05-31 18:45:30 [SEVERECould not pass event PLAYER_INTERACT to PhatLoots
    java
    .lang.ArrayIndexOutOfBoundsException1
        at PhatLoots
    .PhatLoots.lootIndividual(PhatLoots.java:167)
        
    at PhatLoots.PhatLoots.getLoot(PhatLoots.java:78)
        
    at PhatLoots.PhatLootsPlayerListener.onPlayerInteract(PhatLootsPlayerListener.java:331)
        
    at org.bukkit.plugin.java.JavaPluginLoader$9.execute(JavaPluginLoader.java:299)
        
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
        
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:310)
        
    at org.bukkit.craftbukkit.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:162)
        
    at net.minecraft.server.ItemInWorldManager.interact(ItemInWorldManager.java:207)
        
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:536)
        
    at net.minecraft.server.Packet15Place.a(SourceFile:57)
        
    at net.minecraft.server.NetworkManager.a(NetworkManager.java:196)
        
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
        
    at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
        
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:377)
        
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:292)
        
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    From a new install
     
  28. Offline

    Joel Kidd

    Please update this codisimus!
     
  29. Offline

    DrBowe

    Hey, I'm having an issue with losing data on restarts. I have the most current PhatLoots, and I havent gone to 1.6 yet. I believe it has something to do with phatloots being on different worlds (a la Multiverse), seeing as only loots I place in one world are saved, where as loots in all of the others are wiped on restart.
     
  30. Offline

    Kalais

    ^
     
  31. Offline

    gRey_oNE

    Signed!
    This is one of my favorite mods.
     

Share This Page