Chestshop Bug

Discussion in 'Bukkit Help' started by WoaCheng, Sep 10, 2012.

Thread Status:
Not open for further replies.
  1. Offline

    WoaCheng

    Hey,

    i have a problem with my chestshop plugin. i installed it and can create a shop as ops.
    But if i login as a builder (with build permission) i cant buy or sell the torches in shop by right oder leftclicking on the shild. i installed the plugin iconomy too and /money says me, there 30 Dollars.

    \plugins\groupmanager\worlds\world\groups.yml:

    Code:
      Builder:
        default: false
        permissions:
        - iConomy.holdings
        - iConomy.help
        - iConomy.payment
        - ChestShop.shop.buy
        - ChestShop.shop.sell
        inheritance:
        - default
        - g:essentials_builder
        - g:towny_builder
        info:
          prefix: '&2'
          build: true
          suffix: ''
    Thanks for Help :)
     
  2. Offline

    jacklin213

    WoaCheng likes this.
  3. Offline

    WoaCheng

  4. Offline

    tmac_kb24

  5. Offline

    WoaCheng

    i changed and updated it but it doesnt work :(
     
  6. Offline

    jacklin213

    What other plugins do u have again :)
     
    WoaCheng likes this.
  7. Offline

    WoaCheng

    hey,

    ChestShop
    Essentials/GeoIP/XMPP
    Groupmanager
    iConomy
    Lift
    Pets
    WorldEdit/Guard
     
  8. Offline

    Necrodoom

    i see no problem on the permissions side.
     
    WoaCheng likes this.
  9. Offline

    WoaCheng

    then what is it? :(
     
  10. Offline

    Adrenaline

    Try to add ChestShop.admin FOR ONLY TEST. and give me result if it work ;)

    I have few ideas but at this moment i cannot say anything ..
     
    WoaCheng likes this.
  11. Offline

    Acrobot

    You know, it would certainly help if you told us what message you get. "I can't sell nor buy" doesn't tell anything - WHAT message do you get in chat? Do you get any errors in the console?
     
    WoaCheng likes this.
  12. Offline

    WoaCheng

    Adrenaline: i tried "ChestShop.admin" as permission in builder group, but no changes

    Acrobot: i get no messages in chat and no errors in console
     
  13. Offline

    Acrobot

    WoaCheng
    Hm... Do you, by any chance, try to click with a block in hand? The new Minecraft clients don't send packets for blocks that couldn't be placed. Try doing that with empty hand. Also, are you really really sure that your sign is right?
     
    WoaCheng likes this.
  14. Offline

    WoaCheng

    yes but no changes :(

    As i created the shop there was the message that the shop is created.
    and on the sign is:

    My Name
    4
    8 B:S 4
    Torch

    And in the chest are 64 torches.
     
  15. Offline

    Acrobot

    WoaCheng
    Hmm, the sign should work, but could you try doing it like that?

    Your Name
    4
    B 8:4 S
    Torch

    If that works, that means that there is a bug in ChestShop that prevents the first format from working.
     
    WoaCheng likes this.
  16. Offline

    WoaCheng

    No, i doesnt work :(
     
  17. Offline

    jacklin213

    WoaCheng likes this.
  18. Offline

    WoaCheng

    no, there is nothing :(
     
  19. Offline

    Wolvereness Bukkit Team Member

  20. Offline

    WoaCheng

    thanks for this link, but nothing of this works on my server. i tested it with block, with only hand, one block right, left, over, everything, but no message and no purchase. But i have money.

    LogWatch: I dont understand how to install that? and i dont have a minecraft.jar file.
     
  21. Offline

    jacklin213

    where does it say that? and yes you do have a minecraft.jar file Everyone who plays minecraft has
    its in %appdata%\.minecraft\bin\minecraft.jar
     
    WoaCheng likes this.
  22. Offline

    Necrodoom

    thats his signature, not something he actually tells you to do.
     
    WoaCheng likes this.
  23. Offline

    WoaCheng

    oh ok. i was thinking he tells me that^^
    because i have a signature, too, but i dont see it here.

    So what to do with the shop? And the first part i said was right:

     
  24. Offline

    Necrodoom

    IMO it looks like the signs arent detected by chestshop at all (are the signs changing when placed?) protection plugins may cause something like this, or chestshop it self failing to work properly.
     
    WoaCheng likes this.
  25. Offline

    WoaCheng

    Yes, the sign fill in my name in first line. so i think
     
  26. Offline

    Necrodoom

    hm, so sign is detected and activated properly, and permissions are detected for sign place. possibly a signinteractevent deny, i think its still using 1.2.5 method, so check against your protection plugins for sign usage deny.
     
    WoaCheng likes this.
  27. Offline

    WoaCheng

    i dont understand what u want to tell me. how i check against protection plugins for sign usage deny?
     
  28. Offline

    Necrodoom

    do you have any plugins that block placing blocks/using levers/pressure plates and similar?
     
  29. Offline

    Acrobot

    necrodoom
    Excuse me, but what "1.2.5" method? Also, there is no SignInteractEvent, just PlayerInteractEvent.

    WoaCheng
    Check EssentialsProtect (disable it for a moment). It tends to break plugins.
     
  30. Offline

    Necrodoom

    refenced the way that is used to get sign interact, before 1.3, seen plugins using workarounds for the place event, didnt want to explain how exactly they override it so said that, and thanks for correction on event
     
Thread Status:
Not open for further replies.

Share This Page