Advertisement
Guest User

Untitled

a guest
Dec 11th, 2017
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.75 KB | None | 0 0
  1. loading reward of ExampleItem: [[type:STONE, amount:1, name:&8&l%player%'s stone]]
  2. transforming it into an itemlist: [org.black_ixx.bossshopconfigure.e.b@3ae82a09]
  3. loading reward of ExampleItem: [[type:STONE, amount:1, name:&8&l%player%'s stone]]
  4. transforming it into an itemlist: [org.black_ixx.bossshopconfigure.e.b@1c9c10b2]
  5. loading reward of Buy Blocks: []
  6. Exception in thread "AWT-EventQueue-0" java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
  7. at java.util.ArrayList.rangeCheck(Unknown Source)
  8. at java.util.ArrayList.get(Unknown Source)
  9. at org.black_ixx.bossshop.managers.misc.InputReader.readStringListList(InputReader.java:45)
  10. at org.black_ixx.bossshopconfigure.e.f.<init>(Unknown Source)
  11. at org.black_ixx.bossshopconfigure.e.e.a(Unknown Source)
  12. at org.black_ixx.bossshopconfigure.e.e.<init>(Unknown Source)
  13. at org.black_ixx.bossshopconfigure.b.a.a(Unknown Source)
  14. at org.black_ixx.bossshopconfigure.f.c.a(Unknown Source)
  15. at org.black_ixx.bossshopconfigure.f.c.a(Unknown Source)
  16. at org.black_ixx.bossshopconfigure.c.actionPerformed(Unknown Source)
  17. at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
  18. at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
  19. at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
  20. at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
  21. at javax.swing.AbstractButton.doClick(Unknown Source)
  22. at javax.swing.plaf.basic.BasicMenuItemUI.doClick(Unknown Source)
  23. at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(Unknown Source)
  24. at java.awt.Component.processMouseEvent(Unknown Source)
  25. at javax.swing.JComponent.processMouseEvent(Unknown Source)
  26. at java.awt.Component.processEvent(Unknown Source)
  27. at java.awt.Container.processEvent(Unknown Source)
  28. at java.awt.Component.dispatchEventImpl(Unknown Source)
  29. at java.awt.Container.dispatchEventImpl(Unknown Source)
  30. at java.awt.Component.dispatchEvent(Unknown Source)
  31. at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
  32. at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
  33. at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
  34. at java.awt.Container.dispatchEventImpl(Unknown Source)
  35. at java.awt.Window.dispatchEventImpl(Unknown Source)
  36. at java.awt.Component.dispatchEvent(Unknown Source)
  37. at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
  38. at java.awt.EventQueue.access$500(Unknown Source)
  39. at java.awt.EventQueue$3.run(Unknown Source)
  40. at java.awt.EventQueue$3.run(Unknown Source)
  41. at java.security.AccessController.doPrivileged(Native Method)
  42. at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
  43. at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
  44. at java.awt.EventQueue$4.run(Unknown Source)
  45. at java.awt.EventQueue$4.run(Unknown Source)
  46. at java.security.AccessController.doPrivileged(Native Method)
  47. at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
  48. at java.awt.EventQueue.dispatchEvent(Unknown Source)
  49. at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
  50. at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
  51. at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
  52. at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
  53. at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
  54. at java.awt.EventDispatchThread.run(Unknown Source)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement