Solved I need help with Essentials shop

Discussion in 'Bukkit Help' started by Jikjule, Feb 20, 2014.

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

    Jikjule

    Hey, I was wondering if some people could help me with this Essentials Shop plugin problem.

    When I was playing on my Minecraft server, I also don't generally play Minecraft but I still need help.
    The shop, we setup a "blacksmith shop" and the [Buy] signs aren't working (we know that its disabled, we enabled them so were using them) whenever a player joins, and try's to use one of the signs, it doesn't give them it and also doesn't say anything like "$50 has been taken out of your account." It just says nothing. Anyone know any solutions? I'll show you my permissions file.

    Group Manager Permissions

    # Group inheritance
    #
    # Any inherited groups prefixed with a g: are global groups
    # and are inherited from the GlobalGroups.yml.
    #
    # Groups without the g: prefix are groups local to this world
    # and are defined in the this groups.yml file.
    #
    # Local group inheritances define your promotion tree when using 'manpromote/mandemote'

    groups:
    Default:
    default: true
    permissions:
    - -bukkit.command.kill
    - auction.bid
    - auction.start
    - essentials.afk
    - essentials.afk.auto
    - essentials.chat.color
    - essentials.kit
    - essentials.kits.tools
    - essentials.mail
    - essentials.msg
    - essentials.msg.color
    - essentials.pay
    - essentials.sell
    - essentials.tpa
    - essentials.tpaccept
    - essentials.tpdeny
    - signs.use.buy
    - signs.use.disposal
    - signs.use.feed
    - signs.use.free
    - signs.use.heal
    - signs.use.mail
    - signs.use.repair
    - signs.use.sell
    - signs.use.warp
    - signs.use.weather
    - signs.use.warp
    - essentials.balance
    - essentials.pay
    - essentials.warp

    inheritance:
    - g:groupmanager_default
    - g:bukkit_default
    - g:essentials_default
    - g:towny_default
    info:
    prefix: '&e '
     
  2. Offline

    Necrodoom

    Give essentials.signs.use.signname permission. you forgot the 'essentials.' part.
     
  3. Offline

    Jikjule

    I've been experienced with permissions. I'm not new to this. This problem is just new.

    It doesn't work. <Removed advertising - Necrodoom>
     
  4. Offline

    WhoThatSword


    add perm essentials.sign.use.buy
     
  5. Offline

    Jikjule

    Doesn't work. :(
     
  6. Offline

    Necrodoom

    Do not advertise servers here.
    Paste edited permissions file using www.pastebin.com.
     
  7. Offline

    Jikjule

    I wasn't. I was just seeing if you can see whats happening on my server, if you don't really see whats wrong.
     
  8. Offline

    JaguarJo

    Jikjule So there's a blank line in your default group right after the permissions are listed and before the inheritance line. You don't want blank lines in the middle of that file. Also, if you want to check files for formatting errors yourself, you can paste the file in here: http://yaml-online-parser.appspot.com/ and it will tell you which lines are breaking the file.
     
  9. Offline

    RocketSa

    try this essentials.sign.use.*
     
  10. Offline

    Jikjule

    Guyz, I don't want them to use all the kits, and also, the kits is just bugging it, there not an permissions error.
     
  11. Offline

    JaguarJo

    Jikjule Not sure why you're quoting me for your response...what I said has nothing to do with kit permissions. There is an entire blank line in the middle of the perms you pasted. If it isn't really in your file, but is just showing up when you pasted your perms here for some reason, then you can ignore what I said. But if it is in your file, then it needs removed.

    Honestly, if you would just post your perms file on pastebin.com like Necrodoom said, then everyone would have a much easier time helping you find what might be wrong with it. Formatting doesn't copy over correctly when you just paste it into the comments section.
     
  12. Offline

    Jikjule

    Ok. I found the error. They updated it.
     
Thread Status:
Not open for further replies.

Share This Page