People can't build? Essentials?

Discussion in 'Bukkit Help' started by WayneMC, Jul 31, 2011.

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

    WayneMC

    People could normally build without being an OP, but I recently installed Essentials for my server, and now they need OP to build? I'm running the latest version of essentials, and craftbukkit build 1000.

    Also, when people are OPed, it makes there name red, but..I want to make it so there separated, like I can op someone and make them a moderator, and have there prefix as moderator, and there name blue. But it just takes off moderator when there opped, and I can't change the colors separately like, moderator and admin, if i make them a mod, I can't change the color..
     
  2. Offline

    Banana937

    I would love to help, but I need to look at your config for Essentials and GroupManager/Permissions.

    I think I know exactly how to fix this problem, just when I see your configs I will be able to specifically show you how to fix it.
     
  3. Offline

    arcanise

    im having the same issue here are my plugins
    essentials
    heroicdeath
    lazyroad
    permissions(config below)
    voxelair
    worldedit




    permissions config file which i copied to all users/group files


    # Supports "Default" and "GroupUsers"
    plugin:
    permissions:
    system: default

    ##
    # Groups can contain inheritance.
    # To make a group inherit the permissions from another
    # group simply place the groups name in the "inheritance:"
    # field seperated by commas.
    #
    # Example: inheritance: Default,Admins,
    ##
    # All permissions including the asterisks must be placed in single quotes.
    # like so:
    #
    # - 'general.spawn'
    #
    # Otherwise errors will happen!
    ##
    # Globalized Permission settings:
    #
    # If a permission contains periods (.) you can denote a globalized parameter:
    #
    # - 'general.*'
    #
    # This will allow you to use all general commands.
    #
    ##
    #
    # Single Asterisk denotes all commands:
    #
    # - '*'
    ##
    groups:
    Default:
    default: true
    info:
    build: true
    permissions:
    - 'essentials.tell'
    - 'essentials.msg'
    - 'essentials.list'
    - 'essentials.home'
    - 'essentials.sethome'
    - 'essentials.afk'
    - 'essentials.whois'
    - 'essentials.mail'
    - 'essentials.helpop'
    - 'essentials.ping'
    - 'essentials.getpos'
    - 'essentials.spawn'
    - 'essentials.help'
    - 'essentials.motd'
    - 'mcbans.view_ban'
    - 'lwc.protect'
    - 'essentials.tp'
    - 'essentials.tpa'
    - 'essentials.tpahere'
    - 'essentials.tpaccept'

    Admins:
    default: false
    info:
    build: true
    inheritance:
    - Default
    permissions:
    - 'essentials.tphere'
    - 'essentials.tp'
    - 'mcbans.ban'
    - 'mcbans.tempban'
    - 'lwc.mod'
    - 'mywarp.warp.*'
    - 'general.exempt.placing'
    - 'general.exempt.usage'
    - 'mcbans.kick'
    - 'essentials.tpa'
    - 'essentials.tpahere'
    - 'essentials.tpaccept'
    - '*'
    - 'worldedit.*'

    ##
    # DarkGrave has control over all general commands.
    # sk89q can use /spawn & /setspawn
    ##
    users:
    arcanise:
    group: Admins
    permissions:

    jojo0912:
    group: Admins
    permissions:

    lilben0912:
    group: Default
    permissions:

    achawgo:
    group: Default
    permissions:

    Humpinglemur:
    group: Default
    permissions:

    Khall727:
    group: Default
    permissions:
     
  4. Offline

    arcanise

  5. Offline

    joker252

    Use the code tab next.

    And for the names and colours ect, Essentials have a built in preffix thingi and if you whant to use the premissions name/colour and preffix you have to disable the one in Essentials...
     
Thread Status:
Not open for further replies.

Share This Page