SuperPerms

Discussion in 'Bukkit Help' started by Gveradux, Oct 23, 2011.

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

    Gveradux

    I need SuperPerms for my Citizens thing. I want non-ops to be able to trade with trader npc's. and apparently, only ops can if it can't find a permission thingy. I need superperms as thats the only compatible one!
     
  2. Offline

    Vhab

    Plugins like PermissionsEx, bPermissions and PermissionsBukkit will handle this for you.

    (Permissions 2.7 and Permissions 3 won't work. You shouldn't be using these either way for exactly that reason, it doesn't support SuperPerms)
     
  3. Offline

    Gveradux

    bump.

    Im using PermissionsBukkit, yet it wont work. This is the text in the file:

    # PermissionsBukkit configuration file
    #
    # A permission node is a string like 'permissions.build', usually starting
    # with the name of the plugin. Refer to a plugin's documentation for what
    # permissions it cares about. Each node should be followed by true to grant
    # that permission or false to revoke it, as in 'permissions.build: true'.
    # Some plugins provide permission nodes that map to a group of permissions -
    # for example, PermissionsBukkit has 'permissions.*', which automatically
    # grants all admin permissions. You can also specify false for permissions
    # of this type.
    #
    # Users inherit permissions from the groups they are a part of. If a user is
    # not specified here, or does not have a 'groups' node, they will be in the
    # group 'default'. Permissions for individual users may also be specified by
    # using a 'permissions' node with a list of permission nodes, which will
    # override their group permissions. World permissions may be assigned to
    # users with a 'worlds:' entry.
    #
    # Groups can be assigned to players and all their permissions will also be
    # assigned to those players. Groups can also inherit permissions from other
    # groups. Like user permissions, groups may override the permissions of their
    # parent group(s). Unlike users, groups do NOT automatically inherit from
    # default. World permissions may be assigned to groups with a 'worlds:' entry.
    #
    # The cannot-build message is configurable. If it is left blank, no message
    # will be displayed to the player if PermissionsBukkit prevents them from
    # building, digging, or interacting with a block. Use '&' characters to
    # signify color codes.

    users:

    groups:
    admin:
    permissions:
    permissions.*: true
    inheritance:
    - user
    messages:
    build: '&cYou do not have permission to build here.'

    can someone edit it so that non-ops can trade with the npc's?

    Non-ops:

    soft319
    meew0
    whizzkid
    wulfmaster

    Ops:

    Gveraduxal
    fire219

    Ok. Can someone set it up so non-ops can trade with the npc traders (citizens plugin)?

    Here are the files necessary (PEX created them)
    Download URL: http://dl.dropbox.com/u/41073707/ServerNecs.rar



    Non-ops:

    soft319
    meew0
    whizzkid
    wulfmaster

    Ops:

    Gveraduxal
    fire219

    PLEASE HELP I REALLY NEED HELP!

    what's wrong with this:

    groups:
    Default:
    default: true
    prefix: '&6[&7Default&6] &f
    suffix: '&f'
    permissions:
    worlds:
    world:
    permissions:
    - citizens.trader.use.trade
    Citizen:
    default: false
    prefix:
    suffix:
    permissions:
    - citizens.trader.use.trade
    worlds:
    world:
    permissions:
    Builder:
    default: false
    prefix:
    suffix:
    permissions:
    - citizens.trader.use.trade
    worlds:
    world:
    permissions:
    Moderator:
    default: false
    prefix:
    suffix:
    permissions:
    - citizens.trader.use.trade
    worlds:
    world:
    permissions:
    Admin:
    default: false
    prefix:
    suffix:
    permissions:
    - citizens.trader.use.trade
    worlds:
    world:
    permissions:
    - citizens.trader.use.trade
    - '*'
    Co-Owner:
    default: false
    prefix:
    suffix:
    permissions:
    - citizens.trader.use.trade
    - '*'
    worlds:
    world:
    permissions:
    Owner:
    default: false
    prefix:
    suffix:
    permissions:
    - permissions.manage
    - permissions.manage.reload
    - permissions.manage.config
    - permissions.manage.backend
    - permissions.manage.users
    - permissions.manage.dump
    - permissions.manage.worlds
    - permissions.manage.worlds.inheritance
    - permissions.manage.users
    - permissions.manage.users.permissions
    - permissions.manage.users.permissions.timed
    - permissions.manage.membership
    - permissions.manage.groups.inheritance
    - permissions.manage.groups
    - permissions.manage.groups.create
    - permissions.manage.groups.remove
    - permissions.manage.groups.permissions
    - permissions.manage.groups.permissions.timed
    - '*'
    users:
    Gveraduxal:
    group:
    - Owner
    fire219:
    group:
    - Admin
    WhizzKid:
    group:
    - Moderator
    soft319:
    group:
    - Citizen
    meew0:
    group:
    - Citizen
    wulfmaster:
    group:
    - Citizen
    whizzkid:
    group:
    - Moderator

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 20, 2016
Thread Status:
Not open for further replies.

Share This Page