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

    blista77

    Code:
    groups:
        Default:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: false
            inheritance:
            permissions:
                - 'foo.bar'
        Moderator:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
                - Default
            permissions:
                - 'bar.foo'
        Admins:
            default: true
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            permissions:
                - '*'
    
    users:
        blista77:
            group: Admins
            permissions:
                - 'jail.command.jailcreate'
                - 'jail.command.jaildelete'
                - 'jail.command.jail'
                - 'jail.command.unjail'
                - 'jail.command.jailtransfer'
                - 'jail.command.jailtransferall'
                - 'jail.command.jailcheck'
                - 'jail.command.jailtelein'
                - 'jail.command.jailteleout'
                - 'jail.command.jaillist'
                - 'jail.command.unjailforce'
                - 'jail.command.jailclear'
                - 'jail.command.jailclearforce'
                - 'jail.command.jailbackup'
                - 'jail.usercmd.jailstatus'
                - 'plugman.admin'
                - 'worldedit'
                - 'lockette.admin.break'
    
     
  3. Offline

    Itssnowing

    Looks fine to me. Do you need permissions for any other people?

    Edit: Fix the Admin group- Right now, anyone who joins will be put in that group!
     
  4. Offline

    blista77

    uggggggggg still doesnt work
     
  5. Offline

    Itssnowing

    What happens?

    Edit: Would you be comfortable using Teamviewer?
     
  6. Offline

    blista77

    any other reason why it wont work and i cant get permisson 2.5.4 to work only 2.5.3
     
  7. Offline

    Itssnowing

    Why, what happens?
     
  8. Offline

    blista77

    Code:
    C:\Users\Brandon\Documents\minecraftsever2>"C:\Program Files (x86)\Java\jre6\bin
    \java.exe" -Xmx1024M -Xms1024M -jar craftbukkit-0.0.1-SNAPSHOT.jar
    21:55:23 [INFO] Starting minecraft server version Beta 1.3
    21:55:23 [INFO] Loading properties
    21:55:23 [INFO] Starting Minecraft server on 5.222.148.187:25565
    21:55:23 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-544-
    g6c6c30a-b556jnks (MC: 1.3)
    21:55:23 [INFO] Preparing level "world"
    21:55:23 [SEVERE] java.io.IOException: Not in GZIP format
    21:55:23 [SEVERE]       at java.util.zip.GZIPInputStream.readHeader(Unknown Sour
    ce)
    21:55:23 [SEVERE]       at java.util.zip.GZIPInputStream.<init>(Unknown Source)
    21:55:23 [SEVERE]       at java.util.zip.GZIPInputStream.<init>(Unknown Source)
    21:55:23 [SEVERE]       at net.minecraft.server.CompressedStreamTools.a(SourceFi
    le:8)
    21:55:23 [SEVERE]       at net.minecraft.server.WorldLoader.b(SourceFile:49)
    21:55:23 [SEVERE]       at net.minecraft.server.WorldLoaderServer.a(SourceFile:7
    3)
    21:55:23 [SEVERE]       at net.minecraft.server.MinecraftServer.a(MinecraftServe
    r.java:143)
    21:55:23 [SEVERE]       at net.minecraft.server.MinecraftServer.d(MinecraftServe
    r.java:131)
    21:55:23 [SEVERE]       at net.minecraft.server.MinecraftServer.run(MinecraftSer
    ver.java:246)
    21:55:23 [SEVERE]       at net.minecraft.server.ThreadServerApplication.run(Sour
    ceFile:366)
    21:55:23 [INFO] Preparing start region
    21:55:23 [SEVERE] java.io.IOException: Not in GZIP format
    21:55:23 [SEVERE]       at java.util.zip.GZIPInputStream.readHeader(Unknown Sour
    ce)
    21:55:23 [SEVERE]       at java.util.zip.GZIPInputStream.<init>(Unknown Source)
    21:55:23 [SEVERE]       at java.util.zip.GZIPInputStream.<init>(Unknown Source)
    21:55:23 [SEVERE]       at net.minecraft.server.CompressedStreamTools.a(SourceFi
    le:8)
    21:55:23 [SEVERE]       at net.minecraft.server.PlayerNBTManager.c(SourceFile:84
    )
    21:55:23 [SEVERE]       at net.minecraft.server.World.<init>(World.java:69)
    21:55:23 [SEVERE]       at net.minecraft.server.WorldServer.<init>(WorldServer.j
    ava:24)
    21:55:23 [SEVERE]       at net.minecraft.server.MinecraftServer.a(MinecraftServe
    r.java:151)
    21:55:23 [SEVERE]       at net.minecraft.server.MinecraftServer.d(MinecraftServe
    r.java:131)
    21:55:23 [SEVERE]       at net.minecraft.server.MinecraftServer.run(MinecraftSer
    ver.java:246)
    21:55:23 [SEVERE]       at net.minecraft.server.ThreadServerApplication.run(Sour
    ceFile:366)
    21:55:24 [SEVERE] Could not load plugins\Permissions.jar in plugins: null
    org.bukkit.plugin.InvalidPluginException
            at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.j
    ava:113)
            at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.
    java:159)
            at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager
    .java:107)
            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.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:109)
            ... 8 more
    Caused by: java.lang.NullPointerException
            at com.nijikokun.bukkit.Permissions.Permissions.<init>(Permissions.java:
    77)
            ... 13 more
    21:55:24 [INFO] AppleTree activated.
    21:55:24 [INFO] [BackupPlugin]  BackupPlugin version 0.8.7 is enabled!
    21:55:24 [INFO] [BackupPlugin]  No group users plugin found, falling back to own
     config!
    21:55:24 [WARNING] [BackupPlugin]  Disabled MapperUnit, mapper_path invalid: mcm
    ap\mcmap.exe
    21:55:24 [INFO] [BackupPlugin]  Finished setting up a thread: BackupUnit Next ru
    n in: 4 minutes.
    21:55:24 [INFO] [ColorMe] v1.2 has been enabled.
    21:55:24 [INFO] CraftBookCommon 3.0-alpha1 enabled.
    21:55:24 [INFO] CraftBookCircuits 3.0-alpha1 enabled.
    21:55:24 [INFO] CraftBookMechanisms 3.0-alpha1 enabled.
    21:55:24 [INFO] CraftBookVehicles 3.0-alpha1 enabled.
    21:55:24 [INFO] [iZone : 5.6] Enabled!
    21:55:24 [INFO] [iZone : 5.6] Loaded 5 zones!
    21:55:26 [INFO] [Jail] Loaded 1 jail zones.
    21:55:26 [INFO] [Jail] Loaded 0 prisoners.
    21:55:26 [INFO] Lockette version 1.3.2 is being enabled!  Yay!
    21:55:26 [INFO] Lockette: Detected craftbukkit build [556] ok.
    21:55:26 [INFO] Lockette: Permissions plugin not detected, using ops file.
    21:55:26 [INFO] Lockette: Ready to protect your containers.
    21:55:26 [INFO] [MultipleHomes] Settings Loaded!
    21:55:26 [INFO] [MultipleHomes] MultipleHomes version 0.52 is enabled!
    21:55:26 [INFO] Nether v1.1 enabled
    21:55:26 [INFO] [PlugMan] Starting Up! - Version: 1.2.2 by bekvon
    21:55:26 [INFO] [PlugMan] Permissions Plugin NOT Found, using OP!
    21:55:26 [INFO] SignLift version 0.6 is enabled :)
    21:55:26 [INFO] VoxelDoop version 1.6 is enabled!
    21:55:26 [INFO] WorldEdit 4.2 enabled.
    21:55:26 [INFO] WorldEdit: No known permissions plugin detected. Using configura
    tion file for permissions.
    21:55:26 [INFO] Done (0.264s)! For help, type "help" or "?"
    >stop
    21:55:35 [INFO] Stopping the server..
    21:55:35 [INFO] CONSOLE: Stopping the server..
    21:55:35 [INFO] Stopping server
    21:55:35 [INFO] AppleTree disabled.
    21:55:35 [INFO] [BackupPlugin]  BackupPlugin disabled!
    21:55:35 [INFO] [ColorMe] v1.2 has been disabled.
    21:55:35 [INFO] [iZone : 5.6] Disabled!
    21:55:35 [INFO] [MultipleHomes] MultipleHomes disabled!
    21:55:35 [INFO] [PlugMan] Shutting Down!
    21:55:35 [INFO] SignLift version 0.6 is disabled :(
    21:55:35 [INFO] Saving chunks
    >
    C:\Users\Brandon\Documents\minecraftsever2>pause
    Press any key to continue . . .
     
  9. Offline

    txtsd

    wtf is this shit? [Permissions 2.5.4]

    Code:
    19:57:53 [INFO] Starting minecraft server version Beta 1.3
    19:57:53 [INFO] Loading properties
    19:57:53 [INFO] Starting Minecraft server on *:25565
    19:57:53 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-596-g4e25849-b592jnks (M
    C: 1.3)
    19:57:53 [INFO] Preparing level "world"
    19:57:53 [INFO] Preparing start region
    19:57:53 [SEVERE] Could not load plugins\Permissions.jar in plugins: null
    org.bukkit.plugin.InvalidPluginException
            at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:102)
            at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:158)
            at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:106)
            at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:61)
            at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:202)
            at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:189)
            at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:129)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:244)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    Caused by: 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:98)
            ... 8 more
    Caused by: java.lang.NullPointerException
            at com.nijikokun.bukkit.Permissions.Permissions.<init>(Permissions.java:77)
            ... 13 more
     
  10. Offline

    Eddie Diller

    Im not sure what version I'm using lol... could you please post a download link for the 1 I'm suppost to be using?
     
  11. Offline

    Itssnowing

    @txtsd That's weird. Try a lower level of Craftbukkit?

    @blista77 Hmm... I think your world file is corrupt, by what I've found.

    First, make a new world. Do this by going to your server.properties, and changing "level-name: world" to "level-name: Test".

    It will generate a new world. Close the server.
    Go into your World folder (not "Test" folder, "world" folder) and copy the level.dat (Make sure it's not level.dat_old).
    Go back into your main server directory, and then go into the folder "Test". past the level.dat in here, and start the server again. You can delete the World folder if you want to, it's not useful anymore.

    Make sure you change the config file to Test.yml rather than world.yml, too!

    This one.

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

    killgoblen

    So, if someone has the
    - '*'
    - '-worldedit.*'
    permissions, will that work, or will the * override the '-worldedit'?

    I would like to give certain groups all command but a few.
    If this doesn't work, would it be possible to add it? Thanks!
     
  13. Offline

    Eddie Diller

    How should i launch it?
     
  14. Offline

    Itssnowing

    It should give all the permissions except for the worldedit.* permissions, yes.

    @Eddie Diller I already replied, so y'know.
     
  15. Offline

    benaldo

    I'm trying to figure out how to manage multiworld permissions. Right now i have two worlds, a main world simply called world, and a second world called newworld. They're linked via a voxelport connection, but any non ops who try to do anything in it get denied. I'm not sure if this is permissions not knowing how to multiworld, or if it's worldguard.
     
  16. Offline

    killgoblen

    Hm... This isn't working for me. I heard there was something wrong with WorldEdit, so I tried a different plugin, and got the same result. Here's my config file:


    Code:
    plugin:
        permissions:
            system: default
            copies:
    groups:
        God:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            permissions:
                - '*'
        Mod:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            permissions:
                - '*'
                - '-commandbook.*'
    users:
        killgoblen:
            group: Mod
            permissions:
    
    Thanks for any help!
     
  17. Offline

    Itssnowing

    @benaldo Create a copy of your config file and name it newworld. Just keep in in your permissions folder. Open it, and find this part:
    Code:
    plugin:
        permissions:
            system: default
            copies:
    
    And change it to:
    Code:
    plugin:
        permissions:
            system: default
            copies: World
    
    @killgoblen Add four spaces to every line after "Groups:" (including groups.)
    So your thing should go from this:
    Code:
    plugin:
        permissions:
            system: default
            copies:
    groups:
        God:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            permissions:
                - '*'
        Mod:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            permissions:
                - '*'
                - '-commandbook.*'
    users:
        killgoblen:
            group: Mod
            permissions:
    
    To this:
    Code:
    plugin:
        permissions:
            system: default
            copies:
    
        groups:
            God:
                default: false
                info:
                    prefix: ''
                    suffix: ''
                    build: true
                inheritance:
                permissions:
                    - '*'
            Mod:
                default: false
                info:
                    prefix: ''
                    suffix: ''
                    build: true
                inheritance:
                permissions:
                    - '*'
                    - '-commandbook.*'
        users:
            killgoblen:
                group: Mod
                permissions:
    
    Also, you don't have a default group. You'll probably need one.
     
  18. Offline

    killgoblen

    Ohhhhh.... Well then...

    *facetable*

    Which is much better than *facepalm*

    Thanks! I'm good at making myself feel stupid and others smart. :D
     
  19. Offline

    Itssnowing

    @killgoblen Naw, it's okay. You just forgot to add some spaces. :B


    Edit: Hey, peeps! You know how I said I don't understand console errors? I did some reading and understand some more! Still not much, but I should be able to figure out some.
     
  20. Offline

    rustyfender

    [SEVERE] Could not load plugins\Permissions.jar in plugins: null
    org.bukkit.plugin.InvalidPluginException
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:113)
    at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:159)
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:107)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:61)
    at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:203)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:190)
    at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:130)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:245)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    Caused by: 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:109)
    ... 8 more
    Caused by: java.lang.NullPointerException
    at com.nijikokun.bukkit.Permissions.Permissions.<init>(Permissions.java:77)
    ... 13 more

    falsebook (for 561-579)
    craftbukkit 561
    minecart mania 1.05

    i know its not shown as working with craftbukkit 561 so i think thats why im having this issue. thing is falsbook has been tested on 561 so either this or group manager must work on 561
     
  21. Offline

    Itssnowing

    Bad news: I think you're outta luck.

    The good news is, I think you confirmed that his error is when people are using the wrong version of craftbukkit :p
     
  22. Offline

    Celtic Minstrel

    @TheYeti - Could we have an update for 561+? It should be quite simple; simply change BLOCK_DAMAGED to BLOCK_DAMAGE. Unless there's another incompatibility in there.

    That said, somehow it manages to work despite throwing an error, so it's not urgent.
     
  23. Offline

    revolucas

    Can multiple groups inherit the same group? Like Warrior, Ranger, Rogue and Monk groups all inheriting Default?
     
  24. Offline

    Itssnowing

    Yes.
     
  25. Offline

    zac lindsay

    Can someone tell me how do I allow people to use the /list command exactly? I didn't really see a explanation on this.
     
  26. Offline

    revolucas

    Doesn't seem to be working for me. If I have more then one group inheriting a single group It doesn't work.
     
  27. Offline

    footwo

    Anyone know?
     
  28. Offline

    solentice

    If you are speaking about this plugin Whitelist v2.7 , I'm not sure if the developer of that plugin is willing to support the Permissions plugin. He is waiting for the official built-in bukkit permissions system(different than the plugin), so you're out of luck on that one.
     
  29. Offline

    Jaocb

    Does anyone know why my turnstiles won't charge people. I have them set up right it just won't charge them money,
     
  30. Offline

    ToxisHikaro

    2011-03-29 14:46:08 [SEVERE] Could not load plugins\Permissions.jar in plugins: null
    org.bukkit.plugin.InvalidPluginException
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:113)
    at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:159)
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:107)
    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.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:109)
    ... 8 more
    Caused by: java.lang.NullPointerException
    at com.nijikokun.bukkit.Permissions.Permissions.<init>(Permissions.java:77)
    ... 13 more
    2011-03-29 14:46:08 [INFO] Done (0.483s)! For help, type "help" or "?"

    help~
     
  31. Offline

    Broekan

    I get this message in my console, when pasting a block:
    Capture.PNG

    and this when breaking a block:
    block_break.PNG

    This does not effect anything in-game.

    But when I use Permissions, all my plugins doesnt work, It´s like it doesnt notice the commands.
    Without Permissions all the plugins work fine.

    Im using:
    Permissions 2.5.3
    Bukkit build 556

    Plugins not working:
    Myhome - http://forums.bukkit.org/threads/tp-myhome-v1-9-3-now-with-respawn-to-home-531.249/
    Teleplus - http://forums.bukkit.org/threads/tp...-finally-with-tp-toggle-help-support-493.215/
    Ichat (doesnt work in general) - http://forums.bukkit.org/threads/chat-ichat-2-2-1-custom-chat-formatting-b556jnks.5857/

    This is my Permissions - Cfg
    http://pastebin.com/RUBtc5Dk

    Would appreciate any help :)

    are u using Permissions 2.5.4?
    If so, use 2.5.3.
    worked for me when i got this thrown at me :)

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jul 17, 2016
Thread Status:
Not open for further replies.

Share This Page