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

    I've updated and my users aren't getting anything from the chest still.

    #Sun Jun 12 08:19:42 EDT 2011
    Chests(RestrictedUsers)=-628,3,1166,Kamakyri,143'23'54'44,Elenorth,145'14'13'19,quamberdk,143'11'56'34,hede888,145'14'12'57,Bombertygesen,143'11'55'10,Drakkid,145'14'12'36,darksmurf,143'23'53'35,Saziar,143'23'53'1,kadriendra,143'1'20'47,University,143'1'19'46,Kalais,143'1'19'31,~world2,-628,3,1166,Drakkid,163'8'18'9,icekirby80,163'6'47'13,mr_freezy,163'3'56'54,Kalais,163'8'18'25,~
    ResetTime=0'0'60'0
    IndividualLoots=264,5,10,~265,12,60,~276,1,40,~279,1,30,~310,1,10,~311,1,5,~312,1,7,~313,1,15,~
    NumberOfCollectiveLootItemsRecieved=2
    ResetType=user
    Coll5=
    Coll4=
    Coll3=
    Coll2=
    Coll1=
     
  3. I'll take it. Lol. Sounds good. Looking forward to the update!! Thanks again.
     
  4. Offline

    Codisimus

    you could try resetting it or making a new PhatLoot and see if it works. Any errors in console?
     
  5. Offline

    LucidLethargy

    Not at all, thank you so much! You always seem to help us out when we find these little errors, ten internets to you good sir! Just sent a donation to show my appreciation.
     
  6. Offline

    Codisimus

    I appreciate the support, still trying to find time to make tutorial vids
     
  7. Offline

    Tauryuu

    Can you make a OP Permissions version?
    Non-OPs get only the phatloots.use permission.
    OPs get every command.
     
  8. Offline

    Codisimus

    already had this feature but I forget to code part of it so in the next update (in a few hours) it should work
     
  9. Offline

    The_Black_0

    Could u please add a video how to use it?? i dont realy get it...
    That would be nice ...
    Thanks The_Black_0 =D
     
  10. Offline

    dark1256

    could you add something like spawning chests with random content all over the world?
     
  11. Offline

    Codisimus

    I am first trying to make it more user friendly, then I will post a video
    This is a great idea, don't have any idea how I would code this but I'm sure I could figure it out
     
    dark1256 likes this.
  12. Offline

    DutchxJapie

    i got this error:

    13:22:45 [SEVERE] Could not pass event PLAYER_INTERACT to PhatLoots
    java.lang.ArrayIndexOutOfBoundsException: 1
    at PhatLoots.PhatLoots.lootIndividual(PhatLoots.java:209)
    at PhatLoots.PhatLoots.getLoot(PhatLoots.java:76)
    at PhatLoots.PhatLootsPlayerListener.onPlayerInteract(PhatLootsPlayerListener.java:320)
    at org.bukkit.plugin.java.JavaPluginLoader$10.execute(JavaPluginLoader.java:306)
    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:166)
    at net.minecraft.server.ItemInWorldManager.interact(ItemInWorldManager.java:212)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:550)
    at net.minecraft.server.Packet15Place.a(SourceFile:57)
    at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:399)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:309)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    13:23:15 [INFO] §9[PLAYER_COMMAND] japie112233: /i diamondpick
    13:24:25 [SEVERE] Could not pass event PLAYER_INTERACT to PhatLoots
    java.lang.NumberFormatException: For input string: "iron"
    at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
    at java.lang.Integer.parseInt(Integer.java:481)
    at java.lang.Integer.parseInt(Integer.java:514)
    at PhatLoots.PhatLoots.lootIndividual(PhatLoots.java:230)
    at PhatLoots.PhatLoots.getLoot(PhatLoots.java:76)
    at PhatLoots.PhatLootsPlayerListener.onPlayerInteract(PhatLootsPlayerListener.java:320)
    at org.bukkit.plugin.java.JavaPluginLoader$10.execute(JavaPluginLoader.java:306)
    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:166)
    at net.minecraft.server.ItemInWorldManager.interact(ItemInWorldManager.java:212)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:550)
    at net.minecraft.server.Packet15Place.a(SourceFile:57)
    at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:399)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:309)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    13:24:54 [INFO] [BankAccount] Running interest system
    13:24:54 [INFO] [BankAccount] Total given 0.00 Paying middle man! in interest
    13:26:16 [INFO] Read timed out
    13:26:16 [SEVERE] java.net.SocketException: Socket closed
    13:26:16 [SEVERE] at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:116)
    13:26:16 [SEVERE] at java.net.SocketOutputStream.write(SocketOutputStream.java:153)
    13:26:16 [SEVERE] at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:82)
    13:26:16 [SEVERE] at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:140)
    13:26:16 [SEVERE] at java.io.DataOutputStream.flush(DataOutputStream.java:123)
    13:26:16 [SEVERE] at net.minecraft.server.NetworkWriterThread.run(SourceFile:116)

    How To fix? (we dont get loot from a chest)

    EDIT:
    I saw this error earlier as a post you awnser was to make a new phatloot and update the plugin but it didint work.
     
  13. Offline

    Tealk

    Attached Files:

  14. Offline

    Codisimus

    @DutchxJapie
    you must enter the data values not the names of the item.
    @Tealk
    Coll1=money,~347,1,20,~322,1,40,~322,2,20,~41,1,10,~2256,1,10,~
    this line in Gold.properties should be somthing like
    Coll1=money,1,5,~347,1,20,~322,1,40,~322,2,20,~41,1,10,~2256,1,10,~
    notice
    money,1,5,~
    which means that you will receive anywhere from 1 to 5 monies



    if either of you need more help I can try to explain it better
     
  15. Offline

    Tealk

    thank you
     
  16. Offline

    Jazy Lopez

    I've noticed a small bug that prevents me from linking chests when it surrounded by blocks a certain way (Non on top though). Worked fine after I cleared some room around the chest... Also when I use the command /loot name It says I don't have permission when I have admin Permissions ('*'). Besides that this is a great plugin and it would be Nice if it would spawn chests with loot randomly, Maybe when your walking around It'll spawn one 2-3 chunks away or so. :D:D:D
     
  17. Offline

    Color42

    2011-06-15 23:47:59 [SEVERE] Could not pass event PLAYER_INTERACT to PhatLoots
    java.lang.NumberFormatException: For input string: "0,0,0,1"
    at java.lang.NumberFormatException.forInputString(Unknown Source)
    at java.lang.Integer.parseInt(Unknown Source)
    at java.lang.Integer.parseInt(Unknown Source)
    at PhatLoots.PhatLoots.isTimedOut(PhatLoots.java:123)
    at PhatLoots.PhatLoots.getLoot(PhatLoots.java:71)
    at PhatLoots.PhatLootsPlayerListener.onPlayerInteract(PhatLootsPlayerListener.java:320)
    at org.bukkit.plugin.java.JavaPluginLoader$10.execute(JavaPluginLoader.java:306)
    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:166)
    at net.minecraft.server.ItemInWorldManager.interact(ItemInWorldManager.java:212)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:550)
    at net.minecraft.server.Packet15Place.a(SourceFile:57)
    at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:399)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:309)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)

    CB860 phatloot latest which I downloaded 14-06-11

    Anyone got any idea why?
     
  18. Offline

    Codisimus

    find the value 0,0,0,1~ in your save file and delete it
     
  19. Offline

    DeeLaYz

    Hello, i love this plugin but i want it to do one more thing. When you have open a chest and you can't open it again because it needs to reset ( /loot time ) i want it to do so you can't open it because you can steal other players items when they open it. Like you can't open it and you get a message thats says that the you can't open it yet or something. Thank you.
     
  20. Offline

    Color42

    OK, seams to work but now i get this on newly created ones instead with no timer added with commands

    2011-06-17 01:32:12 [SEVERE] Could not pass event PLAYER_INTERACT to PhatLoots
    java.lang.ArrayIndexOutOfBoundsException: 2
    at PhatLoots.PhatLoots.lootIndividual(PhatLoots.java:218)
    at PhatLoots.PhatLoots.getLoot(PhatLoots.java:76)
    at PhatLoots.PhatLootsPlayerListener.onPlayerInteract(PhatLootsPlayerListener.java:320)
    at org.bukkit.plugin.java.JavaPluginLoader$10.execute(JavaPluginLoader.java:306)
    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:166)
    at net.minecraft.server.ItemInWorldManager.interact(ItemInWorldManager.java:212)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:550)
    at net.minecraft.server.Packet15Place.a(SourceFile:57)
    at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:399)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:309)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
     
  21. Offline

    Codisimus

    @DeeLaYz
    I am adding an autoloot feature which will send items straight to the players inventory and only will send them to the chest if the player has no room. Would this work for you?
     
  22. Offline

    Jazy Lopez

    Yes :D Specially if it can be optional
     
  23. Offline

    MoeTM

    Hi I’ve tried looking for a tutorial for this and Tutorial Island is a good idea of how they work but not how to make them. The thing that I can’t do is make it so that it spawns a Mine cart [id 328] and I only want one with 100 percent chance of getting it. So I do /loot add [name] 328,1,100 and I have done /loot add [name] 328 1 100. I just put [name] because it doesn’t matter what the name is. Can you help me? Or put up a video tutorial.
    -MoeTM
     
  24. Offline

    Codisimus

    I just finished recoding this to make it more user friendly. I'll be testing it out tomorrow then once I update I will make a tutorial vid
     
  25. Offline

    MoeTM

    Thank you. looking forward to it.
    -MoeTM
     
  26. Offline

    TOdkommt

    I made some chests for my arena with this and it works fine, but i got a problem with my win chest. Every time I open it (not loot it), a new item appears. Is there a fix for that?

    edit: fixed, i just made the loot as colls
     
  27. Offline

    Codisimus

    UPDATE!
    I changed how you make PhatLoots to make it much easier and less likely to crash.
    If you don't understand the new commands I will be making a tut soon.
     
  28. Offline

    KrypleFyte

    I got PhatLoots working and it's AWESOME. I have built a dungeon on my server and it is perfect for it. Everything works fine but I get log spam at startup:
    Code:
    2011-06-26 06:50:03 [INFO] Load failed, saving turned off to prevent loss of data
    2011-06-26 06:50:03 [SEVERE] java.lang.NumberFormatException: For input string: "128'19'48'48"
    2011-06-26 06:50:03 [SEVERE]     at java.lang.NumberFormatException.forInputString(Unknown Source)
    2011-06-26 06:50:03 [SEVERE]     at java.lang.Integer.parseInt(Unknown Source)
    2011-06-26 06:50:03 [SEVERE]     at java.lang.Integer.parseInt(Unknown Source)
    2011-06-26 06:50:03 [SEVERE]     at PhatLoots.PhatLoots.setRestrictedUsers(PhatLoots.java:506)
    2011-06-26 06:50:03 [SEVERE]     at PhatLoots.SaveSystem.loadFromFile(SaveSystem.java:76)
    2011-06-26 06:50:03 [SEVERE]     at PhatLoots.PhatLootsMain.onEnable(PhatLootsMain.java:64)
    2011-06-26 06:50:03 [SEVERE]     at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:125)
    2011-06-26 06:50:03 [SEVERE]     at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:750)
    2011-06-26 06:50:03 [SEVERE]     at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:253)
    2011-06-26 06:50:03 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:134)
    2011-06-26 06:50:03 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:112)
    2011-06-26 06:50:03 [SEVERE]     at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:232)
    2011-06-26 06:50:03 [SEVERE]     at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:219)
    2011-06-26 06:50:03 [SEVERE]     at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:146)
    2011-06-26 06:50:03 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
    2011-06-26 06:50:03 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-06-26 06:50:03 [INFO] Load failed, saving turned off to prevent loss of data
    2011-06-26 06:50:03 [SEVERE] java.lang.NumberFormatException: For input string: "128'19'48'59"
    2011-06-26 06:50:03 [SEVERE]     at java.lang.NumberFormatException.forInputString(Unknown Source)
    2011-06-26 06:50:03 [SEVERE]     at java.lang.Integer.parseInt(Unknown Source)
    2011-06-26 06:50:03 [SEVERE]     at java.lang.Integer.parseInt(Unknown Source)
    2011-06-26 06:50:03 [SEVERE]     at PhatLoots.PhatLoots.setRestrictedUsers(PhatLoots.java:506)
    2011-06-26 06:50:03 [SEVERE]     at PhatLoots.SaveSystem.loadFromFile(SaveSystem.java:76)
    2011-06-26 06:50:03 [SEVERE]     at PhatLoots.PhatLootsMain.onEnable(PhatLootsMain.java:64)
    2011-06-26 06:50:03 [SEVERE]     at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:125)
    2011-06-26 06:50:03 [SEVERE]     at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:750)
    2011-06-26 06:50:03 [SEVERE]     at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:253)
    2011-06-26 06:50:03 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:134)
    2011-06-26 06:50:03 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:112)
    2011-06-26 06:50:03 [SEVERE]     at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:232)
    2011-06-26 06:50:03 [SEVERE]     at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:219)
    2011-06-26 06:50:03 [SEVERE]     at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:146)
    2011-06-26 06:50:03 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
    2011-06-26 06:50:03 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-06-26 06:50:03 [INFO] Load failed, saving turned off to prevent loss of data
    2011-06-26 06:50:03 [SEVERE] java.lang.NumberFormatException: For input string: "128'19'48'48"
    2011-06-26 06:50:03 [SEVERE]     at java.lang.NumberFormatException.forInputString(Unknown Source)
    2011-06-26 06:50:03 [SEVERE]     at java.lang.Integer.parseInt(Unknown Source)
    2011-06-26 06:50:03 [SEVERE]     at java.lang.Integer.parseInt(Unknown Source)
    2011-06-26 06:50:03 [SEVERE]     at PhatLoots.PhatLoots.setRestrictedUsers(PhatLoots.java:506)
    2011-06-26 06:50:03 [SEVERE]     at PhatLoots.SaveSystem.loadFromFile(SaveSystem.java:76)
    2011-06-26 06:50:03 [SEVERE]     at PhatLoots.PhatLootsMain.onEnable(PhatLootsMain.java:64)
    2011-06-26 06:50:03 [SEVERE]     at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:125)
    2011-06-26 06:50:03 [SEVERE]     at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:750)
    2011-06-26 06:50:03 [SEVERE]     at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:253)
    2011-06-26 06:50:03 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:134)
    2011-06-26 06:50:03 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:112)
    2011-06-26 06:50:03 [SEVERE]     at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:232)
    2011-06-26 06:50:03 [SEVERE]     at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:219)
    2011-06-26 06:50:03 [SEVERE]     at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:146)
    2011-06-26 06:50:03 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
    2011-06-26 06:50:03 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-06-26 06:50:03 [INFO] PhatLoots 0.7 is enabled!
    2011-06-26 06:50:03 [INFO] PhatLoots Successfully linked with Permissions!
    Not sure what's causing it, any ideas?
     
  29. Offline

    Codisimus

    @KrypleFyte
    show me the config with 128'19'48'48 and the one with 128'19'48'59
    and I can tell you how to fix it
     
  30. Offline

    KrypleFyte

    This config has both I believe:
    Code:
    #Mon May 09 14:03:28 CDT 2011
    Chests(RestrictedUsers)=world,1878,67,1210,Kavotos,129'13'2'29,lillwill77,128'18'50'10,Scratchoz,128'18'4'9,Kevinthebeast,128'14'6'36,Itchoz,128'14'6'32,feldemon12,128'19'26'11,RyanOgilvie,128'17'17'17,Killer2305,129'14'2'38,Drathnor,129'13'2'8,racoonthief,127'3'52'29,ironfridge,127'2'7'22,AgentK177,127'0'3'14,FrigginDiggin,128'1'55'54,Bulvious,129'1'31'21,randaline,126'17'43'1,Smookeer,128'14'6'22,Massap4,127'19'12'36,Massap2,127'19'13'3,beatkidz,126'1'32'46,cantcme99,125'22'43'13,Nephilimaeon,128'22'3'13,Xurharian,128'20'9'13,chieloos,128'13'28'32,NiHZ,127'17'18'8,Triselthis,126'18'26'14,~world,1827,72,1171,Kavotos,129'13'12'2,feldemon12,128'19'27'42,Itchoz,128'14'8'48,racoonthief,128'10'27'35,RyanOgilvie,128'17'20'5,Xurharian,128'20'11'4,smetch,128'2'36'3,Killer2305,128'17'49'20,Drathnor,129'13'11'51,ironfridge,127'2'13'45,FrigginDiggin,128'1'57'24,Bulvious,129'1'33'27,randaline,127'21'51'24,xjustinjx,126'17'47'24,Smookeer,128'14'8'41,Massap2,127'18'59'41,Massap4,127'19'14'48,moonshire,125'22'54'30,cantcme99,125'22'47'4,NiHZ,128'15'41'4,beatkidz,125'20'47'31,Nephilimaeon,128'22'8'22,Triselthis,126'18'30'30,~world,1832,72,1171,Kavotos,129'13'12'34,Kevinthebeast,128'14'9'14,Itchoz,128'14'9'9,RyanOgilvie,128'11'24'36,Xurharian,128'20'11'32,Smookeer,128'14'8'47,smetch,127'18'27'33,Killer2305,127'14'15'49,Drathnor,129'13'12'19,ironfridge,127'2'13'55,FrigginDiggin,128'1'57'19,Bulvious,129'1'33'33,randaline,126'17'58'16,xjustinjx,126'17'49'13,Massap2,127'19'14'48,Massap4,127'18'59'51,Triselthis,126'18'30'39,NiHZ,128'15'41'23,Nephilimaeon,128'22'8'29,~world,1837,72,1171,Kavotos,129'13'13'20,Itchoz,128'14'9'15,RyanOgilvie,128'11'39'49,Xurharian,128'20'12'28,smetch,127'18'26'57,Killer2305,127'23'4'39,Massap4,127'19'0'9,Drathnor,129'13'13'10,ironfridge,127'2'13'5,FrigginDiggin,128'1'57'11,Bulvious,129'0'52'26,randaline,127'21'51'242,xjustinjx,126'17'49'36,Smookeer,128'14'8'56,Massap2,127'19'0'2,beatkidz,125'21'0'35,NiHZ,127'17'24'11,Triselthis,126'18'30'47,~world,1879,72,1155,HippiG,128'19'32'4,Scratchoz,128'17'53'0,Kevinthebeast,128'14'10'34,Itchoz,128'18'12'11,Killer2305,127'14'24'17,FrigginDiggin,128'1'58'53,ironfridge,127'2'16'19,Bulvious,126'21'49'19,randaline,127'21'49'47,Smookeer,128'14'10'24,Massap4,127'19'2'44,Massap2,127'19'2'51,racoonthief,128'10'19'48,cantcme99,125'22'43'49,moonshire,128'22'3'134,Xurharian,128'20'16'43,chieloos,128'13'27'50,NiHZ,128'15'43'25,Drathnor,125'20'19'57,RyanOgilvie,128'17'16'17,Triselthis,126'16'33'29,~world,1887,72,1154,Nephilimaeon,128'22'9'28,HippiG,128'19'32'10,Scratchoz,128'18'5'42,Itchoz,128'18'12'21,smetch,128'2'42'17,Killer2305,128'17'51'26,Massap4,127'19'2'56,FrigginDiggin,128'1'58'47,ironfridge,128'1'58'53,Bulvious,126'21'49'27,randaline,127'21'49'52,Smookeer,128'14'10'29,Massap2,127'19'2'56,cantcme99,125'22'43'57,moonshire,125'22'41'4,Xurharian,128'20'17'22,chieloos,125'21'46'2,NiHZ,128'15'43'34,beatkidz,126'0'33'45,Drathnor,125'20'19'51,RyanOgilvie,128'11'26'26,Triselthis,126'16'33'35,~world,1889,72,1155,HippiG,128'19'32'17,lillwill77,128'18'47'8,Scratchoz,128'18'5'54,Itchoz,128'18'12'36,Kevinthebeast,128'14'10'45,Massap4,127'19'3'15,Killer2305,128'17'51'34,FrigginDiggin,128'1'58'42,ironfridge,127'2'16'36,Bulvious,126'21'50'5,randaline,127'21'50'2,Smookeer,128'14'10'39,Massap2,127'19'3'7,NiHZ,128'15'43'50,cantcme99,125'22'44'12,moonshire,125'22'42'14,Xurharian,128'20'17'12,chieloos,125'21'23'24,Drathnor,125'20'19'44,RyanOgilvie,128'22'10'51,Triselthis,126'16'33'354,~world,1903,67,1113,Kavotos,129'13'19'30,Scratchoz,128'18'11'30,Itchoz,128'18'13'45,Kevinthebeast,128'14'11'59,sinfulpotato,128'10'40'31,racoonthief,128'13'36'28,Killer2305,128'14'44'41,Drathnor,129'13'19'14,ironfridge,127'2'19'20,FrigginDiggin,128'2'3'55,Bulvious,129'1'36'1,Smookeer,128'14'11'54,Massap4,127'19'34'58,Massap2,127'19'38'55,cantcme99,125'23'0'36,Xurharian,128'20'18'27,RyanOgilvie,128'17'22'59,chieloos,128'13'10'17,NiHZ,128'15'45'45,Nephilimaeon,128'22'10'51,Triselthis,128'2'3'55,beatkidz,125'20'52'43,~world,1828,82,1173,Itchoz,128'18'19'28,feldemon12,128'18'19'6,Scratchoz,128'18'18'50,Xurharian,128'23'47'18,Smookeer,128'4'53'22,randaline,127'21'53'3,Nephilimaeon,128'0'44'58,Bulvious,129'1'38'36,Triselthis,126'16'38'56,beatkidz,125'21'9'9,~world,2023,72,1137,Kavotos,129'13'32'32,lillwill77,128'18'35'46,feldemon12,128'18'9'5,Kevinthebeast,128'14'2'32,Itchoz,128'18'9'5,RyanOgilvie,128'11'43'51,Larrythepoet,128'10'45'37,smetch,128'2'24'18,Massap2,127'19'10'47,Massap4,127'19'10'22,Killer2305,127'23'0'24,NiHZ,128'15'35'30,Drathnor,127'7'44'25,racoonthief,127'4'1'50,Bulvious,128'20'27'17,randaline,127'21'56'38,Smookeer,129'14'2'14,moonshire,126'2'18'38,~world,1964,72,1190,Kevinthebeast,128'14'3'33,Itchoz,128'18'9'56,Nephilimaeon,128'0'51'36,Xurharian,128'20'6'52,Bulvious,128'20'6'52,Smookeer,129'14'3'12,moonshire,126'2'19'47,chieloos,125'21'19'1,beatkidz,126'13'56'16,~world,1830,67,1177,RyanOgilvie,128'17'20'53,Xurharian,128'5'47'9,Massap4,127'18'35'1,Massap2,127'18'44'49,Killer2305,127'14'17'15,Drathnor,127'7'58'37,ironfridge,127'2'14'16,FrigginDiggin,127'22'35'39,Bulvious,129'1'34'10,randaline,126'17'47'35,NiHZ,128'15'41'52,Triselthis,126'18'31'35,~world,1854,79,1206,feldemon12,128'18'20'2,Scratchoz,128'18'19'17,Itchoz,128'14'31'38,Xurharian,128'20'10'8,Smookeer,128'4'53'45,Bulvious,129'1'38'19,Nephilimaeon,128'15'35'59,Triselthis,126'16'39'13,NiHZ,127'17'33'45,beatkidz,125'21'43'19,~world,2044,80,999,Kavotos,129'12'55'20,Triselthis,128'22'42'10,Nephilimaeon,128'16'4'44,Kevinthebeast,128'14'31'46,WarpathZone,127'20'42'3,Killer2305,127'14'6'33,Drathnor,129'12'55'17,Smookeer,128'4'34'33,NiHZ,128'16'5'1,beatkidz,126'0'17'8,~world,1875,67,1107,Drathnor,129'13'26'34,Kavotos,129'13'26'27,lillwill77,128'18'46'10,Scratchoz,128'18'9'50,feldemon12,128'17'53'29,Nephilimaeon,128'13'26'31,chieloos,128'13'10'40,Epeso,128'12'38'57,sinfulpotato,128'10'37'39,smetch,128'2'39'54,NiHZ,127'17'31'45,Killer2305,128'17'17'29,RyanOgilvie,128'11'27'13,Massap4,127'19'4'16,Massap2,127'19'4'29,racoonthief,128'13'3'23,ironfridge,127'2'4'10,Bulvious,129'1'36'50,FrigginDiggin,128'1'30'1,Triselthis,126'18'23'49,Smookeer,128'14'24'3,~world,1906,74,1116,feldemon12,128'18'16'26,Scratchoz,128'18'15'47,Itchoz,128'18'15'55,Kevinthebeast,128'14'19'24,chieloos,128'13'26'3,Xurharian,128'13'12'55,FrigginDiggin,128'2'4'34,Bulvious,129'0'56'37,Smookeer,128'14'22'57,beatkidz,129'0'56'37,~world,1961,71,1216,Luinky,128'20'34'28,HollowJosh,129'7'2'53,HippiG,128'19'47'45,Kevinthebeast,128'14'4'54,Itchoz,128'18'10'39,RyanOgilvie,128'11'41'16,smetch,128'2'28'12,Massap4,127'19'8'41,Massap2,127'19'8'36,Killer2305,127'23'1'55,Nephilimaeon,128'0'50'47,NiHZ,127'17'16'56,Smookeer,128'14'5'0,Bulvious,128'5'29'38,randaline,127'21'55'8,~world,1956,72,1157,Xurharian,128'20'6'38,feldemon12,128'19'47'55,Scratchoz,128'19'44'48,Kevinthebeast,128'14'50'13,Itchoz,128'15'20'51,RyanOgilvie,128'11'42'29,smetch,128'2'27'14,Massap4,127'19'9'24,Massap2,127'19'9'47,Killer2305,127'23'1'13,Nephilimaeon,128'0'51'20,NiHZ,128'15'36'27,Drathnor,127'7'45'38,Smookeer,129'14'3'28,racoonthief,127'3'55'47,AgentK177,127'0'7'13,Bulvious,128'20'25'3,randaline,127'21'55'44,xjustinjx,127'2'33'18,beatkidz,126'13'56'5,~world,2022,70,1158,Kavotos,129'13'31'55,lillwill77,128'18'36'56,feldemon12,128'19'53'24,Scratchoz,128'19'40'5,Kevinthebeast,128'14'49'10,Itchoz,128'18'9'33,RyanOgilvie,128'11'43'19,smetch,128'2'11'40,Massap4,127'19'9'57,Massap2,127'19'10'8,Killer2305,127'23'0'49,Nephilimaeon,127'17'20'46,NiHZ,128'15'35'59,Drathnor,127'7'44'48,Smookeer,129'14'2'38,racoonthief,127'3'56'19,Bulvious,128'5'30'43,randaline,127'21'56'12,xjustinjx,126'17'39'4,~world,204,44,-160,rockssmanz,129'8'40'38,Demonstride,128'23'37'25,Pixel_Face,128'19'48'48,Nightwolf22500,128'11'55'44,brandeis1,128'16'13'54,WarpathZone,128'23'13'52,TeriusBane,126'23'43'22,DarkBlade55,126'19'15'58,randaline,126'17'17'21,xjustinjx,126'17'17'17,adaksteter,127'15'4'47,NiHZ,126'14'21'18,~world,196,44,-125,rockssmanz,129'8'39'16,Demonstride,128'23'38'6,Pixel_Face,128'19'49'27,Nightwolf22500,128'11'56'0,Willio58,127'23'47'28,brandeis1,128'16'15'0,WarpathZone,128'23'14'51,Nephilimaeon,127'0'12'22,TeriusBane,129'0'48'4,DarkBlade55,126'19'17'9,xjustinjx,126'17'19'28,randaline,126'17'19'14,adaksteter,127'15'4'26,NiHZ,126'14'20'41,~world,132,44,-148,Demonstride,128'23'33'41,brandeis1,128'16'15'38,WarpathZone,128'23'44'32,Nephilimaeon,127'0'16'10,TeriusBane,129'0'49'58,DarkBlade55,126'19'19'8,randaline,126'17'20'18,adaksteter,127'8'52'15,NiHZ,126'14'24'40,~world,104,47,-152,TeriusBane,129'0'51'53,Demonstride,128'23'32'45,brandeis1,128'16'17'39,WarpathZone,128'23'47'18,adaksteter,127'15'6'56,NiHZ,126'14'26'10,~world,141,39,-90,Demonstride,128'23'48'46,brandeis1,128'16'18'29,WarpathZone,128'23'47'57,adaksteter,127'15'8'37,DarkBlade55,126'19'20'45,NiHZ,126'14'26'57,~world,165,45,-111,Demonstride,128'23'31'51,brandeis1,128'16'19'35,WarpathZone,128'23'47'570,TeriusBane,129'0'54'6,DarkBlade55,126'19'21'54,xjustinjx,126'17'21'59,adaksteter,127'15'9'18,NiHZ,126'14'27'50,~world,210,47,-134,Demonstride,128'23'49'52,brandeis1,128'16'20'8,WarpathZone,128'23'49'45,TeriusBane,129'0'57'43,DarkBlade55,126'19'22'56,xjustinjx,126'17'22'28,randaline,126'17'22'25,adaksteter,127'15'9'46,NiHZ,126'14'28'31,beatkidz,126'14'25'14,~
    ResetTime=0'0'29'0
    IndividualLoots=264,1,1~262,8,10~320,1,5~348,1,100,~266,1,1~265,1,5~322,1,1~282,1,1~306,1,1~307,1,1~308,1,1~309,1,1~267,1,1~329,1,1~348,5,5~348,5,5~348,5,15~348,5,5~348,5,5~348,5,5~348,5,5~348,5,15~348,5,5~348,5,5~348,5,20~262,4,20~262,4,20~262,4,10~262,4,10~262,4,10~262,4,10~262,4,20~262,4,20~262,4,20~262,4,10~262,4,10~262,4,10~262,4,10~262,4,10~262,4,10~357,8,9~357,8,9~357,8,9~
    NumberOfCollectiveLootItemsRecieved=1
    ResetType=user
    Coll5=
    Coll4=
    Coll3=
    Coll2=
    Coll1=
    
     
  31. Offline

    Codisimus

    @KrypleFyte
    You are using an outdated version
     

Share This Page