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

    whebzy

    Pleae update when the RB for 1.2 comes out! I NEED PAIL!
     
  3. Offline

    iSeven77

    yes we needs this :) im so used to this plugin :) TY !
     
  4. Offline

    mamalotas1

    the link to the latest dev build is broken
     
  5. Offline

    nebbyz

    Please update this, it's awesome
     
  6. Offline

    Connor Mahaffey

    I just took a look at the source, and unless I'm missing something, this will work fine on 1.2. They're prepared for the transition already. Don't fret.
     
  7. Offline

    corningserver

    im am having problems with Pail, it won't open, i have just gotten the 1.2 update for bukkit and when i try to open pail it says "[WARNING] Unexpected exception while parsing console command
    org.bukkit.command.CommandException: Unhandled exception executing command 'pail' in plugin Pail v0.7.5
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:42)
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:166)
    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:461)
    at org.bukkit.craftbukkit.CraftServer.dispatchServerCommand(CraftServer.java:457)
    at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:594)
    at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:563)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:447)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:490)
    Caused by: java.lang.NullPointerException
    at me.escapeNT.pail.Pail.onCommand(Pail.java:146)
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40)
    ... 7 more" is anyone alse having this problem...
     
  8. Offline

    ha11oga11o

    Hello,

    its tested on 1.2 R6 bukkit and it not working at all. Error log here http://pastebin.com/mqqs4eL5

    I really hope it will be updated at least to start with new bukkit build.

    Thnx :)

    tested with:

    [INFO] This server is running CraftBukkit version git-Bukkit-1.1-R6-31-g0545c46-b2032jnks (MC: 1.2.3) (Implementing API version 1.2.3-R0.1-SNAPSHOT)
     
  9. Offline

    Connor Mahaffey

    Oops. Missed that one. Looks like they need to update their method for getting configurations. I'm not part of the project, but hopefully they will soon.
     
  10. Offline

    tnemrap

    +1 cb 1.2.3
     
  11. Offline

    Destinator8

    When is this going to be updated for minecraft 1.2.3?

    Question: In the advanced tab in pail it says: Nothing to see here, move along... Before it had other options. Is this a bug or something?

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

    biblelucas

    We need bukkit 1.2.3
     
    Xunzi and AVANT96 like this.
  13. Offline

    jojodmo

    luv it! especialy that it shows the players face next to it. Just a quick question. Do you know when its updating to 1.2?
     
  14. Offline

    TXWLukeShadow

    Is there going to be support for 1.2.3? I can't really run my server without it because I don't like the cmd layout :S
     
  15. Offline

    Hoot1122

    Hopefully you'll update this to 1.2. I really enjoy using this. I hate the CMD version.
     
  16. Offline

    syllabicfish

    Just wanted to add something that others might consider leading with:
    Hey, we really appreciate this great plugin and look forward to the time and effort it will take in parsing the new code into an update -- so many of us have grown so accustomed to using it that we've forgotten how bare command line server maintenance can be. Thanks!
     
  17. Offline

    Xunzi

    Does this work with 1.2.3 yet? :3
     
  18. Offline

    iSeven77

    i found this link in this same forum XD http://dev.bukkit.org/server-mods/pail/ pail 0.8 works with 1.2.3 so far no problems idk if its beta or what but works, also idk why the title hasnt been updated but its here since march 3 :S lol THANK YOU ! for this plugin :)
     
  19. Offline

    ryunnz2

    same here
     
  20. Offline

    ha11oga11o

    THNX!!
     
  21. Offline

    skyfox711

    I use it whole the time but can you update it to 1.2.3 because there is an error that is up to date[tnt]
     
  22. Offline

    MaZ18

    Please update :(
     
  23. Offline

    iSeven77

    Version 0.8 works for 1.2.3 XD

    read 2 or 3 posts before this one :p it works for MC 1.2.3 the link is right there XD
     
  24. Offline

    duncanowner

    please update this fking nice plugin to 1.2.3 :(
     
  25. Offline

    Pudding Jelleh

    Pls help because last week i could see what the plugin comaands are but i forgot where it was now!

    please wait its not as easy as you think i have made a mod b 4 and its sooo hard and since newer versions can break the stuff u coded it may be even harder.

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

    Samg381

    Whenever I start my server (Updated, yes) The Pail Server manager does not appear, and my server (when it says 'Done') there is no connection, and I cannot join the server.
    I have tried Re installing Pail, Is it updated?I have internet connection, and have been able to play minecraft on my server before!
    What do I need to do to get my server to work, allow friends to join, and still have Pail working?
    SIMPLE SIMPLE SIMPLE SIMPLE!! NEED SIMPLE HELP!​
     
  27. Offline

    Pudding Jelleh

    Try redownloading your craftbukkit.jar
     
  28. Offline

    EssAge

    pls update, its too old for 1.2.3
     
  29. Offline

    dark_hunter

    EssAge likes this.
  30. Offline

    wetfoxx

    snipercrowbar likes this.
  31. Offline

    EssAge

    thanks dark_hunter it works... thanks for uploading this one. pls be patient, im german and not so god in english, hope you understand what i mean
     

Share This Page