[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

    Kainzo

    @Acrobot - several players on my server are using "ChestShops" as a security feature so others dont break them... It's not intended to be used as a chest but its pretty hard to restrict that in game. We need to have min/max SELL and min/max BUY - as well as having limited number of chests - if thats possible

    If anything, the min/max sell & buy is highly desired so we can not let them set things for crazy obscene prices or very low.
     
  3. Offline

    Stephen304

    Is there any plugin to alter the spawn area protection? I really need to have a shop at spawn, or disable spawn protection? I use Regios anyways. I havent seen any plugins to alter the spawn protection.
     
  4. Offline

    TheBarkingFrog

    @Acrobot
    yeah, the username thing sort of messed me up lol
     
  5. Offline

    Acrobot

  6. Offline

    jbMurdock

    @Stephen304: Spawn protection is set in your main server.properties file. Try to set this to 0 to disable spawn protection.
     
  7. Offline

    ray0911

    I'm running BOSEconomy and iConomy. Where in the config file can I set it to use one rather than auto choosing BOSEonomy?
     
  8. Offline

    Noffletoff

    I'm having a problem, no one is able to buy or sell from my shop, they have permissions, and the shop is stocked. Any ideas?
     
  9. Offline

    xLoGiiKzZo

    im having the same problem i dont think hes ever gonna fix it
     
  10. Offline

    Kainzo

    @Acrobot - several of my users are getting errors buying/selling from shops.

    I set the min/max to 1/900 - and they are having users unable to purchase from them
     
  11. Offline

    link2110

    So i'm not 100% sure if its Lockette or IConomyChestShop, but when you break a sign, the sign gives you an infinite amount of signs. Its quite annoying, but i have to do more testing to pin down what exactly it is. I have narrowed it down to a couple plugins that deal with signs though.
     
  12. Offline

    Stephen304

    When my users try to create a shop they get the error "You can't create this type of shop!"
    I asked my friend and this is what he put:
    (nothing)
    1
    5:3
    320

    Idk where the error is coming from, my permissions file looks like this:
    Code:
        Player:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
                - Default
            permissions:
                - 'iConomy.access'
                - 'iConomy.rank'
                - 'iConomy.list'
                - 'iConomy.payment'
                - 'lwc.protect'
                - 'iConomyChestShop.shop.create'
                - 'iConomyChestShop.shop.buy'
                - 'iConomyChestShop.shop.sell'
                - 'iConomyChestShop.command.iteminfo'
                - 'iConomy.bank.access'
                - 'iConomy.bank.main'
                - 'iConomy.bank.main.view'
                - 'iConomy.bank.join'
                - 'iConomy.bank.join.multiple'
    And im sure hes in the right group:
    Code:
        stornter:
            groups:
                - Player
            permissions:
    Any help would be appreciated!
    And btw thanks for the server properties tip, shops in spawn work now! (though non-admins cant create shops due to this bug)
     
  13. Offline

    Kudos

    I'm running across a strange problem when using this mod at the moment.

    For the most part, everything works fine, and it's great, but just recently I set up a shop to sell iron ingots. When someone buys the first one in a stack of 64, it works, but then it starts reporting that it is out of stock. I checked a few pages deep to see if anyone else was reporting this but I didn't see any. Sorry if this is already a known problem.
     
  14. Offline

    Darkvoltage3

    can you give me an exact item name list that is formated to chest shop please cause i"m getting really tired of guessing how the word is correctly spelled if there"s capitals in each world or spaces.
     
  15. Offline

    stabstalker

    i also have this problem on the server...
     
  16. Offline

    desy_troyder

    yeah! I have this problem too...I havent got it before I installed new permissions
    help plese:(
    old chest shops (I made it before , in old world ) still working! I and users can buy and sold for it
     
  17. Offline

    dakado

    I need help ! I use this plugin on version 1.5 and its work very good but when i update server on 1.6.4 i can buy from shops but its for free dont need money from BOSEconomy plugin someone can me help ?
     
  18. Offline

    Darcion

    i found this in my log with the last version 2.75 and bukkit 820:

    Code:
    2011-06-08 14:28:36 [INFO] [iConomyChestShop] coldram bought 1 DIAMOND with durability of 0 from DaLeberkasPepi for 900.00 Dukaten
    2011-06-08 14:28:37 [INFO] [iConomyChestShop] coldram bought 1 DIAMOND with durability of 0 from DaLeberkasPepi for 900.00 Dukaten
    2011-06-08 14:28:38 [SEVERE] java.util.ConcurrentModificationException
    2011-06-08 14:28:38 [SEVERE]     at java.util.LinkedList$ListItr.checkForComodification(Unknown Source)
    2011-06-08 14:28:38 [SEVERE]     at java.util.LinkedList$ListItr.next(Unknown Source)
    2011-06-08 14:28:38 [SEVERE]     at com.avaje.ebeaninternal.server.core.DefaultServer.save(DefaultServer.java:1764)
    2011-06-08 14:28:38 [SEVERE]     at com.avaje.ebeaninternal.server.core.DefaultServer.save(DefaultServer.java:1751)
    2011-06-08 14:28:38 [SEVERE]     at com.Acrobot.iConomyChestShop.DBqueue.run(DBqueue.java:29)
    2011-06-08 14:28:38 [SEVERE]     at org.bukkit.craftbukkit.scheduler.CraftWorker.run(CraftWorker.java:34)
    2011-06-08 14:28:38 [SEVERE]     at java.lang.Thread.run(Unknown Source)
    and more are coming

    Code:
    2011-06-08 11:17:59 [INFO] [iConomyChestShop] nael_ bought 10 WOOL with durability of 0 from Creze for 50.00 Dukaten
    2011-06-08 11:17:59 [INFO] [iConomyChestShop] nael_ bought 10 WOOL with durability of 0 from Creze for 50.00 Dukaten
    2011-06-08 11:17:59 [INFO] [iConomyChestShop] nael_ bought 10 WOOL with durability of 0 from Creze for 50.00 Dukaten
    2011-06-08 11:17:59 [INFO] [iConomyChestShop] nael_ bought 10 WOOL with durability of 0 from Creze for 50.00 Dukaten
    2011-06-08 11:17:59 [INFO] [iConomyChestShop] nael_ bought 10 WOOL with durability of 0 from Creze for 50.00 Dukaten
    2011-06-08 11:18:00 [INFO] DataSourcePool [iConomyChestShop] grow; id[iConomyChestShop.2] busy[3] max[20]
    2011-06-08 11:18:00 [INFO] DataSourcePool [iConomyChestShop] grow; id[iConomyChestShop.3] busy[4] max[20]
    2011-06-08 11:18:00 [INFO] DataSourcePool [iConomyChestShop] grow; id[iConomyChestShop.4] busy[5] max[20]
    2011-06-08 11:18:00 [INFO] [iConomyChestShop] nael_ bought 10 WOOL with durability of 0 from Creze for 50.00 Dukaten
    2011-06-08 11:18:00 [INFO] DataSourcePool [iConomyChestShop] grow; id[iConomyChestShop.5] busy[6] max[20]
    2011-06-08 11:18:01 [SEVERE] javax.persistence.OptimisticLockException: Data has changed. updated [0] rows sql[delete from ics_transactions where id=? and buy=? and shop_owner=? and shop_user=? and item_id=? and item_durability=? and amount=? and price=? and sec=?] bind[null]
    2011-06-08 11:18:01 [SEVERE]     at com.avaje.ebeaninternal.server.persist.dml.DmlHandler.checkRowCount(DmlHandler.java:123)
    2011-06-08 11:18:01 [SEVERE]     at com.avaje.ebeaninternal.server.persist.dml.DeleteHandler.execute(DeleteHandler.java:81)
    2011-06-08 11:18:01 [SEVERE]     at com.avaje.ebeaninternal.server.persist.dml.DmlBeanPersister.execute(DmlBeanPersister.java:105)
    2011-06-08 11:18:01 [SEVERE]     at com.avaje.ebeaninternal.server.persist.dml.DmlBeanPersister.delete(DmlBeanPersister.java:67)
    2011-06-08 11:18:01 [SEVERE]     at com.avaje.ebeaninternal.server.persist.DefaultPersistExecute.executeDeleteBean(DefaultPersistExecute.java:128)
    2011-06-08 11:18:01 [SEVERE]     at com.avaje.ebeaninternal.server.core.PersistRequestBean.executeNow(PersistRequestBean.java:535)
    2011-06-08 11:18:01 [SEVERE]     at com.avaje.ebeaninternal.server.core.PersistRequestBean.executeOrQueue(PersistRequestBean.java:557)
    2011-06-08 11:18:01 [SEVERE]     at com.avaje.ebeaninternal.server.persist.DefaultPersister.delete(DefaultPersister.java:654)
    2011-06-08 11:18:01 [SEVERE]     at com.avaje.ebeaninternal.server.persist.DefaultPersister.delete(DefaultPersister.java:464)
    2011-06-08 11:18:01 [SEVERE]     at com.avaje.ebeaninternal.server.core.DefaultServer.delete(DefaultServer.java:1860)
    2011-06-08 11:18:01 [SEVERE]     at com.avaje.ebeaninternal.server.core.DefaultServer.delete(DefaultServer.java:1845)
    2011-06-08 11:18:01 [SEVERE]     at com.Acrobot.iConomyChestShop.Logging.removeOld(Logging.java:77)
    2011-06-08 11:18:01 [SEVERE]     at com.Acrobot.iConomyChestShop.Logging.run(Logging.java:82)
    2011-06-08 11:18:01 [SEVERE]     at org.bukkit.craftbukkit.scheduler.CraftWorker.run(CraftWorker.java:34)
    2011-06-08 11:18:01 [SEVERE]     at java.lang.Thread.run(Unknown Source)
    2011-06-08 11:18:01 [SEVERE] javax.persistence.OptimisticLockException: Data has changed. updated [0] rows sql[delete from ics_transactions where id=? and buy=? and shop_owner=? and shop_user=? and item_id=? and item_durability=? and amount=? and price=? and sec=?] bind[null]
    2011-06-08 11:18:01 [SEVERE]     at com.avaje.ebeaninternal.server.persist.dml.DmlHandler.checkRowCount(DmlHandler.java:123)
    2011-06-08 11:18:01 [SEVERE]     at com.avaje.ebeaninternal.server.persist.dml.DeleteHandler.execute(DeleteHandler.java:81)
    2011-06-08 11:18:01 [SEVERE]     at com.avaje.ebeaninternal.server.persist.dml.DmlBeanPersister.execute(DmlBeanPersister.java:105)
    2011-06-08 11:18:01 [SEVERE]     at com.avaje.ebeaninternal.server.persist.dml.DmlBeanPersister.delete(DmlBeanPersister.java:67)
    2011-06-08 11:18:01 [SEVERE]     at com.avaje.ebeaninternal.server.persist.DefaultPersistExecute.executeDeleteBean(DefaultPersistExecute.java:128)
    2011-06-08 11:18:01 [SEVERE]     at com.avaje.ebeaninternal.server.core.PersistRequestBean.executeNow(PersistRequestBean.java:535)
    2011-06-08 11:18:01 [SEVERE]     at com.avaje.ebeaninternal.server.core.PersistRequestBean.executeOrQueue(PersistRequestBean.java:557)
    2011-06-08 11:18:01 [SEVERE]     at com.avaje.ebeaninternal.server.persist.DefaultPersister.delete(DefaultPersister.java:654)
    2011-06-08 11:18:01 [SEVERE]     at com.avaje.ebeaninternal.server.persist.DefaultPersister.delete(DefaultPersister.java:464)
    2011-06-08 11:18:01 [SEVERE]     at com.avaje.ebeaninternal.server.core.DefaultServer.delete(DefaultServer.java:1860)
    2011-06-08 11:18:01 [SEVERE]     at com.avaje.ebeaninternal.server.core.DefaultServer.delete(DefaultServer.java:1845)
    2011-06-08 11:18:01 [SEVERE]     at com.Acrobot.iConomyChestShop.Logging.removeOld(Logging.java:77)
    2011-06-08 11:18:01 [SEVERE]     at com.Acrobot.iConomyChestShop.Logging.run(Logging.java:82)
    2011-06-08 11:18:01 [SEVERE]     at org.bukkit.craftbukkit.scheduler.CraftWorker.run(CraftWorker.java:34)
    2011-06-08 11:18:01 [SEVERE]     at java.lang.Thread.run(Unknown Source)
    2011-06-08 11:18:03 [SEVERE] javax.persistence.OptimisticLockException: Data has changed. updated [0] rows sql[delete from ics_transactions where id=? and buy=? and shop_owner=? and shop_user=? and item_id=? and item_durability=? and amount=? and price=? and sec=?] bind[null]
    2011-06-08 11:18:03 [SEVERE]     at com.avaje.ebeaninternal.server.persist.dml.DmlHandler.checkRowCount(DmlHandler.java:123)
    2011-06-08 11:18:03 [SEVERE]     at com.avaje.ebeaninternal.server.persist.dml.DeleteHandler.execute(DeleteHandler.java:81)
    2011-06-08 11:18:03 [SEVERE]     at com.avaje.ebeaninternal.server.persist.dml.DmlBeanPersister.execute(DmlBeanPersister.java:105)
    2011-06-08 11:18:03 [SEVERE]     at com.avaje.ebeaninternal.server.persist.dml.DmlBeanPersister.delete(DmlBeanPersister.java:67)
    2011-06-08 11:18:03 [SEVERE]     at com.avaje.ebeaninternal.server.persist.DefaultPersistExecute.executeDeleteBean(DefaultPersistExecute.java:128)
    2011-06-08 11:18:03 [SEVERE]     at com.avaje.ebeaninternal.server.core.PersistRequestBean.executeNow(PersistRequestBean.java:535)
    2011-06-08 11:18:03 [SEVERE]     at com.avaje.ebeaninternal.server.core.PersistRequestBean.executeOrQueue(PersistRequestBean.java:557)
    2011-06-08 11:18:03 [SEVERE]     at com.avaje.ebeaninternal.server.persist.DefaultPersister.delete(DefaultPersister.java:654)
    2011-06-08 11:18:03 [SEVERE]     at com.avaje.ebeaninternal.server.persist.DefaultPersister.delete(DefaultPersister.java:464)
    2011-06-08 11:18:03 [SEVERE]     at com.avaje.ebeaninternal.server.core.DefaultServer.delete(DefaultServer.java:1860)
    2011-06-08 11:18:03 [SEVERE]     at com.avaje.ebeaninternal.server.core.DefaultServer.delete(DefaultServer.java:1845)
    2011-06-08 11:18:03 [SEVERE]     at com.Acrobot.iConomyChestShop.Logging.removeOld(Logging.java:77)
    2011-06-08 11:18:03 [SEVERE]     at com.Acrobot.iConomyChestShop.Logging.run(Logging.java:82)
    2011-06-08 11:18:03 [SEVERE]     at org.bukkit.craftbukkit.scheduler.CraftWorker.run(CraftWorker.java:34)
    2011-06-08 11:18:03 [SEVERE]     at java.lang.Thread.run(Unknown Source)
    2011-06-08 11:18:03 [SEVERE] javax.persistence.OptimisticLockException: Data has changed. updated [0] rows sql[delete from ics_transactions where id=? and buy=? and shop_owner=? and shop_user=? and item_id=? and item_durability=? and amount=? and price=? and sec=?] bind[null]
    2011-06-08 11:18:03 [SEVERE]     at com.avaje.ebeaninternal.server.persist.dml.DmlHandler.checkRowCount(DmlHandler.java:123)
    2011-06-08 11:18:03 [SEVERE]     at com.avaje.ebeaninternal.server.persist.dml.DeleteHandler.execute(DeleteHandler.java:81)
    2011-06-08 11:18:03 [SEVERE]     at com.avaje.ebeaninternal.server.persist.dml.DmlBeanPersister.execute(DmlBeanPersister.java:105)
    2011-06-08 11:18:03 [SEVERE]     at com.avaje.ebeaninternal.server.persist.dml.DmlBeanPersister.delete(DmlBeanPersister.java:67)
    2011-06-08 11:18:03 [SEVERE]     at com.avaje.ebeaninternal.server.persist.DefaultPersistExecute.executeDeleteBean(DefaultPersistExecute.java:128)
    2011-06-08 11:18:03 [SEVERE]     at com.avaje.ebeaninternal.server.core.PersistRequestBean.executeNow(PersistRequestBean.java:535)
    2011-06-08 11:18:03 [SEVERE]     at com.avaje.ebeaninternal.server.core.PersistRequestBean.executeOrQueue(PersistRequestBean.java:557)
    2011-06-08 11:18:03 [SEVERE]     at com.avaje.ebeaninternal.server.persist.DefaultPersister.delete(DefaultPersister.java:654)
    2011-06-08 11:18:03 [SEVERE]     at com.avaje.ebeaninternal.server.persist.DefaultPersister.delete(DefaultPersister.java:464)
    2011-06-08 11:18:03 [SEVERE]     at com.avaje.ebeaninternal.server.core.DefaultServer.delete(DefaultServer.java:1860)
    2011-06-08 11:18:03 [SEVERE]     at com.avaje.ebeaninternal.server.core.DefaultServer.delete(DefaultServer.java:1845)
    2011-06-08 11:18:03 [SEVERE]     at com.Acrobot.iConomyChestShop.Logging.removeOld(Logging.java:77)
    2011-06-08 11:18:03 [SEVERE]     at com.Acrobot.iConomyChestShop.Logging.run(Logging.java:82)
    2011-06-08 11:18:03 [SEVERE]     at org.bukkit.craftbukkit.scheduler.CraftWorker.run(CraftWorker.java:34)
    2011-06-08 11:18:03 [SEVERE]     at java.lang.Thread.run(Unknown Source)
     
  19. Offline

    Acrobot

    @Kainzo
    @xLoGiiKzZo
    @Noffletoff
    Could you provide me with more informations?
    Does anything pop up in console? What errors do you get?

    @Darcion
    I hate EBean now...
    So, basically:
    go to iConomyChestShop.jar and open it with WinRAR/7Zip/Something, find plugin.yml and delete the line that says "database: true"

    @desy_troyder
    @stabstalker
    That's probably Permission's bug - if I re-did my configuration, permission nodes worked fine :/

    @Darkvoltage3
    It doesn't matter if the item is spelled with spaces, "_", capitals - It works for any combination:
    For example:
    IronOre
    is the same as
    Iron Ore
    and
    IRON_ORE

    BTW, there's /iteminfo command

    @link2110
    That's not my plugin's fault, I guess. My plugin does not modify block_break event.

    @Kudos
    Kinda weird, but I actually found a little bug that's already fixed in 3.0, however, 3.0 is not yet relased.
     
  20. Offline

    Kainzo

    @Acrobot - I changed this setting.
    maxPrice: 1000 minPrice: 0.1
    from 0/0
    No one can sell to shops - but they can buy (permissions have been granted)
     
  21. Offline

    Acrobot

    @Kainzo
    Hmm, okay, and do people get any message or is there one in server's log? Did you try re-downloading?
     
  22. Offline

    Kainzo

    Have not tried redling - I'll try that now - I dont see anything in the server log - they get the "The owner doesnt want you buying from this shop"
    style msg.
     
  23. Offline

    Acrobot

    @Kainzo
    Oh right, I had that issue before fixing re-download, so this MIGHT be the issue.
     
  24. Offline

    Kainzo

    Just trying to avoid players from having free storage units - so I thought it was a smart idea to set it to 0 for minimum then tried 1.
     
  25. Offline

    Acrobot

    @Kainzo
    Yeah, I know, but the weirdest thing is that it shouldn't happen, as the price checking is executed only on sign create o.0
    Did you try re-downloading?
     
  26. Offline

    Noffletoff

    @Acrobot

    Turns out permissions was out of date. Sorry about that.
     
  27. Offline

    Acrobot

    @Noffletoff
    Okay, thanks for help and support!
     
  28. Offline

    Kainzo

    @acrobat - trying to reload now.
     
  29. Offline

    Acrobot

    @Kainzo
    Reload does not work with plugin that use EBeans (unfortunately :/), so you need to restart the server, anyways, I g2g to sleep - bye
     
  30. Offline

    Kainzo

    thanks for heads up!
     
  31. Offline

    xLoGiiKzZo

    @Acrobot nope i dont get any errors :/ I really need a Shop Plugin. The Citizens Trader NPCs wont work correctly either
     

Share This Page