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

    gsm051115

    It just went crazy and showed up 'BLOCK _PLACE events to Permissions' whenever I try to break a block. The wierd thing is that it worked perfectly fine yesterday, could someone help me with this? Thanks in advance.
     
  3. Offline

    reverendgeneral

    Just tried removing the inheritance part all together and explicitly laid out each permission for each group. Same result. I'll try breaking something next.

    Should I post a list of my plugins? Perhaps something is conflicting behind the scenes?
     
  4. Offline

    ben1996123

    Look at my previous post

    Didn't realise, but there were some errors in the console.

    Code:
    02:42:29 [SEVERE] Could not load 'plugins\Permissions.jar' in folder 'plugins':
    
    java.lang.reflect.InvocationTargetException
            at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    
            at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
    
            at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Sou
    rce)
            at java.lang.reflect.Constructor.newInstance(Unknown Source)
            at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.j
    ava:172)
            at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.
    java:194)
            at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager
    .java:117)
            at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:100)
            at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:218)
            at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:205)
            at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:145)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:265)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    Caused by: while parsing a block collection
     in "<reader>", line 69, column 13:
                    - 'MobBounty.mb'
                    ^
    expected <block end>, but found Scalar
     in "<reader>", line 77, column 16:
                    - 'jail.usercmd.jailstatus'
                       ^
    
            at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockSequenceEntry.produce(
    ParserImpl.java:520)
            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.composeSequenceNode(Composer.jav
    a:203)
            at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:158)
            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.composeMappingNode(Composer.java
    :230)
            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:12
    2)
            at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105)
    
            at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseCons
    tructor.java:124)
            at org.yaml.snakeyaml.Yaml.load(Yaml.java:264)
            at com.nijiko.configuration.NotNullConfiguration.load(NotNullConfigurati
    on.java:58)
            at com.nijikokun.bukkit.Permissions.Permissions.<init>(Permissions.java:
    132)
            ... 13 more
     
  5. Offline

    Psycho Robot

    Looking at your error, it looks like you might have messed up the formatting when you added MobBounty.mb and jail.usercmd.jailstatus. Check those lines and make sure they're in the correct format. Remember to make sure there are no tabs there.
     
  6. Offline

    Dragonntiger

    can someone help me with this error?
    Code:
    2011-05-21 20:25:35 [SEVERE] java.net.SocketException: Software caused connection abort: socket write error
    2011-05-21 20:25:35 [SEVERE]     at java.net.SocketOutputStream.socketWrite0(Native Method)
    2011-05-21 20:25:35 [SEVERE]     at java.net.SocketOutputStream.socketWrite(Unknown Source)
    2011-05-21 20:25:35 [SEVERE]     at java.net.SocketOutputStream.write(Unknown Source)
    2011-05-21 20:25:35 [SEVERE]     at java.io.DataOutputStream.write(Unknown Source)
    2011-05-21 20:25:35 [SEVERE]     at net.minecraft.server.Packet.a(Packet.java:120)
    2011-05-21 20:25:35 [SEVERE]     at net.minecraft.server.NetworkManager.e(NetworkManager.java:108)
    2011-05-21 20:25:35 [SEVERE]     at net.minecraft.server.NetworkManager.d(NetworkManager.java:231)
    2011-05-21 20:25:35 [SEVERE]     at net.minecraft.server.NetworkWriterThread.run(SourceFile:90)
     
  7. Offline

    B1GBADW0IF

    When ever i run permissions it wont work and i get htis error please help. PLEASE:

    21.05 18:03:33 [Server] INFO NPCTrader: Chunk Listener is running...
    21.05 18:03:33 [Server] INFO ... 13 more
    21.05 18:03:33 [Server] INFO at com.nijikokun.bukkit.Permissions.Permissions.<init>(Permissions.java:132)
    21.05 18:03:33 [Server] INFO at com.nijiko.configuration.NotNullConfiguration.load(NotNullConfiguration.java:58)
    21.05 18:03:33 [Server] INFO at org.yaml.snakeyaml.Yaml.load(Yaml.java:264)
    21.05 18:03:33 [Server] INFO at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:124)
    21.05 18:03:33 [Server] INFO at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105)
    21.05 18:03:33 [Server] INFO at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:122)
    21.05 18:03:33 [Server] INFO at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
    21.05 18:03:33 [Server] INFO at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:230)
    21.05 18:03:33 [Server] INFO at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
    21.05 18:03:33 [Server] INFO at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:230)
    21.05 18:03:33 [Server] INFO at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
    21.05 18:03:33 [Server] INFO at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:230)
    21.05 18:03:33 [Server] INFO at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:158)
    21.05 18:03:33 [Server] INFO at org.yaml.snakeyaml.composer.Composer.composeSequenceNode(Composer.java:203)
    21.05 18:03:33 [Server] INFO at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:148)
    21.05 18:03:33 [Server] INFO at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:163)
    21.05 18:03:33 [Server] INFO at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockSequenceEntry.produce(ParserImpl.java:510)
    21.05 18:03:33 [Server] INFO at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(ScannerImpl.java:183)
    21.05 18:03:33 [Server] INFO at org.yaml.snakeyaml.scanner.ScannerImpl.fetchMoreTokens(ScannerImpl.java:360)
    21.05 18:03:33 [Server] INFO ^
    21.05 18:03:33 [Server] INFO ... - 'iConomyChestShop.shop.sell'
    21.05 18:03:33 [Server] INFO in "<reader>", line 27, column 43:
    21.05 18:03:33 [Server] INFO found character '\t' that cannot start any token
    21.05 18:03:33 [Server] INFO Caused by: while scanning for the next token
    21.05 18:03:33 [Server] INFO at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    21.05 18:03:33 [Server] INFO at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:265)
    21.05 18:03:33 [Server] INFO at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:145)
    21.05 18:03:33 [Server] INFO at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:205)
    21.05 18:03:33 [Server] INFO at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:218)
    21.05 18:03:33 [Server] INFO at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:100)
    21.05 18:03:33 [Server] INFO at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:117)
    21.05 18:03:33 [Server] INFO at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:194)
    21.05 18:03:33 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:172)
    21.05 18:03:33 [Server] INFO at java.lang.reflect.Constructor.newInstance(Constructor.java:532)
    21.05 18:03:33 [Server] INFO at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
    21.05 18:03:33 [Server] INFO at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
    21.05 18:03:33 [Server] INFO at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    21.05 18:03:33 [Server] INFO java.lang.reflect.InvocationTargetException
    21.05 18:03:33 [Server] SEVERE Could not load 'plugins/Permissions.jar' in folder 'plugins':
    21.05 18:03:32 [Server] INFO Entities enhanced[0] subclassed[1]
    21.05 18:03:32 [Server] INFO SubClassFactory parent ClassLoader [org.bukkit.plugin.java.PluginClassLoader]
    21.05 18:03:31 [Server] SEVERE java.lang.UnsatisfiedLinkError: /tmp/sqlite-3.7.2-libsqlitejdbc.so: /tmp/sqlite-3.7.2-libsqlitejdbc.so: failed to map segment from shared object: Operation not permitted
    21.05 18:03:31 [Server] INFO DataSourcePool [iConomyChestShop] autoCommit[false] transIsolation[SERIALIZABLE] min[2] max[20]
     
  8. Offline

    DaddyCool64

    NPCTrader don't work with permissions/iConomy 5
    iConomyChestShop -> error in the config
     
  9. Offline

    elitefroggy

    is there some way i could set the '*' and then do something to exclude a certain permission or would i need to type out everything except the one thing.
     
  10. Offline

    Chase817

    I need to know the same thing. Any help?
     
  11. Offline

    SRArkan

    ok i have ask i update it and now can i place block
    but this write when i start server
    2011-05-22 08:36:16 [INFO] Starting minecraft server version Beta 1.5_02
    2011-05-22 08:36:16 [INFO] Loading properties
    2011-05-22 08:36:16 [INFO] Starting Minecraft server on *:25565
    2011-05-22 08:36:16 [WARNING] **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
    2011-05-22 08:36:16 [WARNING] The server will make no attempt to authenticate usernames. Beware.
    2011-05-22 08:36:16 [WARNING] While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
    2011-05-22 08:36:16 [WARNING] To change this, set "online-mode" to "true" in the server.settings file.
    2011-05-22 08:36:16 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-729-g5ee3f0f-b766jnks (MC: 1.5_02)
    2011-05-22 08:36:16 [INFO] Preparing level "world"
    2011-05-22 08:36:16 [INFO] Preparing start region
    2011-05-22 08:36:17 [SEVERE] Could not load 'plugins\Permissions.jar' in folder 'plugins':
    java.lang.reflect.InvocationTargetException
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
    at java.lang.reflect.Constructor.newInstance(Unknown Source)
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:164)
    at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:191)
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:115)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:100)
    at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:218)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:205)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:145)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:260)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    Caused by: while scanning for the next token
    found character '\t' that cannot start any token
    in "<reader>", line 14, column 1:
    - 'essentials.signs.protect ...
    ^

    at org.yaml.snakeyaml.scanner.ScannerImpl.fetchMoreTokens(ScannerImpl.java:360)
    at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(ScannerImpl.java:183)
    at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingValue.produce(ParserImpl.java:592)
    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.composeNode(Composer.java:132)
    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.composeMappingNode(Composer.java:230)
    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 com.nijiko.configuration.NotNullConfiguration.load(NotNullConfiguration.java:58)
    at com.nijikokun.bukkit.Permissions.Permissions.<init>(Permissions.java:132)
    ... 13 more
    2011-05-22 08:36:17 [SEVERE] Could not load 'plugins\EssentialsGroupBridge.jar' in folder 'plugins':
    java.lang.reflect.InvocationTargetException
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
    at java.lang.reflect.Constructor.newInstance(Unknown Source)
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:164)
    at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:191)
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:115)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:100)
    at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:218)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:205)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:145)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:260)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    Caused by: while scanning for the next token
    found character '\t' that cannot start any token
    in "<reader>", line 14, column 1:
    - 'essentials.signs.protect ...
    ^

    at org.yaml.snakeyaml.scanner.ScannerImpl.fetchMoreTokens(ScannerImpl.java:360)
    at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(ScannerImpl.java:183)
    at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingValue.produce(ParserImpl.java:592)
    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.composeNode(Composer.java:132)
    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.composeMappingNode(Composer.java:230)
    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 com.nijiko.configuration.NotNullConfiguration.load(NotNullConfiguration.java:58)
    at com.nijikokun.bukkit.Permissions.Permissions.<init>(Permissions.java:132)
    ... 13 more
    2011-05-22 08:36:17 [INFO] CraftBookCommon 3.0-alpha2 enabled.
    2011-05-22 08:36:17 [INFO] CraftBookCommon: No known permissions plugin detected. Using configuration file for permissions.
    2011-05-22 08:36:17 [INFO] CraftBookCircuits 3.0-alpha2 enabled.
    2011-05-22 08:36:17 [INFO] CraftBookCircuits: No known permissions plugin detected. Using configuration file for permissions.
    2011-05-22 08:36:17 [INFO] CraftBookCircuits: No known permissions plugin detected. Using configuration file for permissions.
    2011-05-22 08:36:17 [INFO] CraftBookMechanisms 3.0-alpha2 enabled.
    2011-05-22 08:36:17 [INFO] CraftBookMechanisms: No known permissions plugin detected. Using configuration file for permissions.
    2011-05-22 08:36:17 [INFO] 1 cauldron recipe(s) loaded
    2011-05-22 08:36:17 [INFO] CraftBookVehicles 3.0-alpha2 enabled.
    2011-05-22 08:36:17 [INFO] CraftBookVehicles: No known permissions plugin detected. Using configuration file for permissions.
    2011-05-22 08:36:17 [INFO] Loaded Essentials build 2.2.18 by Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans and Xeology
    2011-05-22 08:36:17 [INFO] Loaded EssentialsChat build 2.2.18 by Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans and Xeology
    2011-05-22 08:36:17 [INFO] Loaded EssentialsGeoIP build 2.2.18 by Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans and Xeology
    2011-05-22 08:36:17 [INFO] This product includes GeoLite data created by MaxMind, available from http://www.maxmind.com/.
    2011-05-22 08:36:17 [INFO] GroupManager - INFO - Scheduled Data Saving is set for every 10 minutes!
    2011-05-22 08:36:17 [INFO] GroupManager version 1.0(alpha-5) is enabled!
    2011-05-22 08:36:17 [INFO] Loaded EssentialsProtect build 2.2.18 by Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans and Xeology
    2011-05-22 08:36:17 [INFO] Loaded EssentialsSpawn build 2.2.18 by Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans and Xeology
    2011-05-22 08:36:17 [INFO] WorldEdit 4.4 enabled.
    2011-05-22 08:36:17 [INFO] WorldEdit: No known permissions plugin detected. Using configuration file for permissions.
    2011-05-22 08:36:18 [INFO] Done (0,136s)! For help, type "help" or "?"
    2011-05-22 08:36:21 [INFO] Stopping server
     
  12. Offline

    quadrophenik

    Ok, so I added Mcmmo commands to the admin, and suddenly, it stopped working... I checked, and it didn't seem like im missing anything, but everyone but the admin lost all commands.
    Code:
    groups‭:‬
    ‭    ‬newbies‭:‬
    ‭        ‬default‭: ‬true
    ‭        ‬info‭:‬
    ‭            ‬prefix‭: '‬&e‭'‬
    ‭            ‬suffix‭: ''‬
    ‭            ‬build‭: ‬false
    ‭        ‬inheritance‭:‬
    ‭        ‬permissions‭:‬
    ‭            - '‬essentials.help‭'‬
    ‭            - '‬essentials.helpop‭'‬
    ‭            - '‬essentials.list‭'‬
    ‭            - '‬essentials.motd‭'‬
    ‭            - '‬essentials.rules‭'‬
    ‭            - '‬essentials.spawn‭'‬
    ‭            - '‬essentials.clearinventory‭'‬
    ‭    ‬members‭:‬
    ‭        ‬default‭: ‬false
    ‭        ‬info‭:‬
    ‭            ‬prefix‭: '‬&2‭'‬
    ‭            ‬suffix‭: ''‬
    ‭            ‬build‭: ‬true
    ‭        ‬inheritance‭:‬
    ‭            - '‬newbies‭'‬
    ‭        ‬permissions‭:‬
    ‭            - '‬essentials.afk‭'‬
    ‭            - '‬essentials.back.ondeath‭'‬
    ‭            - '‬essentials.balance‭'‬
    ‭            - '‬essentials.chat.shout‭'‬
    ‭            - '‬essentials.compass‭'‬
    ‭            - '‬essentials.home‭'‬
    ‭            - '‬essentials.kit‭'‬
    ‭            - '‬essentials.kit.tools‭'‬
    ‭            - '‬essentials.mail‭'‬
    ‭            - '‬essentials.mail.send‭'‬
    ‭            - '‬essentials.me‭'‬
    ‭            - '‬essentials.msg‭'‬
    ‭            - '‬essentials.nick‭'‬
    ‭            - '‬essentials.pay‭'‬
    ‭            - '‬essentials.portal‭'‬
    ‭            - '‬essentials.protect‭'‬
    ‭            - '‬essentials.sethome‭'‬
    ‭            - '‬essentials.signs.buy.use‭'‬
    ‭            - '‬essentials.signs.disposal.create‭'‬
    ‭            - '‬essentials.signs.disposal.use‭'‬
    ‭            - '‬essentials.signs.free.use‭'‬
    ‭            - '‬essentials.signs.heal.use‭'‬
    ‭            - '‬essentials.signs.mail.create‭'‬
    ‭            - '‬essentials.signs.mail.use‭'‬
    ‭            - '‬essentials.signs.protection.create‭'‬
    ‭            - '‬essentials.signs.protection.use‭'‬
    ‭            - '‬essentials.signs.sell.use‭'‬
    ‭            - '‬essentials.signs.trade.create‭'‬
    ‭            - '‬essentials.signs.trade.use‭'‬
    ‭            - '‬essentials.suicide‭'‬
    ‭            - '‬essentials.tpa‭'‬
    ‭            - '‬essentials.tpaccept‭'‬
    ‭            - '‬essentials.tpahere‭'‬
    ‭            - '‬essentials.tpdeny‭'‬
    ‭            - '‬essentials.warp‭'‬
    ‭            - '‬essentials.warp.list‭'‬
    ‭            - '‬essentials.worth‭'‬
    ‭            - '‬craftbook‭.*'‬
    ‭            - '‬mcmmo.commands.ability‭'‬
    ‭            - '‬mcmmo.ability.woodcutting‭'‬
    ‭            - '‬mcmmo.ability.mining‭' ‬
    ‭            - '‬mcmmo.ability.axes‭' ‬
    ‭            - '‬mcmmo.ability.excavation‭' ‬
    ‭            - '‬mcmmo.ability.swords‭' ‬
    ‭            - '‬mcmmo.ability.unarmed‭' ‬
    ‭            - '‬mcmmo.ability.herbalism‭' ‬
    ‭            - '‬mcmmo.item.chimaerawing‭'‬
    ‭            - '‬mcmmo.skills‭.*'‬
    ‭            - '‬mcmmo.mcmmo‭'‬
    ‭            - '‬mcmmo.setmyspawn‭'‬
    ‭            - '‬mcmmo.myspawn‭'‬
    ‭            - '‬mcmmo.mcc‭'‬
    ‭            - '‬mcmmo.stats‭'‬
    ‭            - '‬mcmmo.regeneration‭'‬
    ‭            - '‬mcmmo.skillname‭'‬
     
    ‭    ‬mods‭:‬
    ‭        ‬default‭: ‬false
    ‭        ‬info‭:‬
    ‭            ‬prefix‭: '‬&5‭'‬
    ‭            ‬suffix‭: ''‬
    ‭            ‬build‭: ‬true
    ‭        ‬inheritance‭:‬
    ‭            - '‬members‭'‬
    ‭        ‬permissions‭:‬
    ‭            - '‬essentials.back‭'‬
    ‭            - '‬essentials.ban‭'‬
    ‭            - '‬essentials.banip‭'‬
    ‭            - '‬essentials.broadcast‭'‬
    ‭            - '‬essentials.delwarp‭'‬
    ‭            - '‬essentials.depth‭'‬
    ‭            - '‬essentials.eco‭'‬
    ‭            - '‬essentials.getpos‭'‬
    ‭            - '‬essentials.jump‭'‬
    ‭            - '‬essentials.kick‭'‬
    ‭            - '‬essentials.kill‭'‬
    ‭            - '‬essentials.setwarp‭'‬
    ‭            - '‬essentials.time‭'‬
    ‭            - '‬essentials.togglejail‭'‬
    ‭            - '‬essentials.top‭'‬
    ‭            - '‬essentials.tp‭'‬
    ‭            - '‬essentials.tphere‭'‬
    ‭            - '‬essentials.tpo‭'‬
    ‭            - '‬essentials.tpohere‭'‬
    ‭            - '‬essentials.tppos‭'‬
    ‭            - '‬essentials.tptoggle‭'‬
    ‭            - '‬essentials.unban‭'‬
    ‭            - '‬essentials.unbanip‭'‬
    ‭            - '‬essentials.whois‭'‬
    ‭            - '‬essentials.world‭'‬
    ‭            - '‬essentials.ext‭'‬
    ‭            - '‬essentials.item‭'‬
    ‭            - '‬citizens‭.*'‬
    ‭    ‬admins‭:‬
    ‭        ‬default‭: ‬false
    ‭        ‬info‭:‬
    ‭            ‬prefix‭: '‬&c‭'‬
    ‭            ‬suffix‭: ''‬
    ‭            ‬build‭: ‬true
    ‭        ‬inheritance‭:‬
    ‭            - '‬mods‭'‬
    ‭        ‬permissions‭:‬
    ‭            - '‬essentials‭'‬
    ‭            - '‬essentials.cooldown.bypass‭'‬
    ‭            - '‬essentials.deljail‭'‬
    ‭            - '‬essentials.give‭'‬
    ‭            - '‬essentials.god‭'‬
    ‭            - '‬essentials.heal‭'‬
    ‭            - '‬essentials.heal.others‭'‬
    ‭            - '‬essentials.invsee‭'‬
    ‭            - '‬essentials.jails‭'‬
    ‭            - '‬essentials.kickall‭'‬
    ‭            - '‬essentials.kit‭.*'‬
    ‭            - '‬essentials.mute‭'‬
    ‭            - '‬essentials.sell‭'‬
    ‭            - '‬essentials.setjail‭'‬
    ‭            - '‬essentials.signs.protection.override‭'‬
    ‭            - '‬essentials.spawnmob‭'‬
    ‭            - '‬essentials.teleport.cooldown.bypass‭'‬
    ‭            - '‬essentials.teleport.timer.bypass‭'‬
    ‭            - '‬essentials.togglejail‭'‬
    ‭            - '‬essentials.burn‭'‬
    ‭            - '‬worldedit‭.*'‬
    ‭            - '‬bigbrother‭.*'‬
    ‭            - '‬vanish‭.*'‬
    ‭            - '*'‬
    ‭            ‬
    users‭:‬
    ‭    ‬ssej11996‭:‬
    ‭        ‬group‭: '‬admins‭'‬
    ‭        ‬info‭:‬
    ‭            ‬prefix‭: ''‬
    ‭            ‬suffix‭: ''‬
    ‭        ‬permissions‭:‬
    ‭            ‬
    ‭    ‬asmanwoks‭:‬
    ‭        ‬group‭: '‬mods‭'‬
    ‭        ‬info‭:‬
    ‭            ‬prefix‭: ''‬
    ‭            ‬suffix‭: ''‬
    ‭        ‬permissions‭:‬
    ‭        ‬
    ‭    ‬Jtjt‭:‬
    ‭        ‬group‭: '‬members‭'‬
    ‭        ‬info‭:‬
    ‭            ‬prefix‭: ''‬
    ‭            ‬suffix‭: ''‬
    ‭        ‬permissions‭:‬
    ‭        ‬
    ‭    ‬aMovingGiraffe‭:‬
    ‭        ‬group‭: '‬members‭'‬
    ‭        ‬info‭:‬
    ‭            ‬prefix‭: ''‬
    ‭            ‬suffix‭: ''‬
    ‭        ‬permissions‭:‬
    ‭   ‬
        JoeyMulder‭:‬
    ‭        ‬group‭: '‬members‭'‬
    ‭        ‬info‭:‬
    ‭            ‬prefix‭: ''‬
    ‭            ‬suffix‭: ''‬
    ‭        ‬permissions‭:‬
    ‭        ‬
    23:58:36 [INFO] <?cssej11996?f> please work
    23:58:44 [INFO] ?9[PLAYER_COMMAND] ssej11996: /who
    23:58:46 [WARNING] Missing a prefix or suffix for default
    23:58:46 [INFO] <?cssej11996?f> ...
    23:58:47 [WARNING] Missing a prefix or suffix for default
    23:58:47 [INFO] <JoeyMulder> um what?
    23:58:49 [WARNING] Missing a prefix or suffix for default
    23:58:49 [INFO] <?cssej11996?f> damnit
    23:59:49 [WARNING] Missing a prefix or suffix for default
    23:59:49 [INFO] <?cssej11996?f> im so confused
    23:59:52 [INFO] ?9[PLAYER_COMMAND] ssej11996: /help
    23:59:57 [INFO] ?9[PLAYER_COMMAND] ssej11996: /help 2
    00:00:07 [WARNING] Missing a prefix or suffix for default
    00:00:07 [INFO] <JoeyMulder> also it says i have no permission but i can still builde
    00:00:10 [WARNING] Missing a prefix or suffix for default
    00:00:10 [INFO] <?cssej11996?f> .listics
    00:00:17 [WARNING] Missing a prefix or suffix for default
    00:00:17 [INFO] <?cssej11996?f> strange
    00
    ‭ ‬
     
  13. Offline

    Jeyge

    You have a tab in your file at or around line 27, column 43. Remove that and all other tabs and you should get some better results.
    You can add a "- '-foo.bar'" to remove a permission.
    You have a tab at or around line 14, column 1. Remove that and all other tabs and you should get some better results. You are also running both Permissions and GroupManager. Only one permissions plugin will be active at a time and in this case, it will be GroupManager. If that isn't what you want, then remove GroupManager.
     
  14. Offline

    Pickle_Bomb

    Ok so I did EVERYTHING in the tutorial video.

    I checked the Yaml thingy, it said it was good :D

    But I start my server and....

    [SEVERE] Could not load 'plugins/Permissions.jar' in folder 'plugins':
    java.lang.UnsupportedClassVersionError: Bad version number in .class file
    at java.lang.ClassLoader.defineClass1(Native Method)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:676)
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)
    at java.net.URLClassLoader.defineClass(URLClassLoader.java:260)
    at java.net.URLClassLoader.access$100(URLClassLoader.java:56)
    at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:36)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:24)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:317)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:375)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:242)
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:160)
    at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:191)
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:115)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:100)
    at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:218)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:205)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:145)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:260)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    16:47:59 [INFO] Done (0.107s)! For help, type "help" or "?"

    I screamed so bloody loud I nearly had a heart attack.
    This error has been popping up for weeks.

    Whoever fixes this will be an admin on my server.
     
  15. Offline

    quadrophenik

    I added Mcmmo commands to the admin, and suddenly, it went vanilla for everyone else... they can still build, but they cant use commands.

    Code:
    groups‭:‬
    ‭    ‬newbies‭:‬
    ‭        ‬default‭: ‬true
    ‭        ‬info‭:‬
    ‭            ‬prefix‭: '‬&e‭'‬
    ‭            ‬suffix‭: ''‬
    ‭            ‬build‭: ‬false
    ‭        ‬inheritance‭:‬
    ‭        ‬permissions‭:‬
    ‭            - '‬essentials.help‭'‬
    ‭            - '‬essentials.helpop‭'‬
    ‭            - '‬essentials.list‭'‬
    ‭            - '‬essentials.motd‭'‬
    ‭            - '‬essentials.rules‭'‬
    ‭            - '‬essentials.spawn‭'‬
    ‭            - '‬essentials.clearinventory‭'‬
    ‭    ‬members‭:‬
    ‭        ‬default‭: ‬false
    ‭        ‬info‭:‬
    ‭            ‬prefix‭: '‬&2‭'‬
    ‭            ‬suffix‭: ''‬
    ‭            ‬build‭: ‬true
    ‭        ‬inheritance‭:‬
    ‭            - '‬newbies‭'‬
    ‭        ‬permissions‭:‬
    ‭            - '‬essentials.afk‭'‬
    ‭            - '‬essentials.back.ondeath‭'‬
    ‭            - '‬essentials.balance‭'‬
    ‭            - '‬essentials.chat.shout‭'‬
    ‭            - '‬essentials.compass‭'‬
    ‭            - '‬essentials.home‭'‬
    ‭            - '‬essentials.kit‭'‬
    ‭            - '‬essentials.kit.tools‭'‬
    ‭            - '‬essentials.mail‭'‬
    ‭            - '‬essentials.mail.send‭'‬
    ‭            - '‬essentials.me‭'‬
    ‭            - '‬essentials.msg‭'‬
    ‭            - '‬essentials.nick‭'‬
    ‭            - '‬essentials.pay‭'‬
    ‭            - '‬essentials.portal‭'‬
    ‭            - '‬essentials.protect‭'‬
    ‭            - '‬essentials.sethome‭'‬
    ‭            - '‬essentials.signs.buy.use‭'‬
    ‭            - '‬essentials.signs.disposal.create‭'‬
    ‭            - '‬essentials.signs.disposal.use‭'‬
    ‭            - '‬essentials.signs.free.use‭'‬
    ‭            - '‬essentials.signs.heal.use‭'‬
    ‭            - '‬essentials.signs.mail.create‭'‬
    ‭            - '‬essentials.signs.mail.use‭'‬
    ‭            - '‬essentials.signs.protection.create‭'‬
    ‭            - '‬essentials.signs.protection.use‭'‬
    ‭            - '‬essentials.signs.sell.use‭'‬
    ‭            - '‬essentials.signs.trade.create‭'‬
    ‭            - '‬essentials.signs.trade.use‭'‬
    ‭            - '‬essentials.suicide‭'‬
    ‭            - '‬essentials.tpa‭'‬
    ‭            - '‬essentials.tpaccept‭'‬
    ‭            - '‬essentials.tpahere‭'‬
    ‭            - '‬essentials.tpdeny‭'‬
    ‭            - '‬essentials.warp‭'‬
    ‭            - '‬essentials.warp.list‭'‬
    ‭            - '‬essentials.worth‭'‬
    ‭            - '‬craftbook‭.*'‬
    ‭            - '‬mcmmo.commands.ability‭'‬
    ‭            - '‬mcmmo.ability.woodcutting‭'‬
    ‭            - '‬mcmmo.ability.mining‭' ‬
    ‭            - '‬mcmmo.ability.axes‭' ‬
    ‭            - '‬mcmmo.ability.excavation‭' ‬
    ‭            - '‬mcmmo.ability.swords‭' ‬
    ‭            - '‬mcmmo.ability.unarmed‭' ‬
    ‭            - '‬mcmmo.ability.herbalism‭' ‬
    ‭            - '‬mcmmo.item.chimaerawing‭'‬
    ‭            - '‬mcmmo.skills‭.*'‬
    ‭            - '‬mcmmo.mcmmo‭'‬
    ‭            - '‬mcmmo.setmyspawn‭'‬
    ‭            - '‬mcmmo.myspawn‭'‬
    ‭            - '‬mcmmo.mcc‭'‬
    ‭            - '‬mcmmo.stats‭'‬
    ‭            - '‬mcmmo.regeneration‭'‬
    ‭            - '‬mcmmo.skillname‭'‬
    
    ‭    ‬mods‭:‬
    ‭        ‬default‭: ‬false
    ‭        ‬info‭:‬
    ‭            ‬prefix‭: '‬&5‭'‬
    ‭            ‬suffix‭: ''‬
    ‭            ‬build‭: ‬true
    ‭        ‬inheritance‭:‬
    ‭            - '‬members‭'‬
    ‭        ‬permissions‭:‬
    ‭            - '‬essentials.back‭'‬
    ‭            - '‬essentials.ban‭'‬
    ‭            - '‬essentials.banip‭'‬
    ‭            - '‬essentials.broadcast‭'‬
    ‭            - '‬essentials.delwarp‭'‬
    ‭            - '‬essentials.depth‭'‬
    ‭            - '‬essentials.eco‭'‬
    ‭            - '‬essentials.getpos‭'‬
    ‭            - '‬essentials.jump‭'‬
    ‭            - '‬essentials.kick‭'‬
    ‭            - '‬essentials.kill‭'‬
    ‭            - '‬essentials.setwarp‭'‬
    ‭            - '‬essentials.time‭'‬
    ‭            - '‬essentials.togglejail‭'‬
    ‭            - '‬essentials.top‭'‬
    ‭            - '‬essentials.tp‭'‬
    ‭            - '‬essentials.tphere‭'‬
    ‭            - '‬essentials.tpo‭'‬
    ‭            - '‬essentials.tpohere‭'‬
    ‭            - '‬essentials.tppos‭'‬
    ‭            - '‬essentials.tptoggle‭'‬
    ‭            - '‬essentials.unban‭'‬
    ‭            - '‬essentials.unbanip‭'‬
    ‭            - '‬essentials.whois‭'‬
    ‭            - '‬essentials.world‭'‬
    ‭            - '‬essentials.ext‭'‬
    ‭            - '‬essentials.item‭'‬
    ‭            - '‬citizens‭.*'‬
    ‭    ‬admins‭:‬
    ‭        ‬default‭: ‬false
    ‭        ‬info‭:‬
    ‭            ‬prefix‭: '‬&c‭'‬
    ‭            ‬suffix‭: ''‬
    ‭            ‬build‭: ‬true
    ‭        ‬inheritance‭:‬
    ‭            - '‬mods‭'‬
    ‭        ‬permissions‭:‬
    ‭            - '‬essentials‭'‬
    ‭            - '‬essentials.cooldown.bypass‭'‬
    ‭            - '‬essentials.deljail‭'‬
    ‭            - '‬essentials.give‭'‬
    ‭            - '‬essentials.god‭'‬
    ‭            - '‬essentials.heal‭'‬
    ‭            - '‬essentials.heal.others‭'‬
    ‭            - '‬essentials.invsee‭'‬
    ‭            - '‬essentials.jails‭'‬
    ‭            - '‬essentials.kickall‭'‬
    ‭            - '‬essentials.kit‭.*'‬
    ‭            - '‬essentials.mute‭'‬
    ‭            - '‬essentials.sell‭'‬
    ‭            - '‬essentials.setjail‭'‬
    ‭            - '‬essentials.signs.protection.override‭'‬
    ‭            - '‬essentials.spawnmob‭'‬
    ‭            - '‬essentials.teleport.cooldown.bypass‭'‬
    ‭            - '‬essentials.teleport.timer.bypass‭'‬
    ‭            - '‬essentials.togglejail‭'‬
    ‭            - '‬essentials.burn‭'‬
    ‭            - '‬worldedit‭.*'‬
    ‭            - '‬bigbrother‭.*'‬
    ‭            - '‬vanish‭.*'‬
    ‭            - '*'‬
    ‭            ‬
    users‭:‬
    ‭    ‬ssej11996‭:‬
    ‭        ‬group‭: '‬admins‭'‬
    ‭        ‬info‭:‬
    ‭            ‬prefix‭: ''‬
    ‭            ‬suffix‭: ''‬
    ‭        ‬permissions‭:‬
    ‭            ‬
    ‭    ‬asmanwoks‭:‬
    ‭        ‬group‭: '‬mods‭'‬
    ‭        ‬info‭:‬
    ‭            ‬prefix‭: ''‬
    ‭            ‬suffix‭: ''‬
    ‭        ‬permissions‭:‬
    ‭        ‬
    ‭    ‬Jtjt‭:‬
    ‭        ‬group‭: '‬members‭'‬
    ‭        ‬info‭:‬
    ‭            ‬prefix‭: ''‬
    ‭            ‬suffix‭: ''‬
    ‭        ‬permissions‭:‬
    ‭        ‬
    ‭    ‬aMovingGiraffe‭:‬
    ‭        ‬group‭: '‬members‭'‬
    ‭        ‬info‭:‬
    ‭            ‬prefix‭: ''‬
    ‭            ‬suffix‭: ''‬
    ‭        ‬permissions‭:‬
    ‭   ‬
        JoeyMulder‭:‬
    ‭        ‬group‭: '‬members‭'‬
    ‭        ‬info‭:‬
    ‭            ‬prefix‭: ''‬
    ‭            ‬suffix‭: ''‬
    ‭        ‬permissions‭:‬
    ‭        ‬
    23:58:36 [INFO] <?cssej11996?f> please work
    23:58:44 [INFO] ?9[PLAYER_COMMAND] ssej11996: /who
    23:58:46 [WARNING] Missing a prefix or suffix for default
    23:58:46 [INFO] <?cssej11996?f> ...
    23:58:47 [WARNING] Missing a prefix or suffix for default
    23:58:47 [INFO] <JoeyMulder> um what?
    23:58:49 [WARNING] Missing a prefix or suffix for default
    23:58:49 [INFO] <?cssej11996?f> damnit
    23:59:49 [WARNING] Missing a prefix or suffix for default
    23:59:49 [INFO] <?cssej11996?f> im so confused
    23:59:52 [INFO] ?9[PLAYER_COMMAND] ssej11996: /help
    23:59:57 [INFO] ?9[PLAYER_COMMAND] ssej11996: /help 2
    00:00:07 [WARNING] Missing a prefix or suffix for default
    00:00:07 [INFO] <JoeyMulder> also it says i have no permission but i can still builde
    00:00:10 [WARNING] Missing a prefix or suffix for default
    00:00:10 [INFO] <?cssej11996?f> .listics
    00:00:17 [WARNING] Missing a prefix or suffix for default
    00:00:17 [INFO] <?cssej11996?f> strange
    00
     
  16. Offline

    rcjrrjcr

    What is your Java version? Run "java -version" on the command line. If it's Java 1.5 or below, upgrade to 1.6. Permissions is built against Java 1.6, hence the UnsupportedClassVersionError.
     
  17. Offline

    Jeyge

    I looked up your editor of choice and it is an HTML/rtf editor by default. If you haven't changed it to a basic text editor, you are going to run into these problems all the time. The extra tags I was seeing the other day seem to be rtf tags and won't work with Permissions or any other yml file. I really would suggest you take a look at another editor or search for how to change that one into a text editor.
     
  18. Offline

    quadrophenik

    I was using textwrangler, like you suggested, and it was working fine all day. But suddenly it stopped... also... if i open it in textedit, it has As and lamdas everywhere, so im done with textedit.... but why would text wrangler screw up?
     
  19. Offline

    elitefroggy

    i still cant get it to work, give me an example, if the node was bCoolDown.exception what would i type exactly
     
  20. Offline

    Maxis010

    Jeyge beat me to the answer on the permissions problems but I'd like to say, no, that isn't the problem
    Just because a plugin is mentioned in the error doesn't make it the source of the problem, the error has YAML inside the stack so it's a config problem

    - -bCoolDown.exception
    Indent with spaces as needed

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

    elitefroggy

    where do ' and ' go it still wont work
     
  22. Offline

    Maxis010

    - '-bCoolDown.exception'

    If with and without quotes doesn't work then post your server log and full yml file
     
  23. Offline

    ben1996123

    Facepalm at myself. I made the common error of forgetting to put a ' at the end of iConomyChestShop.shop.sell.
     
  24. Offline

    elitefroggy

    Thnks, it works fine now.
     
  25. Offline

    Draconicus

    Glorious!
     
  26. Offline

    B1GBADW0IF

    I got this error and i have no idea what to do anyhelp is appreciated. PLEASE!!!!
    22.05 05:22:32 [Server] INFO ... 13 more
    22.05 05:22:32 [Server] INFO at com.nijikokun.bukkit.Permissions.Permissions.<init>(Permissions.java:132)
    22.05 05:22:32 [Server] INFO at com.nijiko.configuration.NotNullConfiguration.load(NotNullConfiguration.java:58)
    22.05 05:22:32 [Server] INFO at org.yaml.snakeyaml.Yaml.load(Yaml.java:264)
    22.05 05:22:32 [Server] INFO at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:124)
    22.05 05:22:32 [Server] INFO at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105)
    22.05 05:22:32 [Server] INFO at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:122)
    22.05 05:22:32 [Server] INFO at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
    22.05 05:22:32 [Server] INFO at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:230)
    22.05 05:22:32 [Server] INFO at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
    22.05 05:22:32 [Server] INFO at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:230)
    22.05 05:22:32 [Server] INFO at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
    22.05 05:22:32 [Server] INFO at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:230)
    22.05 05:22:32 [Server] INFO at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:158)
    22.05 05:22:32 [Server] INFO at org.yaml.snakeyaml.composer.Composer.composeSequenceNode(Composer.java:203)
    22.05 05:22:32 [Server] INFO at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:148)
    22.05 05:22:32 [Server] INFO at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:163)
    22.05 05:22:32 [Server] INFO at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockSequenceEntry.produce(ParserImpl.java:510)
    22.05 05:22:32 [Server] INFO at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(ScannerImpl.java:183)
    22.05 05:22:32 [Server] INFO at org.yaml.snakeyaml.scanner.ScannerImpl.fetchMoreTokens(ScannerImpl.java:360)
    22.05 05:22:32 [Server] INFO ^
    22.05 05:22:32 [Server] INFO ... - 'iConomyChestShop.shop.sell'
    22.05 05:22:32 [Server] INFO in "<reader>", line 27, column 43:
    22.05 05:22:32 [Server] INFO found character '\t' that cannot start any token
    22.05 05:22:32 [Server] INFO Caused by: while scanning for the next token
    22.05 05:22:32 [Server] INFO at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    22.05 05:22:32 [Server] INFO at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:265)
    22.05 05:22:32 [Server] INFO at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:145)
    22.05 05:22:32 [Server] INFO at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:205)
    22.05 05:22:32 [Server] INFO at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:218)
    22.05 05:22:32 [Server] INFO at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:100)
    22.05 05:22:32 [Server] INFO at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:117)
    22.05 05:22:32 [Server] INFO at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:194)
    22.05 05:22:32 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:172)
    22.05 05:22:32 [Server] INFO at java.lang.reflect.Constructor.newInstance(Constructor.java:532)
    22.05 05:22:32 [Server] INFO at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
    22.05 05:22:32 [Server] INFO at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
    22.05 05:22:32 [Server] INFO at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    22.05 05:22:32 [Server] INFO java.lang.reflect.InvocationTargetException
    22.05 05:22:32 [Server] SEVERE Could not load 'plugins/Permissions.jar' in folder 'plugins':
    22.05 05:22:31 [Server] INFO Entities enhanced[0] subclassed[1]
    22.05 05:22:30 [Server] INFO SubClassFactory parent ClassLoader [org.bukkit.plugin.java.PluginClassLoader]
    22.05 05:22:29 [Server] SEVERE java.lang.UnsatisfiedLinkError: /tmp/sqlite-3.7.2-libsqlitejdbc.so: /tmp/sqlite-3.7.2-libsqlitejdbc.so: failed to map segment from shared object: Operation not permitted
    22.05 05:22:29 [Server] INFO DataSourcePool [iConomyChestShop] autoCommit[false] transIsolation[SERIALIZABLE] min[2] max[20]
     
  27. Offline

    Jeyge

    This is the exact same error as you posted before and I already responded to.
     
  28. Offline

    B1GBADW0IF

    i got rid of npc and chestshop
     
  29. Offline

    mgmdude

    Very nice plugin, works great. But one question: what are the permission nodes for the basic commands that are already in the game? (such as /list, /time, /tp, /say)
     
  30. Offline

    Jeyge

    There aren't any by default but you can run DefaultPermissions to give them.

    It doesn't look like you changed your permissions.yml file though and it is showing the exact same error on the same line.

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

    SillyWalker

    Okay, so I need some help. For whatever reason, I can't set myself as an Admin. Here's the relevant section from the config file:
    users:
    SillyWalker:
    group: Admins
    prefix: 'Admin'
    permissions:

    But I can't use any of my plugins. I follwed the video and the tutorial, and checked my YAML spacing. Help?
     
Thread Status:
Not open for further replies.

Share This Page