[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

    FXStrato

    Will this be updated to be able to use with permissions 2.4? For some reason, now im getting the permissions issue.
     
  3. Offline

    Acrobot

    I will, I will :)
    I'm writing from the school atm, but when I'm back home I'll re-code it again :p

    What I have done is - I used permissions 2.1(I think, if not it was Permissions 2.0) AND GroupManager.
    It worked flawlessly.

    @Adellus -
    Did you try the 0.74 version?
    Also, I don't remember, but does iConomy work with CB440?
     
  4. Offline

    Johnathon

    I had the same issue after downloading the new for everything version - but then I realized that was version 0.72 so I downloaded the standalone 0.74 and it works perfectly.

    Question - Is the 'Buy' function meant to be for a global admin shop only at the moment? I created a buy sign which stated:

    Buy
    64
    999
    DIRT

    to test it out - I can sell 64 dirt for 999 of my currency, but it doesn't deduct it from my balance so I actually make a fortune that way. (Makes sense if it's meant to be for global shop usage, but if players can make the signs it would be an issue)

    Thanks,
    Johnathon
     
  5. Offline

    Moe041991

    hey
    HEy Acrorobot, is this working with iC4? and which file do i have to use.
     
  6. Offline

    Acrobot

    It is working with iC4 and you should use iConomyChestShop.zip
    Also, I will try to code today
     
  7. Offline

    Adamadz

    Okay the error in the "server" file (serverlog dosent show) is:

    2011-02-28 18:00:56 [SEVERE] Could not pass event BLOCK_RIGHTCLICKED to iConomyChestShop
    java.lang.NoClassDefFoundError: com/nijiko/coelho/iConomy/system/Bank
    at com.bukkit.Acrobot.iConomyChestShop.iConomyChestShopBlockListener.onBlockRightClick(iConomyChestShopBlockListener.java:122)
    at org.bukkit.plugin.java.JavaPluginLoader$21.execute(JavaPluginLoader.java:232)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:225)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:495)
    at net.minecraft.server.Packet15Place.a(SourceFile:57)
    at net.minecraft.server.NetworkManager.a(SourceFile:230)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:70)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:338)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:253)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)

    On the real server thing it says after the error:

    severe could not pass event BLOCK_RIGHTCLICKED to iConomyChestShop

    Caused by java.lang.ClassNotFoundException: com.nijiko.coelho.iConomy.system.bank

    I have not changed the config file for iConomyChestShop also i dont know how to put on.
    Hope this Helps! :)
     
  8. Offline

    Acrobot

    It seems like you're using a bad version of iConomy.
    0.73 works with iConomy 3,
    0.74 - with iConomy 4
     
  9. Offline

    Nader

    i don't get something =/...
    if i use (myname)
    (amount)
    (price)
    (DIRT)

    it works... other plays can buy from me..

    if i use buy
    (amount)
    (price)
    (DIRT)
    it fails.... (no messages/errors or anything.. just serves no function... (says shop was created successfully though), and yea the option in settings is enabled...
    running on latest craftbukkit build i beleive (1.3)
     
  10. Offline

    Olat

    Code:
    [SEVERE] Could not pass event BLOCK_RIGHTCLICKED to iConomyChestShop
    java.lang.IllegalArgumentException: No enum const class org.bukkit.block.BlockFace.
            at java.lang.Enum.valueOf(Enum.java:214)
            at org.bukkit.block.BlockFace.valueOf(BlockFace.java:6)
            at com.bukkit.Acrobot.iConomyChestShop.iConomyChestShopBlockListener.onBlockRightClick(iConomyChestShopBlockListener.java:111)
            at org.bukkit.plugin.java.JavaPluginLoader$21.execute(JavaPluginLoader.java:232)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:225)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:500)
            at net.minecraft.server.Packet15Place.a(SourceFile:57)
            at net.minecraft.server.NetworkManager.a(SourceFile:230)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:70)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:338)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:253)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    
    Iconomy 2.1
    3.o Breaks Simpleshop
    icon 4.0 didnt load and gave me an error
    cb 440
     
  11. Offline

    Acrobot

    Firstly: try other versions of the plugin, like "ForNewEverything.zip"
    Also, check your config.yml, it is incorrectly formatted or it doesn't exist.
     
  12. Offline

    Puremin0rez

    0.73 works fine for me with iConomy 3 flatfile, but when I switch from flatfile to sqlite for iConomy 3 I get this error:
    Code:
    [SEVERE] Could not pass event BLOCK_RIGHTCLICKED to iConomyC
    hestShop
    java.lang.NullPointerException
            at com.bukkit.Acrobot.iConomyChestShop.iConomyChestShopBlockListener.onB
    lockRightClick(iConomyChestShopBlockListener.java:239)
            at org.bukkit.plugin.java.JavaPluginLoader$21.execute(JavaPluginLoader.j
    ava:232)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
    a:59)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
    ava:225)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:500)
            at net.minecraft.server.Packet15Place.a(SourceFile:57)
            at net.minecraft.server.NetworkManager.a(SourceFile:230)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:70)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:338)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:253)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    I would like to use sqlite for iConomy because I can't get flatfile to save. Thank you.

    CB # 440
     
  13. Offline

    FXStrato

    Can someone explain to me how this would work? I still don't get how everything is supposed to happen... i can make the shop, but when a freind comes along to try it out, he can just take the item, no shop message appearing...
     
  14. Offline

    Adellus

    So with a buy shop, what pays the player who is buying the item? Technically a player can set up a shop and sell items to it, then remove from the chest and sell again gaining infinate revenue
     
  15. Offline

    Meteo

    Same as him, i get this error if i even try to right click.......
     
  16. Offline

    Gavor

    I love the plugin, and I may have missed the answer to this question, but please bear with me.

    How do I stop someone from destroying my shop sign and adding their own so the sale revenue from MY items goes to them? Without using worldguard regions.
     
  17. Offline

    Nader

    please help acro =/...
    same problem.. i've tried all your versions.. I can make the selling shops however when i make the buy shops:
    buy
    (amount)
    (price)
    (id)

    it goes that the buyshop has been created however, it doesn't function.. meaning, if someone clicks on the post, nothing happens...
     
  18. Offline

    LucidLethargy

    For some reason if I have a worldguard region protecting someone's shop, they cannot purchase or use the shop at all. Due to this, shops are pretty useless... They can easily be griefed without protections, so nobody will want to risk items. Is there any way to work around this, or will I have to abandon this amazing plugin?

    P.S. Just like Nader buy shops do nothing for me as well.

    I am on CB: 432, iConomyChestShop: 0.74

    Edit: I spoke too soon without enough testing! It occurred to me the problem was the fact I was not using my hand! Hand without anything in it works fine here, sorry about that! Thank you for all the updates, this is an AWESOME plugin!
     
  19. Offline

    Nader

    unforunately im not having the same result even when using hand..., gonna get CB:432, see if i can stick with that

    EDIT: and omg it works =p, new problem this time... players can sell things to their own shop.. (which means they can sell something, take it out and resell it (profit))
     
  20. Offline

    GyD

    Is it possible to protect the sign of the shop? Others users can destroy it :O

    Many thanks :)
     
  21. Offline

    Acrobot

    GyD - use worldGuard, I did a snip of code for the protection, but my beta-testers said it's better to have it Cuboided or something :p
    But I'll re-code the plugin from scratch maybe.
    It should work better.
     
  22. Offline

    uncovery

    I am using worldguar 4 alpha 1, Iconomy 4,1 CB 440 and latest chestshop:

    2011-03-01 22:39:27 [SEVERE] Could not pass event BLOCK_RIGHTCLICKED to iConomyChestShop
    java.lang.IllegalArgumentException: No enum const class org.bukkit.block.BlockFace.
    at java.lang.Enum.valueOf(Enum.java:214)
    at org.bukkit.block.BlockFace.valueOf(BlockFace.java:6)
    at com.bukkit.Acrobot.iConomyChestShop.iConomyChestShopBlockListener.onBlockRightClick(iConomyChestShopBlockListener.java:111)
    at org.bukkit.plugin.java.JavaPluginLoader$21.execute(JavaPluginLoader.java:232)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:225)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:500)
    at net.minecraft.server.Packet15Place.a(SourceFile:57)
    at net.minecraft.server.NetworkManager.a(SourceFile:230)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:70)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:338)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:253)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
     
  23. Offline

    Acrobot

    You have broken config.yml file (Or no such file).
     
  24. Offline

    Moe041991

    CB 440, 0,74, iC4/4.1 (tried both).
    Other plugins: Essentials, WG, WE, iC4/4.1/Jail, dynmap, Borderguard, Permissions 2.4

    with iC4
    couldnt even creative the sign right. Just nothing happened
    Code:
    2011-03-01 14:19:50 [SEVERE] Could not pass event SIGN_CHANGE to iConomyChestShop
    java.lang.IllegalArgumentException: No enum const class org.bukkit.block.BlockFace.
    	at java.lang.Enum.valueOf(Enum.java:214)
    	at org.bukkit.block.BlockFace.valueOf(BlockFace.java:6)
    	at com.bukkit.Acrobot.iConomyChestShop.iConomyChestShopBlockListener.onSignChange(iConomyChestShopBlockListener.java:476)
    	at org.bukkit.plugin.java.JavaPluginLoader$27.execute(JavaPluginLoader.java:262)
    	at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
    	at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:225)
    	at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:842)
    	at net.minecraft.server.Packet130UpdateSign.a(SourceFile:39)
    	at net.minecraft.server.NetworkManager.a(SourceFile:230)
    	at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:70)
    	at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
    	at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:338)
    	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:253)
    	at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    with iC4.1
    Code:
    2011-03-01 15:16:47 [SEVERE] Could not pass event SIGN_CHANGE to iConomyChestShop
    java.lang.IllegalArgumentException: No enum const class org.bukkit.block.BlockFace.
    	at java.lang.Enum.valueOf(Enum.java:214)
    	at org.bukkit.block.BlockFace.valueOf(BlockFace.java:6)
    	at com.bukkit.Acrobot.iConomyChestShop.iConomyChestShopBlockListener.onSignChange(iConomyChestShopBlockListener.java:476)
    	at org.bukkit.plugin.java.JavaPluginLoader$27.execute(JavaPluginLoader.java:262)
    	at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
    	at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:225)
    	at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:842)
    	at net.minecraft.server.Packet130UpdateSign.a(SourceFile:39)
    	at net.minecraft.server.NetworkManager.a(SourceFile:230)
    	at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:70)
    	at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
    	at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:338)
    	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:253)
    	at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    2011-03-01 15:18:03 [SEVERE] Could not pass event SIGN_CHANGE to iConomyChestShop
    java.lang.IllegalArgumentException: No enum const class org.bukkit.block.BlockFace.
    	at java.lang.Enum.valueOf(Enum.java:214)
    	at org.bukkit.block.BlockFace.valueOf(BlockFace.java:6)
    	at com.bukkit.Acrobot.iConomyChestShop.iConomyChestShopBlockListener.onSignChange(iConomyChestShopBlockListener.java:476)
    	at org.bukkit.plugin.java.JavaPluginLoader$27.execute(JavaPluginLoader.java:262)
    	at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
    	at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:225)
    	at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:842)
    	at net.minecraft.server.Packet130UpdateSign.a(SourceFile:39)
    	at net.minecraft.server.NetworkManager.a(SourceFile:230)
    	at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:70)
    	at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
    	at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:338)
    	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:253)
    	at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
     
  25. Offline

    Acrobot

    You have no config file/badly formatted file.
     
  26. Offline

    GyD

    My users start creating lot of market places, i'll be hard for the moderation team to create a cuboid for every shop ^^
     
  27. Offline

    Moe041991

    how do i fix it? i didnt even change that file.

    recently i got this error:

    Code:
    2011-03-01 19:05:16 [SEVERE] java.lang.NullPointerException
    2011-03-01 19:05:16 [SEVERE] 	at com.nijiko.coelho.iConomy.util.Messaging.argument(Messaging.java:51)
    2011-03-01 19:05:16 [SEVERE] 	at com.nijiko.coelho.iConomy.util.Template.parse(Template.java:49)
    2011-03-01 19:05:16 [SEVERE] 	at com.nijiko.coelho.iConomy.entity.iPlayerListener.onPlayerCommand(iPlayerListener.java:482)
    2011-03-01 19:05:16 [SEVERE] 	at com.nijiko.coelho.iConomy.iConomy.onCommand(iConomy.java:133)
    2011-03-01 19:05:16 [SEVERE] 	at org.bukkit.command.PluginCommand.execute(PluginCommand.java:31)
    2011-03-01 19:05:16 [SEVERE] 	at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:79)
    2011-03-01 19:05:16 [SEVERE] 	at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:183)
    2011-03-01 19:05:16 [SEVERE] 	at net.minecraft.server.NetServerHandler.c(NetServerHandler.java:619)
    2011-03-01 19:05:16 [SEVERE] 	at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:582)
    2011-03-01 19:05:16 [SEVERE] 	at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:576)
    2011-03-01 19:05:16 [SEVERE] 	at net.minecraft.server.Packet3Chat.a(SourceFile:24)
    2011-03-01 19:05:16 [SEVERE] 	at net.minecraft.server.NetworkManager.a(SourceFile:230)
    2011-03-01 19:05:16 [SEVERE] 	at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
    2011-03-01 19:05:16 [SEVERE] 	at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
    2011-03-01 19:05:16 [SEVERE] 	at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:357)
    2011-03-01 19:05:16 [SEVERE] 	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:272)
    2011-03-01 19:05:16 [SEVERE] 	at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    Is the file Chestshopfornew everything the right one?
     
  28. Offline

    Acrobot

    No, it isn't the right one.
    You should just use the iConomyChestShop.zip

    Also, @GyD, I'll add optional protection one day :3
     
  29. Offline

    Adellus

    for some reason when i set up a buy shop to buy sand with SAND on the last row it only wants to buy sandstone. What do i do to fix this?
     
  30. Offline

    Acrobot

    You should use noID: true, it's better.
     
  31. Offline

    Adellus

    its set to noID:true im having a smilar issue with cobblestone too, it tells me i dont have enough of the item :\
     

Share This Page