Help with command signs plugin

Discussion in 'Bukkit Help' started by the_killer_ch, Sep 17, 2013.

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

    the_killer_ch

    I am using the plugin Command signs v. 1.9.1.1 in my server.
    I set the permission: commandsigns.use.* to all groups, but it doesn't work, when players try to click the sign to get their reward after finishing a dungeon they get the error: "you don't have permission to use this command", and this happens to admins too.
    I use bpermissions and I have per world permissions.

    This is the group.yml for the dungeon world(the only one that uses signs):
    Code:
    default: player
    groups:
      player:
        permissions:
        - multiverse.access.*
        - multiverse.portal.access.*
        - multiverse.portal.access.skesmond
        - multiverse.portal.skesmond
        - towny.wild.switch.*
        - towny.wild.item_use.*
        - ^bpermissions.build
        - commandsigns.use.*
        groups: []
      admin:
        permissions:
        - bpermissions.admin
        - bpermissions.build
        - '*'
        - commandsigns.use.*
        groups:
        - moderator
        meta:
          priority: '100'
          prefix: '&5Admin'
      moderator:
        permissions:
        - multiverse.access.*
        - logblock.*
        - ipcheck.*
        - announcer.moderate
        - ChestShop.name.*
        - ChestShop.mod
        - BOSEconomy.admin.save
        - bpermissions.build
        - commandsigns.use.*
        groups:
        - player
        meta:
          priority: '50'
          prefix: '&7Moderator'
    Is there anyone that can help me?

    Thanks a lot
     
  2. Offline

    martian3333

    the_killer_ch
    The problem may come from the way the sign is setup. Did you use /#<command> or /*<command> when setting the sign to give them a reward?
     
  3. Offline

    the_killer_ch

    I wrote:
    Code:
    /*econ add <name> 100
    <Removed double post - Use edit button to edit your post - Necrodoom>
     
  4. Offline

    the_jane_doe

    Is there anyone that can help us please? We tried everything and the plugin is still not working, we use commandsigns to give rewards to players that finish dungeons, and doing dungeons is the only way to earn money in our server.
    We tried:
    Code:
    /*econ add <name> 100
    /^econ add <name> 100
    /#econ add <name> 100
    Thanks you very much
     
  5. Offline

    the_killer_ch

    Anyone? Its a misterious problem!
     
Thread Status:
Not open for further replies.

Share This Page