Problem/Bug Signs Not Working (Buy,Sell,TP)

Discussion in 'Bukkit Help' started by PalominosVIP, Jan 16, 2015.

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

    PalominosVIP

    Anyone who is not an operator or doesn't have the '*' permission node can't use any signs that have commands. Ex. Buy Signs and Warp Signs (from two different plugins)
    This is obviously a permission problem, since it works perfectly fine for operators.
    Although, I am quite certain that the default group has the necessary permissions to use the signs.
    Permission:
    - essentials.signs.use.buy
    I even gave them
    - essentials.signs.use.*
    It's not only essentials signs too, the RandomLocation plugin has a teleport sign that requires the permission node:
    - RandomLocation.Use
    and that doesn't work for the default group either.
    Here is a list of my plugins:

    WorldBorder
    GroupManager
    WorldEdit
    Spawner
    ChatControl
    PluginManager
    MassiveCore
    Vault
    HealthBar
    Bounty
    WorldGuard
    Announcer
    ClearLag
    ProtocolLib
    HolographicDisplays
    mcMMO
    ServerlistMOTD
    Essentials
    EnjinMinecraftPlugin
    CNCP
    EssentialsChat
    Factions
    CombatLog
    RandomLocation


    Please help me troubleshoot this! Thank you <3
     
  2. Offline

    crazy_chikken98

    @PalominosVIP did you enable the signs in the essentials config? you have a section in the config with all the signthings with a # before it, remove the # to enable those signs, perms arent for making things work, just for giving permissions
     
  3. Offline

    PalominosVIP

    @crazy_chikken98 Yes I removed all of the "#" symbols, mind you this isn't just an essentials problem, RandomTeleport also is not working.
    The config looks like this:
    enabledSigns:
    - color
    - balance
    - buy
    - sell
    - trade
    #- free
    #- disposal
    - warp
    #- kit
    - mail
    #- enchant
    #- gamemode
    #- heal
    - info
    #- spawnmob
    #- repair
    #- time
    #- weather
     
Thread Status:
Not open for further replies.

Share This Page