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

    Sk8Sanctified

    This is a reply to the messages about the memory usage on pail. When I hover over mine it only says max 247mb always... Also I noticed today if I fly a good distance to an area with a big build to fast I get java.outofmemory error and server crashes I also saw something in the log about chunks but I can't scroll down because pail freezes up, must be from how many have to load when flying like that. I notice no memory change in usage or anything though when it would be the most appropriate time to do so, my run.bat is
    Code:
    java @echo off
    "%ProgramFiles%\Java\jre6\bin\java.exe" -Xmx2048M -Xms1024M -Xmn256M -XX:+UseParNewGC -XX:+DisableExplicitGC -XX:+UseFastAccessorMethods -XX:+UseConcMarkSweepGC -XX:UseSSE=3 -XX:ParallelGCThreads=4 -jar minecraft_server.jar nogui
    pause
    ... Don't ever remember this happening until today. First time I have done something like this with new pail compatible with [1240] Maybe it's time for more ram :/ I would like 8gb and use 4.. /cry Really don't know if this is the correct place to post this at all. I was mainly wondering about the memory usage of pail, but read earlier that it doesn't effect how much the server uses at all just reads it so.... anyway my bad for the random post. Reply you'd like :p

    Ok I'm about 100% pail is not using the run.bat file I once made when I first created the server, which is what I posted above. I removed it from it's location and still was able to run the server with pail. Where is this mystical .bat file pail uses so I can edited it? I'm sure that's where the heap issue and all that is coming from because my server runs fine with my old bat.file.. flying to the build and such, just no plugins :X because there set up with pail.

    Code:
    11:57:35 [SEVERE] java.lang.OutOfMemoryError: Java heap space
    2011-10-05 11:57:35 [SEVERE]     at net.minecraft.server.NBTTagByteArray.a(SourceFile:21)
    2011-10-05 11:57:36 [SEVERE]     at net.minecraft.server.NBTBase.b(SourceFile:64)
    2011-10-05 11:57:36 [SEVERE]     at net.minecraft.server.NBTTagCompound.a(SourceFile:24)
    2011-10-05 11:57:36 [SEVERE]     at net.minecraft.server.NBTBase.b(SourceFile:64)
    2011-10-05 11:57:36 [SEVERE]     at net.minecraft.server.NBTTagCompound.a(SourceFile:24)
    2011-10-05 11:57:36 [SEVERE]     at net.minecraft.server.NBTBase.b(SourceFile:64)
    2011-10-05 11:57:36 [SEVERE]     at net.minecraft.server.CompressedStreamTools.a(SourceFile:75)
    2011-10-05 11:57:36 [SEVERE]     at net.minecraft.server.ChunkRegionLoader.a(SourceFile:29)
    2011-10-05 11:57:36 [SEVERE]     at net.minecraft.server.ChunkProviderServer.loadChunk(ChunkProviderServer.java:124)
    2011-10-05 11:57:36 [SEVERE]     at net.minecraft.server.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:67)
    2011-10-05 11:57:36 [SEVERE]     at net.minecraft.server.PlayerInstance.<init>(PlayerInstance.java:31)
    2011-10-05 11:57:37 [SEVERE]     at net.minecraft.server.PlayerManager.a(PlayerManager.java:45)
    2011-10-05 11:57:37 [SEVERE]     at net.minecraft.server.PlayerManager.addPlayer(PlayerManager.java:84)
    2011-10-05 11:57:37 [SEVERE]     at net.minecraft.server.ServerConfigurationManager.c(ServerConfigurationManager.java:139)
    2011-10-05 11:57:37 [SEVERE]     at net.minecraft.server.NetLoginHandler.b(NetLoginHandler.java:121)
    2011-10-05 11:57:37 [SEVERE]     at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:39)
    2011-10-05 11:57:37 [SEVERE]     at net.minecraft.server.NetworkListenThread.a(SourceFile:94)
    2011-10-05 11:57:37 [SEVERE]     at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:471)
    2011-10-05 11:57:37 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374)
    2011-10-05 11:57:38 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    2011-10-05 11:57:38 [SEVERE] Unexpected exception
    TOTALLY TOTALLY SORRY!! about all my spam earlier. I remade the run.bat file and figured it wasn't opening the craftbukkit.jar it was opening minecraft_server.jar :X WORKS GREAT NOW!!

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

    feildmaster

    Indeed. That's alright. ;)
     
  4. Offline

    Zombiemold

    Got a question.

    Is it possible to load Pail earlier in the plugin list? Basically, Pail loads right after everything has finished loading for the server, so I don't get to see errors or messages until the server is completely booted. Is this the intetional functionality? If not, what can I do to change it?

    Secondly, with Pail, server reloads take about 4 times longer to complete, meaning everyone usually gets kicked before it finishes. Any way around this? Without Pail, reloads take like 5 seconds. Alternatively, is there a way to lengthen the period before you are kicked via a craftbukkit setting or plugin setting?
     
  5. Offline

    feildmaster

    That is the only way to load it currently. This is caused by a strange error when trying to make pail "visible." The method currently is the only way that works.

    Is that so? It should not take that long to run... and no, there's no way to lengthen the period. If it takes a while, it causes connection errors in bukkit, and it wont read correctly.
     
  6. Offline

    ChrisX930

    Heya,
    is it possible to use this on my home PC`?
    I want to "Connect" this GUI to my Debian-Server (noGUI).
    How can I do this?
     
  7. Offline

    RROD

    @ChrisX930 As far as I am aware, it is not possible to do this.
     
  8. Offline

    savagebyname

    im getting the same error as forecaster(i think) from a while back except he never got his problem fixed from what i saw and i was wondering if you could help me
    the error code is
    Code:
    12:08:35 [SEVERE] Error occurred while enabling Pail v0.7.5 (Is it up to date?):
     null
    java.lang.ExceptionInInitializerError
            at me.escapeNT.pail.Pail.onEnable(Pail.java:83)
            at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:170)
            at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader
    .java:957)
            at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManage
    r.java:280)
            at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:171)
            at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:154
    )
            at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:113)
            at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigur
    ationManager.java:52)
            at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:136)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:348)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    Caused by: unacceptable character ' ' (0x0) special characters are not allowed
    in "<reader>", position 0
            at org.yaml.snakeyaml.reader.StreamReader.checkPrintable(StreamReader.ja
    va:98)
            at org.yaml.snakeyaml.reader.StreamReader.update(StreamReader.java:191)
            at org.yaml.snakeyaml.reader.StreamReader.<init>(StreamReader.java:63)
            at org.yaml.snakeyaml.Yaml.load(Yaml.java:423)
            at org.bukkit.util.config.Configuration.load(Configuration.java:89)
            at org.bukkit.plugin.java.JavaPlugin.getConfiguration(JavaPlugin.java:11
    6)
            at me.escapeNT.pail.config.General.<clinit>(General.java:18)
            ... 11 more
    and my batch file to start is;
    Code:
    @Echo off
    "C:\Program Files\Java\jre6\bin\java.exe" -Xms3072M -Xmx3072M -jar craftbukkit-0.0.1-SNAPSHOT.jar
    pause
    thanks in advance, savage
     
  9. Offline

    escape

    @savagebyname
    Try deleting the Pail folder and restarting the server.
     
  10. Offline

    savagebyname

    im really impressed you managed to deduce that from the string of code i couldnt make heads or tails of :') thanks a lot, i love your plugin, it makes everything so much easier :)
     
  11. Offline

    escape

  12. Offline

    LilacTheEspeon

  13. Offline

    topjor

    hey, i have a problem,
    when i try to start the server with pail i get this error
    Code:
    2011-10-17 19:05:49 [INFO] [Pail] Initializing...
    2011-10-17 19:05:49 [INFO] [Pail] Setting up themes...
    2011-10-17 19:05:49 [INFO] [Pail] Registering events...
    2011-10-17 19:05:49 [INFO] [Pail] Loading interface...
    2011-10-17 19:05:50 [SEVERE] Exception in thread "Pail"
    2011-10-17 19:05:50 [SEVERE] java.lang.NullPointerException
    2011-10-17 19:05:50 [SEVERE]     at com.sun.java.swing.plaf.windows.XPStyle.getTypeEnumName(Unknown Source)
    2011-10-17 19:05:50 [SEVERE]     at com.sun.java.swing.plaf.windows.XPStyle.getBorder(Unknown Source)
    2011-10-17 19:05:50 [SEVERE]     at com.sun.java.swing.plaf.windows.WindowsLookAndFeel$XPBorderValue.getXPValue(Unknown Source)
    2011-10-17 19:05:50 [SEVERE]     at com.sun.java.swing.plaf.windows.WindowsLookAndFeel$XPValue.createValue(Unknown Source)
    2011-10-17 19:05:50 [SEVERE]     at javax.swing.UIDefaults.getFromHashtable(Unknown Source)
    2011-10-17 19:05:50 [SEVERE]     at javax.swing.UIDefaults.get(Unknown Source)
    2011-10-17 19:05:50 [SEVERE]     at javax.swing.MultiUIDefaults.get(Unknown Source)
    2011-10-17 19:05:50 [SEVERE]     at javax.swing.UIDefaults.getBorder(Unknown Source)
    2011-10-17 19:05:50 [SEVERE]     at javax.swing.UIManager.getBorder(Unknown Source)
    2011-10-17 19:05:50 [SEVERE]     at javax.swing.border.TitledBorder.getBorder(Unknown Source)
    2011-10-17 19:05:50 [SEVERE]     at javax.swing.border.TitledBorder.getBorderInsets(Unknown Source)
    2011-10-17 19:05:50 [SEVERE]     at javax.swing.border.TitledBorder.getBorderInsets(Unknown Source)
    2011-10-17 19:05:50 [SEVERE]     at javax.swing.JComponent.setBorder(Unknown Source)
    2011-10-17 19:05:50 [SEVERE]     at me.escapeNT.pail.GUIComponents.ServerControlPanel.<init>(ServerControlPanel.java:48)
    2011-10-17 19:05:50 [SEVERE]     at me.escapeNT.pail.GUIComponents.MainWindow.initComponents(MainWindow.java:42)
    2011-10-17 19:05:50 [SEVERE]     at me.escapeNT.pail.GUIComponents.MainWindow.<init>(MainWindow.java:86)
    2011-10-17 19:05:50 [SEVERE]     at me.escapeNT.pail.Pail$InitMain.run(Pail.java:294)
    2011-10-17 19:05:50 [SEVERE]     at java.lang.Thread.run(Unknown Source)
    2011-10-17 19:05:50 [INFO] [Pail] Pail 0.7.5 Enabled
    i'm using a custom style (3rd party theme)
    (win7), when i take the default win7 theme (aero) its working fine,
    but with my custom style its not working
    Edit: i'm going to try chosing other theme(in pail) and then switching back to my custome style and restarting pail
    Edit2: IT WORKED, if your having problems with loading pail with 3rd party styles for windows, open it with default theme and set another style of pail (not windows, win clasic not tried) from then it wil load that style and wil work as it has to!
     
  14. Offline

    feildmaster

    @topjor : Good job figuring it out on your own.
     
  15. Offline

    topjor

    @fieldmaster If you think logicaly and check the log, you can solve the problems most of the times :):)
     
  16. Offline

    feildmaster

    @topjor : I know that, do you know how many people actually do that though?
     
  17. Offline

    maphautrein

    hi i got a problem.
    if i disable Spawn animals,spawn monsters,pvp and save it,then restart it it is enabled again.
     
  18. Offline

    Frookie13

    can you post a new download link? my computer is having issues with this one.
     
  19. Offline

    Waffletastic

    Is it possible to have this in the future support the gui on a webpage? Because I want my Admins to be able to start the server, without having access to my VPS.
     
  20. Offline

    feildmaster

    You can not start the server with this, even if we add a gui...

    http://dev.bukkit.org/server-mods/pail/
     
  21. Offline

    Hryniu

    Code:
    2011-10-22 13:07:17 [INFO] [Pail] Initializing...
    2011-10-22 13:07:17 [INFO] [Pail] Setting up themes...
    2011-10-22 13:07:17 [SEVERE] Error occurred while enabling Pail v0.7.5 (Is it up to date?): null
    java.lang.ExceptionInInitializerError
        at com.jtattoo.plaf.AbstractLookAndFeel.<clinit>(AbstractLookAndFeel.java:21)
        at java.lang.Class.forName0(Native Method)
        at java.lang.Class.forName(Class.java:186)
        at me.escapeNT.pail.Pail.setupLookAndFeels(Pail.java:169)
        at me.escapeNT.pail.Pail.onEnable(Pail.java:102)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:174)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:957)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:280)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:171)
        at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:154)
        at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:113)
        at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:52)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:136)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:348)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    Caused by: java.awt.HeadlessException:
    No X11 DISPLAY variable was set, but this program performed an operation which requires it.
        at sun.awt.HeadlessToolkit.getScreenSize(HeadlessToolkit.java:279)
        at com.jtattoo.plaf.JTattooUtilities.<clinit>(JTattooUtilities.java:25)
        ... 15 more
    Any help ? Lads.
     
  22. Offline

    LolHens

    After the reload, the Pail window sometimes disappears. Version 1337.
    Please fix this, because this plugin is great.
    Maybe this can help you:
    2011-10-25 14:57:20 [SEVERE] Error occurred while disabling Pail v0.7.5 (Is it up to date?): null
    java.lang.NullPointerException
    at me.escapeNT.pail.Pail.onDisable(Pail.java:136)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:176)
    at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:978)
    at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:296)
    at org.bukkit.plugin.SimplePluginManager.disablePlugins(SimplePluginManager.java:289)
    at org.bukkit.craftbukkit.CraftServer.disablePlugins(CraftServer.java:166)
    at net.minecraft.server.MinecraftServer.stop(MinecraftServer.java:325)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:404)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    I saw this in my logfile after stopping the server

    Could you add an option, to stop the server, if the Pail window is closed?
     
  23. Offline

    xmagicx60

    I put the .jar file in my plugins directory, but whenever I try to run it (using Sun Java) I get the error:
    Pail goes in plugins!!!

    Using Ubuntu 11.04
    Do I need to reload the server or anything?
     
  24. Offline

    feildmaster

    You don't need to run the jar. Just the server.
     
  25. Offline

    xmagicx60

    Nothing happens when I run the server.....
    Though I think im getting an error somewhere in there, let me check the logs...

    EDIT: eyup!
    Code:
    2011-10-25 09:57:50 [SEVERE] Error occurred while enabling Pail v0.7.5 (Is it up to date?): null
    java.lang.ExceptionInInitializerError
        at com.jtattoo.plaf.AbstractLookAndFeel.<clinit>(AbstractLookAndFeel.java:21)
        at java.lang.Class.forName0(Native Method)
        at java.lang.Class.forName(Class.java:186)
        at me.escapeNT.pail.Pail.setupLookAndFeels(Pail.java:169)
        at me.escapeNT.pail.Pail.onEnable(Pail.java:102)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:941)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:280)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:174)
        at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:157)
        at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:105)
        at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:52)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:136)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:348)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    Caused by: java.awt.HeadlessException:
    No X11 DISPLAY variable was set, but this program performed an operation which requires it.
        at sun.awt.HeadlessToolkit.getScreenSize(HeadlessToolkit.java:279)
        at com.jtattoo.plaf.JTattooUtilities.<clinit>(JTattooUtilities.java:25)
        ... 15 more
     
  26. Offline

    escape

    @xmagicx60
    Are you by chance running on a remote hosted server?
     
  27. Offline

    xmagicx60

    Nope, im running it from the same computer I'm posting on.

    And playing on.
     
  28. Offline

    funskill

    This hmmm... "GUI" or "plugin" clear my world and dat-files
     
  29. Offline

    feildmaster

    You sure you didn't start a new world?
     
  30. Offline

    colemannugent

    When I run my server on Ubuntu 11.10 i get this error:
    Code:
    (java:1543): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
    
    (java:1543): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
    
    (java:1543): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
    
    (java:1543): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
    15:55:41 [INFO] [Pail] Registering events...
    15:55:41 [INFO] [Pail] Loading interface...
    15:55:43 [SEVERE] Exception in thread "Pail"
    15:55:43 [SEVERE] java.lang.UnsupportedOperationException: Desktop API is not supported on the current platform
    15:55:43 [SEVERE]     at java.awt.Desktop.getDesktop(Desktop.java:144)
    15:55:43 [SEVERE]     at me.escapeNT.pail.GUIComponents.HelpMenu.<init>(HelpMenu.java:32)
    15:55:43 [SEVERE]     at me.escapeNT.pail.GUIComponents.MainWindow.loadMenus(MainWindow.java:79)
    15:55:43 [SEVERE]     at me.escapeNT.pail.GUIComponents.MainWindow.initComponents(MainWindow.java:47)
    15:55:43 [SEVERE]     at me.escapeNT.pail.GUIComponents.MainWindow.<init>(MainWindow.java:86)
    15:55:43 [SEVERE]     at me.escapeNT.pail.Pail$InitMain.run(Pail.java:294)
    15:55:43 [SEVERE]     at java.lang.Thread.run(Thread.java:679)
    
    How would I go about fixing this if possible.
     
  31. Offline

    Sandpanther006

    New to bukkit and Pail. Wanted to say thanks for making great easy to use interface/plugin for bukkit. Looking forward to getting pail with multiworld

    I want to use a plugin with multiworld. For some reason I cant get it to work. Is it because of pail, or Im doing something wrong. Can anyone recommend a plugin?

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

Share This Page