[ADMN] EnderChestControl 1.8 Advanced EnderChest managment and tools [1.5.1-R0.1]

Discussion in 'Archived: Plugin Releases' started by dillyg10, Aug 4, 2012.

  1. Offline

    dillyg10

    Hmm... if anyone else can tell me if they have encountered this, please tell me!
     
  2. Offline

    Keiaxx

    Would like to report that Item Enchantments are not stored in the chests (The data). Enchanted Items return to a un-enchanted state after using and leaving and re-opening the enderchest. Otherwise, the enderchest works fine :D
     
  3. Offline

    dillyg10

    Updated to support DillyGet
     
  4. Offline

    noside12123

    I too have this issue with your plugin enchantments are not store in the chest when player open and put enchant item it is gone next time he uses please fix :(
     
  5. Offline

    dillyg10

    Ok, I'm working on a fix now! Sorry bout this :).

    Fixed enchanted items loosing enchantments , AND DillGet will get the plugin for you :D.

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

    ironjack9899

    This is a really great plugin for all multiplayer servers! I think this should be in the game because the enderchest is way to overpowered, and this balances it all
     
    dillyg10 likes this.
  7. Offline

    dillyg10

    Thank you so much :).
     
  8. Offline

    ironjack9899

    No problem! Keep up the good work!
     
  9. Offline

    aehoooo

    As this is the best enderchest manager plugin, I would like to make a request.

    Enderchest storage based on permissions or a config file.
    So, for example, everyone with a permission node would share the same enderchest, without being able to have a personal chest.
    This way, group blue would have one enderchest that everybody would share, group red would have enother one.... Thats good for sharing material across long distance, and to make the game not as easy as it would be with everyone having a personal enderchest.
     
  10. Offline

    dillyg10

    OOOOOO, You know I'm actually going to take this in a bit of a different dirrection. The ability to add users to ur enderchest. I can do this idea aswell, good idea :D.
     
    aehoooo likes this.
  11. Offline

    Adonijah

    I did /enderchest player and got this

    Code:
    [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'enderchest' in plugin EnderChestControl v1.4
            at org.bukkit.command.PluginCommand.execute(PluginCommand.java:42)
            at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:168)
            at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:490)
            at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:878)
            at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:825)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:807)
            at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:107)
            at net.minecraft.server.Packet3Chat.handle(Packet3Chat.java:44)
            at net.minecraft.server.NetworkManager.b(NetworkManager.java:281)
            at net.minecraft.server.NetServerHandler.d(NetServerHandler.java:109)
            at org.getspout.spout.SpoutNetServerHandler.d(SpoutNetServerHandler.java:173)
            at net.minecraft.server.ServerConnection.b(SourceFile:35)
            at net.minecraft.server.DedicatedServerConnection.b(SourceFile:30)
            at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:583)
            at net.minecraft.server.DedicatedServer.q(DedicatedServer.java:212)
            at net.minecraft.server.MinecraftServer.p(MinecraftServer.java:476)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:408)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:539)
    Caused by: java.lang.ArrayIndexOutOfBoundsException: 2
            at com.dillyg10.enderChestControl.EnderChestControl.parseItem(EnderChestControl.java:316)
            at com.dillyg10.enderChestControl.EnderChestControl.getContents(EnderChestControl.java:290)
            at com.dillyg10.enderChestControl.EnderChestControl.onCommand(EnderChestControl.java:374)
            at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40)
            ... 17 more
    

    Also got this, I dont know what the player did to make it happen, but the server never generated a config file


    Code:
    [SEVERE] Could not pass event InventoryOpenEvent to EnderChestControl
    org.bukkit.event.EventException
            at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:324)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
            at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462)
            at org.bukkit.craftbukkit.event.CraftEventFactory.callInventoryOpenEvent(CraftEventFactory.java:494)
            at net.minecraft.server.EntityPlayer.openContainer(EntityPlayer.java:505)
            at net.minecraft.server.BlockEnderChest.interact(SourceFile:88)
            at org.getspout.spout.block.mcblock.CustomContainer.interact(CustomContainer.java:325)
            at net.minecraft.server.ItemInWorldManager.interact(ItemInWorldManager.java:340)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:649)
            at net.minecraft.server.Packet15Place.handle(SourceFile:58)
            at net.minecraft.server.NetworkManager.b(NetworkManager.java:281)
            at net.minecraft.server.NetServerHandler.d(NetServerHandler.java:109)
            at org.getspout.spout.SpoutNetServerHandler.d(SpoutNetServerHandler.java:173)
            at net.minecraft.server.ServerConnection.b(SourceFile:35)
            at net.minecraft.server.DedicatedServerConnection.b(SourceFile:30)
            at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:583)
            at net.minecraft.server.DedicatedServer.q(DedicatedServer.java:212)
            at net.minecraft.server.MinecraftServer.p(MinecraftServer.java:476)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:408)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:539)
    Caused by: java.lang.ArrayIndexOutOfBoundsException: 2
            at com.dillyg10.enderChestControl.EnderChestControl.parseItem(EnderChestControl.java:316)
            at com.dillyg10.enderChestControl.EnderChestControl.getContents(EnderChestControl.java:290)
            at com.dillyg10.enderChestControl.EnderChestControl.onInventoryOpen(EnderChestControl.java:236)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
            at java.lang.reflect.Method.invoke(Method.java:597)
            at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:322)
            ... 20 more
    
     
  12. Offline

    dillyg10

    :eek:. Can you send me a copy of your EnderChestControl folder, maybe there is something up in there.
     
  13. Offline

    Kryssy

    I keep getting this error on my server. :/


    org.bukkit.event.EventException
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:332)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
    at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462)
    at org.bukkit.craftbukkit.event.CraftEventFactory.callInventoryOpenEvent(CraftEventFactory.java:494)
    at net.minecraft.server.EntityPlayer.openContainer(EntityPlayer.java:505)
    at net.minecraft.server.BlockEnderChest.interact(SourceFile:88)
    at net.minecraft.server.ItemInWorldManager.interact(ItemInWorldManager.java:340)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:649)
    at net.minecraft.server.Packet15Place.handle(SourceFile:58)
    at net.minecraft.server.NetworkManager.b(NetworkManager.java:281)
    at net.minecraft.server.NetServerHandler.d(NetServerHandler.java:109)
    at net.minecraft.server.ServerConnection.b(SourceFile:35)
    at net.minecraft.server.DedicatedServerConnection.b(SourceFile:30)
    at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:583)
    at net.minecraft.server.DedicatedServer.q(DedicatedServer.java:212)
    at net.minecraft.server.MinecraftServer.p(MinecraftServer.java:476)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:408)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:539)
    Caused by: java.lang.ArrayIndexOutOfBoundsException: 2
    at com.dillyg10.enderChestControl.EnderChestControl.parseItem(EnderChestControl.java:316)
    at com.dillyg10.enderChestControl.EnderChestControl.getContents(EnderChestControl.java:290)
    at com.dillyg10.enderChestControl.EnderChestControl.onInventoryOpen(EnderChestControl.java:236)
    at sun.reflect.GeneratedMethodAccessor276.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:330)
    ... 18 more
    2012-08-19 15:14:28 [SEVERE] Could not pass event InventoryOpenEvent to EnderChestControl
    org.bukkit.event.EventException
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:332)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
    at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462)
    at org.bukkit.craftbukkit.event.CraftEventFactory.callInventoryOpenEvent(CraftEventFactory.java:494)
    at net.minecraft.server.EntityPlayer.openContainer(EntityPlayer.java:505)
    at net.minecraft.server.BlockEnderChest.interact(SourceFile:88)
    at net.minecraft.server.ItemInWorldManager.interact(ItemInWorldManager.java:340)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:649)
    at net.minecraft.server.Packet15Place.handle(SourceFile:58)
    at net.minecraft.server.NetworkManager.b(NetworkManager.java:281)
    at net.minecraft.server.NetServerHandler.d(NetServerHandler.java:109)
    at net.minecraft.server.ServerConnection.b(SourceFile:35)
    at net.minecraft.server.DedicatedServerConnection.b(SourceFile:30)
    at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:583)
    at net.minecraft.server.DedicatedServer.q(DedicatedServer.java:212)
    at net.minecraft.server.MinecraftServer.p(MinecraftServer.java:476)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:408)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:539)
    Caused by: java.lang.ArrayIndexOutOfBoundsException: 2
    at com.dillyg10.enderChestControl.EnderChestControl.parseItem(EnderChestControl.java:316)
    at com.dillyg10.enderChestControl.EnderChestControl.getContents(EnderChestControl.java:290)
    at com.dillyg10.enderChestControl.EnderChestControl.onInventoryOpen(EnderChestControl.java:236)
    at sun.reflect.GeneratedMethodAccessor276.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:330)
    ... 18 more
    2012-08-19 15:14:29 [SEVERE] Could not pass event InventoryOpenEvent to EnderChestControl
    org.bukkit.event.EventException
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:332)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
    at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462)
    at org.bukkit.craftbukkit.event.CraftEventFactory.callInventoryOpenEvent(CraftEventFactory.java:494)
    at net.minecraft.server.EntityPlayer.openContainer(EntityPlayer.java:505)
    at net.minecraft.server.BlockEnderChest.interact(SourceFile:88)
    at net.minecraft.server.ItemInWorldManager.interact(ItemInWorldManager.java:340)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:649)
    at net.minecraft.server.Packet15Place.handle(SourceFile:58)
    at net.minecraft.server.NetworkManager.b(NetworkManager.java:281)
    at net.minecraft.server.NetServerHandler.d(NetServerHandler.java:109)
    at net.minecraft.server.ServerConnection.b(SourceFile:35)
    at net.minecraft.server.DedicatedServerConnection.b(SourceFile:30)
    at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:583)
    at net.minecraft.server.DedicatedServer.q(DedicatedServer.java:212)
    at net.minecraft.server.MinecraftServer.p(MinecraftServer.java:476)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:408)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:539)
    Caused by: java.lang.ArrayIndexOutOfBoundsException: 2
    at com.dillyg10.enderChestControl.EnderChestControl.parseItem(EnderChestControl.java:316)
    at com.dillyg10.enderChestControl.EnderChestControl.getContents(EnderChestControl.java:290)
    at com.dillyg10.enderChestControl.EnderChestControl.onInventoryOpen(EnderChestControl.java:236)
    at sun.reflect.GeneratedMethodAccessor276.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:330)
    ... 18 more
     
  14. Offline

    AtlasServer

    got this error with the latest version on craftbukkit 1.3.1 R1.0

    19.08 20:01:10 [Server] INFO ... 15 more
    19.08 20:01:10 [Server] INFO at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40)
    19.08 20:01:10 [Server] INFO at com.dillyg10.enderChestControl.EnderChestControl.onCommand(EnderChestControl.java:374)
    19.08 20:01:10 [Server] INFO at com.dillyg10.enderChestControl.EnderChestControl.getContents(EnderChestControl.java:290)
    19.08 20:01:10 [Server] INFO at com.dillyg10.enderChestControl.EnderChestControl.parseItem(EnderChestControl.java:320)
    19.08 20:01:10 [Server] INFO Caused by: java.lang.ArrayIndexOutOfBoundsException: 1
    19.08 20:01:10 [Server] INFO at net.minecraft.server.ThreadServerApplication.run(SourceFile:539)
    19.08 20:01:10 [Server] INFO at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:408)
    19.08 20:01:10 [Server] INFO at net.minecraft.server.MinecraftServer.p(MinecraftServer.java:476)
    19.08 20:01:10 [Server] INFO at net.minecraft.server.DedicatedServer.q(DedicatedServer.java:212)
    19.08 20:01:10 [Server] INFO at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:583)
    19.08 20:01:10 [Server] INFO at net.minecraft.server.DedicatedServerConnection.b(SourceFile:30)
    19.08 20:01:10 [Server] INFO at net.minecraft.server.ServerConnection.b(SourceFile:35)
    19.08 20:01:10 [Server] INFO at net.minecraft.server.NetServerHandler.d(NetServerHandler.java:109)
    19.08 20:01:10 [Server] INFO at net.minecraft.server.NetworkManager.b(NetworkManager.java:281)
    19.08 20:01:10 [Server] INFO at net.minecraft.server.Packet3Chat.handle(Packet3Chat.java:44)
    19.08 20:01:10 [Server] INFO at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:807)
    19.08 20:01:10 [Server] INFO at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:825)
    19.08 20:01:10 [Server] INFO at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:878)
    19.08 20:01:10 [Server] INFO at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:492)
    19.08 20:01:10 [Server] INFO at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:168)
    19.08 20:01:10 [Server] INFO at org.bukkit.command.PluginCommand.execute(PluginCommand.java:42)
    19.08 20:01:10 [Server] INFO org.bukkit.command.CommandException: Unhandled exception executing command 'enderchest' in plugin EnderChestControl v1.4
     
  15. Offline

    dillyg10

    Alright everyone, looking @ error now.
     
  16. Offline

    Adonijah

    I came back over the weekend and the problem fixed itself. My guess is that it didnt generate the config folder till a couple reboot ago
     
  17. Offline

    irnehhenri

    I'm getting this error when I try opening other players' ender chests with an eye of ender:

    Code:
    [SEVERE] Could not pass event PlayerInteractEvent to EnderChestControl
    org.bukkit.event.EventException
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:332)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
        at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462)
        at org.bukkit.craftbukkit.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:177)
        at net.minecraft.server.ItemInWorldManager.interact(ItemInWorldManager.java:355)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:649)
        at net.minecraft.server.Packet15Place.handle(SourceFile:58)
        at net.minecraft.server.NetworkManager.b(NetworkManager.java:276)
        at net.minecraft.server.NetServerHandler.d(NetServerHandler.java:109)
        at net.minecraft.server.ServerConnection.b(SourceFile:35)
        at net.minecraft.server.DedicatedServerConnection.b(SourceFile:30)
        at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:581)
        at net.minecraft.server.DedicatedServer.q(DedicatedServer.java:212)
        at net.minecraft.server.MinecraftServer.p(MinecraftServer.java:474)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:406)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:539)
    Caused by: java.lang.ArrayIndexOutOfBoundsException: 1
        at com.dillyg10.enderChestControl.EnderChestControl.parseItem(EnderChestControl.java:320)
        at com.dillyg10.enderChestControl.EnderChestControl.getContents(EnderChestControl.java:290)
        at com.dillyg10.enderChestControl.EnderChestControl.onPlayerInteract(EnderChestControl.java:198)
        at sun.reflect.GeneratedMethodAccessor544.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        at java.lang.reflect.Method.invoke(Unknown Source)
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:330)
        ... 16 more
    And this when I try using /enderchest:

    Code:
    [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'enderchest' in plugin EnderChestControl v1.4
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:42)
        at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:168)
        at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:492)
        at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:878)
        at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:825)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:807)
        at net.minecraft.server.Packet3Chat.handle(Packet3Chat.java:44)
        at net.minecraft.server.NetworkManager.b(NetworkManager.java:276)
        at net.minecraft.server.NetServerHandler.d(NetServerHandler.java:109)
        at net.minecraft.server.ServerConnection.b(SourceFile:35)
        at net.minecraft.server.DedicatedServerConnection.b(SourceFile:30)
        at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:581)
        at net.minecraft.server.DedicatedServer.q(DedicatedServer.java:212)
        at net.minecraft.server.MinecraftServer.p(MinecraftServer.java:474)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:406)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:539)
    Caused by: java.lang.ArrayIndexOutOfBoundsException: 1
        at com.dillyg10.enderChestControl.EnderChestControl.parseItem(EnderChestControl.java:320)
        at com.dillyg10.enderChestControl.EnderChestControl.getContents(EnderChestControl.java:290)
        at com.dillyg10.enderChestControl.EnderChestControl.onCommand(EnderChestControl.java:374)
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40)
        ... 15 more
    I am using the newest version on the plugin (1.4) and Bukkit 1.3.1-R2.0
     
  18. Offline

    dillyg10

    Hmm, I'm wondering if it might be the configuration fliles not generating correctly :/. I'll check on config generation for everyone :).
     
  19. Offline

    Dotapurex1

    Can you make it so your able to modify the players items? Also make a config file that shows what players have what items in the chests. Because when you type ./enderchest [playername] and take the stuff from the chest it opens. It actually doesn't take it from them. They'll still have it again when they open the chest.

    That'd be awesome!!!!
     
  20. Offline

    dillyg10

    UHhh, it should take the items from the players...

    Update v1.5
    Fixed the bug that everyone is having! Adding group ender chests in the next update.

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

    Darkenvy

  22. Offline

    AtlasServer

    Got this on craftbukkit 1.3.1 R2.0 using v1.5:
    EDIT: also tried using it on 1.3.1 R1.0, still didn't work.


    Code:
    21.08 13:55:07 [Server] INFO ... 15 more
    21.08 13:55:07 [Server] INFO at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40)
    21.08 13:55:07 [Server] INFO at com.dillyg10.enderChestControl.EnderChestControl.onCommand(EnderChestControl.java:387)
    21.08 13:55:07 [Server] INFO at com.dillyg10.enderChestControl.EnderChestControl.getContents(EnderChestControl.java:303)
    21.08 13:55:07 [Server] INFO at com.dillyg10.enderChestControl.EnderChestControl.parseItem(EnderChestControl.java:333)
    21.08 13:55:07 [Server] INFO Caused by: java.lang.ArrayIndexOutOfBoundsException: 1
    21.08 13:55:07 [Server] INFO at net.minecraft.server.ThreadServerApplication.run(SourceFile:539)
    21.08 13:55:07 [Server] INFO at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:406)
    21.08 13:55:07 [Server] INFO at net.minecraft.server.MinecraftServer.p(MinecraftServer.java:474)
    21.08 13:55:07 [Server] INFO at net.minecraft.server.DedicatedServer.q(DedicatedServer.java:212)
    21.08 13:55:07 [Server] INFO at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:581)
    21.08 13:55:07 [Server] INFO at net.minecraft.server.DedicatedServerConnection.b(SourceFile:30)
    21.08 13:55:07 [Server] INFO at net.minecraft.server.ServerConnection.b(SourceFile:35)
    21.08 13:55:07 [Server] INFO at net.minecraft.server.NetServerHandler.d(NetServerHandler.java:109)
    21.08 13:55:07 [Server] INFO at net.minecraft.server.NetworkManager.b(NetworkManager.java:276)
    21.08 13:55:07 [Server] INFO at net.minecraft.server.Packet3Chat.handle(Packet3Chat.java:44)
    21.08 13:55:07 [Server] INFO at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:807)
    21.08 13:55:07 [Server] INFO at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:825)
    21.08 13:55:07 [Server] INFO at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:878)
    21.08 13:55:07 [Server] INFO at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:492)
    21.08 13:55:07 [Server] INFO at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:168)
    21.08 13:55:07 [Server] INFO at org.bukkit.command.PluginCommand.execute(PluginCommand.java:42)
    21.08 13:55:07 [Server] INFO org.bukkit.command.CommandException: Unhandled exception executing command 'enderchest' in plugin EnderChestControl v1.5
     
  23. Offline

    dillyg10

    When does this happen?
     
  24. Offline

    Dotapurex1

    It doesn't I've tested it with a friend.
     
  25. Offline

    IdealIdeas

    Now if I deny view that means they cant raid it.

    But lets say I want them to be able to see what other players have yet prevent them from being able to take from the players? could you add that?

    Here is another Idea I have about viewing other players chests.
    What about 1 time use passwords for enderchests? Like a player could send another player a password that they can then use 1 time to see the other players items in the chest?
    The commands could be:
    /EnderSendPass (Password) (Send To Player)
    /EnderPassUse (Password)

    How this would work is a player uses the password first and then opens the enderchest. The Enderchest will then show the contents of the other player. If the player leaves the chest, he/she will then have to ask for another password to regain access to it.

    Also maybe add more sign support that assigns specific chests of who can view whos enderchest?
    My idea:
    Sign Setup:
    Line 1 [EnderUser]
    Line 2 Automatically puts Player A's name in and is the chest others will see when accessed
    Line 3 Allowed User
    Line 4 Allowed User

    Then if another sign is added to a different face then Player A would have to do this
    Line 1 [EnderView]
    Line 2-4 Allowed User

    The allowed users would be able to access the Player A's enderchest inventory ONLY at the enderchests listed with their names. Anybody else whos name is not on the list would just have their own Enderchest inventory open. Operators/Admins could input other's names for line 2 if they wanted so they could help others set up their own or to use it as a method to see other players enderchest inventories.
     
  26. Offline

    AtlasServer

    I still get this using v1.5


    Code:
    21.08 13:55:07 [Server] INFO ... 15 more
    21.08 13:55:07 [Server] INFO at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40)
    21.08 13:55:07 [Server] INFO at com.dillyg10.enderChestControl.EnderChestControl.onCommand(EnderChestControl.java:387)
    21.08 13:55:07 [Server] INFO at com.dillyg10.enderChestControl.EnderChestControl.getContents(EnderChestControl.java:303)
    21.08 13:55:07 [Server] INFO at com.dillyg10.enderChestControl.EnderChestControl.parseItem(EnderChestControl.java:333)
    21.08 13:55:07 [Server] INFO Caused by: java.lang.ArrayIndexOutOfBoundsException: 1
    21.08 13:55:07 [Server] INFO at net.minecraft.server.ThreadServerApplication.run(SourceFile:539)
    21.08 13:55:07 [Server] INFO at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:406)
    21.08 13:55:07 [Server] INFO at net.minecraft.server.MinecraftServer.p(MinecraftServer.java:474)
    21.08 13:55:07 [Server] INFO at net.minecraft.server.DedicatedServer.q(DedicatedServer.java:212)
    21.08 13:55:07 [Server] INFO at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:581)
    21.08 13:55:07 [Server] INFO at net.minecraft.server.DedicatedServerConnection.b(SourceFile:30)
    21.08 13:55:07 [Server] INFO at net.minecraft.server.ServerConnection.b(SourceFile:35)
    21.08 13:55:07 [Server] INFO at net.minecraft.server.NetServerHandler.d(NetServerHandler.java:109)
    21.08 13:55:07 [Server] INFO at net.minecraft.server.NetworkManager.b(NetworkManager.java:276)
    21.08 13:55:07 [Server] INFO at net.minecraft.server.Packet3Chat.handle(Packet3Chat.java:44)
    21.08 13:55:07 [Server] INFO at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:807)
    21.08 13:55:07 [Server] INFO at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:825)
    21.08 13:55:07 [Server] INFO at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:878)
    21.08 13:55:07 [Server] INFO at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:492)
    21.08 13:55:07 [Server] INFO at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:168)
    21.08 13:55:07 [Server] INFO at org.bukkit.command.PluginCommand.execute(PluginCommand.java:42)
    21.08 13:55:07 [Server] INFO org.bukkit.command.CommandException: Unhandled exception executing command 'enderchest' in plugin EnderChestControl v1.5
     
  27. Offline

    dillyg10

    Hey guy, I have found the root of the problems, after MANY days of work, download the new verison and it should be working <3.
     
  28. Offline

    AtlasServer

    Still got this error v1.6:
    01.09 12:20:07 [Server] INFO ... 15 more
    01.09 12:20:07 [Server] INFO at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40)
    01.09 12:20:07 [Server] INFO at com.dillyg10.enderChestControl.EnderChestControl.onCommand(EnderChestControl.java:389)
    01.09 12:20:07 [Server] INFO at com.dillyg10.enderChestControl.EnderChestControl.getContents(EnderChestControl.java:305)
    01.09 12:20:07 [Server] INFO at com.dillyg10.enderChestControl.EnderChestControl.parseItem(EnderChestControl.java:335)
    01.09 12:20:07 [Server] INFO Caused by: java.lang.ArrayIndexOutOfBoundsException: 1
    01.09 12:20:07 [Server] INFO at net.minecraft.server.ThreadServerApplication.run(SourceFile:539)
    01.09 12:20:07 [Server] INFO at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:406)
    01.09 12:20:07 [Server] INFO at net.minecraft.server.MinecraftServer.p(MinecraftServer.java:474)
    01.09 12:20:07 [Server] INFO at net.minecraft.server.DedicatedServer.q(DedicatedServer.java:212)
    01.09 12:20:07 [Server] INFO at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:581)
    01.09 12:20:07 [Server] INFO at net.minecraft.server.DedicatedServerConnection.b(SourceFile:30)
    01.09 12:20:07 [Server] INFO at net.minecraft.server.ServerConnection.b(SourceFile:35)
    01.09 12:20:07 [Server] INFO at net.minecraft.server.NetServerHandler.d(NetServerHandler.java:109)
    01.09 12:20:07 [Server] INFO at net.minecraft.server.NetworkManager.b(NetworkManager.java:276)
    01.09 12:20:07 [Server] INFO at net.minecraft.server.Packet3Chat.handle(Packet3Chat.java:44)
    01.09 12:20:07 [Server] INFO at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:807)
    01.09 12:20:07 [Server] INFO at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:825)
    01.09 12:20:07 [Server] INFO at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:878)
    01.09 12:20:07 [Server] INFO at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:492)
    01.09 12:20:07 [Server] INFO at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:168)
    01.09 12:20:07 [Server] INFO at org.bukkit.command.PluginCommand.execute(PluginCommand.java:42)
    01.09 12:20:07 [Server] INFO org.bukkit.command.CommandException: Unhandled exception executing command 'enderchest' in plugin EnderChestControl v1.5
    01.09 12:20:07 [Server] SEVERE null
     
  29. Offline

    chaosjordan

    When I try to see someone's enderchest, it says that the player doesn't exist, etc...
     
  30. Offline

    dillyg10

    If their chest is empty, then it will say that.
     

Share This Page