Inactive [ADMN/INFO] Permissions v2.1 - Continuing the legacy.

Discussion in 'Inactive/Unsupported Plugins' started by Nijikokun, Jan 21, 2011.

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

    Nijikokun

    Permissions 2.1 (Handler)
    Download 2.1 (Jar Only)
    Older: 2.0, 1.9, 1.8, 1.7, 1.6, 1.5, 1.4, 1.3, 1.2, 1.1, 1.0

    Permissions... Done right.
    Permissions allows plugin-authors to utalize a permission system that handles group inheritance, globalized permission settings, and more. All the features of a fine-grained permission system in one plugin.​

    Features
    1. Groups
    2. Group Inheritance, Allows for groups to gain permissions from other groups.
    3. User Permission System
    4. Fine Grained Permission system.
      1. Allowing for Globalized permissions
    5. Easy to use, setup, and implement.
    6. Two cache layers, first from file to memory, then from memory to cache.
      1. Plugins can control cache since version 2.1
    7. And much more.
    For the users


    Permissions gives server admins great control, mostly in-game reloading. Simply use /pr and the file will be re-cached and never touched again until you need to reload it. This allows you to quickly give your users the commands that they need without having to restart the server.

    Installation for 2.0 down:
    1. Download the archive.
    2. Extract contents to the /plugins folder.
    3. Open up /plugins/Permissions/config.yml
      1. Read / modify.
      2. Save.
    4. Reload Server.
    Changelog

    • 2.1
      • Multiple-World support
      • New cache layer, and cache control support for plugins
      • Editing features for plugins to hook into
      • Exempt nodes
      • World copying
    • 2.0
      • Forgot.
    • 1.9
      • Fully fixes inheritance.
        • Groups now inherit groups of groups that inherit groups of...
      • Cache system implemented.
      • Plugin authors can now delegate a variable system if needed.
      • API Updated with two new functions to get the point of what they do across.
        • Along with the new variable checks.
    • 1.8
      • Fixes the broken globalized node issue.
        • node.* is called a `globalized node`
    Supporting Plugins




    I have hit the character limit for this post.​

    Thanks to:
    • sk89q for hiearchical and node system idea.
    • Creator of GroupUsers for api implementation.
    This author has stopped development of this plugin. It is no longer supported and I wouldn't ask for help here, as you won't get any. New Permissions
    -RightLegRed
     
  2. Yes the config file is in plugins/permissions
     
  3. Offline

    Clontarf[X]

    Hi Legionarius,

    I see you are using BigBrother. Are you also using the latest Essentials? Is your BB also broken? Also;
     
  4. Offline

    littledude7644

    why is everyones text red
     
  5. Offline

    Legionarius

    it always throws that. It throws that because permissions isnt loaded first. That error is bogus. Also yes, big brother works perfectly as does the mysql db it is tied to.
     
  6. Offline

    chill1977

    Please if you have questions regarding Permissions, post your permissions config.yml. The problem here is obviously not permissions.

    2011-01-30 23:00:42 [INFO] WorldGuard: No known permissions plugin detected. Using configuration file for permissions.

    2011-01-30 23:00:42 [INFO] [Permissions] version [1.8] (Handler) loaded

    2011-01-30 23:00:43 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin for permissions.

    2011-01-30 23:00:43 [INFO] WorldGuard: Permissions plugin detected! Using Permissions plugin for permissions.

    So what exactly is it that permissions isnt restricting?
    --- merged: Jan 30, 2011 6:42 AM ---
    I see where it says you are running craftbukkit 161, if that is still the case then update it, 168 is fine.
    --- merged: Jan 30, 2011 6:42 AM ---
    Answered in convo.
     
  7. Offline

    Legionarius

    The config file is fine. You'll also see that true inheritance doesn't work correctly. I can't have a group inherit from one group in order to inherit from another. Its not hierarchical. Also, not a single user or group has essentials.item, yet they can use /i?
    Here:
    Code:
    plugin:
        permissions:
            system: default
    
    groups:
        Default:
            default: true
            info:
                prefix: f
                suffix:
                build: true
            inheritance:
            permissions:
                - 'essentials.getpos'
                - 'essentials.tell'
                - 'essentials.msg'
                - 'essentials.rules'
                - 'essentials.whisper'
                - 'essentials.list'
                - 'essentials.mail'
                - 'essentials.helpop'
                - 'essentials.help'
                - 'essentials.motd'
                - 'essentials.spawn'
                - 'essentials.kit'
                - 'essentials.kit.starter'
                - 'essentials.home'
                - 'essentials.sethome'
                - 'iConomy.payment'
                - 'iConomy.rank'
                - 'iConomy.list'
        Sand:
            default: false
            info:
                prefix: e
                suffix:
                build: true
            inheritance:
                - Default
            permissions:
                - 'essentials.kit.sand'
        Stone:
            default: false
            info:
                prefix: 7
                suffix:
                build: true
            inheritance:
                - Default,Sand
            permissions:
                - 'essentials.kit.stone'
        Iron:
            default: false
            info:
                prefix: 8
                suffix:
                build: true
            inheritance:
                - Default,Sand,Stone
            permissions:
                - 'essentials.kit.iron'
        Gold:
            default: false
            info:
                prefix: 6
                suffix:
                build: true
            inheritance:
                - Default,Sand,Stone,Iron
            permissions:
                - 'essentials.kit.gold'
        Diamond:
            default: false
            info:
                prefix: 3
                suffix:
                build: true
            inheritance:
                - Default,Sand,Stone,Iron,Gold
            permissions:
                - 'essentials.kit.diamond'
        Mod:
            default: false
            info:
                prefix: 2
                suffix:
                build: true
            inheritance:
            permissions:
                - '*'
        Admin:
            default: false
            info:
                prefix: 4
                suffix:
                build: true
            inheritance:
            permissions:
                - '*'
     
  8. Offline

    chill1977

    Essentials didnt load in that example you posted above, did you remove it?

    and prefix: 7 is not going to do anything but put a 7 in front of your name.
     
  9. Offline

    hyperch

    is there a way to set also a negative selection of permissions?

    e.g. a plugin provides like access to 50 commands. For a certain group you want to give them access to all of them but one or two.

    So you'd have an entry like:

    Code:
            permissions:
    #           Give full access to "myplugin"
                - 'myplugin.*'
            revoke:
    #           Remove permission for individuals commans in "myplugin"
                - 'myplguin.notallowed'
    
     
  10. Offline

    chill1977

    No
     
  11. Offline

    Euthyphro

    I'm using craftbukkit v162

    [​IMG]
     
  12. Offline

    Legionarius

    Essentials is loading, it has never shown in the log for me. We do however have /spawn, sethome, bigtree etc. We had General long ago but it has been un-installed so we should nave no other way to get those commands, so it is loading. Also, again, all the chat prefixes work and they are only set by permissions.
     
  13. Offline

    chill1977

    @Legionarius

    This config right here works fine with Essentials, Anti-build, PErmissions and craftbukkit 168. It DOES NOT give access to anyone but the mods and admin who have the '*' permission to the /item command. You need to set your color codes correct if you want them to work like prefix: '&f' but other than that there IS NOT a problem with this config, Essentials, Permissions, iChat, or AntiBuild as I just tested it and it works fine. If you have problems it is with other plugins. I simply added myself as a user in this config with groups: Gold and it said i did not have permission to use the /item command , I then changed myself to admin and it worked fine.

    Code:
    plugin:
        permissions:
            system: default
    
    groups:
        Default:
            default: true
            info:
                prefix: f
                suffix:
                build: true
            inheritance:
            permissions:
                - 'essentials.getpos'
                - 'essentials.tell'
                - 'essentials.msg'
                - 'essentials.rules'
                - 'essentials.whisper'
                - 'essentials.list'
                - 'essentials.mail'
                - 'essentials.helpop'
                - 'essentials.help'
                - 'essentials.motd'
                - 'essentials.spawn'
                - 'essentials.kit'
                - 'essentials.kit.starter'
                - 'essentials.home'
                - 'essentials.sethome'
                - 'iConomy.payment'
                - 'iConomy.rank'
                - 'iConomy.list'
                - 'permissions.reload'
        Sand:
            default: false
            info:
                prefix: e
                suffix:
                build: true
            inheritance:
                - Default
            permissions:
                - 'essentials.kit.sand'
        Stone:
            default: false
            info:
                prefix: 7
                suffix:
                build: true
            inheritance:
                - Sand
            permissions:
                - 'essentials.kit.stone'
        Iron:
            default: false
            info:
                prefix: 8
                suffix:
                build: true
            inheritance:
                - Stone
            permissions:
                - 'essentials.kit.iron'
        Gold:
            default: false
            info:
                prefix: 6
                suffix:
                build: true
            inheritance:
                - Iron
            permissions:
                - 'essentials.kit.gold'
        Diamond:
            default: false
            info:
                prefix: 3
                suffix:
                build: true
            inheritance:
                - Gold
            permissions:
                - 'essentials.kit.diamond'
        Mod:
            default: false
            info:
                prefix: 2
                suffix:
                build: true
            inheritance:
            permissions:
                - '*'
        Admin:
            default: false
            info:
                prefix: 4
                suffix:
                build: true
            inheritance:
            permissions:
                - '*'
     
  14. Offline

    Legionarius

    You can't use /i on our server now either unless you are mod or admin NOW THAT we turned restrict on in essentials config. We had it off because we wanted to let permissions handle it all, but that catastrophically broke everything. With restrict back ON it works properly. With it off (when it says it does nothing) it doesn't work properly. That was kind of my point :) Mostly a warning that the commenting in some plugins are less than trustworthy :D

    ALSO: those chat color prefixes do work, not sure why you think they don't (ChatColors is installed). We are using them.
     
  15. Offline

    dark navi

    Can someone please tell my why my config keeps being formatted like this?:
    Code:
    groups:
      Member:
        default: true
        info: {prefix: '[&bMember&f] ', suffix: '', build: true}
        inheritance: []
        permissions: [essentials.spawn, essentials.tpdeny, essentials.tpaccept, essentials.home,
          essentials.sethome, essentials.mail, essentials.mail.send, essentials.help,
          essentials.motd, essentials.rules, essentials.msg, essentials.compass, essentials.list,
          essentials.afk, /stats, /ach]
      Donator1:
        default: false
        info: {prefix: '[&5Donator&f] ', suffix: '', build: true}
        inheritance: [Member]
        permissions: [essentials.clearinventory, essentials.tpahere, essentials.tpa, essentials.top,
          essentials.depth, essentials.tptoggle, essentials.me]
      Donator2:
        default: false
        info: {prefix: '[&5Donator+&f] ', suffix: '', build: true}
        inheritance: [Donator1]
        permissions: []
      Donator3:
        default: false
        info: {prefix: '[&5Donator++&f] ', suffix: '', build: true}
        inheritance: [Donator2]
        permissions: []
      VIP:
        default: false
        info: {prefix: '[&9VIP&f] ', suffix: '', build: true}
        inheritance: [Donator1]
        permissions: []
      GM:
        default: false
        info: {prefix: '[&6GM&f] ', suffix: '', build: true}
        inheritance: [Donator3]
        permissions: [essentials.time, essentials.tpahere, essentials.tpa, essentials.tpo,
          essentials.item, essentials.getpos, essentials.whois, essentials.tree, essentials.bigtree,
          essentials.top, essentials.kit, essentials.kit.*, essentials.heal, 'essentials.kick,',
          essentials.ban, essentials.unban, essentials.kill, essentials.helpop, godmode.god.self,
          vanish.vanish, vanish.vanish.list, bb.admin, /jumpto]
      Admins:
        default: false
        info: {prefix: '[&cAdmin&f] ', suffix: '', build: true}
        inheritance: [GM]
        permissions: ['*']
     
  16. Offline

    Euthyphro

    Using craftbukkit v162. Seems to be a lot of problems with the permissions mod lately. This is another error I'm seeing when using MyHome with Permissions. This error causes clients to crash as soon as they use any my home commands.
    [​IMG]
     
  17. Offline

    chill1977

    Because you are using the /modgrp command in essentials and it reparses the permissions file, just dont use it or get used to using that code lol
    --- merged: Jan 30, 2011 7:29 AM ---
    Are you using Essentials as well as myhome?
    --- merged: Jan 30, 2011 7:43 AM ---
    [
    there is no on and off in the essentials config.yml file mine is blank and i still couldnt use the /items command.

    You havent read a thing i have typed huh?

    Below is the exact essentials file i used while testing the configuration i corected and gave to you, as you see there is absolutely nothing in the restricted-commands area

    if there was going to be anything there, it would not be and on or off, it would be /item, /teleport and so on and those could not be used by anyone unless they were listed in the ops.tx

    Permissions overides that ops.txt so this means that that essentials config line does nothing if permissions is working.

    Code:
    # A color code between 0-9 or a-f. Set to 'none' to disable.
    ops-name-color: 'none'
    
    # The character(s) to prefix all nicknames, so that you know they are not true usernames.
    nickname-prefix: '~'
    
    # The delay, in seconds, required between /home, /tp, /warp, etc.
    teleport-cooldown: 60
    
    # The delay, in seconds, required between /heal attempts
    heal-cooldown: 60
    
    # The number of items given if the quantity parameter is left out in /item or /give.
    default-stack-size: 1
    
    # The message of the day, displayed on connect and by typing /motd.
    motd:
    - '&cWelcome, {PLAYER}&c!'
    - '&fType &c/help&f for a list of commands.'
    
    # The server rules, available by typing /rules
    rules:
    - '[1] Be respectful'
    - '[2] Be ethical'
    - '[3] Use common sense'
    
    # Disabled commands will be completelly unavailable on the server.
    disabled-commands:
    - nick
    
    # Restricted commands will only be available to ops.
    # These will have NO EFFECT if you have Permissions installed!
    # These are here only if you want something simpler than Permissions.
    restricted-commands:
    
    # Note: All items MUST be followed by a quantity!
    # Times are measured in seconds.
    kits:
    tools:
    delay: 10
    items:
    - 277 1
    - 278 1
    - 279 1
    
    # End of File
    --- merged: Jan 30, 2011 7:53 AM ---
    Nevermind I see that Legionarius is giving credit to the essentials txt which doesnt work instead of the fact that I fixed his code for his config.yml, ok lol

    but just incase you want to test me LEgion take everything out of that line in the Essentials file now and see that it still works ;) I'm not here for the pat on the back, I'm here so people can play minecraft
    --- merged: Jan 30, 2011 7:56 AM ---
    And for those of you running WorldEdit and WorldGuard the problem is here---WARNING: A very recent Bukkit update broke all of WorldGuard's commands. Please hold on for a new version or downgrade your version of Bukkit.
     
  18. Offline

    zomg a ghast

    I'm sorry to be a bother but can someone make a quick file with only the mod "essentials" and regular, vip, mod and admin? I can't figure this out for the life of me =/.
     
  19. Offline

    chill1977

    Code:
    plugin:
        permissions:
            system: default
     
    groups:
        Default:
            default: true
            info:
                prefix:
                suffix:
                build: false
            inheritance:
            permissions:
                - 'essentials.spawn'
                - 'essentials.motd'
                - 'essentials.help'
        Members:
            default: false
            info:
                prefix:
                suffix:
                build: true
            inheritance:
                - Default
            permissions:
                - 'essentials.me'
                - 'essentials.mail'
                - 'essentials.mail.send'
                - 'essentials.clearinventory'
                - 'essentials.time'
                - 'essentials.msg'
                - 'essentials.getpos'
                - 'essentials.afk'
                - 'essentials.tree'
                - 'essentials.bigtree'
                - 'essentials.sell'
                - 'essentials.warp'
                - 'essentials.setwarp'
                - 'essentials.home'
                - 'essentials.sethome'
                - 'essentials.accept'
                - 'essentials.tp'
                - 'essentials.item'
        Mod:
            default: false
            info:
                prefix:
                suffix:
                build: true
            inheritance:
                - Members
            permissions:
                - 'essentials.list'
                - 'essentials.kick'
                - 'essentials.tphere'
                - 'essentials.give'
                - 'essentials.heal'
                - 'essentials.heal'
                - 'essentials.ban'
                - 'essentials.helpop'
                - 'essentials.unban'
                - 'essentials.banip'
                - 'essentials.unbanip'
        Admin:
            default: false
            info:
                prefix:
                suffix:
                build: true
            inheritance:
                - Mod
            permissions:
                - '*'
    
    users:
        yournamehere:
            group: Admin
            permissions:
        yournamehere:
            group: Mod
            permissions:
        yournamehere:
            group: Members
            permissions:
     
  20. Offline

    Planitia

    Is there a command like /modify for this? I have to keep reloading the server everytime i need to test something and spawn takes a year to prepare since it's in the middle of 570 chunks i pasted from creative as a test
     
  21. Offline

    inviktus

    I can't seem to restrict build access for default users.
    I've pastebinned my config, which I originally had set out as per the examples,
    but when I used Essentials /mod command, it seemed to re-arrange everything.
    Commands are still working, as admin I can do everything, defaults can only use what they are meant to etc.
    But I can't stop them building..... dispite build=false
    Here's my config:
    http://pastebin.com/iW8a0cmb

    *edit* Apologies if this is covered already, I browsed through many pages until
    I couldn't read anymore. If it has been covered, perhaps it warrants a mention in the OP.
    I've seen others asking the same question but have seen no answers.
     
  22. Offline

    chill1977

    you have to modify the file manually but then you can type /pr to reload it, no need to restart the server each time
    --- merged: Jan 30, 2011 10:00 AM ---
    You need the AntiBuild plugin to stop people from building, then the build: false will work
     
  23. Offline

    inviktus

    May you find many diamonds good Sir.
    Now I can leave the server alone and go to the shop and buy FOOD!
     
  24. Offline

    chill1977

    lol and maybe even go to the bathroom
     
  25. Offline

    Braden1996

    Guys i have a problem im not sure i put my general.yml in right place i put it in the plugin/permissions and also plugin/craftbukkit but it might be the code so please check it thx and tell me what ive done wrong


    # 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:f
    suffix:
    build: true
    inheritance:
    permissions:
    - 'general.spawn.*'
    - 'essentials.warp.*'
    - 'essentials.setwarp.*'
    - 'essentials.ping.'
    - 'essentials.home.'
    - 'essential.sethome.'
    - 'lwc.mod.'
    - 'lwc.protect.'



    Moderator:
    default: false
    info:
    prefix:
    suffix:
    build: true
    inheritance:
    - Default
    permissions:
    - 'general.time'
    - 'general.teleport'
    - 'general.teleport.here'
    - 'general.player-info'
    - 'essentials.kick'
    - 'essentials.ban'
    - 'essentials.unban'
    - 'essentials.kill'
    Admins:
    default: false
    info:
    prefix:
    suffix:
    build: true
    inheritance:
    - Moderator
    permissions:
    - '*'

    ##
    # DarkGrave has control over all commands.
    # sk89q can use /spawn & /time
    ##
    users:
    darkgrave:
    group: Admins
    permissions:
    sk89q:
    group: Default
    permissions:
    - 'general.time'
    --- merged: Jan 30, 2011 11:04 AM ---
    Guys i have a problem im not sure i put my general.yml in right place i put it in the plugin/permissions and also plugin/craftbukkit but it might be the code so please check it thx and tell me what ive done wrong


    # 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:f
    suffix:
    build: true
    inheritance:
    permissions:
    - 'general.spawn.*'
    - 'essentials.warp.*'
    - 'essentials.setwarp.*'
    - 'essentials.ping.'
    - 'essentials.home.'
    - 'essential.sethome.'
    - 'lwc.mod.'
    - 'lwc.protect.'



    Moderator:
    default: false
    info:
    prefix:
    suffix:
    build: true
    inheritance:
    - Default
    permissions:
    - 'general.time'
    - 'general.teleport'
    - 'general.teleport.here'
    - 'general.player-info'
    - 'essentials.kick'
    - 'essentials.ban'
    - 'essentials.unban'
    - 'essentials.kill'
    Admins:
    default: false
    info:
    prefix:
    suffix:
    build: true
    inheritance:
    - Moderator
    permissions:
    - '*'

    ##
    # DarkGrave has control over all commands.
    # sk89q can use /spawn & /time
    ##
    users:
    darkgrave:
    group: Admins
    permissions:
    sk89q:
    group: Default
    permissions:
    - 'general.time'
     
  26. Offline

    chill1977

    OMG lol

    General.yml goes in the general folder that I believe is still located in the same folder as the craftbukkit.jar and that code needs to be put on here using the code button on the console, we see no format there. And if you are going to use Essentials then you dont even want general, they have the same features and essentials has more.
     
  27. Offline

    dreadu

    Hi, i have little problem. For first 10-15 mins everything worked fine, but then something happend (i think) becouse i can't use anything that uses permissions. The only edit I've done was like adding user with '*'. I've tried everything, adding * for default, changing nick, i've checked 4 versions of permissions. And i have no idea, what can i do. Also tried to leave original config and logging in with usernames that was in it - nothing. Any ideas? Thats my starting log, there are no errors, and permmisions config is now like '*' for default.

    Code:
    2011-01-30 02:54:38 [INFO] Preparing level "world"
    2011-01-30 02:54:38 [INFO] Preparing start region
    Preparing spawn area: 8%
    Preparing spawn area: 32%
    Preparing spawn area: 81%
    2011-01-30 02:54:43 [INFO] [Permissions] version [1.8] (Handler) loaded
    2011-01-30 02:54:43 [INFO] WorldEdit 2.15.2 loaded.
    2011-01-30 02:54:43 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-01-30 02:54:43 [INFO] WorldGuard 3.1.2 loaded.
    2011-01-30 02:54:43 [INFO] WorldGuard: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-01-30 02:54:43 [INFO] WorldGuard: Single session is enforced.
    2011-01-30 02:54:43 [INFO] WorldGuard: TNT ignition is PERMITTED.
    2011-01-30 02:54:43 [INFO] WorldGuard: Lighters are PERMITTED.
    2011-01-30 02:54:43 [INFO] WorldGuard: Lava fire is blocked.
    2011-01-30 02:54:43 [INFO] WorldGuard: Fire spread is UNRESTRICTED.
    2011-01-30 02:55:03 [INFO] [MYHOME]: 1 homes loaded
    2011-01-30 02:55:03 [INFO] [MYHOME] Permissions enabled.
    2011-01-30 02:55:03 [INFO] MyHome 1.7.2 enabled
    2011-01-30 02:55:03 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-01-30 02:55:03 [INFO] WorldGuard: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-01-30 02:55:03 [INFO] Done! For help, type "help" or "?"
    config:
    Code:
    # 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'
        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:
                - '*'
    
    ##
    # DarkGrave has control over all commands.
    # sk89q can use /spawn & /time
    ##
    users:
        dre:
            group: Admins
            permissions:
        sk89q:
            group: Default
            permissions:
                - 'general.time'
    Plugins im using: Permissions (1.9), WorldGuard, WorldEdit, MyHome. Mac OS X: 10.6

    edit: weird, i've deleted all mods and added freshly downloaded, but i forgot about wand and spells, and i have compass thath can tele me, is it normal?
     
  28. Offline

    chill1977

    you need to update worldguard, worldedit and craftbukkit, craftbukkit broke worlds commands and he updated
     
  29. Offline

    dreadu

    I have newest versions, downloaded like 6 hours ago.
     
  30. Offline

    chill1977

    6 hrs ago isnt new lol
    --- merged: Jan 30, 2011 11:51 AM ---
    go to the worldedit forums and read
     
  31. Offline

    dreadu

    Holy Crapsticks ^^, i didn't know you work so fast around here. WorldGuard and WorldEdit works now. MyHome not, didnt saw any update for it, i guess i'll wait some time ;).
     
Thread Status:
Not open for further replies.

Share This Page