Inactive [ADMN/DEV] Pail v0.7.5 - The simplest and most extensible Bukkit GUI [1.0.1]

Discussion in 'Inactive/Unsupported Plugins' started by escape, Aug 7, 2011.

  1. Offline

    escape

    Pail
    The interface for and by the people
    [​IMG]
    What is it?
    Pail is a Java swing Graphical User Interface designed specifically for bukkit.
    Why is it different?
    • Pail is written as a plugin, meaning the same, simple drag-and-drop install server owners have come to know.
    • Pail uses pure Java and no external libraries, eliminating the need for any dependencies.
    • Pail is designed for bukkit servers, allowing more control than any vanilla server GUI.
    • Pail is extensible! Other plugins can hook into Pail to add their own interfaces, creating a single place for server admins to manage their server and players.
    • Pail is completely cross-platform.
    What can other plugins do?
    Pail opens up many opportunities for plugin developers to take advantage of. Plugins can be written solely to add functionality to Pail, or Pail support can be integrated easily into existing plugins. Just imagine being able to edit your permissions groups, view server performance, or manage your world's economy all from a single interface!

    ===============================
    For Developers:
    You can start developing for Pail now! The API currently consists of several methods for adding your components to the interface. To add a tab for your plugin to the Pail GUI, pass the title of your plugin's tab and the JPanel containing your interface to:​

    Code:
    PluginManager pm = this.getServer().getPluginManager();
    ((Pail)pm.getPlugin("Pail")).loadInterfaceComponent("Title", new JPanel());
    For more method descriptions, the JavaDoc is available here.

    Installation:
    Just drop Pail.jar into your plugins folder. That's it!

    Features:
    • Convenient access to player related functions
    • Interface for editing server settings
    • Command buffer to recall recent console commands by pressing up and down
    • Waypoint system for teleporting players
    • Searchable console (with regular expression support)
    • Much more!
    Commands:
    • Pail - Reopens the Pail GUI through the console
    Screenshots:
    Show Spoiler

    [​IMG]

    [​IMG]
    [​IMG]



    Todo:
    • Support for remote hosted servers (milestone 1.0)
    Credits:

    Pail has been brought to you by
    With contributions by
    Changelog:
    Version 0.7.5
    • Craftbukkit RB1240 support
    • Implemented simple gui api (docs coming soon)
    Version 0.7.4
    • Reimplemented CB1185 support
    Version 0.7.3 (Not promoted)
    • Fixed interface not loading bug
    Version 0.7.2
    • Minecraft 1.8.1 compatability (Craftbukkit RB 1185)
    • Added manual backup option
    • Added "say" option for console input
    • Possible fix for the gui not loading occasionally on server launch
    Show Spoiler

    Version 0.7.1
    • Fixed the 'apple.eawt' bug on startup
    • Added language API
    • Window can now be resized
    Version 0.7
    • Features:
      • 8 new menu options
      • Automatic translations for more than 30 languages via Google translate API
      • Console is now searchable via Find option (ctrl+F)
      • Text from the console can be copied via ctrl+C
      • Mac integration improvments
      • Players' faces are displayed next to their names
      • OP/Deop is context sensitive
      • Player names bolded in the console
      • Minor interface refinements
    • Fixes:
      • Fixed labels being cut off on some systems
      • Give now works properly with non-vanilla items
      • Fixed exceptions starting up when the interface takes too long to load
      • Enable is now thread-safe
    Version 0.6
    • Implemented skin switching in the settings
    • Fixed a bug when giving non-standard items
    • Fixed occasional NPE on startup
    • Maven integration
    Version 0.5.2
    • Added Waypoint API
    • UTF-8 support in the console
    • Interface now matches more closely with the native OS
    Version 0.5.1
    • Color support in the console
    • Fixed a bug when the craftbukkit version can't be determined
    • Autoscrolling now works properly in all situations
    Version 0.5
    • Server stop, reload, and save-all moved to Server menu
    • Added one-click auto update
    • Fixed console not scrolling down when text is added (thanks feildmaster)
    Version 0.4.1_1
    • Patched a bug in the teleport dialog
    Version 0.4.1
    • Fixed several bugs including:
      • Kill command not working
      • Command buffer skipping commands
      • Rare exceptions on disabling or reloading the plugin
    Version 0.4
    • Created waypoint system for teleporting players
    • Added command buffer to reuse recent console commands
    • Message, kick, and ban moved to player menu
    • Optimized the way settings are loaded
    • Several bugfixes and optimizations
    • Support for CB b1060
    Version 0.3.2
    • Bugfixes
    • Server IP is now configurable in settings
    Version 0.3.1
    • Several small bugfixes
    • About window shown by clicking pail version
    Version 0.3
    • Added settings section for hiding/showing tabs by other plugins
    • New API methods
    • Small optimizations and bugfixes
    Version 0.2
    • Added graphical item chooser
    • Added getInterfaceComponent to API
    • Refactoring and bugfixes
    Version 0.1
    • Preview release



    Download Pail 0.7.5 beta
    Latest dev build (unstable)
    [​IMG]

    EDIT: removed external links. Please use http://dev.bukkit.org/server-mods/pail/
     
  2. Offline

    feildmaster

    It gives you that error with 1060?

    You'll have to wait for escape to release the update.
     
  3. Offline

    Merkel

    oh- ähm sorry mate, after your post i wasn't sure if i have really this 1060 version.... i've run an update of my craftbukkit and now- it works: Great plugin thank you very much!
     
  4. Offline

    feildmaster

    No problem.
     
  5. Offline

    escape

    By all means, go ahead :)
     
  6. Offline

    feildmaster

    Morning escape. ;p

    I "started" making a Plugins that use Pail page.. but then I stopped cuz i don't know what all uses pail. :p

    EDIT: I'm also going to work on moving the API documentation to a page on dev...

    And maybe organize the page a bit more (so it's not so long. =P)

    EDIT2: (Actually.. that main page is a "maybe"... it's not that bad)
     
  7. Offline

    escape

    @feildmaster Good job! I should be able to get 0.5.2 out today.
    Oh and you can add BananaSpace, VisualPermissions, and CraftbukkitUpToDate to the list. Oh and AcidRain.
     
  8. Offline

    ajs52698

    08:30:43 [INFO] Done (0.375s)! For help, type "help" or "?"
    08:30:47 [SEVERE] Exception in thread "AWT-EventQueue-0"
    08:30:47 [SEVERE] java.lang.NullPointerException
    08:30:47 [SEVERE] at me.escapeNT.pail.Util.ServerReadyListener$1.run(ServerReadyListener.java:28)
    08:30:47 [SEVERE] at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:226)
    08:30:47 [SEVERE] at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:647)
    08:30:47 [SEVERE] at java.awt.EventQueue.access$000(EventQueue.java:96)
    08:30:47 [SEVERE] at java.awt.EventQueue$1.run(EventQueue.java:608)
    08:30:47 [SEVERE] at java.awt.EventQueue$1.run(EventQueue.java:606)
    08:30:47 [SEVERE] at java.security.AccessController.doPrivileged(Native Method)
    08:30:47 [SEVERE] at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:105)
    08:30:47 [SEVERE] at java.awt.EventQueue.dispatchEvent(EventQueue.java:617)
    08:30:47 [SEVERE] at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:275)
    08:30:47 [SEVERE] at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:200)
    08:30:47 [SEVERE] at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:190)
    08:30:47 [SEVERE] at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:185)
    08:30:47 [SEVERE] at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:177)
    08:30:47 [SEVERE] at java.awt.EventDispatchThread.run(EventDispatchThread.java:138)

    Wtf is this?

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

    escape

    @ajs52698 Did you try reloading the server?
     
  10. Offline

    ajs52698

    yep

    Do i need to install java 7 or does java 6 work?im on ubuntu

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

    scar_

    just tryed this for the first time works great for me
    useing this to auto close the cmd window
    @echo off
    start "" javaw -Xms1024M -Xmx1024M -jar craftbukkit-0.0.1-SNAPSHOT.jar nogui
    will be useing this from now on
    thx awsome work..!!!!
     
  12. Offline

    escape

  13. Offline

    ajs52698

    well the one you gave me worked so...

    One last thing isnt there supposed to be a cpu meter and some other things?

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

    escape

    For that you need to get PailPlus as well.
     
  15. Offline

    ImminentFate

    Thanks, and you will be recognized.
     
  16. Offline

    laserlemons

    Getting this when i try to give a player something.
    15:53:45 [SEVERE] Exception in thread "AWT-EventQueue-0"
    15:53:45 [SEVERE] java.lang.NullPointerException
    15:53:45 [SEVERE] at javax.swing.ImageIcon.<init>(Unknown Source)
    15:53:45 [SEVERE] at me.escapeNT.pail.GUIComponents.GiveItemView.getMaterials(GiveItemView.java:54)
    15:53:45 [SEVERE] at me.escapeNT.pail.GUIComponents.GiveItemView.<init>(GiveItemView.java:38)
    15:53:45 [SEVERE] at me.escapeNT.pail.GUIComponents.ServerControlPanel$GiveItemListener.actionPerformed(ServerControlPanel.java:145)
    15:53:45 [SEVERE] at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
    15:53:45 [SEVERE] at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
    15:53:45 [SEVERE] at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
    15:53:45 [SEVERE] at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
    15:53:45 [SEVERE] at javax.swing.AbstractButton.doClick(Unknown Source)
    15:53:45 [SEVERE] at javax.swing.plaf.basic.BasicMenuItemUI.doClick(Unknown Source)
    15:53:45 [SEVERE] at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(Unknown Source)
    15:53:45 [SEVERE] at java.awt.Component.processMouseEvent(Unknown Source)
    15:53:45 [SEVERE] at javax.swing.JComponent.processMouseEvent(Unknown Source)
    15:53:45 [SEVERE] at java.awt.Component.processEvent(Unknown Source)
    15:53:45 [SEVERE] at java.awt.Container.processEvent(Unknown Source)
    15:53:45 [SEVERE] at java.awt.Component.dispatchEventImpl(Unknown Source)
    15:53:45 [SEVERE] at java.awt.Container.dispatchEventImpl(Unknown Source)
    15:53:45 [SEVERE] at java.awt.Component.dispatchEvent(Unknown Source)
    15:53:45 [SEVERE] at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
    15:53:45 [SEVERE] at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
    15:53:45 [SEVERE] at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
    15:53:45 [SEVERE] at java.awt.Container.dispatchEventImpl(Unknown Source)
    15:53:45 [SEVERE] at java.awt.Window.dispatchEventImpl(Unknown Source)
    15:53:45 [SEVERE] at java.awt.Component.dispatchEvent(Unknown Source)
    15:53:45 [SEVERE] at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
    15:53:45 [SEVERE] at java.awt.EventQueue.access$000(Unknown Source)
    15:53:45 [SEVERE] at java.awt.EventQueue$3.run(Unknown Source)
    15:53:45 [SEVERE] at java.awt.EventQueue$3.run(Unknown Source)
    15:53:45 [SEVERE] at java.security.AccessController.doPrivileged(Native Method)
    15:53:45 [SEVERE] at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
    15:53:45 [SEVERE] at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
    15:53:45 [SEVERE] at java.awt.EventQueue$4.run(Unknown Source)
    15:53:45 [SEVERE] at java.awt.EventQueue$4.run(Unknown Source)
    15:53:45 [SEVERE] at java.security.AccessController.doPrivileged(Native Method)
    15:53:45 [SEVERE] at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
    15:53:45 [SEVERE] at java.awt.EventQueue.dispatchEvent(Unknown Source)
    15:53:45 [SEVERE] at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
    15:53:45 [SEVERE] at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
    15:53:45 [SEVERE] at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
    15:53:45 [SEVERE] at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    15:53:45 [SEVERE] at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    15:53:45 [SEVERE] at java.awt.EventDispatchThread.run(Unknown Source)
     
  17. Offline

    escape

    @laserlemons Hmm are you using spout or another mod that add new items?
     
  18. Offline

    laserlemons

    im using the right click the name and give thingy
     
  19. Offline

    escape

    @laserlemons I know, I'm talking about having other mods/plugins that create new items not in the vanilla game.
     
  20. Offline

    laserlemons

    well i did have the toomanyitems mod but i just deleted it and still got the same error
     
  21. Offline

    escape

    @laserlemons Okay, this problem should be fixed in the next release.
     
  22. Offline

    dzordo

    Code:
    151 recipes
    16 achievements
    20:06:15 [INFO] Starting minecraft server version Beta 1.7.3
    20:06:15 [INFO] Loading properties
    20:06:15 [INFO] Starting Minecraft server on *:25565
    20:06:15 [WARNING] **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
    20:06:15 [WARNING] The server will make no attempt to authenticate usernames. Be
    ware.
    20:06:15 [WARNING] While this makes the game possible to play without internet a
    ccess, it also opens up the ability for hackers to connect with any username the
    y choose.
    20:06:15 [WARNING] To change this, set "online-mode" to "true" in the server.set
    tings file.
    20:06:15 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-980-
    g4ed23b1-b1060jnks (MC: 1.7.3)
    20:06:16 [INFO] [Permissions] (Yeti) was initialized.
    20:06:16 [INFO] [Pail] Pail 0.5.2 Enabled
    20:06:16 [INFO] [Permissions] version [3.1.6] (Yeti)  loaded
    20:06:16 [INFO] Preparing level "world"
    20:06:16 [INFO] Preparing start region for level 0 (Seed: 3850433055)
    20:06:17 [INFO] Preparing spawn area: 16%
    20:06:18 [INFO] Preparing spawn area: 44%
    20:06:20 [INFO] Preparing spawn area: 65%
    20:06:20 [INFO] [AlwaysSunshine] Starting
    20:06:20 [INFO]         (version 1.4 by Clever Error and base_case)
    20:06:20 [INFO] [AlwaysSunshine] Running
    20:06:20 [INFO] [ClearInv]Initiating auto-update...
    20:06:21 [INFO] [ClearInv]A new version of ClearInv, v1.7.1 is available.
    20:06:21 [INFO] [ClearInv]Starting download of ClearInv v1.7.1...
    20:06:21 [INFO] [ClearInv]ClearInv-1.7.1-clear.jar downloaded to \plugins\ClearI
    nv\update\.
    20:06:21 [INFO] [ClearInv] Now updating customItems.dat
    20:06:21 [INFO] [ClearInv] Finished updating customItems.dat
    20:06:21 [INFO] [ClearInv] Permission system detected
    20:06:21 [INFO] [ClearInv] clear inventory version 1.7.0 enabled
    20:06:21 [INFO] [Creeper] Creeper v1.2 is enabled.
    20:06:21 [INFO] [Creeper] Permissions plugin found!
    20:06:21 [INFO] [GiveMeWool] Booting...
    20:06:21 [INFO] [GiveMeWool] Permissions system detected!
    20:06:21 [INFO] [GiveMeWool] Done!
    20:06:21 [INFO] [OpAll] Enabled.
    20:06:21 [INFO] [QuickWarp] version [0.3] is enabled!
    20:06:21 [INFO] [QuickWarp] Found and will use plugin Permissions v3.1.6
    20:06:21 [INFO] [Scavenger] Started: v1.3.0
    20:06:21 [INFO] [Scavenger] Attached to Permissions
    20:06:21 [INFO] ServerReloader has been enabled.
    20:06:22 [INFO] SpongeRestore version 1.1 is enabled!
    20:06:22 [INFO] Spout 1.0.2.134 has been initialized
    20:06:22 [INFO] [VoxelSniper] Config loaded
    20:06:22 [INFO] VoxelSniper version 4.735 is enabled! Snipe away.
    20:06:22 [INFO] WorldEdit 4.6 enabled.
    20:06:22 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin
     for permissions.
    20:06:22 [INFO] Server permissions file permissions.yml is empty, ignoring it
    20:06:23 [INFO] Done (0.632s)! For help, type "help" or "?"
    20:06:45 [WARNING] Can't keep up! Did the system time change, or is the server o
    verloaded?
    20:06:51 [INFO] [ClearInv] clear inventory version 1.7.0 disabled
    20:06:51 [INFO] [Creeper] Creeper v1.2 is disabled.
    20:06:51 [INFO] [GiveMeWool] Shutting down...
    20:06:51 [INFO] [GiveMeWool] Done!
    20:06:51 [INFO] [OpAll] Disabled.
    20:06:51 [INFO] [Pail] Pail 0.5.2 Disabled
    that happens when i press reload server from the pail ui, and it just stays like that until i close the actual server window, it doesn't close, it doesn't do anything after that, or anything,
     
  23. Offline

    feildmaster

    It's a known error... trying to figure it out. I was hoping it wouldn't happen to everyone.
     
  24. Offline

    Hubok

    Alright I got it working, turns out it was caused by me holding out on Build 1060. I'm also using AdvancedPail along with it.
    I noticed support for (I think SuperPerms), would you know how to hook Permissions 3.1.6 into AdvancedPail?
    Thanks!
     
  25. Offline

    feildmaster

    PailPlus (Used to be AdvancedPail), will only support SuperPerms.
     
    NinjaGrinch likes this.
  26. Offline

    Hubok

    Well, i'm probably going to need to go to SuperPerms after the next Bukkit build, considering Permissions 3.1.6 is now marked inactive.
     
  27. Offline

    Aza24

    Im getting this error when using the give item button:
    Code:
    19:59:14 [SEVERE]     at java.awt.Component.processMouseEvent(Unknown Source)
    19:59:14 [SEVERE]     at javax.swing.JComponent.processMouseEvent(Unknown Source)
    19:59:14 [SEVERE]     at java.awt.Component.processEvent(Unknown Source)
    19:59:14 [SEVERE]     at java.awt.Container.processEvent(Unknown Source)
    19:59:14 [SEVERE]     at java.awt.Component.dispatchEventImpl(Unknown Source)
    19:59:14 [SEVERE]     at java.awt.Container.dispatchEventImpl(Unknown Source)
    19:59:14 [SEVERE]     at java.awt.Component.dispatchEvent(Unknown Source)
    19:59:14 [SEVERE]     at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
    19:59:14 [SEVERE]     at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
    19:59:14 [SEVERE]     at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
    19:59:14 [SEVERE]     at java.awt.Container.dispatchEventImpl(Unknown Source)
    19:59:14 [SEVERE]     at java.awt.Window.dispatchEventImpl(Unknown Source)
    19:59:14 [SEVERE]     at java.awt.Component.dispatchEvent(Unknown Source)
    19:59:14 [SEVERE]     at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
    19:59:14 [SEVERE]     at java.awt.EventQueue.access$000(Unknown Source)
    19:59:14 [SEVERE]     at java.awt.EventQueue$1.run(Unknown Source)
    19:59:14 [SEVERE]     at java.awt.EventQueue$1.run(Unknown Source)
    19:59:14 [SEVERE]     at java.security.AccessController.doPrivileged(Native Method)
    19:59:14 [SEVERE]     at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
    19:59:14 [SEVERE]     at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
    19:59:14 [SEVERE]     at java.awt.EventQueue$2.run(Unknown Source)
    19:59:14 [SEVERE]     at java.awt.EventQueue$2.run(Unknown Source)
    19:59:14 [SEVERE]     at java.security.AccessController.doPrivileged(Native Method)
    19:59:14 [SEVERE]     at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
    19:59:14 [SEVERE]     at java.awt.EventQueue.dispatchEvent(Unknown Source)
    19:59:14 [SEVERE]     at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
    19:59:14 [SEVERE]     at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
    19:59:14 [SEVERE]     at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
    19:59:14 [SEVERE]     at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    19:59:14 [SEVERE]     at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    19:59:14 [SEVERE]     at java.awt.EventDispatchThread.run(Unknown Source) 
    EDIT: Woops... should of looked at page 14
     
  28. Offline

    L33tsco

    im having difficulty opening it?
     
  29. Offline

    feildmaster

    hmm?
     
  30. Offline

    BigRenegade

    Got this error when I pressed the Speichern button in CbutD tab (I am aware that speichern is German for Save)


    11:45:44 [SEVERE] Exception in thread "AWT-EventQueue-0"
    11:45:44 [SEVERE] java.lang.NoClassDefFoundError: me/escapeNT/pail/util/Util
    11:45:44 [SEVERE] at de.nofear13.craftbukkituptodate.CraftBukkitUpToDateJPanel$Save.actionPerformed(CraftBukkitUpToDateJPanel.java:50)
    11:45:44 [SEVERE] at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
    11:45:44 [SEVERE] at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
    11:45:44 [SEVERE] at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
    11:45:44 [SEVERE] at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
    11:45:44 [SEVERE] at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
    11:45:44 [SEVERE] at java.awt.Component.processMouseEvent(Unknown Source)
    11:45:44 [SEVERE] at javax.swing.JComponent.processMouseEvent(Unknown Source)
    11:45:44 [SEVERE] at java.awt.Component.processEvent(Unknown Source)
    11:45:44 [SEVERE] at java.awt.Container.processEvent(Unknown Source)
    11:45:44 [SEVERE] at java.awt.Component.dispatchEventImpl(Unknown Source)
    11:45:44 [SEVERE] at java.awt.Container.dispatchEventImpl(Unknown Source)
    11:45:44 [SEVERE] at java.awt.Component.dispatchEvent(Unknown Source)
    11:45:44 [SEVERE] at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
    11:45:44 [SEVERE] at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
    11:45:44 [SEVERE] at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
    11:45:44 [SEVERE] at java.awt.Container.dispatchEventImpl(Unknown Source)
    11:45:44 [SEVERE] at java.awt.Window.dispatchEventImpl(Unknown Source)
    11:45:44 [SEVERE] at java.awt.Component.dispatchEvent(Unknown Source)
    11:45:44 [SEVERE] at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
    11:45:44 [SEVERE] at java.awt.EventQueue.access$000(Unknown Source)
    11:45:44 [SEVERE] at java.awt.EventQueue$1.run(Unknown Source)
    11:45:44 [SEVERE] at java.awt.EventQueue$1.run(Unknown Source)
    11:45:44 [SEVERE] at java.security.AccessController.doPrivileged(Native Method)
    11:45:44 [SEVERE] at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
    11:45:44 [SEVERE] at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
    11:45:44 [SEVERE] at java.awt.EventQueue$2.run(Unknown Source)
    11:45:44 [SEVERE] at java.awt.EventQueue$2.run(Unknown Source)
    11:45:44 [SEVERE] at java.security.AccessController.doPrivileged(Native Method)
    11:45:44 [SEVERE] at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
    11:45:44 [SEVERE] at java.awt.EventQueue.dispatchEvent(Unknown Source)
    11:45:44 [SEVERE] at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
    11:45:44 [SEVERE] at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
    11:45:44 [SEVERE] at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
    11:45:44 [SEVERE] at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    11:45:44 [SEVERE] at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    11:45:44 [SEVERE] at java.awt.EventDispatchThread.run(Unknown Source)
    11:45:44 [SEVERE] Caused by: java.lang.ClassNotFoundException: me.escapeNT.pail.util.Util
    11:45:44 [SEVERE] at java.net.URLClassLoader$1.run(Unknown Source)
    11:45:44 [SEVERE] at java.security.AccessController.doPrivileged(Native Method)
    11:45:44 [SEVERE] at java.net.URLClassLoader.findClass(Unknown Source)
    11:45:44 [SEVERE] at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:36)
    11:45:44 [SEVERE] at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:24)
    11:45:44 [SEVERE] at java.lang.ClassLoader.loadClass(Unknown Source)
    11:45:44 [SEVERE] at java.lang.ClassLoader.loadClass(Unknown Source)
    11:45:44 [SEVERE] ... 37 more
     
  31. Offline

    feildmaster

    So report it at CbutD. >.>
     

Share This Page