GENERAL| PERMISSIONS help!

Discussion in 'Bukkit Help' started by Fabio, Jan 24, 2011.

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

    Fabio

    Hey, I am trying to get General plugin to work with permissions

    # 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:​
    prefix:​
    suffix:​
    build: true​
    inheritance:​
    permissions:​
    - 'general.spawn'​
    - ' - ‘essentials.home'​
    - 'essentials.sethome'​
    - 'essentials.motd'​
    - 'essentials.help'​
    Moderator:​
    default: false​
    info:​
    prefix:​
    suffix:​
    build: true​
    inheritance:​
    - Default​
    permissions:​
    - 'general.time'​
    - 'general.teleport'​
    - 'general.teleport.here'​
    - 'general.player-info'​
    Admins:​
    default: false​
    info:​
    prefix:​
    suffix:​
    build: true​
    inheritance:​
    - Moderator​
    permissions:​
    - '*'
     - 'essentials.tp'
    - 'essentials.tphere'
    - ‘essentials.item'
    - ‘essentials.give'
    - ‘essentials.list'
    - ‘essentials.mail
    - ‘essentials.helpop'
    - ‘essentials.clearinventory'
    - ‘essentials.getpos'
    - ‘essentials.nick'
    - ‘essentials.whois'
    - ‘essentials.spawn'
    - ‘essentials.setspawn'
    - ‘essentials.tree'
    - ‘essentials.bigtree'
    - ‘essentials.top'
    - ‘essentials.time'
    - ‘essentials.kit'
    - ‘essentials.plugin'
    - ‘essentials.help'
    - ‘essentials.heal'
    - ‘essentials.motd'
    - ‘essentials.kick'
    - ‘essentials.ban'
    - ‘essentials.unban'
    - ‘essentials.banip'
    - ‘essentials.unbanip
    - ‘essentials.afk
    - ‘essentials.nuble
    - ‘essentials.sell
    - ‘essentials.rules
    - ‘essentials.msg



    ##

    # DarkGrave has control over all commands.​
    # sk89q can use /spawn & /time​
    ##

    users:​
    Nico122:​
    group: Admins​
    permissions:​
    TugaFun:​
    group: Admins​
    permissions:​
     
  2. Offline

    craftersins

    Use code tags next time.
    I don't really get your problem either, you are not telling whats not working or even giving some error output.
    Your admin should be fine with - '*' only no need to list all the stuff.
     
  3. Offline

    chill1977

    The general plugin should work with permissions out of the box so then it's all about adding the users, without code as is hard to tell where you went wrong.

    On another note: I'm trying to get this permissions set up myself and my problem is adding other plugins to the permissions list. Do I just add the commands to the groups or do I need to edit the individual yml for each plugin or add it somewhere else in the permissions yml?
     
Thread Status:
Not open for further replies.

Share This Page