Inactive [GEN/MECH] VirtualChest 5.6.1 - Have a Chest with you Everywhere[All Economy] [1.1R6/1.2]

Discussion in 'Inactive/Unsupported Plugins' started by Dark_Balor, Apr 6, 2011.

  1. Offline

    Dark_Balor

    VirtualChest (aka GiftPost) - New way to play with minecraft's inventory :
    Version: v5.6.1

    Require Bukkit CB 1337 MIN

    First of all, what's a VirtualChest ?

    A Virtual Chest is a chest that can't be accessed in the "physical world of minecraft" there is no block, nothing. It's mean that you are the only one who can use it, impossible to stole the content, and unlike your player's inventory, no loss when dying.

    You can access whenever you want just by taping a command or using the "magical wand". Like in the game there is 2 types of chest, Large and Normal.

    You can use a virtual chest as an "envelope" to send a package of items to an other player's virtual chest.

    One is never enough then you can buy more Virtual Chest (by default the limit is 10), set the default chest to be opened with the "magical wand", used for send and receive gift.

    Features:
    • Every player have he's chest (depending on Permissions)
    • And can buy other if he want
    • You can send the content of your chest to a Friend
    • Offline mode works (depending on what you put in the config file)
    • Autogenerated config file at first launch.
    • AutoSaver to not lose your's items
    • 2 type of chest, Large and Normal (like in the game)
    • Normal type is upgradeable ingame
    • Max-Range configurable.
    • Work with any items like coloured Wool, Dye etc ...
    • You can set a sign to avoid your player to use there chest everywhere
    • Support for All Economy Plugins with Vault.
    • Support MultiWorld !
    • Support for mcMMO !
    • Support Essentials Reload Command
    IMPORTANT :If you use an Economy plugin you NEED THE VAULT API (Plugin).

    Download

    Source Code
    [​IMG]

    Video Tutorial ( made by @Qanthelas )


    Commands (All PLAYERNAME are CASE SENSITIVE !)
    Code:
    /gp ? 1,2 or 3 - to see the help's page (1,2 or 3)
    /gp c (|ChestName) - open the chest ChestName. If no ChestName provided, use the default chest. (by default your first chest)
    /gp s (PlayerName) - send the content of your default chest to the PlayerName
    /gp e ChestName - empty the selected chest.
    /gp b (large OR normal) ChestName - buy a new chest with the type and the name choosen
    /gp u (|ChestName) - Upgrade the default chest if no ChestName is provided and if it's a normal chest.
    /gp set ChestName (default OR send) - Set the ChestName as default chest or as send/receive chest for "gifts"
    /gp l - List all your chests
    /gp r oldName newName - Rename the chest oldName to newName
    /gp rm <chest> - DESTROY the <chest> forever !
    
    Admins commands :
    mcMMO added command :
    These command work when mcMMO is installed (version 0.9.20 MINIMUM)
    Code:
    /gp party OR /gp p (large OR normal) - Buy a VirtualChest for your party (large or normal chest)
    /gp o OR /pchest  - Open the party's chest
    
    Permissions
    Code:
    giftpost.chest.everywhere - allow to open the chest everywhere.
    giftpost.chest.open - to open the chest, set default chest, buy a chest, list chests, rename chests, delete chests
    giftpost.chest.empty - to empty your chest
    giftpost.chest.send - to send the content of the chest
    giftpost.chest.upgrade - to upgrade a chest
     
    giftpost.admin.empty - to empty the chest of an another player
    giftpost.admin.limit -  allow the user to set a limit of max-chest for an another Player.
    giftpost.admin.sign - allow to create the sign [Chest Keeper] to be use as an accessors to the chest
    giftpost.admin.free - Everything is free for the admins
    giftpost.admin.item - Allow the admin to use the command /gp i to spawn an item in his send chest
    giftpost.admin.sendallusers - Allow the admin to send the content of his sendchest to all user who have a VirtualChest
    giftpost.admin.open - Allow the admin to list and open other player chest.
    How to set the max chests limit and default chest Type with Permissions (open)

    Example on Group Admin :
    As you can see you must add
    Code:
            giftpost:
                    maxchests: 2
                    chestType : 'normal'
    
    in the info node
    Code:
    groups:
        Admins:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
                giftpost:
                    maxchests: 2
                    chestType : 'normal'
            inheritance:
            permissions:
                - '*'
    
    Example on User
    Here you must add
    Code:
            info:
                giftpost:
                    maxchests: 5
                    chestType : 'normal'
    
    in the user Node (here Balor)
    Code:
    users:
        Balor:
            groups:
            - Admins
            permissions: []
            info:
                giftpost:
                    maxchests: 5
                    chestType : 'normal'
    
    The override works like that : /gp lim Command > User Permissions Variable > Group Permissions Variable > Plugin Config File

    Of course if you set the variable for the group, every user of that group will have that variable.

    How to configure Signs Chest Commands (open)

    1. You must have the permission giftpost.admin.sign if you don't have it this will happen when you'll try to create the sign
      [​IMG]
    2. create a sign with first line : [Chest Keeper] to use it to open the default chest, [Buy Chest] to buy a chest (see config file and Spoiler about setting the default type with Permissions) and [Up Chest] to upgrade the chest.
      [​IMG]
    3. When done just use the right click to open the default chest
      [​IMG]




    Configuration file (open)

    #using or not the max range
    use-max-range: 'true'

    #the max range in block
    max-range: 100

    #allow or not the offline mode (sending a gift to an offline player)
    allow-offline: 'true'

    #Activate or disable the MOTD
    message-of-the-day: 'true'

    #Allow user to use the "wand" to open their default chest
    use-wand: 'true'

    #Id of the item to be used as "wand" by default it's the chest
    wand-item-id: 54

    #Maximum of chest a player can have
    max-number-chest: 10

    #Every X min the AutoSaver will save the content of the chests
    auto-save-time: 10

    #Check if the two player are in the same world when trying to send a "gift"
    world-check: 'true'

    #Activate or not iConomy for the plugin
    iConomy: 'true'

    #Price for sending a gift (in game it's display price for the post) if iConomy activated
    iConomy-send-price: 1.0

    #Price for opening the chest if iConomy activated
    iConomy-openchest-price: 1.0

    #Price of a normalChest
    iConomy-normalChest-price: 10.0

    #Price of a largeChest
    iConomy-largeChest-price: 20.0

    #When opening a chest, auto-stack same items together.
    auto-stack: 'true'

    #When opening a chest, sort it by item ID.
    auto-sort: 'true'

    #The users can only buy NORMAL chest.
    only-normal: 'false'

    #The users can only use the sign to open and buy a chest.
    only-sign: 'false'

    #By default the command buy (and the sign) will buy this type of chest (can be overrided in the Permissions file, see below).
    chest-default: normal

    #If set to true, when the player die, every item he have in his chests are dropped on the ground (like the normal inventory)
    drop-on-death: 'false'

    #If set to true, avoid using SuperPerm Bridge, to use only the Official Super Perm
    forceOfficialBukkitPerm: false

    Todo (open)

    1. Add support for an Economy
    2. Support mcMMO
    3. Add the possibility to lose what we have in the chest when we die
    4. Restrict chest to a location/sign
    5. ideas ?




    Credits (open)

    This plugin use the Proof of Concept of @Timberjaw about VirtualChest.

    Changelog:
    Version 5.6.1
    • [BUKKIT FIX] Works with 1.1-R6 and 1.2


    Version 5.6
    • [CHANGE] Moved to the new Event system
    • [CHANGE] better handeling of Permissions Plugin
    • [CHANGE] Works with bukkit since version 1.1-R1
    Version 5.5
    • [UPDATE] Work with last 1700+- build of Bukkit.
    Version 5.4
    • [CHANGE] Removed Register, Using Vault now for Economy management
    • [CHANGE] VirtualChest can store Cheated Items.
    Version 5.3.2
    • [BUG FIX] Corrected a bug with the rename command.
    Version 5.3.1

    • [CHANGE] Retro-Compatibility with older bukkit version then 1500 (that don't have enchantments)
    Version 5.3

    • [BUG FIX] Some minor bug correction
    • [FEATURE] Works with enchantments
    • [OPTIMIZATION] Changed how the items are saved in the file (auto-convert)
    Version 5.2

    • [OPTIMIZATION] Some optimization done in the file management.
    Version 5.1

    • [CHANGE/BUG FIX] When Register is not detected AND iConomy set to true in the config file, the plugin will auto-disable the Economy feature and display an error message in the log asking to download the Register API.
    Version 5.0.5


    • [CHANGE] No more auto-download of Register
    • [CHANGE] Register added as DEPENDENCY.
    Version 5.0.4


    • [BUG FIX] limit set by the command /gp lim rework now.
    Version 5.0.3


    • [BUG FIX] Should resolve problems with Register.
    Version 5.0.2


    • [BUG FIX] Some permissions weren't working correctly with PermissionsBukkit.
    Version 5.0.1


    • [BUG FIX] With Register.
    Version 5.0


    • [FEATURE] Works with PermissionsEX and Official Bukkit Permission (SuperPerm)
    • [BUG FIX/UPDATE] Updated the use of the Register API.
    • [FEATURE] Works with iConomy 6.x
    Old ChangeLog (open)


    Version 4.5

    • [MINECRAFT] Work with 1.8.1
    • [BUG FIX] Now the old save file are correctly converted
    • [BUG FIX] With the stacker, some time was throwing a ArrayOutOfBound
    Version 4.4.5



    • [BUG FIX] Corrected a major bug in the new save system, user could duplicate their chest using the rename and delete command.
    Version 4.4.4



    • [CHANGE] To avoid any problem with empty command, you must now type the name of the chest to empty it.
    Version 4.4.3



    • [BUG FIX] Corrected command /gp i. Now re-works. You can give colored item example : /gp i wool:5
    Version 4.4.2



    • [BUG FIX] No more NPE with setDefaultChest
    • [BUG FIX] Using the new save system to take the chest list : IMPORTANT. If you had some chest that disappeared before, they will not be in the list anymore.
    Version 4.4.1



    • [BUG FIX] No more exception when using SuperPermBridge
    Version 4.4



    • [BUG FIX] Save corruption
    • [FEATURE] Admin can now open and list other player chest
    • [CHANGE] Save system, now using YML file (that can be edited manually when the user is offline). NO NEED TO DO ANYTHING, the convert is automatic without any loss.
    • [OPTIMIZATION] some code optimization.
    Version 4.3.5



    • [BUG FIX] Correct a rare NPE.
    • [BUG FIX] Should avoid Chest Corruption.
    Version 4.3.4



    • [BUG FIX] Corrected an NPE with the google ConcurrentMap and getDefaultChest.
    Version 4.3.3



    • [COMPATIBILITY] Retro-compatibility with bukkit version under 1000.
    Version 4.3.2



    • [OPTIMIZATION] Using Google collection Concurrent Map. Better memory foot print.
    Version 4.3.1



    • [BUG FIX] In rename function, now the chest name is what it must in the list.
    • [CHANGE] Setting a limit to 0 mean unlimited
    Version 4.3



    • [OPTIMIZATION] Better flushing memory when the player disconnect
    • [BUG FIX] Some bug fix with the command upgrade and remove
    • [FEATURE] Possibility to drop the item in the chests on death (look config param)
    • [FEATURE] New Sign : [Up Chest] to upgrade the chest.
    • [OPTIMIZATION] To prepare the plugin with the next RB.
    Version 4.2



    • [CHANGE] How the upgrade works, now the amount to pay is : LargeChest - NormalChest.
    • [FEATURE] A Sign [Buy Chest] to buy chest
    • [FEATURE] Possibility to set a Default Chest Type in the config and in the Permissions file (seet above)
    • [FEATURE] New Setting : only-sign, it's allow the server admin to deactivate the commands buy and chest (opening the chest) for all the server meaning that only the 2 sign ([Chest Keeper] and [Buy Chest]) can be used to achieve these command.
    • [BUG FIX] Collision with other plugin that are using Register for there economy management.
    Version 4.1



    • [FEATURE] You can now use Permission to set the max chest limit (just look above on the Spoiler How to set the max chests limit with Permissions
    Version 4.0



    • [MAJOR CHANGE] Works now with all Economy plugins (BOSE, iConomy 4 & 5, Essentials)
    Version 3.9.1
    • [OPTIMIZATION] Some code optimization about disabling the plugin.
    Version 3.9




    • [MAJOR BUG FIX] When the player destroy his last/only chest, there where an exception and sometime a duplication of the items in it.
    Version 3.8




    • [FEATURE] 100% Compatible with the command Reload of Essentials
    Version 3.7.2




    • [MAJOR BUG FIX] With the auto-stacker functionality sometime it duplicate the Items instead of deleting it. CORRECTED !
    Version 3.7.1




    • [BUG FIX] Corrected an NPE with a fresh install
    • [BUG FIX] Corrected a problem when buying a new chest and deco/reco just after.
    [cake]Version 3.7[cake]
    • [OPTIMIZATION] Changed the way that the chest are saved. Now if a chest is corrupted, you will not loose all the Virtual Chest
    • [OPTIMIZATION] For the memory footprint, Virtual Chest automatically load and unload the chests. What I mean by that is only the players connected have their chests in memory. (Big big optimization, normally will reduce the CPU utilisation too)
    • [COMMAND] Added a command /gp help (/gp ? work too) to see the help's pages
    Version 3.6.2



    • [CORRECTION] No more msg when player connect when motd is deactivated.
    • [OPTIMIZATION] Permissions system.
    Version 3.6.1



    • [API] Changed the API to be compatible with Bukkit's ItemStacks.
    Version 3.6



    • [CHANGE] Works with iConomy 5.0
    Version 3.5.8



    • [BUG FIX] Command /gp e is now fixed
    • [FEATURE] added command /gp rm <chest> to remove the <chest>. Use it CAREFULLY because it's irreversible !
    Version 3.5.7



    • [BUG FIX] Corrected bug with mcMMO 1.0
    Version 3.5.6



    • [BUG FIX] NPE corrected in GiftPostWorker line 188
    • [BUG FIX] ArrayIndexOutOfBoundsException corrected in Chest line 59
    Version 3.5.5



    • [FEATURE] Added a new command and new Permission node (for admin) /gp i to add the given item to the send chest
    • [FEATURE] Add a new param and new Permission node (for admin) to command /gp s : when doing /gp s allusers, it's send the content of the send chest to all the users who have a VirtualChest.
    Version 3.5.4 (unReleased)



    • [BUG FIX] Corrected the bug in rename command. (The name of the VirtualChest was not changing).
    Version 3.5.3 (unReleased)



    • [FEATURE] Added new config param : only-normal. With this the user can ONLY buy normal chest.
    Version 3.5.2



    • [OPTIMIZATION] Using bukkit scheduler instead of my own thread
    • [MINOR] Now when we type a command without the right number of argument it send a little how to use the command instead of a list of all commands
    Version 3.5.1



    • [FEATURE/MISTAKE FIX] The chest are named automatically if no chestName is provided
    • [FEATURE] You can now rename your chests (command /gp r oldName NewName)
    • [BUG FIX] Corrected the bug with the auto-stack functionality
    Version 3.5



    • Work with bukkit 709
    Version 3.4.1



    • Corrected the message spam
    • [FEATURE] auto-stack and auto-sort chest (see config file)
    Version 3.4 (MAJOR BUG FIXE)



    • [FIXED] When using a large virtual chest, it was loaded as a normal chest when the server restart, meaning that you just have the 27 first items saved instead of 54.
    • Minor code optimization in the permission handler.
    Version 3.3.5



    • Changed the command set : now 2 different "default" chest, one to be open with the command and the wand, the other is used for sending and receiving items
    • added new permission node to have everything for free : giftpost.admin.free
    • possibility to turn of the motd
    • possibility to disallow user to use the wand to open their chest
    Version 3.3.1



    • If a iConomy cost = 0, no message about the chest keeper is displayed
    Version 3.3



    • Added the possibility to set the limit of chest by Player (case sensitive)
    • Added the possibility to set Signs ([Chest Keeper]) to open chests
    • New permissions (giftpost.admin.limit, gifpost.admin.sign, giftpost.chest.everywhere)
    Version 3.2.1



    • Corrected a bug with the command upgrade. When restarting the server, the upgrade was lost.
    Version 3.2



    • Added support for mcMMO : you can buy a chest for your party. When the party is dismissed the chest is destroyed. (done with the help of @nossr50 developer of mcMMO)
    Version 3.1.1



    Version 3.1



    • Added command List to list all your chest
    Version 3.0



    • Now you can buy chest
    • You can have more than 1 chest
    • You can upgrade a normal chest to a large chest
    • You can set a Default chest for send, receive and "wand"
    • New config file (please look at it)
    • Chest now used as magic wand
    Version 2.2.1



    • Added the possibility to disable iConomy for the plugin (look config file)
    Version 2.2



    • Support for iConomy
    Version 2.1



    • Support for MultiWorld
    Version 2.0



    • Public Release with possibility to send the content
    Version 1.0



    • Created an api for VirtualChest


    changed the name to VirtualChest (more obvious name then GiftPost)

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 13, 2016
    LPLukas, Monowii, AdamS and 6 others like this.
  2. Offline

    JerekOrbian

    is it necessery to use iConomy or other such economy based plugins with this?
     
  3. Offline

    Dark_Balor

    Nop, an economy plugin is completely optional.
     
  4. Offline

    morizuki

    Suggesting.. Upgrading Cost..?
     
  5. Offline

    Dark_Balor

    The upgrading cost is calculate using the large cost.
    Upgrading cost is : large Cost - normal Cost.
     
    morizuki likes this.
  6. Offline

    morizuki

    what about the Upgrading in mcMMO Party Chest?
     
  7. Offline

    Vasher

    Did anything change with "gp i" in version 4.4? It no longer spawns items. I don't get an error either. I have the permission set as it was working on the previous version. It seems to just disregard the command.
     
  8. Offline

    Dark_Balor

    @morizuki : Will see later
    @Vasher : nothing changed with the command. Can you take a look on the server.log ? thanks
     
    morizuki likes this.
  9. Offline

    Vasher

    No errors or anything in the server log. It just ignores the command.
     
  10. Offline

    krockobil

    is there some way to make users have to buy their first chest?
     
  11. Offline

    Dark_Balor

    @Wiernusz
    Version 4.4.1
    • [BUG FIX] No more exception when using SuperPermBridge
    @krockobil : nop they have to buy it.
     
  12. Offline

    Justin Hawtree

    I know its a little late but thanks for adding this
     
  13. Offline

    Dark_Balor

    It's never late to say thanks :)
     
  14. Offline

    ishtanzar

    Hi there,
    Instead of using an ObjectOutputStream to save the chests on files, what do you think a saving in a database ? (MySQL for example). Using transactions you could avoid any corruption or item lost.
     
  15. Offline

    Vision

    Code:
    21:48:31 [INFO] A GiftPost command threw an exception!
    21:48:31 [INFO] Go here : http://forums.bukkit.org/threads/gen-mech-virtualchest-4-3-4-have-a-chest-with-you-everywhere-all-economy-permissions-1000.11695/
    21:48:31 [INFO] and post the content of this log + the content of plugins/VirtualChest/log.txt please, Thanks.
    21:48:31 [SEVERE] java.lang.NullPointerException
    21:48:31 [SEVERE]       at com.Balor.bukkit.GiftPost.GiftPostWorker.setDefaultChest(GiftPostWorker.java:302)
    21:48:31 [SEVERE]       at com.Balor.bukkit.GiftPost.GiftPostWorker.setDefaultChest(GiftPostWorker.java:298)
    21:48:31 [SEVERE]       at com.Balor.commands.SetChest.execute(SetChest.java:49)
    21:48:31 [SEVERE]       at com.Balor.bukkit.GiftPost.GiftPost.onCommand(GiftPost.java:275)
    21:48:31 [SEVERE]       at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
    21:48:31 [SEVERE]       at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:129)
    21:48:31 [SEVERE]       at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:320)
    21:48:31 [SEVERE]       at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:713)
    21:48:31 [SEVERE]       at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:677)
    21:48:31 [SEVERE]       at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:670)
    21:48:31 [SEVERE]       at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33)
    21:48:31 [SEVERE]       at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    21:48:31 [SEVERE]       at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:85)
    21:48:31 [SEVERE]       at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
    21:48:31 [SEVERE]       at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
    21:48:31 [SEVERE]       at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
    21:48:31 [SEVERE]       at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    
    I accidentially removed the log.txt, so I can't post the contents of that, sorry.
    Anyway, I'm getting this all the time - Removed it till it is fixed.
     
  16. Offline

    Pythros

    You have a typo why doing /gp...

    It shows this..

    /gp e <chest>: emty the <chest>

    I think there is a p there ;)
     
  17. Offline

    Dark_Balor

    I don't use that method anymore, and I will not add any support for mysql. To much troubling. The "corruption" was not because I used ObjectOutputStream. But because I used not the right object to store the chest in memory. Meaning some time, the object in memory were wiped, then the player lost that chest.

    I corrected that bug, and use now YML file permitting every admin to edit it on the fly (when the user is NOT connected, else it's non-sense because it will not auto-update).

    @Vision : corrected in last version. It's happening because you are trying to set a default chest for one that don't exist.
    The new version will list witch chest you really are (because of the "corruption" some are lost, and not correctly registered)

    @Pythros : corrected, thanks ;)
     
  18. Offline

    aetrcsom

    I have a problem. I just got an error with one of my chests. I think it's based off of the content as I changed the name and still recieved the same error. All the other chests are working fine.

    I removed one item from sta in st1 and the chest works. here's the contents.
    main:
    items:
    - 4;64;0
    - 4;64;0
    - 5;63;0
    - 17;24;1
    - 17;64;0
    - 42;9;0
    - 54;4;0
    - 58;1;0
    - 65;6;0
    - 76;2;0
    - 257;1;2
    - 259;1;18
    - 262;64;0
    - 262;64;0
    - 263;7;0
    - 263;64;0
    - 272;1;0
    - 272;1;0
    - 272;1;0
    - 274;1;0
    - 274;1;0
    - 296;37;0
    - 296;64;0
    - 320;1;0
    - 320;1;0
    - 320;1;0
    - 320;1;0
    - 320;1;0
    - 320;1;0
    - 320;1;0
    - 320;1;0
    - 320;1;0
    - 320;1;0
    - 320;1;0
    - 320;1;0
    - 320;1;0
    - 325;1;0
    - 326;1;0
    - 328;1;0
    - 331;40;0
    - 331;64;0
    - 333;1;0
    - 335;1;0
    - 335;1;0
    - 335;1;0
    - 344;13;0
    - 345;2;0
    - 354;1;0
    - 354;1;0
    - 355;1;0
    - 356;1;0
    type: large
    dirty:
    items:
    - 3;1;0
    - 12;8;0
    - 13;56;0
    - 13;64;0
    - 13;64;0
    - 87;12;0
    type: large
    sta:
    items:
    - 6;6;2
    - 6;27;0
    - 6;64;0
    - 6;11;0
    - 35;17;0
    - 35;18;5
    - 35;16;13
    - 37;8;0
    - 38;9;0
    - 44;1;0
    - 45;17;0
    - 46;1;0
    - 67;3;0
    - 70;1;0
    - 72;3;0
    - 80;64;0
    - 80;64;0
    - 80;45;0
    - 86;9;0
    - 264;7;0
    - 266;2;0
    - 287;3;0
    - 289;10;0
    - 295;24;0
    - 318;25;0
    - 332;3;0
    - 334;16;0
    - 334;1;0
    - 336;3;0
    - 337;64;0
    - 337;64;0
    - 337;64;0
    - 337;12;0
    - 337;64;0
    - 338;15;0
    - 341;2;0
    - 351;3;0
    - 351;31;4
    - 351;14;2
    type: large
    st1:
    items:
    - 6;38;0
    - 6;64;0
    - 35;18;0
    - 35;18;5
    - 35;16;13
    - 37;8;0
    - 38;9;0
    - 44;1;0
    - 45;17;0
    - 46;1;0
    - 67;3;0
    - 70;1;0
    - 72;3;0
    - 80;64;0
    - 80;45;0
    - 80;64;0
    - 86;9;0
    - 264;7;0
    - 266;2;0
    - 287;3;0
    - 289;10;0
    - 295;24;0
    - 318;25;0
    - 332;3;0
    - 334;16;0
    - 336;3;0
    - 337;64;0
    - 337;64;0
    - 337;12;0
    - 337;64;0
    - 337;64;0
    - 338;15;0
    - 341;2;0
    - 351;31;4
    - 351;14;2
    - 351;3;0
    type: large

    Here's the logs.

    chest log:
    INFO: Logger created [com.Balor.bukkit.GiftPost.GiftPostWorker.setfManager 2011-08-03 21:18:59 -0500]
    INFO: Loaded chest of aetrcsom using NEW saveFile [com.Balor.utils.FilesManager.openChestTypeFile 2011-08-03 21:18:59 -0500]
    INFO: Chest of aetrcsom : main:large;dirty:large;sta:large; [com.Balor.utils.FilesManager.getAllPlayerChestType 2011-08-03 21:18:59 -0500]
    INFO: aetrcsom connected [com.Balor.Listeners.GPPlayerListener.onPlayerJoin 2011-08-03 21:20:04 -0500]
    INFO: Opening chest :sta of player aetrcsom [com.Balor.bukkit.GiftPost.GiftPostWorker.getChest 2011-08-03 21:20:21 -0500]
    FINE: [NEW SAVE] Chests of aetrcsom loaded [com.Balor.utils.FilesManager.getPlayerChests 2011-08-03 21:20:21 -0500]
    INFO: Chests owned by aetrcsom loaded from file (3) [com.Balor.bukkit.GiftPost.GiftPostWorker.getChest 2011-08-03 21:20:21 -0500]
    INFO: Opening chest :dirty of player aetrcsom [com.Balor.bukkit.GiftPost.GiftPostWorker.getChest 2011-08-03 21:20:37 -0500]
    INFO: Opening chest :sta of player aetrcsom [com.Balor.bukkit.GiftPost.GiftPostWorker.getChest 2011-08-03 21:21:23 -0500]
    FINE: Chests of aetrcsom Saved. [com.Balor.utils.FilesManager.savePlayerChest 2011-08-03 21:21:27 -0500]
    INFO: Chests of aetrcsom unloaded from memory. [com.Balor.bukkit.GiftPost.GiftPostWorker.unloadPlayerChests 2011-08-03 21:21:27 -0500]
    INFO: Chests Saved ! [com.Balor.bukkit.GiftPost.GiftPostWorker.save 2011-08-03 21:21:32 -0500]
    INFO: Parties Saved ! [com.Balor.bukkit.GiftPost.GiftPostWorker.saveParties 2011-08-03 21:21:32 -0500]
    INFO: Worker instance destroyed [com.Balor.bukkit.GiftPost.GiftPostWorker.killInstance 2011-08-03 21:21:32 -0500]

    server log chunk:
    Starting minecraft server version Beta 1.7.3
    2011-08-03 21:18:48 [INFO] Loading properties
    2011-08-03 21:18:48 [INFO] Starting Minecraft server on *:25565
    2011-08-03 21:18:49 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-945-g73697a4-b1000jnks (MC: 1.7.3)
    2011-08-03 21:18:49 [INFO] ClayGen: Setting activation block to: 45
    2011-08-03 21:18:50 [INFO] DataSourcePool [iConomyChestShop] autoCommit[false] transIsolation[SERIALIZABLE] min[2] max[20]
    2011-08-03 21:18:50 [INFO] SubClassFactory parent ClassLoader [org.bukkit.plugin.java.PluginClassLoader]
    2011-08-03 21:18:51 [INFO] Entities enhanced[0] subclassed[1]
    2011-08-03 21:18:52 [INFO] [SuperpermBridge] Superperm/Permissions bridge initialized
    2011-08-03 21:18:52 [INFO] LWC: Loading shared objects
    2011-08-03 21:18:52 [INFO] LWC: Protection cache: 0/10000
    2011-08-03 21:18:52 [INFO] LWC: Native library: plugins/LWC/lib/native/Windows/x86/sqlitejdbc.dll
    2011-08-03 21:18:52 [INFO] [bShot] Be proud, be tall, bShot. 111 TileEntities loaded from memory.
    2011-08-03 21:18:52 [INFO] Preparing level "serverworld"
    2011-08-03 21:18:52 [INFO] Preparing start region for level 0 (Seed: 2651197681210009585)
    2011-08-03 21:18:53 [INFO] Preparing spawn area: 69%
    2011-08-03 21:18:53 [INFO] Preparing start region for level 1 (Seed: -6926512734679847557)
    2011-08-03 21:18:54 [INFO] Preparing spawn area: 89%
    2011-08-03 21:18:54 [INFO] Backup v1.6 was sucessfully loaded!
    2011-08-03 21:18:54 [INFO] [BananaChunk] version 4.6 is enabled!
    2011-08-03 21:18:54 [INFO] BananaRegion enabled! Go bananas!
    2011-08-03 21:18:54 [INFO] [BananaRegion] Payment method found (iConomy version: 5)
    2011-08-03 21:18:54 [INFO] BukkitContrib 0.1.7 has been initialized
    2011-08-03 21:18:54 [INFO] ClayGen version 1.4 is enabled!
    2011-08-03 21:18:54 [INFO] CraftBukkitUpToDate version 2.5.9 is enabled!
    2011-08-03 21:18:54 [INFO] [SuperpermBridge] Superperm/Permissions bridge enabled
    2011-08-03 21:18:55 [INFO] CButD: CraftBukkit is up to Date
    2011-08-03 21:18:55 [INFO] [iConomy] Logging is currently disabled.
    2011-08-03 21:18:55 [INFO] [iConomy] v5.01 (Eruanna) loaded.
    2011-08-03 21:18:55 [INFO] [iConomy] Developed by: [Nijikokun]
    2011-08-03 21:18:55 [INFO] [iConomy] hooked into Permissions.
    2011-08-03 21:18:56 [INFO] [iConomyChestShop] version 2.75 initialized!
    2011-08-03 21:18:56 [INFO] [iConomyChestShop] iConomy version 5 loaded.
    2011-08-03 21:18:56 [INFO] [iConomyChestShop] Permissions version 2.7.7 loaded.
    2011-08-03 21:18:56 [INFO] [iConomyChestShop] LWC version 3.31 loaded.
    2011-08-03 21:18:56 [INFO] IntelliDoors version 1.1.9 was initialized.
    2011-08-03 21:18:56 [INFO] ItemScanner v1.0 enabled.
    2011-08-03 21:18:56 [INFO] [mcMMO] Permissions version 2.7.7 found, using Permissions.
    2011-08-03 21:18:56 [INFO] Loading Config File...
    2011-08-03 21:18:56 [INFO] [mcMMO] Permissions version 2.7.7 found, using Permissions.
    2011-08-03 21:18:56 [INFO] mcMMO version 1.0.50 is enabled!
    2011-08-03 21:18:56 [INFO] MobDrops: Enabling Daviidi's mobdrops plugin...
    2011-08-03 21:18:56 [INFO] Money2XP version 1.1.1 is enabled!
    2011-08-03 21:18:56 [INFO] [Money2XP] hooked into iConomy.
    2011-08-03 21:18:56 [INFO] [MultiVerse] Permissions Found
    2011-08-03 21:18:56 [INFO] [MultiVerse] - Version 1.7.2 Enabled
    2011-08-03 21:18:56 [INFO] [MultiVerse] Found iConomy, enabling payments.
    2011-08-03 21:18:56 [INFO] [MultiVerse] Loading World & Settings - 'serverworld' - NORMAL
    2011-08-03 21:18:56 [INFO] [MultiVerse] Loading World & Settings - 'serverworld_nether' - NETHER
    2011-08-03 21:18:56 [INFO] [MultiVerse] Loading World & Settings - 'world' - NORMAL
    2011-08-03 21:18:56 [INFO] Preparing start region for level 2 (Seed: 9074763106389114546)
    2011-08-03 21:18:57 [INFO] [MultiVerse] Loading World & Settings - 'world_nether' - NETHER
    2011-08-03 21:18:57 [INFO] Preparing start region for level 3 (Seed: 9074763106389114546)
    2011-08-03 21:18:58 [INFO] [MultiVerse] 4 - World(s) loaded.
    2011-08-03 21:18:58 [INFO] [MultiVerse] Loading Portals
    2011-08-03 21:18:58 [INFO] [MultiVerse] 1 - Portal(s) loaded.
    2011-08-03 21:18:58 [INFO] PermissionsBukkit v1.1 is now enabled
    2011-08-03 21:18:58 [INFO] Pitfall version 0.6 is enabled!
    2011-08-03 21:18:58 [INFO] [SlimeChunk] Enabled.
    2011-08-03 21:18:58 [INFO] [SlimeChunk] You are running version 1.1.
    2011-08-03 21:18:58 [INFO] [SlimeChunk] Only OPs got permissions to use this plugin.
    2011-08-03 21:18:59 [INFO] [VirtualChest] (version 4.4.2)
    2011-08-03 21:18:59 [INFO] [VirtualChest] Chests loaded !
    2011-08-03 21:18:59 [INFO] [VirtualChest] Successfully linked with Permissions.
    2011-08-03 21:18:59 [INFO] [VirtualChest] Payment method found (iConomy version: 5)
    2011-08-03 21:18:59 [INFO] [VirtualChest] Successfully linked with mcMMO.
    2011-08-03 21:18:59 [INFO] BookWorm: BukkitContrib support enabled.
    2011-08-03 21:18:59 [INFO] BookWorm v1.5 loaded!
    2011-08-03 21:18:59 [INFO] LWC: Loaded 135 locale strings (0 overrides)
    2011-08-03 21:18:59 [INFO] LWC: Permissions API: BukkitPermissions
    2011-08-03 21:18:59 [INFO] LWC: Currency API: iConomyCurrency
    2011-08-03 21:18:59 [INFO] LWC: Loading SQLite
    2011-08-03 21:18:59 [INFO] LWC: Using: Native
    2011-08-03 21:18:59 [INFO] LWC: Precached 15 protections.
    2011-08-03 21:18:59 [INFO] LWC: At version: 3.31-git-LWC-b9ea01e8c2f66480ada443ba9084dfbe9832f06e-b81jnks
    2011-08-03 21:18:59 [INFO] [AdminCmd] Plugin Enabled. (version 5.6.21)
    2011-08-03 21:18:59 [INFO] [AdminCmd] Disabled Alias(es) for bal_repair : repair,
    2011-08-03 21:18:59 [INFO] [AdminCmd] Successfully linked with Yeti's Permissions.
    2011-08-03 21:18:59 [INFO] Server permissions file permissions.yml is empty, ignoring it
    2011-08-03 21:18:59 [INFO] Done (0.710s)! For help, type "help" or "?"
    2011-08-03 21:19:04 [INFO] reading regions...
    2011-08-03 21:19:04 [INFO] 1 regions read.
    2011-08-03 21:19:04 [INFO] 108 blocks stored in memory
    2011-08-03 21:19:05 [INFO] CButD: Plugin-Update-Check started
    2011-08-03 21:19:06 [INFO] No source for ItemScanner.jar ask the Author to give me one
    2011-08-03 21:19:07 [INFO] No source for MultiVerse.jar ask the Author to give me one
    2011-08-03 21:19:07 [INFO] No source for PermissionsBukkit-1.1.jar ask the Author to give me one
    2011-08-03 21:19:07 [INFO] No source for slimechunk_1-1.jar ask the Author to give me one
    2011-08-03 21:19:07 [INFO] No source for SuperpermsBridge-1.2.jar ask the Author to give me one
    2011-08-03 21:19:07 [INFO] CButD: Plugin-Update-Check finished
    2011-08-03 21:19:53 [INFO] Disconnecting aetrcsom [/127.0.0.1:54435]: Failed to verify username! [internal error java.net.ConnectException: Connection timed out: connect]
    2011-08-03 21:19:53 [SEVERE] java.net.ConnectException: Connection timed out: connect
    2011-08-03 21:19:53 [SEVERE] at java.net.PlainSocketImpl.socketConnect(Native Method)
    2011-08-03 21:19:53 [SEVERE] at java.net.PlainSocketImpl.doConnect(Unknown Source)
    2011-08-03 21:19:53 [SEVERE] at java.net.PlainSocketImpl.connectToAddress(Unknown Source)
    2011-08-03 21:19:53 [SEVERE] at java.net.PlainSocketImpl.connect(Unknown Source)
    2011-08-03 21:19:53 [SEVERE] at java.net.SocksSocketImpl.connect(Unknown Source)
    2011-08-03 21:19:53 [SEVERE] at java.net.Socket.connect(Unknown Source)
    2011-08-03 21:19:53 [SEVERE] at java.net.Socket.connect(Unknown Source)
    2011-08-03 21:19:53 [SEVERE] at sun.net.NetworkClient.doConnect(Unknown Source)
    2011-08-03 21:19:53 [SEVERE] at sun.net.www.http.HttpClient.openServer(Unknown Source)
    2011-08-03 21:19:53 [SEVERE] at sun.net.www.http.HttpClient.openServer(Unknown Source)
    2011-08-03 21:19:53 [SEVERE] at sun.net.www.http.HttpClient.<init>(Unknown Source)
    2011-08-03 21:19:53 [SEVERE] at sun.net.www.http.HttpClient.New(Unknown Source)
    2011-08-03 21:19:53 [SEVERE] at sun.net.www.http.HttpClient.New(Unknown Source)
    2011-08-03 21:19:53 [SEVERE] at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
    2011-08-03 21:19:53 [SEVERE] at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
    2011-08-03 21:19:53 [SEVERE] at sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
    2011-08-03 21:19:53 [SEVERE] at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
    2011-08-03 21:19:53 [SEVERE] at java.net.URL.openStream(Unknown Source)
    2011-08-03 21:19:53 [SEVERE] at net.minecraft.server.ThreadLoginVerifier.run(ThreadLoginVerifier.java:34)
    2011-08-03 21:20:04 [INFO] aetrcsom [/127.0.0.1:54440] logged in with entity id 382 at ([serverworld] -24.53125, 78.0, 18.96875)
    2011-08-03 21:20:21 [INFO] A GiftPost command threw an exception!
    2011-08-03 21:20:21 [INFO] Go here : http://forums.bukkit.org/threads/ge...verywhere-all-economy-permissions-1000.11695/
    2011-08-03 21:20:21 [INFO] and post the content of this log + the content of plugins/VirtualChest/log.txt please, Thanks.
    2011-08-03 21:20:21 [SEVERE] java.lang.ArrayIndexOutOfBoundsException: 27
    2011-08-03 21:20:21 [SEVERE] at net.minecraft.server.TileEntityChest.setItem(TileEntityChest.java:47)
    2011-08-03 21:20:21 [SEVERE] at com.aranai.virtualchest.TileEntityVirtualChest.removeItemStack(TileEntityVirtualChest.java:159)
    2011-08-03 21:20:21 [SEVERE] at com.aranai.virtualchest.VirtualChest.removeItemStack(VirtualChest.java:341)
    2011-08-03 21:20:21 [SEVERE] at com.aranai.virtualchest.VirtualLargeChest.removeItemStack(VirtualLargeChest.java:196)
    2011-08-03 21:20:21 [SEVERE] at com.Balor.utils.Stacker.stackChest(Stacker.java:81)
    2011-08-03 21:20:21 [SEVERE] at com.Balor.commands.Chest.execute(Chest.java:61)
    2011-08-03 21:20:21 [SEVERE] at com.Balor.bukkit.GiftPost.GiftPost.onCommand(GiftPost.java:275)
    2011-08-03 21:20:21 [SEVERE] at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
    2011-08-03 21:20:21 [SEVERE] at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:129)
    2011-08-03 21:20:21 [SEVERE] at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:320)
    2011-08-03 21:20:21 [SEVERE] at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:713)
    2011-08-03 21:20:21 [SEVERE] at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:677)
    2011-08-03 21:20:21 [SEVERE] at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:670)
    2011-08-03 21:20:21 [SEVERE] at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33)
    2011-08-03 21:20:21 [SEVERE] at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    2011-08-03 21:20:21 [SEVERE] at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:85)
    2011-08-03 21:20:21 [SEVERE] at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
    2011-08-03 21:20:21 [SEVERE] at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
    2011-08-03 21:20:21 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
    2011-08-03 21:20:21 [SEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-08-03 21:21:23 [INFO] A GiftPost command threw an exception!
    2011-08-03 21:21:23 [INFO] Go here : http://forums.bukkit.org/threads/ge...verywhere-all-economy-permissions-1000.11695/
    2011-08-03 21:21:23 [INFO] and post the content of this log + the content of plugins/VirtualChest/log.txt please, Thanks.
    2011-08-03 21:21:23 [SEVERE] java.lang.ArrayIndexOutOfBoundsException: 27
    2011-08-03 21:21:23 [SEVERE] at net.minecraft.server.TileEntityChest.setItem(TileEntityChest.java:47)
    2011-08-03 21:21:23 [SEVERE] at com.aranai.virtualchest.TileEntityVirtualChest.removeItemStack(TileEntityVirtualChest.java:159)
    2011-08-03 21:21:23 [SEVERE] at com.aranai.virtualchest.VirtualChest.removeItemStack(VirtualChest.java:341)
    2011-08-03 21:21:23 [SEVERE] at com.aranai.virtualchest.VirtualLargeChest.removeItemStack(VirtualLargeChest.java:196)
    2011-08-03 21:21:23 [SEVERE] at com.Balor.utils.Stacker.stackChest(Stacker.java:81)
    2011-08-03 21:21:23 [SEVERE] at com.Balor.commands.Chest.execute(Chest.java:61)
    2011-08-03 21:21:23 [SEVERE] at com.Balor.bukkit.GiftPost.GiftPost.onCommand(GiftPost.java:275)
    2011-08-03 21:21:23 [SEVERE] at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
    2011-08-03 21:21:23 [SEVERE] at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:129)
    2011-08-03 21:21:23 [SEVERE] at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:320)
    2011-08-03 21:21:23 [SEVERE] at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:713)
    2011-08-03 21:21:23 [SEVERE] at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:677)
    2011-08-03 21:21:23 [SEVERE] at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:670)
    2011-08-03 21:21:23 [SEVERE] at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33)
    2011-08-03 21:21:23 [SEVERE] at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    2011-08-03 21:21:23 [SEVERE] at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:85)
    2011-08-03 21:21:23 [SEVERE] at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
    2011-08-03 21:21:23 [SEVERE] at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
    2011-08-03 21:21:23 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
    2011-08-03 21:21:23 [SEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-08-03 21:21:27 [INFO] Connection reset
    2011-08-03 21:21:27 [INFO] aetrcsom lost connection: disconnect.quitting
    2011-08-03 21:21:27 [INFO] [BACKUP] Initiate a last backup because the last player left. It will start to backup in 15 minutes when no player will have connected in this time.
    2011-08-03 21:21:32 [INFO] Stopping the server..
    2011-08-03 21:21:32 [INFO] Stopping server
    2011-08-03 21:21:32 [INFO] [BananaChunk] version 4.6 is disabled!
    2011-08-03 21:21:32 [INFO] [bShot] Be sure, be gone, bShot.
    2011-08-03 21:21:32 [INFO] ClayGen is disabled!
    2011-08-03 21:21:32 [INFO] [iConomy] Plugin disabled.
    2011-08-03 21:21:32 [INFO] [Money2XP] un-hooked from iConomy.
    2011-08-03 21:21:32 [INFO] [iConomyChestShop] version 2.75 distabled!
    2011-08-03 21:21:32 [INFO] IntelliDoors version 1.1.9 was disabled.
    2011-08-03 21:21:32 [INFO] ItemScanner v1.0 disabled.
    2011-08-03 21:21:32 [INFO] mcMMO was disabled.
    2011-08-03 21:21:32 [INFO] Money2XP disabled.
    2011-08-03 21:21:32 [INFO] [MultiVerse] - Disabled
    2011-08-03 21:21:32 [INFO] PermissionsBukkit v1.1 is now disabled
    2011-08-03 21:21:32 [INFO] Goodbye world!
    2011-08-03 21:21:32 [INFO] [SlimeChunk] Disabled.
    2011-08-03 21:21:32 [INFO] [VirtualChest] Plugin Disabled. (version 4.4.2)
    2011-08-03 21:21:32 [INFO] LWC: Freeing SQLite
    2011-08-03 21:21:33 [INFO] [AdminCmd] Plugin Disabled. (version 5.6.21)
    2011-08-03 21:21:33 [INFO] Saving chunks
    2011-08-03 21:21:34 [INFO] Stopping server
    2011-08-03 21:21:34 [INFO] Saving chunks
     
  19. Offline

    Dark_Balor

    @aetrcsom : ... disable in the config the auto-stacker. It's kinda buggy in some case. With your file I'll try to reproduce it.

    Oh and please can you send me the chest.chestYml by PM with the RIGHT indentation :)
    Thanks ;)
     
  20. Offline

    Nolig

    Can you PLEASE add an message system ? I have an german server... when you add an message system i will use this awesome plugin. (Sorry for my bad english)
     
  21. Offline

    Dark_Balor

    Maybe later :) but now I don't have the time to look for every plugin message :s
     
  22. Offline

    Nolig

    :) Thank you . It's okay , iam just waiting...
     
  23. Offline

    Vasher

    Can anyone use "gp i" command with the lastest version? I have tested with CB 1000, Permissions 3.0, and Virtual Chest 4.4.2 installed and it will not work for me. I don't get any errors in the server.log. I do have the permission for the command (giftpost.admin.item) set.
     
  24. Offline

    Dark_Balor

    How are you using it ?
    Did you try to set a sendChest before ?

    Sorry I'm tired ... I have the bug too, I'll correct it in a minute ;)

    Corrected
     
  25. Offline

    Pythros

    Hmm... Due to people on my server not knowing that "/gp e" is different than "/gp c", can type it right, is it possible to have a confirmation when they do "/gp e"?
     
  26. Offline

    Dark_Balor

    @Pythros :
    Version 4.4.4
    • [CHANGE] To avoid any problem with empty command, you must now type the name of the chest to empty it.
     
  27. Offline

    darkhelmet

    So far this works great for us. What I'd really like to see is a command that a) would transfer all of my inventory items to a virtualchest, and/or b) a way to immediately get/put the contents of a virtual chest into a real chest. I'm using it partly for moving large chests from a mine to a store - I'd like to be able to pull contents of a real chest with one command, rather than dozens of clicks. Thanks!
     
  28. Offline

    Dark_Balor

    @darkhelmet : I'll see what I can do for that :)
     
  29. Offline

    BlueMond416

    amazing plugin
     
  30. Offline

    Tendonsie

    Plugin doesn't work with Iconomy with bukkit 1060. Error with every command.
    No changes done in config file.
     
  31. Offline

    Dark_Balor

    Witch iConomy version are you using ?
     

Share This Page