[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

    Acrobot

    @RiHeDiPa

    Code:
    - 'iConomyChestShop.shop.create.<id>'
    
    Delete this.

    @esiao
    It seems like writing log to file fails. Turn it off and tell me if it works.

    @Naughtygeko
    Not yet

    @karsten1994
    That would be Bukkit's or this plugin's fault, I'm doing it as in tutorial.

    BTW, I am thinking about re-writing the plugin to make it even more flexible (So it allows selling multiple items etc.), so I may not update it at the moment :)
     
  3. Offline

    William Hall

    Hi, i have all my chestshop permissions correct, I even double checked. But when a player tries to make a shop it says "You can't make this type of shop" any ideas why?

    Also is there a way to get it to not alert me when someone sells/buys in my shop it spams my chat so much D:
     
  4. Offline

    RiHeDiPa

    @Acrobot thanks it worked :)
    cool pluggin by the way nice work
     
  5. Offline

    Rampage157

    Hello,
    Let me start by saying this Pluggin is fantastic, My wife, brother and I have been enjoying it for the last couple of days....My wife has run into a problem about setting up Dye shops....seems when we plug in the right ID for the specific Dye the sign places and the shop opens/sells/buys correctly but when my wife opens the chest to see the contents any wool sold back is Black wool, even if it was orange when it was buy/sold back.....it also crashes Her system, heck mine as well.
    If you can provide any assistance that would be apperciated or have any ideas. We are new to the modded Multiplayer worlds. Thank you for your time!
     
  6. Offline

    Acrobot

    @Rampage157
    Thanks for your support!

    Hmm... That's strange, on my server it works correctly...
    What do you mean by "crashes system"?
    Do you mean it crashes Minecraft?

    It seems like it's not a problem with my plugin, can you give me screenshot or a list of installed plugins?
    You can also remove plugins one-by-one and see if the issue is resolved.

    Also, I need 2 informations more:
    what is your CraftBukkit version? (Type /version in chat)
    what is your iConomyChestShop's version? (Type /icsversion in chat)
     
  7. Offline

    Rampage157

    Thank you for your quick response.
    Your right it crashes Minecraft, only on a certian type of Dye/wool, I think Pink, Orange wool.
    the CraftBukkit version is " Version git-bukkit-0.0.0-729g5ee3f0f-b766jnks<MC: 1.5_02>"
    IConomyChestShop version is " 2.72
    The Addons we are currently working with are as follows:
    BOSEconomy
    BlastControl
    FenceDoor By Ashour
    iConomyChestShop
    Lockette
    mcMMO
    MobBounty
    Permissions
    ThunderTools
    AppleTreePluggin
    The Blocks of Black wool that are spawned upon selling to the specific chests dont stack with other non-full stacks of Black wool.
    Thank you again for your assistance!
     
  8. Offline

    BSPiotr

    Any plans for a command / key-combination / config for selling multiple items at once even if the shop is set to 1 at a time?
     
  9. Offline

    Acrobot

  10. Offline

    William Hall

    No solution? D:
     
  11. Offline

    esiao

    I have another error now (I just have redownload the config file and set language to french.
    No shop buildable, no possibility to buy sell ect...

    Code:
    2011-05-13 21:47:26 [SEVERE] Could not pass event PLAYER_INTERACT to iConomyChestShop
    java.lang.NullPointerException: Name is null
        at java.lang.Enum.valueOf(Enum.java:213)
        at org.bukkit.block.BlockFace.valueOf(BlockFace.java:6)
        at com.Acrobot.iConomyChestShop.Basic.goodCfg(Basic.java:42)
        at com.Acrobot.iConomyChestShop.Basic.checkConfig(Basic.java:134)
        at com.Acrobot.iConomyChestShop.iConomyChestShopPlayerListener.onPlayerInteract(iConomyChestShopPlayerListener.java:53)
        at org.bukkit.plugin.java.JavaPluginLoader$9.execute(JavaPluginLoader.java:254)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:257)
        at org.bukkit.craftbukkit.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:162)
        at net.minecraft.server.ItemInWorldManager.interact(ItemInWorldManager.java:207)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:521)
        at net.minecraft.server.Packet15Place.a(SourceFile:57)
        at net.minecraft.server.NetworkManager.a(NetworkManager.java:195)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:74)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:370)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
     
  12. Offline

    Acrobot

    @William Hall
    Not possible, your permissions file is wrong, paste it on pastebin.com
    The 2nd one - not yet

    @esiao
    Update the iConomyChestShop?
     
  13. Offline

    Aleyasu

    Hey awesome plugin... Except that when i set a shop up, when some1 tries to buy it sais: The shop owner doesnt want you to buy here!
    I tried everything to fix this...
    Here is the Permissions setup:
    Code:
    plugin:
        permissions:
            system: default
            copies: null
    groups:
        Guest:
            default: true
            info:
                prefix: '&5'
                suffix: '&5'
                build: false
                rank: 1
            inheritance: null
            permissions:
            - essentials.help
            - essentials.back
            - essentials.back.ondeath
            - essentials.portal
            - essentials.tpa
            - essentials.tpaccept
            - essentials.tpdeny
            - essentials.tpahere
            - essentials.home
            - essentials.sethome
            - essentials.home.others
            - essentials.warp
            - essentials.warp.list
            - essentials.balance
            - essentials.pay
            - essentials.msg
            - essentials.afk
            - essentials.rules
            - essentials.motd
            - essentials.me
            - essentials.list
            - essentials.mail
            - essentials.mail.send
            - essentials.helpop
            - essentials.whois
            - essentials.nick
            - essentials.suicide
            - wanted.file
        Trusted:
            default: false
            info:
                prefix: '&2'
                suffix: '&2'
                build: true
                rank: 2
            inheritance:
            - Guest
            permissions:
            - essentials.signs.trade.create
            - essentials.signs.trade.use
            - essentials.signs.buy.use
            - essentials.signs.sell.use
            - iConomyChestShop.shop.create
            - iConomyChestShop.shop.exclude
            - iConomyChestShop.shop.buy
            - iConomyChestShop.shop.sell
            - iConomyChestShop.command.iteminfo
            - lockette.user.create
            - jobs.job.Woodcutter
            - jobs.job.Miner
            - jobs.job.Builder
            - jobs.job.Digger
        Mod:
            default: false
            info:
                prefix: '&b'
                suffix: '&b'
                build: true
                rank: 6
            inheritance:
            - Trusted
            permissions:
            - essentials.ban
            - essentials.banip
            - essentials.mute
            - essentials.kick
            - essentials.unban
            - essentials.unbanip
            - essentials.togglejail
            - essentials.invsee
            - essentials.clearinventory
            - essentials.clearinventory.others
            - essentials.jails
            - essentials.give
            - essentials.item
            - essentials.kit
            - essentials.time
            - essentials.heal
            - wanted.read
            - colorme.list
            - colorme.remove
            - colorme.self
            - prefixer.remove
            - prefixer.self
            - prefixer.list
            - residence.admin
            - p2.user.setgroup
            - nocheat.speedhack
            - nocheat.flying
            - nocheat.moving
            - nocheat.airbuild
            - nocheat.bedteleport
            - nocheat.itemdupe
            - nocheat.bogusitems
            - worldedit.brush.clipboard
            - worldedit.brush.cylinder
            - worldedit.brush.ex
            - worldedit.brush.smooth
            - worldedit.brush.sphere
            - worldedit.chunkinfo
            - worldedit.clipboard.clear
            - worldedit.clipboard.copy
            - worldedit.clipboard.cut
            - worldedit.clipboard.flip
            - worldedit.clipboard.load
            - worldedit.clipboard.paste
            - worldedit.clipboard.rotate
            - worldedit.clipboard.save
            - worldedit.delchunks
            - worldedit.drain
            - worldedit.fill
            - worldedit.fixlava
            - worldedit.fixwater
            - worldedit.generation.cylinder
            - worldedit.generation.forest
            - worldedit.generation.pumpkins
            - worldedit.generation.sphere
            - worldedit.history.clear
            - worldedit.history.redo
            - worldedit.history.undo
            - worldedit.limit
            - worldedit.listchunks
            - worldedit.navigation.ascend
            - worldedit.navigation.ceiling
            - worldedit.navigation.descend
            - worldedit.navigation.jumpto
            - worldedit.navigation.thru
            - worldedit.navigation.unstuck
            - worldedit.navigation.up
            - worldedit.region.faces
            - worldedit.region.overlay
            - worldedit.region.replace
            - worldedit.region.set
            - worldedit.selection.expand
            - worldedit.selection.pos
            - worldedit.selection.size
            - worldedit.superpickaxe
            - worldedit.wand
            - lockette.admin.create.*
            - lockette.admin.break
            - lockette.admin.bypass
            - lockette.admin.snoop
            - lockette.admin.reload
        Admin:
            default: false
            info:
                prefix: '&4'
                suffix: '&4'
                build: true
                rank: 7
            inheritance:
            - Mod
            permissions: null
        Owner:
            default: false
            info:
                prefix: '&6'
                suffix: '&6'
                build: true
                rank: 99
            inheritance:
            - Admin
            permissions:
            - essentials.reloadall
            - essentials.gc
            - essentials.plugin
            - essentials.spawnmob
            - essentials.burn
            - essentials.ext
            - essentials.kill
            - essentials.ping
            - essentials.jail.exempt
            - essentials.setjail
            - essentials.deljail
            - essentials.unlimited
            - essentials.weather
            - essentials.thunder
            - essentials.lightning
            - announcer.admin
            - colorme.other
            - essentials.kill
            - mothernature.command.lightning
            - mothernature.wand
            - prefixer.other
            - SpawnX.setspawn
    users:
        Aleyasu:
            group: Owner
        BerserkerMime:
            group: Mod
        mgadrim96:
            group: Trusted
        Doc:
            group: Trusted
        Semi:
            group: Admin
        test:
            group: Trusted
    
    And the ChesstShop config file:
    Code:
    reverseButtons: false
    sell: true
    distance: 1
    position: 'any'
    protection: true
    
    #reverseButtons - If true, people buy with left click and sell with right click.
    #sell - Do you want to let people create/use shops, that buy things from players?
    #distance - Distance between the chest and the sign. (Warning, chests that aren't exactly that far WON'T work as shops)
    #position - Position of the chest, relative to the sign. Any for anything in radius of 1 block, other: goo.gl/YItRO
    #protection - Do you want to use built-in shop protection?
    
    LWCprotection: true
    signLWCprotection: false
    
    #LWCprotection - Do you want to protect the chests with LWC?
    #signLWCprotection - Do you want to protection signs with LWC? (Warning, gives LWC message when using shop!)
    
    log: true
    logToFile: false
    logFilePath: "plugins/iConomyChestShop/iConomyChestShop.log"
    
    #log - Do you want to log transactions and shop creating?
    #logToFile - Do you want to save the log to file? (Warning, this lags a bit - I reccomend turning this off, as server.log will have these informations too.)
    #logFilePath - Path to log file.
    
    sneakMode: true
    allowUsedItemsToBeSold: true
    stackUnstackableItems: false
    
    #sneakMode - Do you want to let people to shop using left mouse button, and destroy the shop signs when sneaking?
    #allowUsedItemsToBeSold - Do you want to let people sell used tools to the shop? (Warning, the tools will be "fresh" if player sells them. NOT RECCOMENDED)
    #stackUnstackableItems - Do you want to stack all items in chest?
    
    useDB: true
    howLongToStoreInformationInDB: 600
    intervalBetweenTransactions: 100
    
    #useDB - Do you want to use bukkit's built-in database to log the transactions? (Must be turned on, if you want to generate price list)
    #howLongToStoreInformationInDB - How old the transation must be before being deleted? (In seconds)
    #intervalBetweenTransaction - How often can one person buy or sell to the shop? (In miliseconds: 1000ms = 1 sec)
    
    generateTransactionList: false
    intervalBetweenGeneratingTransactionList: 5
    showUnusedItemsInGeneratedList: false
    generatedTransactionListPath: "plugins/iConomyChestShop/ChestShop.stats.html"
    
    #generateTransactionList - Do you want to generate average price, amount of bought, sold items page? (Currently in ALPHA state)
    #intervalBetweenGeneratingTransactionList - Interval between generating the list. (In seconds)
    #showUnusedItemsInGeneratedList - Do you want to show items, that were not bought/sold on the list?
    #generatedTransactionListPath - Path to your generated transaction list
    
    separatingLineAfterTransaction: false
    doNotRemoveSignIfNotCorrect: false
    serverAccountName: "Server"
    #separatingLineAfterTransaction - Do you want to show a line in the chat after transaction?
    #doNotRemoveSignIfNotCorrect - Do you want to keep the sign, if it's not correct?
    #serverAccountName - Name of server's economy account, leave blank if not used
    
    #Messages:
    showOutOfStock: false
    showMoneyAfterTransaction: false
    
    #showOutOfStock - Do you want to show "Out of stock" messages?
    #showMoneyAfterTransaction - Do you want to show your balance after transaction?
     
    # If you want to translate this file, do it yourself, or copy the "lang:" part from another translation.
    # Prefix will be dispayed at the beggining of every message.
    # You can use terms like <buyer>, <amount> or <item> in messages, however
    # only certain messagess offer this.
    #
    # <buyer> - nick of the person who bought from shop.
    # <seller> - nick of the person who sold to shop.
    # <owner> - nick of the person who own the shop.
    # <amount> - amount of item
    # <item> - name of item
    # <money> - amount of money with iConomy currency
    # <cost> - cost of the item
    #
    # You can always use hMod colors, like
    # &1, &f etc...
    # For example: This is my&6 golden text.
    
    #MAXIMUM OF 55 CHARACTERS WITH PREFIX!
    
    #Experimental: Try changing the prefix to '                          &a[Shop] &f                                             '
    #The text will be centered!
    lang:
        prefix: '&a[Shop] &f'
        Somebody_sold_items_to_your_shop: '<seller> sold <amount> <item> for <cost> to your shop!'
        Somebody_bought_items_from_your_shop: '<buyer> bought <amount> <item> for <cost>!'
        Your_shop_is_out_of_stock: 'Your <item> shop is out of stock!'
        You_cannot_use_your_own_shop: "You can't use your own shop!"
    
        You_bought_items: 'You bought <amount> <item> from <owner> for <cost>.'
    
        Your_inventory_is_full: 'Your inventory is full!'
        You_have_got_not_enough_money: "You don't have enough money!"
        Shop_is_out_of_stock: 'This shop is out of stock!'
    
        You_have_not_enough_items: 'You have not enough items to sell!'
        You_sold_items: "You sold <amount> <item> for <cost> to <owner>'s shop."
        Chest_is_full: 'This chest is full!'
    
        Seller_has_not_enough_money: "Seller has not enough money!"
        Seller_has_no_account: "Seller's account doesn't exist!"
        No_selling_to_this_shop: "Shop owner doesn't want you to sell here!"
        No_buying_from_this_shop: "Shop owner doesn't want you to buy here!"
    
        Your_balance: 'After transaction you have <money>.'
    
        Shop_is_created: 'Your shop has been successfully created!'
        Shop_cannot_be_created: "You have no chest set up!"
        Shop_was_LWC_protected: "Your shop was successfully protected with LWC."
    
        Mode_changed_to_sell: 'Mode set to selling!'
        Mode_changed_to_buy: 'Mode set to buying!'
    
        You_tried_to_steal: "Don't steal, you are going to be banned!"
        wait: "&4Wait!"
    
        iteminfo: "&aItem ID and names:"
        incorrectID: "Incorrect item ID!"
        Couldnt_fit_on_sign: "Couldn't fit something on the sign!"
        Negative_price: "Can't make shop with negative buy/sell price!"
        Incorrect_item_amount: "The item amount you specified is invalid!"
    I hope that you will be able to help me, i dont wanna keep using the Essentials sign shop :S
    Thanks!
     
  14. Offline

    Acrobot

    @Aleyasu
    It means that your shop is incorrectly formated. Please post a screenshot.
     
  15. Offline

    esiao

    Another error now ^^
    Code:
    2011-05-13 21:49:46 [SEVERE] Could not pass event SIGN_CHANGE to iConomyChestShop
    java.lang.NullPointerException: Name is null
        at java.lang.Enum.valueOf(Enum.java:213)
        at org.bukkit.block.BlockFace.valueOf(BlockFace.java:6)
        at com.Acrobot.iConomyChestShop.Basic.goodCfg(Basic.java:42)
        at com.Acrobot.iConomyChestShop.Basic.checkConfig(Basic.java:134)
        at com.Acrobot.iConomyChestShop.SignManager.onSignChange(SignManager.java:32)
        at org.bukkit.plugin.java.JavaPluginLoader$29.execute(JavaPluginLoader.java:376)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:257)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:898)
        at net.minecraft.server.Packet130UpdateSign.a(SourceFile:41)
        at net.minecraft.server.NetworkManager.a(NetworkManager.java:195)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:74)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:370)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
     
  16. Offline

    Acrobot

    @esiao
    Please post your config on Pastebin.com
     
  17. Offline

    esiao

  18. Offline

    Aleyasu

  19. Offline

    Acrobot

    @Aleyasu
    It's "B 15", not "B:15"

    @esiao
    Try changing "position" to "ANY" and tell me if it works.
     
  20. Offline

    Aleyasu

    @Acrobot thanks very much ^^ everything works fine now :)
     
  21. Offline

    William Hall

    well... i have all these permissions for chestshop in the group that can't create it:
    - iConomyChestShop.command.iteminfo
    - iConomyChestShop.shop.*
    - iConomyChestShop.shop.buy
    - iConomyChestShop.shop.create
    - iConomyChestShop.shop.sell

    I can't really see whats wrong
     
  22. Offline

    Acrobot

    maybe because it's with
    ---> '
    like
    - 'iConomyChestShop.shop.*'
     
  23. Offline

    esiao

    Works perfectly thanks
     
  24. Offline

    cpalms

    I'm having an error with my sign shops.

    I made a "AdminShop" where players can buy and *supposedly* sell most common items. This AdminShop is consisted of three 'Rooms". The "Iron Room" contains shops for common items like stone, cobble, and wood. "Gold Room" contains more rare items, and "Diamond Room" contains the rarest items. These rooms made from a variety of diamond ore, diamond blocks, gold blocks, and iron blocks, in sections. Naturally, I protected the whole shop with world edit.

    Here's the problem:

    Players can buy from all three rooms, but they can ONLY SELL at the Gold Room. I thought it may have been a world edit protection problem, I thought I had not protected the gold room by accident but i did some test with players and that wasn't the case.
    However, it must be pointed out that only certain groups cannot sell to the shops in the protected area, but can sell at un-protected player made shops.
    The gold-room runs East-West
    The Iron and Diamond runs North-South
    Don't know if this helps.

    What's going on here?
     
  25. Offline

    yup8

    can i still use iconomy or i have to use register?
     
  26. Offline

    Acrobot

    @yup8
    Register isn't a plugin. It is something, that plugin developers use in code, to make plugins compatible with many economy plugins, like iConomy.

    @cpalms
    And this might be Bukkit's bug :/
    I had similar problem with one server, it was a big shop, and shops didn't work just on one floor, facing certain direction :/
    Please try to make the shop in another chunk (move about 32 blocks), and tell me if it still does that.
     
  27. Offline

    BrokenTomato

    Hi Acrobat!

    Looks like a great plugin. But I am experiencing some problems with Admin Shops.

    We have iConomy 4.65 and iConomyChestShop 2.73.

    I create a sign:
    Admin Shop
    1
    4:10
    Diamond

    And it says that the shop was created successfully, but the sign is just blank. (Saw some others reporting this earlier.)
    The current plugins I use:
    [​IMG]

    My config: http://pastebin.com/DerZC37a

    Thanks for helping me out. I will keep trying.
     
  28. Offline

    Acrobot

    @BrokenTomato
    Try setting "position" to "ANY" - upper case.
     
  29. Offline

    halvors

    I have a problem. I place the chest behind a wall, then i'm not able to create the sign... What could the problem be? Uppercase "ANY" for me too?
     
  30. Offline

    BrokenTomato

    Ok, I found out why that specific happens. If i set signLWCprotection: false it works! Will the sign be protected now?
     
  31. Offline

    Acrobot

    @BrokenTomato
    Yes, it will.

    @halvors
    It won't work with "ANY" at the moment. (Re-writing the plugin)
     

Share This Page