Problem/Bug Need Help With Permissions

Discussion in 'General Help' started by Yaskah, Feb 25, 2015.

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

    Yaskah

    Hi guys first i told you that i speak english very badly so be nice ;)

    I'm trying to create some Signs warp and Signs Kits but i have problem with my permissions , when i'm using them while i'm OP it work , but when i deop myself it say that i have " NO PERMISSIONS".

    Here is my code and i'm using PermissionsBukkit.

    Code:
    # 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.
    users:
      ConspiracyWizard:
        permissions:
          permissions.example: true
        groups:
        - default
      4e7b5004-9341-3904-ab18-28bedb4ae68d:
        groups:
        - default
        worlds:
          KAmiCity:
            permissions.build: true
    groups:
      default:
        permissions:
          permissions.build: false
          clickwarp.warp: true
          clickwarp.invwarp: true
          clickwarp.invwarp.item: true
        worlds:
          spawn:
            essentials.spawn: true
            essentials.kit.pvp: true
            essentials.kit.Tools: true
            essentials.kit.Firework: true
            essentials.signs.use.Firework: true
            essentials.signs.use.warp: true
            essentials.signs.use.KamiCity: true
      admin:
        permissions:
          permissions.*: true
        inheritance:
        - user
      user:
        permissions:
          permissions.build: false
        worlds:
          creative:
            coolplugin.item: true
        inheritance:
        - default
    messages:
      build: '&cTu ne peux pas construire ici !'
    debug: false
    So if you guys could help me it would be awesome , i'm new at creating minecraft servers.
    I don't even have the /help commands etc...
    I guess i have to put it on the permissions too , but first i want to fix my first problem.
    Thanks.
     
  2. Offline

    jeremygascan

    I suggest that you switch to Pex or Group Manager, It is more stable and easier to set up. You can also find alot more stuff on google.

    Just Google something like "(Name of the permissions plugin you are using) ranks pastebin" Ex: "Pex ranks pastebin"

    Hope this helped you, if you need more help just send me a Pm and I can help you futher.

    ~Jeremy
     
  3. Offline

    Yaskah

    Yeah i've heard about Group Manager but when i look at the permission code its almost the same.
    Anyway thanks i will try to do with Group Manager.
    But if someone have the answer for my question it would be nice if he tell us because it can help me and other people.
     
Thread Status:
Not open for further replies.

Share This Page