Inactive [ADMN/DEV] Permissions v2.7.4 (Phoenix) - DISCONTINUED! 3.0 has a new home!

Discussion in 'Inactive/Unsupported Plugins' started by TheYeti, Feb 25, 2011.

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

    TheYeti

    Permissions 2.7.4 (Phoenix) - Now with AntiBuild built in!
    Download:
    Latest Stable: Full Zip | Jar Only
    Latest Dev Build: Full Zip | Jar Only
    Previous Versions: 2.7.3 (JAR) | 2.7.2 (JAR) | 2.7.1 (JAR) | 2.7 (JAR) | 2.6 (JAR) | 2.5.5 (JAR) | 2.5.4 (JAR) | 2.5.3 (JAR) | 2.5.2 (JAR) | 2.5.1 (JAR) | 2.5 (JAR) | 2.4 (JAR) | 2.3 (JAR) | 2.2 (JAR)

    Plugin Authors: How to hook into Permissions

    Permissions 2.x is being discontinued! 3.0 can be found HERE!!!


    I am discontinuing Permissions 2.x and leaving the project. Permissions is not going away though! Since 2.6 I have been working closely with another developer and added them to the team. For the past several version they have not only been assisting with 2.x but also doing a lot of the development of much anticipated 3.x. rcjrrjcr will be taking over as lead developer of Permissions from 3.x forward. I have full faith in them and after working closely with them on the development on the last few version and the next major version I feel that I am leaving this project in more than capable hands. I put way to much work into this project to just leave it with anyone, and this is one of the few programs that I am incredibly proud of.

    Many people will probably wonder why I am leaving again after taking over the project just a few months ago. I could quote drama and headaches, of which there were quite a few with this project. Unfortunately real life happens. Many people already know that I have been having medical issues here lately. Unfortunately while they have gotten better, they have not gone away. This coupled with other real life commitments, going to school full time, and starting up my own company, I am currently in the process of being laid off from work. At this point I have so much stuff going on in my life and am being pulled in so many directions that I am not able to get any work done on anything. This has lead to me missing commitments and letting people down on multiple things.

    Permissions is also a very high maintenance plugin that requires a lot of attention and time. Right now I am not able to devote that time and do not feel it is fair for me to try to continue to be the lead developer on it. I had originally thought that adding other members to the team would be helpful, but unfortunately this just lead to frustration for them and myself as I just was not able to commit to the project enough. Hence, 3.0 has been rewritten almost exclusively by rcjrrjcr with minimal contributions by myself.

    At this point I will be stepping away from the project to focus more on real life and to try to free up some time for other projects and to work with more individual like the wonderful HeroCraft Coding team to fulfill some commitments that I made to them a long time ago and sadly did not come through on. I feel that this is the best for all involved, both myself and the other Permissions developers, as well as the community who deserve someone who can contribute more time and attention to them and supporting them. I do not want to see Permissions end up like many other plugins with an absentee programmer and just slowly wasting away from a great plugin with a lot of potential to a headache with no support.

    I will still be active in the community, just not as much as not in the same way. I'm sure my server will be more than happy to have their head admin back and active again as well.

    Thank you and happy gaming.




    Changelog
    • 2.7.4
      • Added overload of has() and permissions() for plugin devs
    • 2.7.3
      • Fixed negate node add/remove bug.
    • 2.7.2
      • Fix for small subtle bug introduced in last minor version.
    • 2.7.1
      • Commit by DThielke to fix several bugs with programmatic modifications of user permissions.
    • 2.7
      • Further commits by rcjrrjcr
        • Removed negatedNode checks
        • Temp fix for NULL issue
        • WorldConfigurationModification to save only modified configs
        • Fix for cache problems
    • 2.6
      • Pulled in commits by rcjrrjcr
      • Fixed versioning. Last version should have technically been 2.6
      • Fixed invalid config file being written
      • Fixed erroneous conversion message.
    • 2.5.5
      • Updated to be compliant with CB600+
      • Further Maven Integration and Autobuilding
      • Better handling of configuration file errors.
        • If you do not have a world config file for the default world at startup it will now look for config.yml
        • If it cannot find that it will look for world.yml instead in case you named it that when that is not what is in level-name:
        • It will rewrite the config file to be the proper name. At this time it does not delete the old one though.
      • Removed defunct public abstract calls. If your not using the right one by now you should be shot anyway.
    • 2.5.4
        • Added Command aliases for perms and pr
        • Changed the way directories are handled.
        • Stopped it from creating an empty <world>.yml file in base directory
        • Moved project to using Maven.
    • 2.5.3
      • Change from File.pathSeparator to File.separator to fix multiworld perms
    • 2.5.2
      • Added more instructions to the included config file within the plugin
      • Added a check that will use the default world permissions if a world specific config file cannot be found.
      • Added a function to get only the group that a player is assigned to without checking for group inheritance.
      • Added a change to colorize() to fix it hopefully not adding an extra unneeded ascii character and thus creating a linebreak/color switch issue
      • Removed permissions.info as it was not needed and was a artifact of testing I was doing.
    • 2.5.1
      • Fixed a bug that could cause a group to be returned as null for getGroups()
    • 2.5
      • Added in AntiBuild functionality to Permissions
      • Minor code tweaks
      • Added getGroups(world, player) to PermissionHandler so that plugins can call it to get all of a users groups
      • Fixed the inability to use the permissions -reload all command from within the console. I still need to do some more work on this as it doesn't seem to like to accept anything other than all from console.
    • 2.4
      • Refactored namespaces to keep in line with Java & Bukkit policy
        • This was cancelled as it ended up being not needed
      • Fixed setupPermissions()
    • 2.3
      • Undid removal of some code that I had overzealously purged during cleanup
      • Merged in last of Nijikokun's changes
      • Re-ordered the main class to attempt to fix the problems with Plugin API
    • 2.2
      • Developer change
      • Fixed reloading of configuration files
      • Moved commands to registering with plugin.yml
      • Commands now use onCommand instead of onPlayerCommand
      • Command is now /permissions instead of /pr
    [/SPOILER]
     
    mruczek, kahlilnc, Pii and 58 others like this.
  2. Offline

    ITech

    Here it is:
    Code:
    # System is no longer used, but may become used in the future
    # Copies is for multiple-world support
    #   Put the name of the world you wish for it to be a clone of, otherwise leave it empty.
    #   If this file is for your default world (the one in server.properties) then you must
    #   leave copies blank.
    #  Example: copies: Derp    -  This will clone the permissions of the world Derp
    #
    # Make sure to rename this file to the name of the world that is in sever.properties under
    # level-name.  So if it is level-name: world  then this should be world.yml and in the 
    # plugins/Permissions directory (ie. plugins/Permissions/world.yml)
    #
    # NOTE: Do not use tabs while editing this document.  Use only spaces.  A good way to avoid
    # doing this is to use Notepad++ and replace the tab with 4 spaces.
    plugin:
        permissions:
            system: default
            copies: 
    
    ##        
    # AntiBuild is included with this.  To disable a group from being able to build then
    # set the build: flag to false (build: false).  If you want a group to be able to build
    # then set it to true. 
    ##
    # Groups can contain inheritance.
    #   To make a group inherit the permissions from another
    #   group simply place the groups name in the "inheritance:" like so:
    #
    #   Example:
    #       inheritance:
    #           - Default
    ##
    #   All permissions including the asterisks must be placed in single quotes.
    #   like so:
    #
    #       - 'foo.bar'
    #
    #   Otherwise errors will happen!
    ##
    #   Globalized Permission settings:
    #
    #       If a permission contains periods (.) you can denote a globalized parameter:
    #
    #           - 'foo.*'
    #
    #       This will allow you to use all general commands.
    #
    ##
    #   Single Asterisk denotes all commands:
    #
    #       - '*'
    #   If you give a group this permissions, do not have the group inherit any permissions
    #   from other groups.  Any users assigned to this group should NOT be given any additional
    #   permissions either.
    ##
    #   To exempt a node use the - prefix like so:
    #       - '-foo.bar'
    ##
    #   prefix: and suffix: do not do anything on their own.  You need another outside plugin
    #   such as iChat or HeroChat in order for these to do anything.
    groups:
        Guest:
            default: true
            info:
                prefix: ''
                suffix: ''
                build: false
            inheritance:
            permissions:
    
        User:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            permissions:
                - '/regioninfo'
                - 'ichat.color'
                - 'nSpleef.member' 
                - 'general.player-info'
                - 'myhome.home.*'
                - 'kit.starterkit'
                - 'wormhole.use.sign'
                - 'wormhole.use.dialer'
                - 'wormhole.list'
        Builder:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            permissions:
                - '/regioninfo'
                - 'ichat.color'
                - 'nSpleef.member' 
                - 'general.player-info'
                - 'myhome.home.*'
                - 'wormhole.use.sign'
                - 'wormhole.use.dialer'
                - 'wormhole.list' 
        Guard:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            permissions:
                - '/regioninfo'
                - 'ichat.color' 
                - 'nSpleef.member'
                - 'general.player-info'
                - 'myhome.home.*'
                - 'wormhole.use.sign'
                - 'wormhole.use.dialer'
                - 'wormhole.list'
        Scientist:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            permissions:
                - '/regioninfo'
                - 'ichat.color'
                - 'nSpleef.member'
                - 'general.player-info'
                - 'myhome.home.*'
                - 'wormhole.use.sign'
                - 'wormhole.use.dialer'
                - 'wormhole.list' 
        Worker:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            permissions:
                - '/regioninfo'
                - 'ichat.color'
                - 'nSpleef.member'
                - 'general.player-info' 
                - 'myhome.home.*' 
                - 'wormhole.use.sign'
                - 'wormhole.use.dialer'
                - 'wormhole.list'
        Forester:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            permissions:
                - '/regioninfo'
                - 'ichat.color'
                - 'nSpleef.member'
                - 'general.player-info'
                - 'myhome.home.*'
                - 'wormhole.use.sign'
                - 'wormhole.use.dialer'
                - 'wormhole.list' 
        Miner:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            permissions:
                - '/regioninfo'
                - 'ichat.color'
                - 'nSpleef.member' 
                - 'general.player-info'
                - 'myhome.home.*'
                - 'wormhole.use.sign'
                - 'wormhole.use.dialer'
                - 'wormhole.list'
        Farmer:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            permissions:
                - '/regioninfo'
                - 'ichat.color'
                - 'nSpleef.member'
                - 'general.player-info'
                - 'myhome.home.*'
                - 'wormhole.use.sign'
                - 'wormhole.use.dialer'
                - 'wormhole.list'       
         Govenor:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
                - Default
            permissions:
                - '/stopfire'
                - '/regioninfo'
                - '/regionclaim'
                - 'ichat.color'
                - 'nSpleef.member' 
                - 'general.player-info'
                - 'myhome.home.*'
                - 'general.teleport.*'
                - 'wormhole.use.sign'
                - 'wormhole.use.dialer'
                - 'wormhole.go' 
                - 'wormhole.list'
        VIP:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            permissions:
                - '/stopfire'
                - '/regioninfo'
                - '/regionclaim'
                - 'ichat.color'
                - 'nSpleef.member'
                - 'general.player-info'
                - 'myhome.home.*'
                - 'general.teleport.*'
                - 'wormhole.use.sign'
                - 'wormhole.use.dialer'
                - 'wormhole.go' 
                - 'wormhole.list'
        Co-Owner:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            permissions:
                - '*'
        Owner:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            permissions:
                - '*'
    ##
    # Users denote which users are included in which group.
    # TheNo1Yeti is in the Admin group
    # Herpina is a member of the Moderator group but also has access
    # to the herp.derp permissions
    # Derpina is a member of the admin group but does not have access
    # to the derp.derp permission node
    # Users can also have a prefix and suffix as seen with Herpina
    ##
    users:
        Dragensky:
            group:    Owner
            permissions:
        Pitidd:
            group:    Co-Owner
            permissions:
        alexminer98:
            group:    VIP
            permissions: 'wormhole.network.use.Admincity'
     
  3. Offline

    noob4action

    thank you i'il try now

    now it works ;)
     
  4. Offline

    Azakiel

  5. Offline

    Itssnowing

    .. Right. /headdesk

    @Azakiel Just try running it. If it doesn't work, just make a post :B
     
  6. Offline

    Azakiel

    Well, just tried, and it still says that it ain't enabled in my terminal.
    I think it's the same error as before
     
  7. Offline

    Kane

    Looks like it works with 660 the new RB later today.
     
  8. Offline

    Azakiel

    @Ittsnowing
    Do you need any more information ?
     
  9. Do I add an entrie in the config file for each new player ? Oo

    No ingame comand to add player in a group ?
     
  10. Offline

    Itssnowing

    If you could run the server and copy/paste the error again, that'd be nice. And your updated config file.
     
  11. Offline

    Azakiel

  12. Offline

    Binder News

    How would I temporarily overload some permissions? (I'm working on a plugin).
     
  13. Offline

    Itssnowing

    One of your lines has a tab in it. If you have Notepad++, open it in there and search for \t.
     
  14. Offline

    Azakiel

    Hmm, i can't fint the \t thing, even though i use search in Notepad++
     
  15. Plz, my server is up, and I don't understand how to put all my whitelisted players ine the builder groupe easily...

     
  16. Offline

    Itssnowing

    Try re-writing line 124, then.
     
  17. Offline

    Azakiel

    Okay, now i deleted line 124, since it actually showed nothing, and seemingly it works now. however, i have no commands now ?
    I know i'm bugging :D

    Hmm, by reading the terminal, it would seem that DefaultCommand and Dwarfcraft can't start when a player joins?

    When i logged in, it wrote:
    Could not pass event Player_Join to dwarfcraft

    and the same for defaultcommands

    And apparently nChat doesn't work either, seeing as none of the Suffix/prefix work ingame.
    well, from the terminal:
    http://pastie.org/1769176

    WorldEdit and WorldGuard seems to work though, don't know about iConomy and simpleshop

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jul 17, 2016
  18. Offline

    Tohclan

    Having an issue I'm assuming is related to this plugin.

    All players except those with '*' or OP get "You don't have permission to use this." after EVERY right click. No server log stuff or command screen errors.

    CB 617
    permissions 2.5.5

    Other plugins include: (All updated and running on 617 fine)
    Achievements
    BorderGuardLite
    CommandSigns
    Craftbook
    creaturebox
    DeathTpPlus
    DropBonus
    Essentials base
    EssentialsSpawn
    ecoCreature
    HeroSneak
    iChat
    Lockette
    MobRider
    MyHome
    MyWarp
    PermissionsPlus
    RegexFilter
    Sponge
    Stats
    Vanish
    WorldEdit
     
  19. Offline

    Jack Bartlett

    I cant get anything to work...It wont pass stuff like Blockbreak or Playerjoin and iChat will not work! I have 2.5.5 and CB# 617 and still...Squat
    Here is my Config for Permissions
    Code:
    groups:
        Guest:
            default: true
            info:
                prefix: '&f'
                suffix: '&f'
                build: false
            inheritance:
            permissions:
    
        Villager:
    
            default: false
    
            info:
                prefix: '&7'
    
                suffix: '&7'
    
                build: true
    
            inhertitance:
    
            - Guest
    
            permissions:
            - 'warp.to.own'
            - 'warp.to.invited'
            - 'warp.to.other'
            - 'warp.to.global'
            - 'warp.sign.own'
            - 'warp.sign.invited'
            - 'warp.sign.other'
            - 'warp.sign.global'
            - 'warp.create.private'
    
            - 'warp.create.public'
            - 'warp.create.global'
            - 'wolfpound.use'
            - 'supplysign.access'
    
        Donator:
    
            default: false
    
            info:
                prefix: '&2'
    
                suffix: '&2'
    
                build: true
    
            inheritance:
            - Villager
            permissions:
            - 'warp.to.own'
            - 'warp.to.invited'
            - 'warp.to.other'
            - 'warp.to.global'
            - 'warp.sign.own'
            - 'warp.sign.invited'
            - 'warp.sign.other'
            - 'warp.sign.global'
            - 'warp.create.private'
            - 'warp.create.public'
            - 'warp.create.global'
            - 'spawnlist.item'
            - 'locker.lockinfo'
            - 'locker.lock.self'
            - 'locker.lock.other'
            - 'locker.unlock.self'
            - 'locker.unlock.other'
            - 'locker.view.self'
            - 'locker.view.other'
            - 'locker.nolimit'
            - 'invtools.allowtools'
            - 'magiccarpet.mc'
            - 'supplysign.access'
            - 'worldedit.navigation.thru'
            - 'worldedit.navigation.jumpto'
            - 'worldedit.tool.tree'
            - 'worldguard.region'
            - 'wolfpound.use'
            - 'wolfpound.adopt'
            - 'signColours.*'
    
        Moderators:
    
            defualt: false
            info:
                prefix: '&1 The Godly'
    
                suffix: '&1'
                build: true
    
            inheritance:
            - Donator
            permissions:
    
            - 'backup.canbackup'
            - 'spawnlist.item'
            - 'spawnlist.canspawnanything'
            - 'spawnlist.spawnlisted'
            - 'spawnlist.reload'
            - 'spawnlist.give'
            - 'ichat.colour'
            - 'locker.lockinfo'
            - 'locker.lock.self'
            - 'locker.lock.other'
            - 'locker.unlock.self'
            - 'locker.unlock.other'
            - 'locker.view.self'
            - 'locker.view.other'
            - 'locker.nolimit'
            - 'invtools.allowtools'
            - 'invtools.allowarmor'
            - 'wolfpound.create'
            - 'wolfpound.use'
            - 'wolfpound.adopt'
            - 'jail.command.jailcreate'
            - 'jail.command.jaildelete'
            - 'jail.command.jail'
            - 'jail.command.unjail'
            - 'jail.command.jailtransfer'
            - 'jail.command.jailtransferall'
            - 'jail.command.jailcheck'
            - 'jail.command.jailtelein'
            - 'jail.command.jailteleout'
            - 'jail.command.jaillist'
            - 'jail.command.unjailforce'
            - 'jail.command.jailclear'
            - 'jail.command.jailclearforce'
            - 'jail.command.jailbackup'
            - 'jail.usercmd.jailstatus'
            - 'vanish.vanish'
            - 'magiccarpet.mc'
            - 'godmode.command.godself'
            - 'godmode.default.noFire'
            - 'mcbans.kick'
            - 'mcbans.lookup'
            - 'mcbans.unban'
            - 'mcbans.ban.temp'
            - 'mcbans.ban.local'
            - 'mcbans.ban.global'
            - 'mcbans.ban.view'
            - 'mcbans.reload'
            - 'mcbans.mod'
            - 'permissions.reload'
            - 'supplysign.create'
            - 'supplysign.access'
            - 'supplysign.destroy'
            - 'supplysign.reload'
            - 'signColours.*'
            - 'worldedit.*'
            - 'worldguard.locate'
            - 'worldguard.region'
            - 'warp.admin.give'
            - 'warp.admin.invite'
            - 'warp.admin.uninvite'
            - 'warp.admin.delete'
            - 'warp.admin.message'
            - 'warp.admin.update'
            - 'warp.admin.to.all'
            - 'warp.admin.private'
            - 'warp.admin.public'
            - 'warp.admin.global'
            - 'warp.admin.reload'
            - 'warp.admin.convert'
            - 'warp.admin.export'
            - 'warp.admin.editors.remove'
            - 'warp.admin.editors.add'
            - 'warp.admin.warp.others'
            - assignpermissions.add.group
            - assignpermissions.del.group
            - assignpermissions.list.all
            - assignpermissions.list.group
    
        Admins:
            default: false
            info:
                prefix: '&4'
                suffix: '&4'
                build: true
            inheritance: null
            permissions:
                - '*'
    
    users:
    
        KravenT0xic:
            group: Admins
    
        kcollins420:
            group: Donator
    
        Ninja_Storm:
            group: Villager
    
        Nibbzzeh:
            group: Moderator
    
        Xfearx:
            group: Donator
    
        Performance:
            group: Villager
    
        tiki21898:
            group: Villager
    
        pieworshipper:
            group: Villager
    
        My_Cute_Penguin:
            group: Villager
    
        Jayden_booth:
            group: Villager
    
        Siknesselite:
            group: Villager
    
        xXSquirrelXx:
            group: Villager
     
  20. Offline

    Tohclan

    This should fix it.

    Code:
    groups:
        Guest:
            default: true
            info:
                prefix: '&f'
                suffix: '&f'
                build: false
            inheritance:
            permissions:
        Villager:
            default: false
            info:
                prefix: '&7'
                suffix: '&7'
                build: true
            inhertitance:
            - Guest
            permissions:
            - 'warp.to.own'
            - 'warp.to.invited'
            - 'warp.to.other'
            - 'warp.to.global'
            - 'warp.sign.own'
            - 'warp.sign.invited'
            - 'warp.sign.other'
            - 'warp.sign.global'
            - 'warp.create.private'
            - 'warp.create.public'
            - 'warp.create.global'
            - 'wolfpound.use'
            - 'supplysign.access'
        Donator:
            default: false
            info:
                prefix: '&2'
                suffix: '&2'
                build: true
            inheritance:
            - Villager
            permissions:
            - 'warp.to.own'
            - 'warp.to.invited'
            - 'warp.to.other'
            - 'warp.to.global'
            - 'warp.sign.own'
            - 'warp.sign.invited'
            - 'warp.sign.other'
            - 'warp.sign.global'
            - 'warp.create.private'
            - 'warp.create.public'
            - 'warp.create.global'
            - 'spawnlist.item'
            - 'locker.lockinfo'
            - 'locker.lock.self'
            - 'locker.lock.other'
            - 'locker.unlock.self'
            - 'locker.unlock.other'
            - 'locker.view.self'
            - 'locker.view.other'
            - 'locker.nolimit'
            - 'invtools.allowtools'
            - 'magiccarpet.mc'
            - 'supplysign.access'
            - 'worldedit.navigation.thru'
            - 'worldedit.navigation.jumpto'
            - 'worldedit.tool.tree'
            - 'worldguard.region'
            - 'wolfpound.use'
            - 'wolfpound.adopt'
            - 'signColours.*'
        Moderators:
            defualt: false
            info:
                prefix: '&1 The Godly'
                suffix: '&1'
                build: true
            inheritance:
            - Donator
            permissions:
            - 'backup.canbackup'
            - 'spawnlist.item'
            - 'spawnlist.canspawnanything'
            - 'spawnlist.spawnlisted'
            - 'spawnlist.reload'
            - 'spawnlist.give'
            - 'ichat.colour'
            - 'locker.lockinfo'
            - 'locker.lock.self'
            - 'locker.lock.other'
            - 'locker.unlock.self'
            - 'locker.unlock.other'
            - 'locker.view.self'
            - 'locker.view.other'
            - 'locker.nolimit'
            - 'invtools.allowtools'
            - 'invtools.allowarmor'
            - 'wolfpound.create'
            - 'wolfpound.use'
            - 'wolfpound.adopt'
            - 'jail.command.jailcreate'
            - 'jail.command.jaildelete'
            - 'jail.command.jail'
            - 'jail.command.unjail'
            - 'jail.command.jailtransfer'
            - 'jail.command.jailtransferall'
            - 'jail.command.jailcheck'
            - 'jail.command.jailtelein'
            - 'jail.command.jailteleout'
            - 'jail.command.jaillist'
            - 'jail.command.unjailforce'
            - 'jail.command.jailclear'
            - 'jail.command.jailclearforce'
            - 'jail.command.jailbackup'
            - 'jail.usercmd.jailstatus'
            - 'vanish.vanish'
            - 'magiccarpet.mc'
            - 'godmode.command.godself'
            - 'godmode.default.noFire'
            - 'mcbans.kick'
            - 'mcbans.lookup'
            - 'mcbans.unban'
            - 'mcbans.ban.temp'
            - 'mcbans.ban.local'
            - 'mcbans.ban.global'
            - 'mcbans.ban.view'
            - 'mcbans.reload'
            - 'mcbans.mod'
            - 'permissions.reload'
            - 'supplysign.create'
            - 'supplysign.access'
            - 'supplysign.destroy'
            - 'supplysign.reload'
            - 'signColours.*'
            - 'worldedit.*'
            - 'worldguard.locate'
            - 'worldguard.region'
            - 'warp.admin.give'
            - 'warp.admin.invite'
            - 'warp.admin.uninvite'
            - 'warp.admin.delete'
            - 'warp.admin.message'
            - 'warp.admin.update'
            - 'warp.admin.to.all'
            - 'warp.admin.private'
            - 'warp.admin.public'
            - 'warp.admin.global'
            - 'warp.admin.reload'
            - 'warp.admin.convert'
            - 'warp.admin.export'
            - 'warp.admin.editors.remove'
            - 'warp.admin.editors.add'
            - 'warp.admin.warp.others'
            - assignpermissions.add.group
            - assignpermissions.del.group
            - assignpermissions.list.all
            - assignpermissions.list.group
        Admins:
            default: false
            info:
                prefix: '&4'
                suffix: '&4'
                build: true
            inheritance: null
            permissions:
                - '*'
    users:
        KravenT0xic:
            group: Admins
        kcollins420:
            group: Donator
        Ninja_Storm:
            group: Villager
        Nibbzzeh:
            group: Moderator
        Xfearx:
            group: Donator
        Performance:
            group: Villager
        tiki21898:
            group: Villager
        pieworshipper:
            group: Villager
        My_Cute_Penguin:
            group: Villager
        Jayden_booth:
            group: Villager
        Siknesselite:
            group: Villager
        xXSquirrelXx:
            group: Villager
     
  21. Offline

    noob4action

    but now there is another problem i thought - '*' means taht i can use ervery command but i can't.

    here my config again (open)

    Code:
    # System is no longer used, but may become used in the future
    # Copies is for multiple-world support
    #   Put the name of the world you wish for it to be a clone of, otherwise leave it empty.
    #   If this file is for your default world (the one in server.properties) then you must
    #   leave copies blank.
    #  Example: copies: Derp    -  This will clone the permissions of the world Derp
    #
    # Make sure to rename this file to the name of the world that is in sever.properties under
    # level-name.  So if it is level-name: world  then this should be world.yml and in the
    # plugins/Permissions directory (ie. plugins/Permissions/world.yml)
    #
    # NOTE: Do not use tabs while editing this document.  Use only spaces.  A good way to avoid
    # doing this is to use Notepad++ and replace the tab with 4 spaces.
    plugin:
        permissions:
            system: default
            copies:
    
    ##
    # AntiBuild is included with this.  To disable a group from being able to build then
    # set the build: flag to false (build: false).  If you want a group to be able to build
    # then set it to true.
    ##
    # Groups can contain inheritance.
    #   To make a group inherit the permissions from another
    #   group simply place the groups name in the "inheritance:" like so:
    #
    #   Example:
    #       inheritance:
    #           - Default
    ##
    #   All permissions including the asterisks must be placed in single quotes.
    #   like so:
    #
    #       - 'foo.bar'
    #
    #   Otherwise errors will happen!
    ##
    #   Globalized Permission settings:
    #
    #       If a permission contains periods (.) you can denote a globalized parameter:
    #
    #           - 'foo.*'
    #
    #       This will allow you to use all general commands.
    #
    ##
    #   Single Asterisk denotes all commands:
    #
    #       - '*'
    #   If you give a group this permissions, do not have the group inherit any permissions
    #   from other groups.  Any users assigned to this group should NOT be given any additional
    #   permissions either.
    ##
    #   To exempt a node use the - prefix like so:
    #       - '-foo.bar'
    ##
    #   prefix: and suffix: do not do anything on their own.  You need another outside plugin
    #   such as iChat or HeroChat in order for these to do anything.
    groups:
        Default:
            default: true
            info:
                prefix: ''
                suffix: ''
                build: false
            inheritance:
            permissions:
                - 'foo.bar'
        Moderator:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
                - Default
            permissions:
                - 'bar.foo'
        Admins:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            permissions:
                - '*'
    
    users:
        sven_h_:
            group: Admins
            permissions:
        tobi987:
            group: Admins
            permissions:
        dalakor22:
            group: Admins
            permissions:
        classicz:
            group: Admins
            permissions:
        affemitkeks:
            group: Admins
            permissions:
    


    i'm one of the listed useres in the admins group but i can't use commands like /list or /give
     
  22. Offline

    Jack Bartlett

    @Tohclan
    Still not working..I even made a whole new server and still squat..Just permissions and iChat, but nothing
     
  23. Offline

    zsfwaw

    can i get like a link to like installing this and using it for complete noobs and new server owners PLEASE!? im pretty clueless with this and id rather watch a video of someoen doing a tutorial for it instead of bombarding you guys with a billion questions of me needing help. Please help
    Thanks
     
  24. Offline

    Itssnowing

    Download this.
    Open it.
    Drag the contents to the Plugins folder.
    Close it.
    Go into the now-created Permissions folder, inside the Plugins folder.
    Open Rename-me.yml
    Read what it says
    Apply changes
    Close, and rename it to the name of your world.
     
  25. Offline

    Azakiel

    Does anyone know how to fix the problem i encountered?
     
  26. Offline

    zsfwaw

    thanks for the help
     
  27. Offline

    Itssnowing

    You're welcome. If there's anything you need help with, y'know, that's what this thread is for :B
     
  28. Offline

    NeoZeroo

    I installed permissions and it's working very well.
    But if I use /help, /plugins or /version nothing shows up at the chat window in the game, but it shows up at the server window (I issue the commands from the game, but the answer is displayed only on the server's window).

    Plugin commands, like /dynmap, /spawnmob and /permissions do work normally, showing anwers on the game's chat.
    Anyone has any insight on this? Thanks.
     
  29. Offline

    jonathan edel

    because GroupManager is hooked onto this apparently... when will that be updated? having too many issues with this stupid thing: 07:44:06 [INFO] Starting minecraft server version Beta 1.4
    07:44:06 [INFO] Loading properties
    07:44:06 [INFO] Starting Minecraft server on *:25565
    07:44:07 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-612-g4c7a9e7-b617jnks (MC: 1.4)
    07:44:07 [INFO] Preparing level "world"
    07:44:07 [INFO] Preparing start region
    07:44:07 [INFO] 144 recipes
    07:44:08 [INFO] Preparing spawn area: 12%
    07:44:09 [INFO] Preparing spawn area: 73%
    07:44:10 [INFO] LWC Loading shared objects
    07:44:10 [INFO] LWC Native library: plugins/LWC/lib/native/Mac/x86_64/libsqlitejdbc.jnilib
    07:44:10 [INFO] Invalid config file found and converted to proper name/format.
    07:44:10 [INFO] [Permissions] (Phoenix) was Initialized.
    07:44:11 [INFO] Loading BetterShop version 1.6.3.3 ...
    07:44:17 [INFO] [BetterShop] Newer BetterShop version found on git (Thu Apr 07 10:37:04 EST 2011)
    07:44:17 [INFO] [BetterShop] BetterShop.csv loaded.
    07:44:17 [INFO] [BetterShop] Attached to iConomy.
    07:44:17 [INFO] [BetterShop] Attached to Permissions.
    07:44:18 [INFO] BetterShop version 1.6.3.3 is enabled!
    07:44:18 [INFO] Loaded Essentials build 2.1.12 maintained by Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo and ceulemans.
    07:44:19 [INFO] Loaded EssentialsProtect build 2.1.12 maintained by Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo and ceulemans.
    07:44:19 [INFO] Loaded EssentialsSpawn build 2.1.12 maintained by Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo and ceulemans.
    07:44:19 [INFO] [iAuction] (version 2.5) is enabled!
    07:44:19 [INFO] [iConomy] Logging is currently disabled.
    07:44:20 [INFO] [iConomy] v4.65 (Kenzi) loaded.
    07:44:20 [INFO] [iConomy] Developed by: [Nijikokun, Coelho]
    07:44:20 [INFO] [BetterShop] Attached to iConomy.
    07:44:20 [INFO] [Permissions] version [2.5.5] (Phoenix) loaded
    07:44:20 [INFO] [BetterShop] Attached to Permissions or something close enough to it
    07:44:20 [INFO] [iConomy] hooked into Permissions.
    07:44:20 [INFO] [iAuction] Permissions support enabled!
    07:44:20 [INFO] Could not determine Permissions version: 2.5.5
    07:44:20 [INFO] [iChat] Permissions plugins not found, disabling plugin
    07:44:20 [INFO] [iChat] iChat Disabled
    07:44:20 [INFO] LWC Loaded 107 locale strings (0 overrides)
    07:44:21 [INFO] LWC Using Nijikokun's permissions plugin for permissions
    07:44:21 [INFO] LWC Loading SQLite
    07:44:21 [INFO] SQLite Using: Pure
    07:44:21 [INFO] LWC At version: v2.11
    07:44:21 [INFO] [mcMMO] Permissions enabled.
    07:44:21 [INFO] mcMMO version 0.9.15 is enabled!
    07:44:21 [INFO] War> War v1.4 (Slim) is on.
    07:44:21 [INFO] WorldBorder version 1.0 loading
    07:44:21 [INFO] [WorldBorder] [CONFIG] Using round border shape.
    07:44:21 [INFO] [WorldBorder] [CONFIG] World "world" has border radius 3000 at X: -415.1 Z: 177.0
    07:44:21 [INFO] [WorldBorder] [CONFIG] Will use plugin for permissions: Permissions v2.5.5
    07:44:21 [INFO] For reference, the main world's spawn location is at X: -416.0 Y: 88.0 Z: 176.0
    07:44:21 [INFO] WorldEdit nightly enabled.
    07:44:21 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin for permissions.
    07:44:21 [INFO] WorldGuard: Permissions plugin detected! Using Permissions plugin for permissions.
    07:44:21 [INFO] WorldGuard: (world) Single session is enforced.
    07:44:21 [INFO] WorldGuard: (world) TNT ignition is PERMITTED.
    07:44:21 [INFO] WorldGuard: (world) Lighters are PERMITTED.
    07:44:21 [INFO] WorldGuard: (world) Lava fire is blocked.
    07:44:21 [INFO] WorldGuard: (world) Fire spread is UNRESTRICTED.
    07:44:21 [INFO] WorldGuard: Loaded configuration for world 'world"
    07:44:21 [INFO] WorldGuard: 9 regions loaded for 'world'
    07:44:21 [INFO] WorldGuard 5.0-alpha5 enabled.
    07:44:21 [INFO] Done (1.454s)! For help, type "help" or "?"
    07:44:21 [INFO] War> Warzones ready.
    07:44:57 [INFO] vfhnbhjvhggh [/127.0.0.1:49372] logged in with entity id 110
    07:44:57 [INFO] Loaded world: world

    Says for some plugins that its recognised and then doesn't work overall??
     
  30. Offline

    Itssnowing

    @jonathan edel what do you mean Groupmanager is hooked into Permissions? You only need one installed :/

    Otherwise, I don't have any idea how to fix plugins not recognizing Permissions :/
     
  31. Offline

    jonathan edel

    meant to be the same plugin that works differently
     
Thread Status:
Not open for further replies.

Share This Page