Inactive [MISC] AlphaChest v1.11.1 - Virtual chests. And workbenches! [1.1-R6]

Discussion in 'Inactive/Unsupported Plugins' started by kroimon, May 14, 2011.

  1. Offline

    kroimon

  2. Offline

    NEO

    @kroimon

    /craft aka virtual workbench seems to cause the server to lockup when used.

    Code:
    2011-07-03 13:29:58 [WARNING] Failed to handle packet: java.lang.NullPointerException
    java.lang.NullPointerException
        at net.minecraft.server.ContainerWorkbench.a(ContainerWorkbench.java:56)
        at net.minecraft.server.EntityPlayer.A(EntityPlayer.java:433)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:877)
        at org.bukkitcontrib.ContribNetServerHandler.a(ContribNetServerHandler.java:156)
        at net.minecraft.server.Packet101CloseWindow.a(SourceFile:16)
        at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:84)
        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)
    2011-07-03 13:29:58 [SEVERE] java.lang.NullPointerException
    2011-07-03 13:29:58 [SEVERE]     at net.minecraft.server.ContainerWorkbench.a(ContainerWorkbench.java:56)
    2011-07-03 13:29:58 [SEVERE]     at net.minecraft.server.EntityHuman.die(EntityHuman.java:593)
    2011-07-03 13:29:58 [SEVERE]     at net.minecraft.server.World.kill(World.java:898)
    2011-07-03 13:29:58 [SEVERE]     at net.minecraft.server.ServerConfigurationManager.disconnect(ServerConfigurationManager.java:150)
    2011-07-03 13:29:58 [SEVERE]     at net.minecraft.server.NetServerHandler.disconnect(NetServerHandler.java:116)
    2011-07-03 13:29:58 [SEVERE]     at net.minecraft.server.NetworkListenThread.a(SourceFile:108)
    2011-07-03 13:29:58 [SEVERE]     at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
    2011-07-03 13:29:58 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
    2011-07-03 13:29:58 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-07-03 13:29:58 [SEVERE] Unexpected exception
    java.lang.NullPointerException
        at net.minecraft.server.ContainerWorkbench.a(ContainerWorkbench.java:56)
        at net.minecraft.server.EntityHuman.die(EntityHuman.java:593)
        at net.minecraft.server.World.kill(World.java:898)
        at net.minecraft.server.ServerConfigurationManager.disconnect(ServerConfigurationManager.java:150)
        at net.minecraft.server.NetServerHandler.disconnect(NetServerHandler.java:116)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:108)
        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)
     
  3. Offline

    kroimon

    Ah damn, you shouldn't test first and do some last-minute cleanup afterwards ;-)
    Uploaded version 1.7.2
     
  4. Offline

    rad1game

    Ha?
     
  5. Offline

    kroimon

    Ooh sorry, must have missed that :oops:
    I think I could add that, but only on a global basis, not per-player... Would that be ok for you?
     
  6. Offline

    rad1game

    I guess its no sense for me. But I think be cool if players can buy\win\etc double-chest size.
     
  7. Offline

    kroimon

    I really want to keep this plugin as simple as possible. There is another, much more complex solution for anybody else: VirtualChest.
     
  8. Offline

    rad1game

    No, this plugin too "massive". I choise you :p
     
  9. Offline

    smc

    I really like your plugin but it is in conflict with iConomyChestShop. Both use the command /chest. You could create an alias for /chest? For example /ch.
     
  10. Offline

    firejack

    can this be used to "transfer" items to a new map?
    ie. when 1.8 comes out my server needs a new map, but my players don't want to lose their items.
    so can they use this plugin to transfer them?
     
  11. Offline

    Reterg

    Should do. I have changed to a completely new map and the virtual chests still had all the items. As long as you keep the same folders, it should be fine. Each players chest is stored in "plugins/AlphaChest/chests"
     
    firejack likes this.
  12. Offline

    firejack

    okey thank you,
    :D
     
  13. Offline

    KrazyBonez

    The last time you seem to have posted on your own plugin thread was feb 27, so does that mean i risk this being inactive? I really hope not i like the plugin alot.
     
  14. Offline

    kroimon

    The post you quoted was from July 3rd. So no, I'm still around, I just have no reason to post and was too lazy to update the first post's compatibility info, sorry...
     
  15. Offline

    KrazyBonez

    Oh no its fine if so my mistake, i was just asking because i use the plugin as donor features on my server and they love it, cant just let that get taken away if it was inactive, but its not. Thanks for the update, love the plugin. :)
     
  16. Offline

    Donald Scott

    Great plugin, but please add MYSQL support. This way the data is always saved and secure. Plus it's faster.
     
  17. Offline

    Catjjc

    It would be awesome If you could add an option in the config that makes it so players drop the contents of their virtual chests. We REALLY want to us this, but It seems really abusable with hiding items etc.
     
  18. Offline

    Godwar101

    Keep up the good job! I love this plugin.
    In a future, can you allow players to have multi virtual chests?
     
  19. Offline

    Tadas

    Nice job the best plugin

    +1

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jul 16, 2016
  20. could you add the option of linking it to a Physical chest with either a command or a sign?
     
  21. Offline

    Donald Scott

    This could really benefit from spout support.
     
  22. Offline

    NEO

  23. Offline

    kroimon

    Yeah I know, this plugin is built upon CraftBukkit as Bukkit doesn't offer the required API.
    I'll fix it as soon as there's a RB for 1.8
     
  24. Aww ye would love an update!
     
    felipepcjr and Godwar101 like this.
  25. Offline

    felipepcjr

    Please update this great plugin for 1.8... Maybe add /furnace, or integrate into permissions if a player can use a small chest, or a large one.
     
  26. Offline

    Charant

    Bukkit #1143
    When i type /chest i get this:

    Code:
    16:52:06 [INFO] [OKLogger] [COMMAND] <Charant(188.233.22.221)>@world(-588,77,-139) : /chest
    16:52:06 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'chest' in plugin AlphaChest v1.7.2
            at org.bukkit.command.PluginCommand.execute(PluginCommand.java:41)
            at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:163)
            at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:353)
            at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:755)
            at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:720)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:713)
            at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33)
            at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:91)
            at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:500)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:108)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:464)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    Caused by: java.lang.NullPointerException
            at net.minecraft.server.TileEntityChest.e(TileEntityChest.java:219)
            at net.minecraft.server.InventoryLargeChest.e(InventoryLargeChest.java:71)
            at net.minecraft.server.ContainerChest.<init>(SourceFile:14)
            at net.minecraft.server.EntityPlayer.a(EntityPlayer.java:423)
            at com.mast3rplan.alphachest.commands.ChestCommands.performChestCommand(ChestCommands.java:55)
            at com.mast3rplan.alphachest.commands.ChestCommands.onCommand(ChestCommands.java:29)
            at org.bukkit.command.PluginCommand.execute(PluginCommand.java:39)
            ... 13 more
    16:52:06 [INFO] Charant lost connection: disconnect.endOfStream
     
  27. Dude read up, it's not updated yet.
     
  28. Offline

    Charant

    But the workbench is working correctly!
     
  29. Offline

    Godwar101

    Update the plugin please :)
     
  30. Offline

    Charant

    +1
     
  31. Offline

    iFreZzAx

    @kroimon
    Does this work with bukkit superperms ?
     

Share This Page