[ECON] ChestShop 3.7.18 (iConomyChestShop) - Chest&sign shop for economy plugins [1.8]

Discussion in 'Archived: Plugin Releases' started by Acrobot, Feb 12, 2011.

  1. Offline

    Acrobot

    An easy way to create shops - no protection plugin needed!
    You don't need to be on-line to earn money anymore!
    [​IMG]
    I've put a LOT of effort into making this plugin,
    you can donate if you appreciate my effort =)

    Requirements:
    - An economy plugin supported by Register or Vault, for example iConomy, BOSEconomy or Essentials Eco.
    Optional:
    - For additional economy plugin support - Vault
    - For Permissions: bPermissions, PEX, or any other permission plugin
    - For additional protection: LWC, Lockette, Deadbolt
    - For other item names (aliases): OddItem


    Setup:
    Copy the .jar file from the .zip you downloaded into /plugins folder.
    You can also copy the example files if you want to generate statistics page.

    Translations:
    You can change the plugin's language, here's a list of all user-made translations.
    If you want to update or submit a translation, feel free to PM me.
    Translations (open)

    Arabic - Attarhsase2
    Bulgarian - Muff1Ncho
    Czech - LordPgsa
    Chinese (Simplified) - tab415263
    Danish - Cannafix
    Dutch - speedlegs
    French- DragonSlayer875
    German - RasCas
    Hungarian - Anachen
    Indonesian - Yahya98
    Italian - Massimo1993
    Korean - Zwing87
    Norwegian - _AlexN_ and TheUnkownGamer
    Polish - Holls1
    Portugese (Brasil) - FelipeMarques14
    Russian - VADemon from http://minemania.ru/
    Slovak - LordPgsa
    Slovenian - jEErc
    Spanish - thxaaaa
    Swedish - Maxell
    Turkish - Developer
    Traditional Chinese - hellboyincs
    Vietnamese - etrubi1 from http://minevn.com/


    Permissions:
    How to create a ChestShop?
    - Place a chest, if you haven't already.
    - Place a sign 1 block near the chest (for example, above the chest)
    - On the sign, write:

    [​IMG]
    (Item name can actually be item ID or alias)
    First line will be filled in by the plugin automatically.
    Price is a combination of buy and sell price.
    You have to have B near buy price (people buy from you), and S near sell price (people sell to you).
    If you have both B and S, separate them with a colon - :
    For example:
    [​IMG]

    means that AcrobotPL wants to sell 64 diamonds for 10 currency, and buy them back from you for 5 currency.
    Also, if you put "free" instead of price, it is free to buy or sell :)

    - Now, when you finish editing the sign, if LWC is turned on in config, shop will be automatically created.
    Also, if your default protection is turned on in the config, people won't be able to break chest, sign or the block the sign is on.

    What is an Admin Shop?
    Admin shop is the shop that doesn't require a chest, because it has infinite stock.
    If you sell to it, the items will disappear, and if you buy from it, items will magically appear.
    To create one, you have to be Admin/OP. Just put "Admin Shop" (or anything specified in config file) on the first line of the sign.

    Restricting shops to some groups or regions
    You can either use permissions, or you can just put a sign ABOVE shop sign (you need to be in that group to create the sign) to restrict it to players with ChestShop.group.groupName permission
    The syntax is:
    [restricted]
    firstGroupName
    2ndGroupName
    3rdGroupName
    Only those groups will be able to use that shop

    To restrict a shop to some regions:
    - If you're using Towny, turn TOWNY_INTEGRATION on. Residents will be able to create shops in economy plots (either their or, if specified in config, any)
    - If you're using WorldGuard, you can use an experimental "chestshop" flag. Turn WORLDGUARD_INTEGRATION on and flag a region. (f.e. /region flag ChestShopRegion chestshop allow)

    Do you want to limit the maximum prices for items?
    Well, there's an app.... wait, not that : P
    You can use an experimental feature in ChestShop.
    In your config.yml, add lines like:
    max-buy-price-5: 14
    max-sell-price-5: 15

    That means that the maximum price for items BOUGHT by PLAYER is 14, and items SOLD by PLAYER using the shop is 15.

    You can also use a global setting, like this:
    max-sell-price: 200

    That means that the maximum price for items SOLD to PLAYER is 200 (if there is, for example, a max-sell-price-5 found, it will be used instead of the global sell price)

    USING SHOPS
    You could buy and sell by right and left clicking the sign for a long time.
    Now it's the only way to use the shops.
    It's SIMPLE!
    Just LEFT-CLICK to SELL to shop, and
    RIGHT-CLICK to BUY from shop.
    (This can be changed in the config file)

    DESTROYING SHOPS
    If you want to delete your old shop, simply SNEAK and destroy the sign.
    It's that easy =)

    STOCKING THE SHOPS
    You can either open the chest and stock it up, or click on your own sign - it will open chest's inventory (that way you can have chests not openable by other people for sure :D)

    ItemInfo command
    It's a simple command that shows item information.
    If you use it without any arguments, it shows you information about the item you're holding.
    If you specify item id or item name after the command, it will show you information about that item.

    Source code
    ChestShop is Open-Source =)
    You can find its code on https://github.com/Acrobot/ChestShop-3


    Thanks to:
    - kali876, ziomekYOYO and Herocraft server for testing the plugin and finding every little bug =)
    - Everyone who uses this plugin - really big thanks for this, I never thought it will be so popular
    - Everyone who provided translation - many people's lives will be easier now
    - @Nijikokun for Register
    - @LennardF1989 for awesome Persistence Reimplemented
    - @Temaska for fixing the plugin while I was on holidays
    - @VADemon for providing a great support for other users
    - @Euthyphro for his patience and really good bug spotting
    - vagrant326 for making a great price sheet
    - Epics for his great help
    :)
    If something's not working
    You can't change the sign color - that breaks the formatting.
    If that's not the issue, please give me this information, so I can help you faster.
    - CraftBukkit version (type /version in chat)
    - ChestShop version (type /csversion in chat)
    - Your economy plugin (iConomy? BOSEconomy? other one?)
    - Have you got any Permission plugin? Which one?

    [​IMG]
    Changelog (open)

    Changelog can be found on BukkitDev - http://dev.bukkit.org/server-mods/chestshop/files/
     
  2. Offline

    arsjet

    I found a serious bug.
    plugin ver3.1


    http://www.youtube.com/watch?v=q-l42jSS5o4

    It is also possible without permission.

    Please Bug fixes as soon as possible.
     
  3. Offline

    Acrobot

    @arsjet
    Thanks for the information, I'll fix it ASAP.
     
  4. Offline

    Aestrion

    Hi,

    I have a suggestion : Would'nt be nice if players could create a shop on a location but link others sign in other places to this same shop ? Is it possible to do ?

    Thank you, have a nice day
     
  5. Offline

    Acrobot

    @Aestrion
    Hmm... The purpose of this plugin was to create no-database shops - they don't break while updating, or if you're running another server's map - they still work :)
    So no, unless I use some kind of database.
     
  6. Offline

    godgodgodgo

    i need help dont go offline XD wait! :D
     
  7. Offline

    godgodgodgo

    The plugin keeps repeatedly saying [Severe] Could not pass event BLOCK_BREAK to ChestShop
     
  8. Offline

    godgodgodgo

    Soz:
    Craftbukkit: 1060
    ChestShop:3.11
    iConomy
    Permissions: 3.15
     
  9. Offline

    Acrobot

    @godgodgodgo
    Could you post the whole error?
    The one that begins with BLOCK_BREAK.
    I guess it's the CraftBukkit's bug :/
    Try downloading the latest, non-recommended version and tell me if it works (I didn't try it)
    The error is related to pistons.
     
  10. Offline

    godgodgodgo

    I'll try the latest version and then get back to you.
     
  11. Offline

    godgodgodgo

    Erm.... where do I download the latest dev build?
     
  12. Offline

    Acrobot

  13. Offline

    godgodgodgo

  14. Offline

    Acrobot

  15. Offline

    Raycrash

    So nothing new on the piston bug ? Maybe you should list it as an issue on the main post ;)
     
  16. Offline

    madhatterzz

    i need some help , i can create a sign but nothing works :( i carnt buy or sell

    - CraftBukkit version git-Bukkit-0.0.0-996-g8287a9c-b1083jnks (MC: 1.7.3)
    - ChestShop version 3.11
    - Your economy plugin : iConomy
    - Have you got any Permission plugin? yes
    - Which one? PermissionsBukkit
     
  17. Offline

    Hamad

    k i found a bug whenever i buy at Admin Shop and me as an admin,i buy double rather than 1
     
  18. Offline

    arsjet

    There are serious bugs than before.
    plugin ver3.11

    http://www.youtube.com/watch?v=xk_YbJ2S4-w

    It is also possible without permission.


    Code:
    2011-09-10 12:44:28 [SEVERE] Could not pass event BLOCK_BREAK to ChestShop[/COLOR]
    [COLOR=rgb(0, 0, 0)]java.lang.NullPointerException[/COLOR]
    [COLOR=rgb(0, 0, 0)]    at com.Acrobot.ChestShop.Listeners.blockBreak.getAttachedFace(blockBreak.java:40)[/COLOR]
    [COLOR=rgb(0, 0, 0)]    at com.Acrobot.ChestShop.Listeners.blockBreak.isCorrectSign(blockBreak.java:36)[/COLOR]
    [COLOR=rgb(0, 0, 0)]    at com.Acrobot.ChestShop.Listeners.blockBreak.cancellingBlockBreak(blockBreak.java:25)[/COLOR]
    [COLOR=rgb(0, 0, 0)]    at com.Acrobot.ChestShop.Listeners.blockBreak.onBlockBreak(blockBreak.java:32)[/COLOR]
    [COLOR=rgb(0, 0, 0)]    at org.bukkit.plugin.java.JavaPluginLoader$37.execute(JavaPluginLoader.java:497)[/COLOR]
    [COLOR=rgb(0, 0, 0)]    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)[/COLOR]
    [COLOR=rgb(0, 0, 0)]    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:338)[/COLOR]
    [COLOR=rgb(0, 0, 0)]    at net.minecraft.server.ItemInWorldManager.c(ItemInWorldManager.java:157)[/COLOR]
    [COLOR=rgb(0, 0, 0)]    at net.minecraft.server.ItemInWorldManager.a(ItemInWorldManager.java:121)[/COLOR]
    [COLOR=rgb(0, 0, 0)]    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:481)[/COLOR]
    [COLOR=rgb(0, 0, 0)]    at net.minecraft.server.Packet14BlockDig.a(SourceFile:42)[/COLOR]
    [COLOR=rgb(0, 0, 0)]    at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)[/COLOR]
    [COLOR=rgb(0, 0, 0)]    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:89)[/COLOR]
    [COLOR=rgb(0, 0, 0)]    at net.minecraft.server.NetworkListenThread.a(SourceFile:105)[/COLOR]
    [COLOR=rgb(0, 0, 0)]    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:453)[/COLOR]
    [COLOR=rgb(0, 0, 0)]    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:363)[/COLOR]
    [COLOR=rgb(0, 0, 0)]    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)[/COLOR]
    
    [COLOR=rgb(0, 0, 0)]2011-09-10 12:45:52 [SEVERE] Could not pass event BLOCK_PISTON_RETRACT to ChestShop[/COLOR]
    [COLOR=rgb(0, 0, 0)]java.lang.NullPointerException[/COLOR]
    [COLOR=rgb(0, 0, 0)]    at com.Acrobot.ChestShop.Listeners.blockBreak.getAttachedFace(blockBreak.java:40)[/COLOR]
    [COLOR=rgb(0, 0, 0)]    at com.Acrobot.ChestShop.Listeners.blockBreak.isCorrectSign(blockBreak.java:36)[/COLOR]
    [COLOR=rgb(0, 0, 0)]    at com.Acrobot.ChestShop.Listeners.blockBreak.cancellingBlockBreak(blockBreak.java:25)[/COLOR]
    [COLOR=rgb(0, 0, 0)]    at com.Acrobot.ChestShop.Listeners.blockBreak.onBlockPistonRetract(blockBreak.java:57)[/COLOR]
    [COLOR=rgb(0, 0, 0)]    at org.bukkit.plugin.java.JavaPluginLoader$42.execute(JavaPluginLoader.java:533)[/COLOR]
    [COLOR=rgb(0, 0, 0)]    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)[/COLOR]
    [COLOR=rgb(0, 0, 0)]    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:338)[/COLOR]
    [COLOR=rgb(0, 0, 0)]    at net.minecraft.server.BlockPiston.g(BlockPiston.java:85)[/COLOR]
    [COLOR=rgb(0, 0, 0)]    at net.minecraft.server.BlockPiston.doPhysics(BlockPiston.java:47)[/COLOR]
    [COLOR=rgb(0, 0, 0)]    at net.minecraft.server.BlockPistonExtension.doPhysics(BlockPistonExtension.java:148)[/COLOR]
    [COLOR=rgb(0, 0, 0)]    at net.minecraft.server.World.k(World.java:459)[/COLOR]
    [COLOR=rgb(0, 0, 0)]    at net.minecraft.server.World.applyPhysics(World.java:436)[/COLOR]
    [COLOR=rgb(0, 0, 0)]    at net.minecraft.server.BlockRedstoneWire.g(BlockRedstoneWire.java:49)[/COLOR]
    [COLOR=rgb(0, 0, 0)]    at net.minecraft.server.BlockRedstoneWire.doPhysics(BlockRedstoneWire.java:286)[/COLOR]
    [COLOR=rgb(0, 0, 0)]    at net.minecraft.server.World.k(World.java:459)[/COLOR]
    [COLOR=rgb(0, 0, 0)]    at net.minecraft.server.World.applyPhysics(World.java:437)[/COLOR]
    [COLOR=rgb(0, 0, 0)]    at net.minecraft.server.BlockRedstoneTorch.remove(BlockRedstoneTorch.java:67)[/COLOR]
    [COLOR=rgb(0, 0, 0)]    at net.minecraft.server.Chunk.a(Chunk.java:245)[/COLOR]
    [COLOR=rgb(0, 0, 0)]    at net.minecraft.server.World.setRawTypeIdAndData(World.java:297)[/COLOR]
    [COLOR=rgb(0, 0, 0)]    at net.minecraft.server.World.setTypeIdAndData(World.java:390)[/COLOR]
    [COLOR=rgb(0, 0, 0)]    at net.minecraft.server.BlockRedstoneTorch.a(BlockRedstoneTorch.java:118)[/COLOR]
    [COLOR=rgb(0, 0, 0)]    at net.minecraft.server.World.a(World.java:1997)[/COLOR]
    [COLOR=rgb(0, 0, 0)]    at net.minecraft.server.World.doTick(World.java:1736)[/COLOR]
    [COLOR=rgb(0, 0, 0)]    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:443)[/COLOR]
    [COLOR=rgb(0, 0, 0)]    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:363)[/COLOR]
    [COLOR=rgb(0, 0, 0)]    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)[/COLOR]
    [COLOR=rgb(0, 0, 0)]2011-09-10 12:45:53 [SEVERE] Could not pass event BLOCK_PISTON_EXTEND to ChestShop[/COLOR]
    [COLOR=rgb(0, 0, 0)]java.lang.NullPointerException[/COLOR]
    [COLOR=rgb(0, 0, 0)]    at com.Acrobot.ChestShop.Listeners.blockBreak.getAttachedFace(blockBreak.java:40)[/COLOR]
    [COLOR=rgb(0, 0, 0)]    at com.Acrobot.ChestShop.Listeners.blockBreak.isCorrectSign(blockBreak.java:36)[/COLOR]
    [COLOR=rgb(0, 0, 0)]    at com.Acrobot.ChestShop.Listeners.blockBreak.cancellingBlockBreak(blockBreak.java:25)[/COLOR]
    [COLOR=rgb(0, 0, 0)]    at com.Acrobot.ChestShop.Listeners.blockBreak.onBlockPistonExtend(blockBreak.java:49)[/COLOR]
    [COLOR=rgb(0, 0, 0)]    at org.bukkit.plugin.java.JavaPluginLoader$43.execute(JavaPluginLoader.java:540)[/COLOR]
    [COLOR=rgb(0, 0, 0)]    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)[/COLOR]
    [COLOR=rgb(0, 0, 0)]    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:338)[/COLOR]
    [COLOR=rgb(0, 0, 0)]    at net.minecraft.server.BlockPiston.g(BlockPiston.java:70)[/COLOR]
    [COLOR=rgb(0, 0, 0)]    at net.minecraft.server.BlockPiston.doPhysics(BlockPiston.java:47)[/COLOR]
    [COLOR=rgb(0, 0, 0)]    at net.minecraft.server.World.k(World.java:459)[/COLOR]
    [COLOR=rgb(0, 0, 0)]    at net.minecraft.server.World.applyPhysics(World.java:434)[/COLOR]
    [COLOR=rgb(0, 0, 0)]    at net.minecraft.server.BlockRedstoneWire.g(BlockRedstoneWire.java:49)[/COLOR]
    [COLOR=rgb(0, 0, 0)]    at net.minecraft.server.BlockRedstoneWire.doPhysics(BlockRedstoneWire.java:286)[/COLOR]
    [COLOR=rgb(0, 0, 0)]    at net.minecraft.server.World.k(World.java:459)[/COLOR]
    [COLOR=rgb(0, 0, 0)]    at net.minecraft.server.World.applyPhysics(World.java:434)[/COLOR]
    [COLOR=rgb(0, 0, 0)]    at net.minecraft.server.BlockRedstoneWire.g(BlockRedstoneWire.java:49)[/COLOR]
    [COLOR=rgb(0, 0, 0)]    at net.minecraft.server.BlockRedstoneWire.doPhysics(BlockRedstoneWire.java:286)[/COLOR]
    [COLOR=rgb(0, 0, 0)]    at net.minecraft.server.World.k(World.java:459)[/COLOR]
    [COLOR=rgb(0, 0, 0)]    at net.minecraft.server.World.applyPhysics(World.java:437)[/COLOR]
    [COLOR=rgb(0, 0, 0)]    at net.minecraft.server.BlockRedstoneTorch.c(BlockRedstoneTorch.java:56)[/COLOR]
    [COLOR=rgb(0, 0, 0)]    at net.minecraft.server.Chunk.a(Chunk.java:265)[/COLOR]
    [COLOR=rgb(0, 0, 0)]    at net.minecraft.server.World.setRawTypeIdAndData(World.java:297)[/COLOR]
    [COLOR=rgb(0, 0, 0)]    at net.minecraft.server.World.setTypeIdAndData(World.java:390)[/COLOR]
    [COLOR=rgb(0, 0, 0)]    at net.minecraft.server.BlockRedstoneTorch.a(BlockRedstoneTorch.java:142)[/COLOR]
    [COLOR=rgb(0, 0, 0)]    at net.minecraft.server.World.a(World.java:1997)[/COLOR]
    [COLOR=rgb(0, 0, 0)]    at net.minecraft.server.World.doTick(World.java:1736)[/COLOR]
    [COLOR=rgb(0, 0, 0)]    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:443)[/COLOR]
    [COLOR=rgb(0, 0, 0)]    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:363)[/COLOR]
    [COLOR=rgb(0, 0, 0)]    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)

    [/CODE][/CODE][/COLOR]
     
  19. Offline

    Clockwork

    Getting similar bugs. Not quite sure why the plugin developer thinks its to do with bukkit though - all my other plugins work fine.
     
  20. Offline

    iMontouch

    hey guys,
    Craftbukkitversion is git-Bukkit-0.0.0-980-g4rf23b1-b1060jnks (MC: 1.7.3)
    ChestShop Version is 3.11
    I use the Essentials economy (if it is called like this ;) )
    And for Permissions i use the Essentials GroupManager
    My Problem is:
    Everytime i start my Server, everything is great and everyone can join. But then, after a while, the Server Console shows me this Error:
    Code:
    Could not pass event BLOCK_BREAK to ChestShop
    java.lang.NullPointerException
        at com.Acrobot.ChestShop.Listeners.blockBreak.getAttachedFace(blockBreak.java:40)
        at com.Acrobot.ChestShop.Listeners.blockBreak.isCorrectSign(blockBreak.java:36)
        at com.Acrobot.ChestShop.Listeners.blockBreak.cancellingBlockBreak(blockBreak.java:25)
        at com.Acrobot.ChestShop.Listeners.blockBreak.onBlockBreak(blockBreak.java:32)
        at org.bukkit.plugin.java.JavaPluginLoader$37.execute(JavaPluginLoader.java:497)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:338)
        at net.minecraft.server.ItemInWorldManager.c(ItemInWorldManager.java:157)
        at net.minecraft.server.ItemInWorldManager.a(ItemInWorldManager.java:121)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:481)
        at net.minecraft.server.Packet14BlockDig.a(SourceFile:42)
        at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:89)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:454)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:363)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Do you know whats the Problem?
    If you have not enough information, please say it, so i can post the rest.

    iMontouch

    Edit: I've seen a similiar Post up there, i look at this one first. Sorry!
     
  21. Offline

    Darcion

    dito:

    Code:
    2011-09-10 13:31:11 [SEVERE] Could not pass event BLOCK_BREAK to ChestShop
    java.lang.NullPointerException
        at com.Acrobot.ChestShop.Listeners.blockBreak.getAttachedFace(blockBreak.java:40)
        at com.Acrobot.ChestShop.Listeners.blockBreak.isCorrectSign(blockBreak.java:36)
        at com.Acrobot.ChestShop.Listeners.blockBreak.cancellingBlockBreak(blockBreak.java:25)
        at com.Acrobot.ChestShop.Listeners.blockBreak.onBlockBreak(blockBreak.java:32)
        at org.bukkit.plugin.java.JavaPluginLoader$37.execute(JavaPluginLoader.java:497)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:338)
        at net.minecraft.server.ItemInWorldManager.c(ItemInWorldManager.java:157)
        at net.minecraft.server.ItemInWorldManager.a(ItemInWorldManager.java:121)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:481)
        at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:140)
        at net.minecraft.server.Packet14BlockDig.a(SourceFile:42)
        at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:89)
        at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:478)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:454)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:363)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
     
  22. Offline

    drt

    i've googled and used bukkit forums search for this answer to no avail.
    i really dont want to read 150 pages please save me some time if possible

    can i link chest shop to a bank account? i am using bankaccount
     
  23. Offline

    poiuyt580

    Same.
     
  24. Offline

    darkhelmet

    I see the same console errors. Big issue because that's how I monitor things when not online.
     
  25. Offline

    nitroxygen

    Im getting this error 2, it started once upgraded to 3.11 on cb 1060
     
  26. Offline

    Tealk

    Hi i get this error
    2011-09-10 18:53:32 [INFO] [ChestShop] Permissions version 3.1.6 loaded.
    2011-09-10 18:53:32 [INFO] [ChestShop] LWC version 3.43 loaded.
    2011-09-10 18:53:32 [INFO] [ChestShop] version 3.11 initialized!
    2011-09-10 18:53:32 [INFO] [ChestShop] iConomy 5 loaded.
    http://pastebin.com/96kC5Xp0
     
  27. Well guys, don't update it to 3.11.
    I guess 3.04 is stable, 3.1* aren't.
     
  28. Offline

    Tealk

    then i need a Download link
     
    iMontouch likes this.
  29. Offline

    iMontouch

  30. Offline

    Clockwork

    Replacing the main download link on the main post would suggest it's stable VADemon.
     
  31. Offline

    Acrobot

    I am sorry guys - it seems like something is broken, I'll fix it ASAP.
     

Share This Page