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

    Starrk

    The /workbench is working well but the /chest crashes the client. Please update the plugin ;)

    That's odd, now that some people are able to use /chest after receiving the error once. Some are still getting it every time.
     
    nanashiRei likes this.
  3. Offline

    nanashiRei

    I second that. Please update asap :D i'll give you free cookies D:
     
  4. Offline

    kroimon

    I'm working on it :)
     
  5. I know you're working on it, just wanted to paste this, as you will likely run into it, if you already did, can ignore me :p

    Code:
    09:22:58 [SEVERE] Error occurred while disabling AlphaChest v1.7.2 (Is it up to date?): tried to access field net.minecraft.server.ItemStack.damage from class com.mast3rplan.alphachest.AlphaChestManager
    java.lang.IllegalAccessError: tried to access field net.minecraft.server.ItemStack.damage from class com.mast3rplan.alphachest.AlphaChestManager
            at com.mast3rplan.alphachest.AlphaChestManager.save(AlphaChestManager.java:112)
            at com.mast3rplan.alphachest.AlphaChestPlugin.onDisable(AlphaChestPlugin.java:73)
            at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:128)
            at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:941)
            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:169)
            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)
    
     
  6. Offline

    kroimon

    Hopefully, I fixed everything for CB >= 1185 ... tested with the current build #1219.
    Released version 1.8.0 of the plugin, have fun!
     
  7. Thanks, working so far :)
     
  8. Offline

    Fogbear

    We are happy to update!
     
  9. Offline

    Jahdoh

    We've tried adding the appropriate permission nodes, but it still gives /chest and /workbench to players without the permission node. Any ideas? The plugin itself works great. Good job. We just need to restrict it's use. We are using PermissionsEX for ours.

    Thanks,
     
  10. Offline

    Bobsqeezeorg

    I didnt have my live console open but 5 mins after I installed this it crashed my server. I talk to my host about this and he said that it ran infinite loops which used up all the ram including burst ram. I know this isnt eough info but I cant download my server log because for 1 its 2 gigs and for 2 my internet is shit. but I hope you can fix this
     
  11. Offline

    mineHAVOC

    this plugin has been working great, until the recent update to CB 1317

    all saved chest files were deleted randomly. and errors were thrown into console saying to many files open. (cant remember exactly what it was, accidently deleted the server.log) and crashed the server

    people on server started yellin :/
     
  12. Offline

    godgodgodgo

    When using /reloadchests it is telling me that it's an unknown command
     
  13. Offline

    mineHAVOC

    the plugin wiped my chests players chest again. and then spit out the Too many files open again. Exact same thing as last time. All my other plugins are fine.

    Code:
    011-10-17 00:27:24 [SEVERE] net.minecraft.server.MinecraftException: Failed to check session lock, aborting
    2011-10-17 00:27:24 [SEVERE]     at net.minecraft.server.PlayerNBTManager.b(PlayerNBTManager.java:71)
    2011-10-17 00:27:24 [SEVERE]     at net.minecraft.server.World.j(World.java:2404)
    2011-10-17 00:27:24 [SEVERE]     at net.minecraft.server.World.w(World.java:241)
    2011-10-17 00:27:24 [SEVERE]     at net.minecraft.server.World.save(World.java:231)
    2011-10-17 00:27:24 [SEVERE]     at net.minecraft.server.World.doTick(World.java:1633)
    2011-10-17 00:27:24 [SEVERE]     at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:461)
    2011-10-17 00:27:24 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374)
    2011-10-17 00:27:24 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    2011-10-17 00:27:24 [SEVERE] Unexpected exception
    net.minecraft.server.MinecraftException: Failed to check session lock, aborting
        at net.minecraft.server.PlayerNBTManager.b(PlayerNBTManager.java:71)
        at net.minecraft.server.World.j(World.java:2404)
        at net.minecraft.server.World.w(World.java:241)
        at net.minecraft.server.World.save(World.java:231)
        at net.minecraft.server.World.doTick(World.java:1633)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:461)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    2011-10-17 00:27:26 [SEVERE] java.net.SocketException: Too many open files
    2011-10-17 00:27:26 [SEVERE]     at java.net.PlainSocketImpl.socketAccept(Native Method)
    2011-10-17 00:27:26 [SEVERE]     at java.net.AbstractPlainSocketImpl.accept(Unknown Source)
    2011-10-17 00:27:26 [SEVERE]     at java.net.ServerSocket.implAccept(Unknown Source)
    2011-10-17 00:27:26 [SEVERE]     at java.net.ServerSocket.accept(Unknown Source)
    2011-10-17 00:27:26 [SEVERE]     at net.minecraft.server.NetworkAcceptThread.run(SourceFile:35)
    2011-10-17 00:27:26 [SEVERE] java.net.SocketException: Too many open files
    2011-10-17 00:27:26 [SEVERE]     at java.net.PlainSocketImpl.socketAccept(Native Method)
    2011-10-17 00:27:26 [SEVERE]     at java.net.AbstractPlainSocketImpl.accept(Unknown Source)
    2011-10-17 00:27:26 [SEVERE]     at java.net.ServerSocket.implAccept(Unknown Source)
    2011-10-17 00:27:26 [SEVERE]     at java.net.ServerSocket.accept(Unknown Source)
    2011-10-17 00:27:26 [SEVERE]     at net.minecraft.server.NetworkAcceptThread.run(SourceFile:35)
     
  14. Offline

    Donald Scott

    Same thing is happening to me.
     
  15. Offline

    mineHAVOC

    stupid friggen things happened again today, happened 2 more times since my last post, removed it. went to the other virtual chest plugin...
     
  16. Offline

    godgodgodgo

    All my chests just got wiped as well, this seriously needs fixing.
     
  17. Offline

    g0dlike97

    Defaults can use /chest and /workbench even though they dont have the node in the Permissions.yml file.. anyone else getting this problem?

    Code:
        default:
            default: true
            permissions:
            - essentials.signs.use.*
            - essentials.signs.use.warp
            - essentials.signs.use
            - essentials.signs.ue
            - essentials.sign.use
            - essentials.warp.use
            - essentials.warp
            - essentials.spawn
            - modifyworld.*
            - essentials.signs.use.heal
            - essentials.motd
            - essentials.rules
            - essentials.spawn
            - essentials.afk
            - essentials.balance
            - essentials.depth
            - essentials.home
            - essentials.ignore
            - essentials.kit
            - essentials.mail
            - essentials.mail.send
            - essentials.me
            - essentials.msg
            - essentials.pay
            - essentials.ping
            - essentials.sethome
            - essentials.tpa
            - essentials.tpaccept
            - essentials.tpahere
            - essentials.tpdeny
            - essentials.warp
            - essentials.list
            - essentials.help
            - essentials.warp
            - essentials.home
            - essentials.sethome
            - essentials.ping
            prefix: null
        Builder:
            prefix: '&6[Builder]'
            inheritance:
            - default
            permissions:
            - essentials.kit.tools
            - falsebook.blocks.lift
            - falsebook.blocks.gate
            - falsebook.blocks.bridge
            - nocheat.*
        Creeper:
            prefix: '&a[Creeper]'
            permissions:
            - nocheat.*
            - blockhat.hat
            - ac.workbench
            - ac.chest
            inheritance:
            - Builder
    Im using PermissionsEx btw...
     
  18. Offline

    darkhelmet

    Will this work across worlds? I want to prevent that if so - we have a creative and economy and I don't want players taking items from creative back and selling them this way.
     
  19. Offline

    chisox8

    would love to see this get updated! What a great plugin!

    If it does get updated please add PermissionsBukkit support.

    Thanks so much!
     
  20. Offline

    Insanehero

    Works with PEX?
     
  21. Offline

    nacs

    Please update for latest dev build of Bukkit (for 1.0).. /chest works but /workbench gives an error.
     
  22. Offline

    NEO

    @kroimon

    Would appreciate a fix for recent CB builds breaking /workbench. I know an RB isnt out yet but its been more than 2 weeks since 1.0 has released.
     
  23. Offline

    Wundark

  24. Offline

    Teh Kitteh

  25. Offline

    winter4w

    i get this

    Code:
    11:27:24 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'craf
    t' in plugin AlphaChest v1.8.0
            at org.bukkit.command.PluginCommand.execute(PluginCommand.java:42)
            at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:16
    5)
            at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:3
    78)
            at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.
    java:756)
            at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:721)
    
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:714)
            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:92)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:108)
            at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:527)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:425)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:457)
    Caused by: java.lang.NoSuchFieldError: inventory
            at com.mast3rplan.alphachest.AlphaWorkbench.<init>(AlphaWorkbench.java:1
    1)
            at com.mast3rplan.alphachest.commands.WorkbenchCommand.onCommand(Workben
    chCommand.java:33)
            at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40)
            ... 12 more
    >
                                       
    
     
  26. Offline

    Wundark

    What version of Bukkit are you using?
     
  27. Offline

    winter4w

    1740
     
  28. Offline

    Wundark

    CraftBukkit #1740 doesn't exist.
     
  29. Offline

    winter4w

    Nm i just went to
    1597
     
  30. Offline

    andrewkm

    @kroimon
    Is this still supported/updated and do you have a jenkins build server of some sort?

    @kroimon
    Receiving following on /workbench command:
    Code:
    2011-12-21 04:06:34 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'workbench' in plugin AlphaChest v1.8.0
     at org.bukkit.command.PluginCommand.execute(PluginCommand.java:42)
     at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:165)
     at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:378)
     at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:757)
     at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:722)
     at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:715)
     at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:180)
     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:93)
     at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:550)
     at net.minecraft.server.NetworkListenThread.a(SourceFile:108)
     at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:527)
     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:425)
     at net.minecraft.server.ThreadServerApplication.run(SourceFile:457)
    Caused by: java.lang.NoSuchFieldError: inventory
     at com.mast3rplan.alphachest.AlphaWorkbench.<init>(AlphaWorkbench.java:11)
     at com.mast3rplan.alphachest.commands.WorkbenchCommand.onCommand(WorkbenchCommand.java:33)
     at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40)
     ... 14 more
    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jul 16, 2016
  31. Yea Workbench is still broken :(
     

Share This Page