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

    Gratlofatic

    Could someone PLEASE explain this?

    Code:
    at net.minecraft.server.PropertyManager.b(PropertyManager.java:61)
    at net.minecraft.server.PropertyManager.b(PropertyManager.java:53)
    at net.minecraft.server.PropertyManager.b(PropertyManager.java:61)
    at net.minecraft.server.PropertyManager.b(PropertyManager.java:53)
    at net.minecraft.server.PropertyManager.b(PropertyManager.java:61)
    at net.minecraft.server.PropertyManager.b(PropertyManager.java:53)
    at net.minecraft.server.PropertyManager.b(PropertyManager.java:61)
    at net.minecraft.server.PropertyManager.b(PropertyManager.java:53)
    at net.minecraft.server.PropertyManager.b(PropertyManager.java:61)
    at net.minecraft.server.PropertyManager.b(PropertyManager.java:53)
    at net.minecraft.server.PropertyManager.b(PropertyManager.java:61)
    at net.minecraft.server.PropertyManager.b(PropertyManager.java:53)
    at net.minecraft.server.PropertyManager.b(PropertyManager.java:61)
    at net.minecraft.server.PropertyManager.b(PropertyManager.java:53)
    at net.minecraft.server.PropertyManager.b(PropertyManager.java:61)
    at net.minecraft.server.PropertyManager.b(PropertyManager.java:53)
    at net.minecraft.server.PropertyManager.b(PropertyManager.java:61)
    at net.minecraft.server.PropertyManager.b(PropertyManager.java:53)
    at net.minecraft.server.PropertyManager.b(PropertyManager.java:61)
    at net.minecraft.server.PropertyManager.b(PropertyManager.java:53)
    at net.minecraft.server.PropertyManager.b(PropertyManager.java:61)
    at net.minecraft.server.PropertyManager.b(PropertyManager.java:53)
    at net.minecraft.server.PropertyManager.b(PropertyManager.java:61)
    at net.minecraft.server.PropertyManager.b(PropertyManager.java:53)
    
    It goes on and on and on and on and on and on and my server.log is 2GIGS of it. Help please...
     
  3. Offline

    Specops343

    This is my exact problem, and im getting quite pissed too. Anybody got a solution? (and no, i dont have craftbook.
    Latest RB, permissions v2.7
     
  4. Offline

    cholo71796

    I definitely do, it gave me a good laugh. I wonder if they were put in intentionally as a joke.

    Also, I wonder how the typo writer pronounces ".yml" since he put an "an" before it. "Yamm'l" wouldn't do it, "y-m-l" wouldn't it do, neither would "dot y-m-l" or "yimmel." The only thing I can think of is "eem'l" which is pretty weird.

    @MicroTech
    Holy lord, that is a long post.
     
  5. Offline

    Malkierian

    He did, lol. It just didn't preserve his spacing :p
    @Specops343 Recopy your permissions.yml straight into code tags this time.
     
  6. Offline

    Soryo


    Here's my error log if it helps any
    Code:
    2011-04-27 17:54:46 [INFO] [Permissions] version [2.7] (Phoenix)  loaded[/SIZE][/B]
    [B][SIZE=1]2011-04-27 17:54:46 [INFO] Error reading plugin permissions:[/SIZE][/B]
    [B][SIZE=1]org.bukkit.plugin.InvalidPluginException[/SIZE][/B]
    [B][SIZE=1]    at com.elmakers.mine.bukkit.permission.PermissionManager.loadPluginPermissions(PermissionManager.java:160)[/SIZE][/B]
    [B][SIZE=1]    at com.elmakers.mine.bukkit.plugins.persistence.PersistencePlugin.getPermissions(PersistencePlugin.java:127)[/SIZE][/B]
    [B][SIZE=1]    at com.elmakers.mine.bukkit.plugins.persistence.PersistencePlugin.initialize(PersistencePlugin.java:195)[/SIZE][/B]
    [B][SIZE=1]    at com.elmakers.mine.bukkit.plugins.persistence.PersistencePlugin.onEnable(PersistencePlugin.java:249)[/SIZE][/B]
    [B][SIZE=1]    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:127)[/SIZE][/B]
    [B][SIZE=1]    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:632)[/SIZE][/B]
    [B][SIZE=1]    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:218)[/SIZE][/B]
    [B][SIZE=1]    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:116)[/SIZE][/B]
    [B][SIZE=1]    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:94)[/SIZE][/B]
    [B][SIZE=1]    at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:217)[/SIZE][/B]
    [B][SIZE=1]    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:204)[/SIZE][/B]
    [B][SIZE=1]    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:144)[/SIZE][/B]
    [B][SIZE=1]    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:259)[/SIZE][/B]
    [B][SIZE=1]    at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)[/SIZE][/B]
    [B][SIZE=1]Caused by: java.io.FileNotFoundException: plugins\Runecraft.jar does not exist[/SIZE][/B]
    [B][SIZE=1]    ... 14 more[/SIZE][/B]
    [B][SIZE=1]2011-04-27 17:54:46 [INFO] Persistence: Create a plugins/Persistence/plugins\Persistence\permissions.yml to use internal permissions[/SIZE][/B]
    [B][SIZE=1]
    [/CODE][/SIZE][/B][/B]
     
  7. Offline

    killj0y

    No i understand is has no effect. My inquiry is once i installed permissions my normal users could not use the basic command they could before "/list" to view online players. but my ops and such still can of course. Hope that clarifies my issue
     
  8. Offline

    Soryo

    aaahh... ignore my last post, apparently all I had to do was rename runecraft_latest.jar to runecraft.jar since that was the file it was looking for specifically
     
  9. Offline

    PyroProgramer

    *sigh* I finanally give... I have been having problems getting this to work right,
    text inside Permissions/world.yml (open)

    Groups:
    Default:
    default: true
    info:
    prefix: ''
    suffix: ''
    build: true
    inheritance:
    permissions:
    - '- multiverse.tp'
    - '- multiverse.world.spawn'
    - '- multiverse.world.list'
    - '- multiverse.portal.list'
    - '- multiverse.world.list'
    - 'myhome.home.*'
    - 'mywarp.warp.*'
    - 'plugman.list'
    - 'plugman.describe'
    - 'wolfpound.adopt'
    - 'commandbook.motd'
    - 'commandbook.rules'
    - 'commandbook.time'
    - 'commandbook.spawn'
    - 'commandbook.teleport'
    - 'commandbook.msg'
    - 'commandbook.say'
    - 'commandbook.say.*'
    - 'commandbook.whereami'
    - 'commandbook.whereami.*'
    Moderator:
    default: false
    info:
    prefix: ''
    suffix: ''
    build: true
    inheritance:
    - Default
    permissions:
    - '- multiverse.world.setspawn'
    - '- multiverse.portal.create'
    - '- multiverse.portal.select'
    - '- multiverse.portal.remove'
    - '- multiverse.portal.destination'
    - '- multiverse.portal.rename'
    - 'myhome.*'
    - 'mywarp.*'
    - 'plugman.admin'
    - 'commandbook.give'
    - 'commandbook.give.*'
    - 'commandbook.debug.*'
    - 'commandbook.kick'
    - 'commandbook.bans.*'
    - 'commandbook.weather'
    - 'commandbook.weather.*'
    - 'commandbook.teleport.*'
    - 'commandbook.time.*'
    Admins:
    default: false
    info:
    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:
    Eearslya:
    group: Moderator
    permissions: null
    Pyroprogramer:
    group: Admins
    permissions: null

    Im not getting a yml error... im just not able to do anything, even though default has building Im blocked....
     
  10. Offline

    Malkierian

    Actually, it seems that MC itself is that way now. Like Psycho Robot said, you need to install a basic commands plugin (like General, CommandBook, DefaultCommands, etc) and make sure to give the users of whatever group the permission node to be able to use /list.
    Wrong tags. Need [ code]. Recopy please. Also, post your server log, from the beginning of the latest startup.
     
  11. Offline

    killj0y

    What do you mean by MC itself is that way now? ( just curious )

    Thanks ill make an attempt with one of those plugins added. My goal is to keep my server as simple and clean with as little plugins needed!
     
  12. Offline

    PyroProgramer

  13. Offline

    Raspberry


    Did you rename the RENAME-ME.yml file in the plugins/Permissions directory to yourworldname.yml?

    Where yourworldname is the name of the world in the server.properties file?
     
  14. Offline

    Jack Bartlett

    Multiworld issue:
    I have way diffrent config files, and we use MultiVerse. I can still use the commands from the first world in the second. This is annoying me. please help, thanks
     
  15. Offline

    tom

    This doesnt look like permissions. Explain your situation more please.
     
  16. Offline

    Malkierian

    What I mean is that a vanilla server has those commands disabled, and only Ops can use them.
    OK, first thing I notice is that your permissions nodes are not all aligned. Make them all line up with the "p" in permissions: (same with the first "i" in inheritance: for the inheritance nodes).
    Second, double check that the permissions.jar is in /plugins (from where your CB.jar is) because it looks like it's not even loading it.
    This post doesn't enable us to do anything. We need your permissions.yml (for both worlds in question).
    Also, are you listed in ops.txt?
     
  17. Offline

    Jack Bartlett

    Yes, I am listed in the ops.txt..Here are the configs
    Code:
    plugin:
        permissions:
            system: default
            copies: null
    groups:
        Guest:
            default: true
            info:
                prefix: '&f[Guest] '
                suffix: '&f'
                build: false
            inheritance: null
            permissions:
            - supplysign.access
            - SpawnX.spawn
            - mywarp.warp.soc.*
            - mywarp.warp.basic.*
        VIP:
            default: false
            info:
                prefix: '&a[VIP] '
                suffix: '&a'
                build: true
                warp:
                    timers:
                        warmup:
                            private: -1
                        cooldown:
                            private: -1
            inheritance:
            - Guest
            permissions:
            - elevators.builder
            - mywarp.warp.soc.*
            - mywarp.warp.basic.*
            - lockette.create.*
            - supplysign.access
            - SpawnX.spawn
            - craftbook.*
            - myhome.home.soc.*
            - myhome.home.basic.*
            - commandbook.*
        Donator:
            defualt: false
            info:
                prefix: '&2[Donator] '
                suffix: '&2'
                build: true
            inheritance:
            - VIP
            permissions:
            - worldguard.region
            - worldedit.wand
            - elevators.builder
            - elevators.advancedbuilder
            - mywarp.warp.soc.*
            - mywarp.warp.basic.*
            - magiccarpet.mc
            - lockette.create.*
            - supplysign.access
            - commandbook.*
            - SpawnX.spawn
            - craftbook.*
            - myhome.home.soc.*
            - myhome.home.basic.*
            default: false
        DonatorPlus:
            defualt: false
            info:
                prefix: '&1[Donator+]'
                suffix: '&1'
                build: true
            inheritance:
            - Donator
            permissions:
            - worldguard.*
            - godmode.defualt.god
            - godmode.command.godself
            - godmode.command.nofire
            - godmode.defualt.nofire
            - magiccarpet.mc
            - elevators.builder
            - elevators.advancedbuilder
            - elevators.operator
            - mywarp.warp.soc.*
            - mywarp.warp.basic.*
            - worldedit.tool.tree
            - worldedit.navigation.thru
            - worldedit.navigation.jumpto
            - worldedit.superpickaxe
            - lockette.create.*
            - supplysign.access
            - commandbook.*
            - SpawnX.spawn
            - craftbook.*
            - myhome.home.soc.*
            - myhome.home.basic.*
            default: false
        DonatorPlusPlus:
            defualt: false
            info:
                prefix: '&4[Donator++] '
                suffix: '&4'
                build: true
            inheritance:
            - Donator
            permissions:
            - worldguard.*
            - godmode.defualt.god
            - godmode.command.godself
            - godmode.command.nofire
            - godmode.defualt.nofire
            - magiccarpet.mc
            - elevators.builder
            - elevators.advancedbuilder
            - elevators.operator
            - mywarp.warp.soc.*
            - mywarp.warp.basic.*
            - worldedit.tool.tree
            - worldedit.navigation.thru
            - worldedit.navigation.jumpto
            - worldedit.superpickaxe
            - simplereserve.enter.full
            - lockette.create.*
            - supplysign.access
            - commandbook.*
            - SpawnX.spawn
            - craftbook.*
            - myhome.home.soc.*
            - myhome.home.basic.*
            default: false
        Moderator:
            default: false
            info:
                prefix: '&3[Moderator]'
                suffix: '&3'
            inheritance:
            permissions:
            - worldguard.*
            - godmode.defualt.god
            - godmode.command.godself
            - godmode.command.nofire
            - godmode.defualt.nofire
            - magiccarpet.mc
            - elevators.builder
            - elevators.advancedbuilder
            - elevators.operator
            - mywarp.warp.soc.*
            - mywarp.warp.basic.*
            - worldedit.*
            - bb.admin.*
            - mcbans.*
            - simplereserve.enter.full
            - lockette.create.*
            - supplysign.access
            - commandbook.*
            - SpawnX.spawn
            - craftbook.*
            - myhome.home.soc.*
            - myhome.home.basic.*
        Admins:
            default: false
            info:
                prefix: '&3[Admins] '
                suffix: '&3'
                build: true
                warp:
                    timers:
                        warmup:
                            global: -1
                            private: -1
                            public: -1
                        cooldown:
                            global: -1
                            private: -1
                            public: -1
            inheritance: null
            permissions:
            - '*'
    users:
        KravenT0xic:
            group: Admins
            info:
                prefix: '&6'
                suffix: '&6 The Almighty'
                warp:
                    timers:
                        warmup:
                            private: -1
                            global: -1
                            public: -1
                        cooldown:
                            private: -1
                            global: -1
                            public: -1
            permissions:
            - '*'
        Nibbzzeh:
            group: Moderator
            info:
                prefix: null
                suffix: '&3 The Beast'
                warp:
                    timers:
                        warmup:
                            global: -1
                            public: -1
                        cooldown:
                            global: -1
                            public: -1
        xfearx:
            group: Donator
        Mattrambo:
            group: VIP
        RapidFlu:
            group: VIP
        My_Cute_Penguin:
            group: VIP
        kcollins420:
            group: Donator
        Sparky98798:
            group: VIP
        jackattack99:
            group: VIP
            info:
                warp:
                    timers:
                        warmup:
                            public: -1
                        cooldown:
                            public: -1
        Artilli:
            group: Moderator
        Hem592:
            group: VIP
        Ninja_Storm:
            group: VIP
        Keroko:
            group: Moderator
            info:
                prefix: '&3[Admins] Hi, my name is '
                suffix: '&3'
                warp:
                    timers:
                        warmup:
                            private: -1
                        cooldown:
                            private: -1
            permissions: null
        rnsnail:
            info:
                prefix: ''
                suffix: '&3 The Sheep Lord'
                warp:
                    timers:
                        warmup:
                            private: -1
                            public: -1
                        cooldown:
                            private: -1
                            public: -1
            group: Moderator
        ipure:
            group: VIP
        ipure101:
            group: VIP
        zoidy07:
            group: VIP
        Darkskybandit52:
            group: Moderator
        ManuPasta:
            group: VIP
        cyclone:
            group: VIP
        applesauceman:
            group: VIP
        ditmama:
            group: VIP
        xXSquirrelXx:
            group: VIP
        happypie56:
            group: VIP
        headripper67:
            group: VIP
        MikkelForlan:
            group: VIP
        jonomon1:
            group: VIP
        JoshuaManning:
            group: VIP
        johnthe1337:
            group: VIP
        Kris100213:
            group: DonatorPlusPlus
        KnockoutC00kIES:
            group: VIP
        NoobCaik:
            group: VIP
        BossoftheMOOSE:
            group: VIP
        Juroku:
            group: VIP
        DAVIDWRIGHTjr:
            group: VIP
        ROCKC0:
            group: Moderator
        JamieL:
            group: VIP
        Jewish_Chipmunk:
            group: VIP
        cravin444:
            group: VIP
        iPoro:
            group: VIP
        LittleAssasine:
            group: VIP
        colgre09:
            group: VIP
    
    And this is my other config:
    Code:
    plugin:
        permissions:
            system: default
    groups:
        Guest:
            default: true
            info:
                prefix: '&f[Guest] '
                suffix: '&f'
                build: false
            inheritance: null
            permissions:
            - supplysign.access
            - SpawnX.spawn
        VIP:
            default: false
            info:
                prefix: '&a[VIP] '
                suffix: '&a'
                build: true
                warp:
                    timers:
                        warmup:
                            private: -1
                        cooldown:
                            private: -1
            inheritance:
            - Guest
            permissions:
            - supplysign.access
            - SpawnX.spawn
            - myhome.home.basic.*
        Donator:
            defualt: false
            info:
                prefix: '&2[Donator] '
                suffix: '&2'
                build: true
            inheritance:
            permissions:
            - supplysign.access
            - SpawnX.spawn
            - myhome.home.basic.*
            default: false
        DonatorPlus:
            defualt: false
            info:
                prefix: '&1[Donator+]'
                suffix: '&1'
                build: true
            inheritance:
            permissions:
            - supplysign.access
            - SpawnX.spawn
            - myhome.home.basic.*
            default: false
        DonatorPlusPlus:
            defualt: false
            info:
                prefix: '&4[Donator++] '
                suffix: '&4'
                build: true
            inheritance:
            permissions:
            - simplereserve.enter.full
            - supplysign.access
            - SpawnX.spawn
            - myhome.home.basic.*
            default: false
        Moderator:
            default: false
            info:
                prefix: '&3[Moderator] '
                suffix: '&3'
                build: true
                warp:
                    timers:
                        warmup:
                            global: -1
                            private: -1
                            public: -1
                        cooldown:
                            global: -1
                            private: -1
                            public: -1
            inheritance: null
            permissions:
            - simplereserve.enter.full
            - supplysign.access
            - SpawnX.spawn
            - myhome.home.basic.*
            - mcbans.*
            - bb.admin.*
            - permissions.reload
    users:
        KravenT0xic:
            group: Moderator
            info:
                prefix: '&6[Admin] '
                suffix: '&6 The Great'
        Nibbzzeh:
            group: Moderator
            info:
                prefix: null
                suffix: '&3 The Beast'
        xfearx:
            group: Donator
        Mattrambo:
            group: VIP
        RapidFlu:
            group: VIP
        My_Cute_Penguin:
            group: VIP
        kcollins420:
            group: Donator
        Sparky98798:
            group: VIP
        jackattack99:
            group: VIP
        Artilli:
            group: Moderator
        Hem592:
            group: VIP
        Ninja_Storm:
            group: VIP
        Keroko:
            group: Moderator
            info:
                prefix: '&3[Moderator] '
                suffix: '&3 The Creeper'
                warp:
                    timers:
                        warmup:
                            private: -1
                        cooldown:
                            private: -1
        rnsnail:
            info:
                prefix: ''
                suffix: '&3 The Sheep Lord'
            group: Moderator
            permissions:
            - -godmode.defualt.god
            - -godmode.command.godself
            - -godmode.command.nofire
            - -godmode.defualt.nofire
            - -worldedit.*
            - -commandbook.*
        ipure:
            group: VIP
        ipure101:
            group: VIP
        zoidy07:
            group: VIP
        Darkskybandit52:
            group: Admins
            permissions: null
        ManuPasta:
            group: VIP
        cyclone:
            group: VIP
        applesauceman:
            group: VIP
        ditmama:
            group: VIP
        xXSquirrelXx:
            group: VIP
        happypie56:
            group: VIP
        headripper67:
            group: VIP
        MikkelForlan:
            group: VIP
        jonomon1:
            group: VIP
        JoshuaManning:
            group: VIP
        johnthe1337:
            group: VIP
        Kris100213:
            group: DonatorPlusPlus
        KnockoutC00kIES:
            group: VIP
        NoobCaik:
            group: VIP
        BossoftheMOOSE:
            group: VIP
        Juroku:
            group: VIP
        DAVIDWRIGHTjr:
            group: VIP
        ROCKC0:
            group: Moderator
        JamieL:
            group: VIP
        Jewish_Chipmunk:
            group: VIP
        cravin444:
            group: VIP
        Notch:
            group: Guest
        iPoro:
            group: VIP
        LittleAssasine:
            group: VIP
    
     
  18. Offline

    PyroProgramer

    Double checked the alignment its good, and im sorry... I had removed Permissions from the plugins folder and copied the wrong part of the log for that...
    http://pastebin.com/HvabvBiT
    has the output with the Permissions plugin in the folder correctly
     
  19. Offline

    Gratlofatic

    Well, to be honest I have absolution no idea. In the logs it just spams the WHOLE entire file. I really have no explanation..
     
  20. Offline

    Psycho Robot

    I'm pretty sure that /list IS an OP command. I remember assuming that it was not, then saying to myself "that's stupid..." when I realised that it was.
     
  21. Offline

    tom

    Yeah thats not a permissions problem. Re install that properties manager plugin, not sure what the name is, thats causing all the bugs.
     
  22. Offline

    Specops343

    yep, i made a stupid mistake. In that tut video, he renames it world.yml-Actually, all u have to do is do world and it will still stay a yml file. *Facepalm*
     
  23. Offline

    killj0y

    Before i added Permissions plugin and only permission plugin any user could use /list command.
     
  24. Offline

    Teser

    TL:dr 156 pages for a new starter here. so please don't flame.
    i am running 733, and Permissions with no major problems.. As admin i can use the following, BUT cant getfollowing to work for any other level.
    - 'essentials.depth'
    - 'essentials.getpos'
    - 'essentials.compass'
    - 'essentials.top'
    - 'essentials.jump'
    - 'essentials.back.ondeath'
    - 'essentials.tp'
    or any of them, am i over looking something , or am i guessing since essentials has its own GM that i cant tie into these? I am not loading EssentialBridge or Groupman.
     
  25. I have the same problem on my server. A few select commands seem to not be working. My permissions file is the same one that has worked flawlessly for months. Not sure if this is a problem with the Permissions plugin or Essentials.
     
  26. Offline

    Terutso

    How do I add more than one node? I tried using "enter" key the "-" then "space" then '<node>' and it have me a error when I tested it in "Online YAML Phraser". Sorry that wasnt the best explanation.
     
  27. Offline

    Jeyge

    Use "enter" then space until you are right under the previous "-" and hit "-" then "space" then "'<node>'".
     
  28. Offline

    agafaba

    Is anyone else experiencing issues with 2.7.1 or is it just me? 2.7.o is working fine for me still though. Assuming someone else doesnt I will post logs tomorrow after sleep.
     
  29. Offline

    Jeyge

    Yep, I received some sort of "author is of wrong type" error and quickly rolled back to 2.7 as I was really wanting to test out the new mcMMO version 1.0. Taking a look at it now though it looks like the plugin.yml just needs a continuation on the author field. An extra name was added to the field.

    Edit - I was able to get 2.7.1 to work by putting both authors on the same line.
     
  30. Offline

    PhantomGamers

    2.7.1 doesn't work at all for me... :/

    Code:
    2011-04-28 05:13:50 [SEVERE] Could not load 'plugins\Permissions.jar' in folder 'plugins': author is of wrong type
    org.bukkit.plugin.InvalidDescriptionException: author is of wrong type
    	at org.bukkit.plugin.PluginDescriptionFile.loadMap(PluginDescriptionFile.java:209)
    	at org.bukkit.plugin.PluginDescriptionFile.<init>(PluginDescriptionFile.java:30)
    	at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:63)
    	at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:160)
    	at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:108)
    	at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:85)
    	at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:217)
    	at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:204)
    	at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:144)
    	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:259)
    	at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    
    I'm on CB Build 737, and 2.7.0 works fine.
     
  31. Offline

    rcjrrjcr

    Will look at it.

    EDIT: Found and fixed the mistake. I can't edit the first post though. :p

    EDIT2: Download link fixed. Redownload it.
     
Thread Status:
Not open for further replies.

Share This Page