[INACTIVE][GEN] Chesty v0.1 - Quickly stash, loot, or sort chests [953]

Discussion in 'Inactive/Unsupported Plugins' started by MrAdam, Jul 5, 2011.

  1. Offline

    MrAdam

    Chesty - Quickly stash, loot or sort chests
    Version: 0.1

    Download

    This is a rewrite of the now inactive OChestDump plugin, which makes managing chests a lot easier by enabling you to get or put a certain material, or just sort the chest after name, id or amount,
    (All credit goes to Nayruden for making the original plugin)

    Usage:
    /chst <get|put|sort>
    /chst get <material>
    /chst put <material>
    /chst sort <amount|name|id>

    Note: Unlike the original plugin, I haven't made any configuration file for this.
    This means that you will have to open a chest at least once before you can use the get, put or sort.
    The chest owner "log" will get wiped when the plugin is reloaded or server is rebooted.

    Material Note: For now, the item matching when using get or put is very basic.
    you have to use "_" instead of spaces, and have to use exact names.
    Example: Iron Axe will be "iron_axe"
    If this is not working, please use the item ID instead.

    Changelog:
    • 05/07/2011 - Initial Release

    Also, I am working on a complete rewrite from scratch, which will have permissions support.

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

    MrAdam

    Seems like I forgot to enable the actual command in the first upload :confused:
    It should be working now!
     
  3. Offline

    RESPRiT

    I missed OChestDump, thanks for the rewrite, will try it out!
     
    MrAdam likes this.
  4. Offline

    bradgillap

    I used to use one called inventory sort and I have really missed being able to sort. Thanks!

    This is going into our server plugin rebuild on Sunday... Which happens more often than my users would probably like.
     
    MrAdam likes this.
  5. Offline

    IncendiaDrakon

    This seems to be working all right, but the sort command is strange. It treats each chest as a separate. for example, if I have dirt in the top of the half and in the bottom of the bottom half, then sort, they won't combine and be at the top of the chest. Instead, dirt at the bottom of the bottom half of the chest, will now be at the top of the bottom half of the chest, if you understand what I'm saying.

    Here's an image:
    [​IMG]

    I sorted this chest. As you can see the cobble isn't combined, instead the plugin treats it as two separate chests.

    Huh, seems to only happen when I use sort on the right side of a chest. Anytime I look at the left side and sort, it works fine.

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

    Pythros

    I got this when I "punched air". It still works however.

    Code:
    16:07:26 [SEVERE] Could not pass event PLAYER_INTERACT to Chesty
    java.lang.NullPointerException
            at dk.neweden.chesty.ChestyPlayerListener.onPlayerInteract(ChestyPlayerListener.java:21)
            at org.bukkit.plugin.java.JavaPluginLoader$10.execute(JavaPluginLoader.java:307)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:321)
            at org.bukkit.craftbukkit.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:168)
            at org.bukkit.craftbukkit.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:139)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:782)
            at net.minecraft.server.Packet18ArmAnimation.a(SourceFile:35)
            at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:85)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    
     
  7. Offline

    Deltawp

  8. Offline

    Azrathud

    First off, you sir, are awesome for updating this.

    The name for Wood('wood') specifies Wooden Planks, and Wooden Planks doesn't have a name associated with it for your plugin.
     
  9. Offline

    NinjaGrinch

    Marking this as inactive and moving it to the inactive forums because the plugin developer has been unresponsive on the thread and the plugin has not been updated for at least Craftbukkit b1337.
     

Share This Page