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

    Tealk

    Hi i have this bug

    Code:
    2011-03-04 19:26:31 [SEVERE] com/nijikokun/bukkit/Permissions/Permissions (Is it up to date?)
    java.lang.NoClassDefFoundError: com/nijikokun/bukkit/Permissions/Permissions
        at com.griefcraft.lwc.LWC.load(LWC.java:439)
        at com.griefcraft.lwc.LWCPlugin.onEnable(LWCPlugin.java:289)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:140)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:426)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:187)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:79)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:60)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:187)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:174)
        at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:120)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:227)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    Caused by: java.lang.ClassNotFoundException: com.nijikokun.bukkit.Permissions.Permissions
        at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:30)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
        ... 12 more
     
  3. Offline

    NathanWolf

    I just came here to report the same thing, but updating to latest fixed it for me.
     
  4. Offline

    halogen1212

    Hi,

    CB: 493

    Code:
    
    2011-03-04 11:49:11 [INFO] [Permissions] version [2.5.2] (Phoenix) was Initialized.
    2011-03-04 11:49:11 [SEVERE] Could not load plugins/Permissions.jar in plugins: null
    org.bukkit.plugin.InvalidPluginException
            at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:80)
            at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:129)
            at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:94)
            at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:59)
            at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:204)
            at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:191)
            at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:131)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:246)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    Caused by: while parsing a block mapping
     in "<reader>", line 40, column 3:
          allnaturalx:
          ^
    expected <block end>, but found BlockMappingStart
     in "<reader>", line 163, column 4:
           ajdane:
           ^
    
            at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingKey.produce(ParserImpl.java:576)
            at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:163)
            at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:148)
            at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:228)
            at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
            at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:230)
            at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
            at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:122)
            at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105)
            at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:124)
            at org.yaml.snakeyaml.Yaml.load(Yaml.java:264)
            at org.bukkit.util.config.Configuration.load(Configuration.java:73)
            at org.bukkit.plugin.java.JavaPlugin.initialize(JavaPlugin.java:149)
            at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:78)
            ... 8 more
    
    The config file is to be found here:
    http://pastebin.com/qNQ8MJ1N
     
  5. Offline

    Stormwolf

    Getting the same thing as nathanwolf and tealk in a bunch of different plugins.

    CraftBukkit 493 Permissions 2.5.2. Linux. Java : java version "1.6.0_23"
    Java(TM) SE Runtime Environment (build 1.6.0_23-b05)
    Java HotSpot(TM) 64-Bit Server VM (build 19.0-b09, mixed mode)

    Example errors:
    Code:
    2011-03-04 11:52:22 [SEVERE] com/nijikokun/bukkit/Permissions/Permissions loading Picasso v2.4.1 (Is it up to date?)
    java.lang.NoClassDefFoundError: com/nijikokun/bukkit/Permissions/Permissions
        at com.polycrypt.darknesschaos.Picasso.Picasso.setupPermissions(Picasso.java:68)
        at com.polycrypt.darknesschaos.Picasso.Picasso.onEnable(Picasso.java:43)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:118)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:414)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:187)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:83)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:61)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:204)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:191)
        at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:131)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:246)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    Caused by: java.lang.ClassNotFoundException: com.nijikokun.bukkit.Permissions.Permissions
        at java.net.URLClassLoader$1.run(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(Unknown Source)
        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:30)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        ... 12 more
    
    2011-03-04 11:52:22 [SEVERE] com/nijikokun/bukkit/Permissions/Permissions loading General v2.2 (Is it up to date?)
    java.lang.NoClassDefFoundError: com/nijikokun/bukkit/Permissions/Permissions
        at com.nijikokun.cjcfork.bukkit.General.General.setupPermissions(General.java:170)
        at com.nijikokun.cjcfork.bukkit.General.General.onEnable(General.java:119)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:118)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:414)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:187)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:83)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:61)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:204)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:191)
        at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:131)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:246)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    Caused by: java.lang.ClassNotFoundException: com.nijikokun.bukkit.Permissions.Permissions
        at java.net.URLClassLoader$1.run(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(Unknown Source)
        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:30)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        ... 12 more
    
        2011-03-04 11:52:22 [SEVERE] com/nijikokun/bukkit/Permissions/Permissions loading FindMe v1.2.4 (Is it up to date?)
    java.lang.NoClassDefFoundError: com/nijikokun/bukkit/Permissions/Permissions
        at com.echo28.bukkit.findme.FindMe.setupPermissions(FindMe.java:51)
        at com.echo28.bukkit.findme.FindMe.onEnable(FindMe.java:39)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:118)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:414)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:187)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:83)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:61)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:204)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:191)
        at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:131)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:246)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    Caused by: java.lang.ClassNotFoundException: com.nijikokun.bukkit.Permissions.Permissions
        at java.net.URLClassLoader$1.run(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(Unknown Source)
        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:30)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        ... 12 more
    
        2011-03-04 11:52:22 [SEVERE] com/nijikokun/bukkit/Permissions/Permissions loading Tombstone v1.02 (Is it up to date?)
    java.lang.NoClassDefFoundError: com/nijikokun/bukkit/Permissions/Permissions
        at net.TheDgtl.Tombstone.Tombstone.setupPermissions(Tombstone.java:188)
        at net.TheDgtl.Tombstone.Tombstone.onEnable(Tombstone.java:72)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:118)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:414)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:187)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:83)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:61)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:204)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:191)
        at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:131)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:246)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    Caused by: java.lang.ClassNotFoundException: com.nijikokun.bukkit.Permissions.Permissions
        at java.net.URLClassLoader$1.run(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(Unknown Source)
        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:30)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        ... 12 more
    
    2011-03-04 11:52:22 [SEVERE] com/nijikokun/bukkit/Permissions/Permissions loading CraftIRC v2.0 Preview 4 (Is it up to date?)
    java.lang.NoClassDefFoundError: com/nijikokun/bukkit/Permissions/Permissions
        at com.ensifera.animosity.craftirc.CraftIRC.onEnable(Unknown Source)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:118)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:414)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:187)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:83)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:61)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:204)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:191)
        at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:131)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:246)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    Caused by: java.lang.ClassNotFoundException: com.nijikokun.bukkit.Permissions.Permissions
        at java.net.URLClassLoader$1.run(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(Unknown Source)
        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:30)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        ... 11 more
    
        2011-03-04 11:52:22 [SEVERE] com/nijikokun/bukkit/Permissions/Permissions loading CreativeStick v0.4.12 (Is it up to date?)
    java.lang.NoClassDefFoundError: com/nijikokun/bukkit/Permissions/Permissions
        at com.iminurnetz.bukkit.permissions.PermissionHandlerService.getHandler(Unknown Source)
        at com.iminurnetz.bukkit.creativestick.CSPermissionHandler.<init>(Unknown Source)
        at com.iminurnetz.bukkit.creativestick.ConfigurationService.getPermissionHandler(Unknown Source)
        at com.nijikokun.bukkit.istick.IStick.setup(Unknown Source)
        at com.nijikokun.bukkit.istick.IStick.onEnable(Unknown Source)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:118)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:414)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:187)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:83)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:61)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:204)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:191)
        at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:131)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:246)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    Caused by: java.lang.ClassNotFoundException: com.nijikokun.bukkit.Permissions.Permissions
        at java.net.URLClassLoader$1.run(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(Unknown Source)
        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:30)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        ... 15 more
    
        2011-03-04 11:52:22 [SEVERE] com/nijikokun/bukkit/Permissions/Permissions loading MultiVerse v1.5 (Permissions 2.1+) (Is it up to date?)
    java.lang.NoClassDefFoundError: com/nijikokun/bukkit/Permissions/Permissions
        at com.onarandombox.Rigby.MultiVerse.MultiVerse.checkPermissions(MultiVerse.java:556)
        at com.onarandombox.Rigby.MultiVerse.MultiVerse.onEnable(MultiVerse.java:104)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:118)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:414)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:187)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:83)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:61)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:204)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:191)
        at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:131)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:246)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    Caused by: java.lang.ClassNotFoundException: com.nijikokun.bukkit.Permissions.Permissions
        at java.net.URLClassLoader$1.run(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(Unknown Source)
        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:30)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        ... 12 more
    
    Full log:
    http://pastebin.com/zM9J21ZB

    Config:
    http://pastebin.com/jrvx9V7T

    If I go back to Permissions 2.5.1 everything works without errors.
     
  6. Offline

    Jandalf

    u missed an space before the two last users
     
  7. Offline

    Damager

    Pfff my friend can't already build... Nothing happened afetr writing good they can build, tryed them all permissions (nothnig), OP all (nothing), error message in the console (nothing), admins all (nothing) ==' On my server we are 2 admins, we are all player who can build. What the hell... :'(

    Here is my .yml

     
  8. Offline

    Tealk

    what update?
     
  9. Offline

    firebane

    Code:
    12:49:10 [SEVERE] mapping values are not allowed here
      in "<reader>", line 26, column 24:
                     permissions:
                                ^
    
     12:49:10 [SEVERE]       at org.yaml.snakeyaml.scanner.ScannerImpl.fetchValue(ScannerImpl.java:745)
     12:49:10 [SEVERE]       at org.yaml.snakeyaml.scanner.ScannerImpl.fetchMoreTokens(ScannerImpl.java:307)
     12:49:10 [SEVERE]       at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(ScannerImpl.java:183)
     12:49:10 [SEVERE]       at  org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingKey.produce(ParserImpl                                                  .java:564)
    
    
    Code:
    12:53:55 [SEVERE] Could not pass event BLOCK_BREAK to Permissions
    mapping values are not allowed here
     in "<reader>", line 26, column 24:
                    permissions:
                               ^
    
    Help?!

    craftbukkit 493
     
  10. Offline

    some1

    i get an error when using the commands: "you dont have the rights to access that command" i get it with all commands
     
  11. Offline

    Shurris

  12. Offline

    NathanWolf

    Uh- just re-downloading the the jar :)
     
  13. Offline

    Bacu

    What are the hooks for the default commands built into the server?
     
  14. Offline

    Tealk

    have try dont run :'(
     
  15. Offline

    halogen1212

    Thank you, I caught it just after posting.
     
  16. Offline

    cjc343

    Put it in code blocks. We need to see your spacing. Or pastebin it.
    Check line 25 and 26 of your config for spacing, :, value, etc errors. Otherwise, post your config.
    Which commands? What config?
    try this (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.
    #   Does not work for the default world.
    #  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:
    #
    #       - '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:
    #
    #       - '*'
    #   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:
    #       - '-general.time'
    ##
    #   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:
                - 'essentials.spawn'
                - 'essentials.list'
                - 'essentials.help'
                - 'essentials.motd'
                - 'essentials.rules'
        User:
            default: false
            info:
                prefix:
                suffix:
                build: true
            inheritance:
                - Guest
            permissions:
                - 'essentials.clearinventory'
                - 'essentials.getpos'
                - 'essentials.whois'
                - 'essentials.mail'
                - 'essentials.mail.send'
                - 'essentials.ping'
                - 'essentials.realname'
                - 'essentials.home'
                - 'essentials.sethome'
                - 'lwc.protect'
        Mod:
            default: false
            info:
                prefix:
                suffix:
                build: true
            inheritance:
                - User
            permissions:
                - 'essentials.compass'
                - 'essentials.depth'
                - 'essentials.kit.tools'
                - 'essentials.nick'
                - 'essentials.heal'
                - 'essentials.top'
                - 'essentials.jump'
                - 'essentials.kick'
                - 'essentials.ban'
                - 'essentials.unban'
                - 'essentials.unbanip'
                - 'essentials.banip'
                - 'searchids.search.*'
                - 'essentials.give'
                - 'magiccarpet.mc'
                - 'essentials.kill'
                - 'essentials.back'
                - 'essentials.reloadall'
                - 'essentials.rel'
                - 'essentials.plugin'
                - 'essentials.spawnmob'
                - 'essentials.broadcast'
                - 'essentials.antioch'
                - 'essentials.time'
                - 'essentials.tree'
                - 'essentials.bigtree'
                - 'essentials.eco'
                - 'essentials.economy'
                - 'essentials.tptoggle'
                - 'essentials.kick'
                - 'essentials.kickall'
                - 'essentials.setspawn'
                - 'essentials.setwarp'
                - 'essentials.delwarp'
                - '-essentials.mod'
                - '-essentials.modgrp'
        Admin:
            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:
        Shurris:
            group: Admin
            permissions:
        XyberDeath:
            group: User
            permissions:
        Kajoma:
            group: User
            permissions:
        Hiscarious:
            group: User
            permissions:
        Lixxx:
            group: User
            permissions:
     
  17. Offline

    firebane

    Here is my code. It seems that by commenting out the "default: false" from admins it doesn't error but I still have no real permissions and I can't even break blocks as an admin.

    Code:
    plugin:
      permissions:
        system: default
    
    groups:
        Default:
            default: true
            inheritance: []
            permissions:
                 - 'essentials.spawn'
                 - 'essentials.help'
                 - 'essentials.home'
                 - 'essentials.sethome'
                 - 'essentials.msg'
                 - 'essentials.who'
                 - 'essentials.list'
                 - 'essentials.me'
        Moderator:
            default: false
            inheritance:
                 - 'Default'
            permissions:
                 - 'essentials.kick'
        Admins:
    #        default: false
                permissions:
                    - '*'
    
    ##
    # DarkGrave has control over all commands.
    # sk89q can use /spawn & /time
    ##
    users:
        xyxxz:
            group: Admins
            permissions: []
    
     
  18. Offline

    Damager

  19. Offline

    Shurris

    Doesn't works. Thanks for trying though.
     
  20. Offline

    firebane

    oi.. I see my mistake I need the info: build: true stuff in my config!

    oi.
     
  21. Offline

    TrialandError

    http://pastebin.com/kaWkuYRS

    I want to know if there is any problem with this, because my server always gets this message:
    [SEVERE] Could not load plugins\Permissions.jar in plugins:
    null

    Any help?
     
  22. Offline

    cjc343

    Can you elaborate at all? What's your world name? What's the name of your config file? What commands are you trying to use? What's the response to each? What groups have you tested? Any errors? In Game? On the console? On load?
    try this (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.
    #   Does not work for the default world.
    #  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:
    #
    #       - '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:
    #
    #       - '*'
    #   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:
    #       - '-general.time'
    ##
    #   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:
                - 'essentials.spawn'
                - 'essentials.list'
                - 'essentials.help'
                - 'essentials.motd'
                - 'essentials.rules'
        User:
            default: false
            info:
                prefix:
                suffix:
                build: true
            inheritance:
                - Guest
            permissions:
                - 'essentials.clearinventory'
                - 'essentials.getpos'
                - 'essentials.whois'
                - 'essentials.mail'
                - 'essentials.mail.send'
                - 'essentials.ping'
                - 'essentials.realname'
                - 'essentials.home'
                - 'essentials.sethome'
                - 'lwc.protect'
        Mod:
            default: false
            info:
                prefix:
                suffix:
                build: true
            inheritance:
                - User
            permissions:
                - 'essentials.compass'
                - 'essentials.depth'
                - 'essentials.kit.tools'
                - 'essentials.nick'
                - 'essentials.heal'
                - 'essentials.top'
                - 'essentials.jump'
                - 'essentials.kick'
                - 'essentials.ban'
                - 'essentials.unban'
                - 'essentials.unbanip'
                - 'essentials.banip'
                - 'searchids.search.*'
                - 'essentials.give'
                - 'magiccarpet.mc'
                - 'essentials.kill'
                - 'essentials.back'
                - 'essentials.reloadall'
                - 'essentials.rel'
                - 'essentials.plugin'
                - 'essentials.spawnmob'
                - 'essentials.broadcast'
                - 'essentials.antioch'
                - 'essentials.time'
                - 'essentials.tree'
                - 'essentials.bigtree'
                - 'essentials.eco'
                - 'essentials.economy'
                - 'essentials.tptoggle'
                - 'essentials.kick'
                - 'essentials.kickall'
                - 'essentials.setspawn'
                - 'essentials.setwarp'
                - 'essentials.delwarp'
        Admin:
            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:
        Shurris:
            group: Admin
            permissions:
        XyberDeath:
            group: User
            permissions:
        Kajoma:
            group: User
            permissions:
        Hiscarious:
            group: User
            permissions:
        Lixxx:
            group: User
            permissions:

    Post it again if you run into more trouble.
    try this (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.
    #   Does not work for the default world.
    #  Example: copies: Derp    -  This will clone the permissions of the world Derp
    plugin:
        permissions:
            system: default
            copies:
    
    # 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:
    #
    #       - '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:
    #
    #       - '*'
    ##
    #   To exempt a node use the - prefix like so:
    #       - '-general.time'
    ##
    groups:
        Default:
            default: true
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            permissions:
        God:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
                - Default
            permissions:
                - 'godmode.command.godSelf'
        Admins:
            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 Default 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:
        TrialandError:
            group: Admins
            permissions:
     
  23. Offline

    MLBKing

    im not sure why, but my groups dont show up, only the name. this is what it looks like on CB 493

    # 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:

    Vip:
    default: false
    info:
    prefix: '&a'
    suffix:
    build: true
    inheritance:
    permissions:
    - 'oddgive.*'
    - 'odditem.*'
    - 'mywarp.*'
    - 'HomeLite.*'
    - 'WorldEdit.up'
    - 'WorldEdit.jumpto'
    - 'BetterShop.user.*'
    - 'iConomy.*'
    - 'auction.allow'
    - 'essentials.*'
    Mod:
    default: false
    info:
    prefix: '&9'
    suffix:
    build: true
    inheritance:
    - Vip
    permissions:
    - 'oddgive.*'
    - 'odditem.*'
    - 'mywarp.*'
    - 'HomeLite.*'
    - 'WorldEdit.jumpto'
    - 'WorldEdit.ascend'
    - 'WorldEdit.up'
    - 'BetterShop.user.*'
    - 'iConomy.*'
    - 'auction.allow'
    - 'essentials.*'
    Prestige:
    default: false
    info:
    prefix: '&e'
    suffix:
    build: true
    inheritance:
    - Moderator
    permissions:
    - 'oddgive.*'
    - 'odditem.*'
    - 'mywarp.*'
    - 'HomeLite.*'
    - 'WorldEdit.*'
    - 'BetterShop.user.*'
    - 'iConomy.*'
    - 'auction.allow'
    - 'HiddenDoor.*'
    - 'ClrInventory.*'
    - 'SpawnMob.*'
    - 'Flashlight.normal'
    - 'essentials.*'
    Admins:
    default: false
    info:
    prefix: '&4'
    suffix:
    build: true
    inheritance:
    - Moderator
    permissions:
    - '*'

    ##
    # DarkGrave has control over all commands.
    # sk89q can use /spawn & /time
    ##
    users:
    MLBKing:
    group: Admins
    permissions:
    - 'backup.*'
    - 'worldedit.god'
    Ghost321:
    group: Prestige
    permissions:
    - 'WorldEdit.up'
    - 'WorldEdit.jumpto'
    bekkem:
    group: Prestige
    permissions:
    regretcubed:
    group: Prestige
    permissions:
    gamerguy123789:
    group: Prestige
    permissions:
    Kam_J:
    group: Mod
    permissions:
    Lamp_monster32:
    group: Prestige
    permissions:
    blokker753:
    group: Mod
    permissions:
    tinklesnarf:
    group: Prestige
    permissions:
    mandofett25:
    group: Mod
    permissions:
    seekerjf:
    group: Prestige
    permissions:
    bewright:
    group: Prestige
    permissions:
    dannycoop123:
    group: Mod
    permissions:
    SmurfStompa:
    group: Mod
    permissions:
    nauruto2565:
    group: Vip
    permissions:
    Coverfire444:
    group: Mod
    permissions:
    UNCbasketbal:
    group: Vip
    permissions:
    M4TTH3R0CK3R:
    group: Vip
    permissions:
    --- merged: Mar 4, 2011 8:40 PM ---
    i have spaces, NOT TABS, just like the way it came
     
  24. Offline

    cjc343

    ...

    Could you put that in spoiler tags and code tags please?
     
  25. Offline

    Bacu

    Or am I mistaken and this doesn't even exist.
     
  26. Offline

    Damager

    My wordl name is "Damager's server", same for the .yml name file, I've tested all groups Default/Moderator/Admins, take the '*' on permission for Default player.

    When I launch my server I got this : http://pastebin.com/ei0GfHcN and when I say at my friend to tryed to build nothing happened :/ same on the console..
     
  27. Offline

    Shurris

    My worlds name is world. My config file is named world. When I try to join as default, I can still build and I can use /spawn, /motd, /sethome and /home. If I can't use them I get this message: "You do not have access to that command.". I can use the same commands on all groups. And I can't see any errors in the console.

    This is my console when I start. http://pastebin.com/U5R1q230
     
  28. Offline

    cjc343

    Show Spoiler

    1. 2011-03-04 21:39:16 [WARNING] Using the stupidly long constructor com.bukkit.authorblues.GroupUsers.GroupUsers(PluginLoader, Server, PluginDescriptionFile, File, File, ClassLoader) is no longer recommended. Go nag the plugin author of GroupUsers to remove it! (Nothing is broken, we just like to keep code clean.)
    2. 2011-03-04 21:39:16 [INFO] CommandBook 1.1 enabled.
    3. 2011-03-04 21:39:16 [INFO] CommandBook: GroupUsers detected! Using GroupUsers for permissions.
    4. 2011-03-04 21:39:16 [INFO] CommandBook: GroupUsers detected! Using GroupUsers for permissions.
    5. 2011-03-04 21:39:16 [INFO] [GroupUsers] version [1.4.2] is loaded!
    6. 2011-03-04 21:39:16 [INFO] CommandBook: GroupUsers detected! Using GroupUsers for permissions.

    Either remove GroupUsers, or config via GroupUsers instead.

    I'd recommend remove unless there's an update to fix that constructor issue.

    Show Spoiler

    1. 21:50:43 [INFO] GroupManager - INFO - Scheduled Data Saving is set for every 10
    2. minutes!
    3. 21:50:43 [INFO] GroupManager version 1.0(pre-alpha-3) is enabled!
    4. 21:50:43 [INFO] Fake Permissions version 2.5 is enabled!
    5. 21:50:44 [INFO] Fake Permissions version 2.5.2 is enabled!

    GroupManager is not Permissions. You don't have Permissions installed as far as I saw. They cannot be run at the same time.
     
  29. Offline

    MLBKing

    Im sorry, im only 13. Im not sure what you mean :/
     
  30. Offline

    cjc343

    quote this post. You'll see:

    A spoiler
    Code:
    And a code block
        which
        will
    preserve
        spaces
    


    Edit your entire post to be in a spoiler.
     
  31. Offline

    Damager

    Show Spoiler
    OMG it's good ♥
    Thanks for all for your awesome help ♥
     
Thread Status:
Not open for further replies.

Share This Page