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. Does permissions 2.5.2 support different world permissions?
     
  3. Offline

    cjc343

    You name your config file after each world name.
     
  4. YOUR AWESOME!!! Thank you ^^
     
  5. Offline

    Shurris

    Ah, but I have removed GroupManager now. And I got permissions in my plugins folder (had it before too).

    http://pastebin.com/YJLYXSyk

    And now I can only use the commands in the default group. /spawn, /list, /rules, /motd, /help
     
  6. Offline

    TrialandError

    http://pastebin.com/YgXgGX1Y

    After adding the config from page 27, it does not work. This link will lead to the error related to Permissions.jar

    Also, here are my current plugins:
    Achievements (requires Stats.jar; compatible)
    GodMode (compatible)
    HealthyNames (not mentioned)
    Help (not mentioned)
    NetherGate (requires Persistence.jar; not mentioned)
    Persistence (compatible via PermissionsSupport.jar)
    Plugman (compatible)
    SlowHealth (not mentioned)
    Stats (compatible)
    runecraft2.4.5 (not mentioned)
    UC (AKA Unknown Command; not mentioned)
     
  7. Offline

    MLBKing

    Code:
    15:55:58 [SEVERE] Could not pass event BLOCK_BREAK to Permissions
    java.lang.NullPointerException
            at com.nijiko.permissions.Control.getGroups(Control.java:654)
            at com.nijikokun.bukkit.Permissions.Listener.onBlockBreak(Listener.java:
    64)
            at org.bukkit.plugin.java.JavaPluginLoader$30.execute(JavaPluginLoader.j
    ava:272)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
    a:59)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
    ava:225)
            at net.minecraft.server.ItemInWorldManager.d(ItemInWorldManager.java:112
    )
            at net.minecraft.server.ItemInWorldManager.b(ItemInWorldManager.java:77)
    
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:369)
            at net.minecraft.server.Packet14BlockDig.a(SourceFile:42)
            at net.minecraft.server.NetworkManager.a(SourceFile:230)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:357)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:272)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    --- merged: Mar 4, 2011 9:53 PM ---
    this is the only error i am getting, yet group names do not show.
     
  8. Offline

    Seo

    Tryed groupmanager but couldent get it working so now i try this but when i type command nothing happens

    Code:
    Default:
            default: true
            info:
                prefix: ''
                suffix: ''
                build: false
            inheritance:
            permissions:
                - 'foo.bar'
                - 'mcmmo.skills'
                - 'mcmmo.tools.mcgod'
    Trying to use the mcmmo
     
  9. Offline

    Blackstorm72


    Rename your configuration file (named config.yml in windows) to the world name your world is.
    Example:

    If your world name is > World <
    the configuration file should be renamed to > World < with the file extension .yml at the end.

    I had trouble with BLOCK_BREAK events until I renamed the configuration file.
     
  10. Offline

    xZise

    Hello, is it possible that your git repository is broken? I can only download some files in the com.* packages:
    Code:
    xzise@fabian-m:~/Dokumente/Eclipse Projects/Permissions$ ls
    CHANGELOG  com  plugin.yml  pom.xml  README  target
    Also in the file browser on github.com it shows only a white block instead.

    Fabian
     
  11. Offline

    MLBKing

    Awesome! Thanks! Any suggestions for my problem of the group name not showing?
     
  12. Offline

    Blackstorm72

    As in-game?
    Usually, another plugin does that like iChat or some other chat related plugin, but I've never used group names for showing, and I don't think Permissions itself does it either.
    Sorry :(
     
  13. Offline

    oriany

    could someone help with this, im a n00b this happens every time i break something and place something
    Code:
    2011-03-04 14:27:09 [INFO] Starting minecraft server version Beta 1.3
    2011-03-04 14:27:09 [INFO] Loading properties
    2011-03-04 14:27:09 [INFO] Starting Minecraft server on 5.4.32.150:25565
    2011-03-04 14:27:09 [INFO] This server is running Craftbukkit version git-Bukkit
    -0.0.0-458-g557f3d2-b440jnks (MC: 1.3)
    2011-03-04 14:27:09 [INFO] Preparing level "world"
    2011-03-04 14:27:09 [INFO] Preparing start region
    2011-03-04 14:27:10 [INFO] Preparing spawn area: 89%
    2011-03-04 14:27:10 [WARNING] Using the stupidly long constructor com.bukkit.yog
    oda.movecraft.MoveCraft(PluginLoader, Server, PluginDescriptionFile, File, File,
     ClassLoader) is no longer recommended. Go nag the plugin author of MoveCraft to
     remove it! (Nothing is broken, we just like to keep code clean.)
    2011-03-04 14:27:10 [INFO] Hint! It's probably someone called 'Yogoda'
    2011-03-04 14:27:10 [INFO] [Permissions] version [2.5.2] (Phoenix) was Initializ
    ed.
    2011-03-04 14:27:10 [WARNING] Using the stupidly long constructor com.yurijware.
    bukkit.RealTime.RealTime(PluginLoader, Server, PluginDescriptionFile, File, File
    , ClassLoader) is no longer recommended. Go nag the plugin author of RealTime to
     remove it! (Nothing is broken, we just like to keep code clean.)
    2011-03-04 14:27:10 [INFO] Hint! It's probably someone called 'Yurij @ YurijWare
    '
    2011-03-04 14:27:10 [INFO] AutoRepair version 1.75 is enabled
    2011-03-04 14:27:11 [INFO] [BukkitUp]: BukkitUp V.2.0 by Triii.ws, Now initializ
    ed & checking for updates....
    2011-03-04 14:27:11 [INFO] [BukkitUp]: Server is up to date!
    2011-03-04 14:27:11 [INFO] ChatBukkit v0.0.1 is enabled!
    2011-03-04 14:27:11 [INFO] [iConomy] v0.2 loaded successfully.
    2011-03-04 14:27:11 [INFO] [iConomy] Developed by: [Coelho]
    2011-03-04 14:27:11 [INFO] [DynamicMarket] Standard Permission plugin enabled.
    2011-03-04 14:27:11 [INFO] [iConomy] Configuration Integrity Start:
    2011-03-04 14:27:11 [INFO]     - System.Interest.Enabled is null or missing, Def
    aulting to: false
    2011-03-04 14:27:11 [INFO]     - System.Interest.IntervalSeconds is null or miss
    ing, Defaulting to: 60
    2011-03-04 14:27:11 [INFO]     - System.Interest.FlatRate is null or missing, De
    faulting to: 0.0
    2011-03-04 14:27:11 [INFO]     - System.Interest.MinimumPerInterval is null or m
    issing, Defaulting to: 1
    2011-03-04 14:27:11 [INFO]     - System.Interest.MaximumPerInterval is null or m
    issing, Defaulting to: 2
    2011-03-04 14:27:11 [INFO] [iConomy] Configuration Integrity End.
    2011-03-04 14:27:11 [INFO] [iConomy] Logging enabled.
    2011-03-04 14:27:11 [INFO] [iConomy] v4.3 (Lind) loaded.
    2011-03-04 14:27:11 [INFO] [iConomy] Developed by: [Nijikokun, Coelho]
    2011-03-04 14:27:11 [INFO] [DynamicMarket] iConomy connected.
    2011-03-04 14:27:11 [INFO] [DynamicMarket] version [0.4.8.5] (Phoenix) enabled
    2011-03-04 14:27:11 [INFO] [HbGeneral] Found Permissions, using it for permissio
    ns.
    2011-03-04 14:27:11 [INFO] [HbGeneral] Enabled: http://sites.google.com/site/hun
    kleberrygeneral/
    2011-03-04 14:27:11 [INFO] KitPlugin version 1.1 is enabled!
    2011-03-04 14:27:11 [INFO] Take yourself wonder by wonder, using /magiccarpet or
     /mc. MagicCarpet version 1.4.1 is enabled!
    2011-03-04 14:27:11 [INFO] 2011-03-04 14:27:11 [INFO] MoveCraft 0.6.7 beta plugi
    n enabled
    2011-03-04 14:27:11 [INFO] NetherGate version 0.44 is enabled
    2011-03-04 14:27:11 [INFO] [Permissions] version [2.5.2] (Phoenix)  loaded
    2011-03-04 14:27:11 [INFO] [iConomy] Successfully linked with Permissions.
    2011-03-04 14:27:11 [INFO] Persistence version 0.5 is enabled
    2011-03-04 14:27:11 [INFO] [RealShop] load dependency : iConomy 4.x ok
    2011-03-04 14:27:11 [INFO] [RealShop] Uses iConomy plugin (/money commands) as e
    conomy system
    2011-03-04 14:27:11 [INFO] [RealShop] version [0.35] (Tickleman) loaded
    2011-03-04 14:27:11 [INFO] [RealTime] Version 1.0 is enabled!
    2011-03-04 14:27:11 [INFO] ScrapBukkit version 0.2.1 is enabled!
    2011-03-04 14:27:11 [INFO] Spells: found NetherGate! Thanks for using my plugins
     :)
    2011-03-04 14:27:11 [INFO] Spells version 0.96 is enabled
    2011-03-04 14:27:11 [INFO] vPlayersOnline version 1.5 is enabled!
    2011-03-04 14:27:11 [INFO] Wand version 0.64 is enabled
    2011-03-04 14:27:11 [INFO] Done (2588834011ns)! For help, type "help" or "?"
    2011-03-04 14:27:33 [INFO] 143 recipes
    2011-03-04 14:27:33 [INFO] abirlangi [/5.4.32.150:53630] logged in with entity i
    d 123
    2011-03-04 14:27:40 [INFO] Loaded world: world
    2011-03-04 14:27:42 [INFO] Loaded world: world
    2011-03-04 14:27:42 [SEVERE] Could not pass event BLOCK_BREAK to Permissions
    java.lang.NullPointerException
            at com.nijiko.permissions.Control.getGroups(Control.java:654)
            at com.nijikokun.bukkit.Permissions.Listener.onBlockBreak(Listener.java:
    64)
            at org.bukkit.plugin.java.JavaPluginLoader$31.execute(JavaPluginLoader.j
    ava:282)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
    a:59)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
    ava:225)
            at net.minecraft.server.ItemInWorldManager.d(ItemInWorldManager.java:112
    )
            at net.minecraft.server.ItemInWorldManager.b(ItemInWorldManager.java:77)
    
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:362)
            at net.minecraft.server.Packet14BlockDig.a(SourceFile:42)
            at net.minecraft.server.NetworkManager.a(SourceFile:230)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:70)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:338)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:253)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    2011-03-04 14:27:45 [SEVERE] Could not pass event BLOCK_PLACED to Permissions
    java.lang.NullPointerException
            at com.nijiko.permissions.Control.getGroups(Control.java:654)
            at com.nijikokun.bukkit.Permissions.Listener.onBlockPlace(Listener.java:
    43)
            at org.bukkit.plugin.java.JavaPluginLoader$22.execute(JavaPluginLoader.j
    ava:237)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
    a:59)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
    ava:225)
            at net.minecraft.server.ItemBlock.a(ItemBlock.java:107)
            at net.minecraft.server.ItemStack.a(ItemStack.java:56)
            at net.minecraft.server.ItemInWorldManager.a(ItemInWorldManager.java:161
    )
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:502)
            at net.minecraft.server.Packet15Place.a(SourceFile:57)
            at net.minecraft.server.NetworkManager.a(SourceFile:230)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:70)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:338)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:253)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    
     
  14. Offline

    Riot

    Epic Failure. Permissions creates the folder but no files. Terrific.
     
  15. Offline

    skorgu

    Works perfectly, many thanks.

    Out of curiosity I set some jokey prefixes and suffixes but I don't see them in chat, are they fighting with CraftIRC perhaps?
     
  16. Offline

    Monkah


    http://pastebin.com/kbBRrP9X
     
  17. Offline

    Techcuron

    Is this version better than Nijikokun's new permissions?
     
  18. Offline

    NathanWolf

    Well, that did fix my dev machine- but now I get this on my public server with the same jar!

    Oh, well.... :p
     
  19. Offline

    shayneo

    Ok yep, creating one for the world name does seem to work. Not sure when this changed , but it works fine now.
     
  20. Offline

    Tealk

    i think we must wait for an update^^
     
  21. Offline

    Jason Cox

    I am having a huge problem, which I am sure has a simple fix. I have literally been working in Linux for probably 6 hours(started yesterday!) Trying to edit my world.yml file, using nano, and it just is not work, can anyone recommend a different program to edit the file with in Linux???
     
  22. Offline

    ALufkin24

    How would I set up the world.yml with the regular craftbukkit commands?? I did one for essentials, but I want to fix it where admin has the same power as mods but the guest/default has none. I wanted to create a full PVP vanilla server. Thanks!

    I guess the question I'm trying to ask is there a way I can disable /give on my server without downloading this mod?
     
  23. Offline

    MLBKing

    Its ok, I got help on iChat and now it should show up. Im just sorta new to all this and so I did not know if Permissions desplayed names. Thank you so much, you have truely been a HUGE help me me [​IMG]
     
  24. Offline

    Itssnowing

    So if I set myself as part of the Admin group, I can use all commands and functions from other pluggins set up with Permissions, right?

    Or is there something else I'm supposed to do?
     
  25. Offline

    kairondio

    using the reccomended bukkit build and the newest permissions im getting this error:
    Code:
    20:01:56 [SEVERE] Could not pass event BLOCK_BREAK to Permissions
    java.lang.NullPointerException
        at com.nijiko.permissions.Control.getGroups(Control.java:654)
        at com.nijikokun.bukkit.Permissions.Listener.onBlockBreak(Listener.java:64)
        at org.bukkit.plugin.java.JavaPluginLoader$30.execute(JavaPluginLoader.java:272)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:225)
        at net.minecraft.server.ItemInWorldManager.d(ItemInWorldManager.java:112)
        at net.minecraft.server.ItemInWorldManager.a(ItemInWorldManager.java:42)
        at net.minecraft.server.EntityPlayer.f_(EntityPlayer.java:72)
        at net.minecraft.server.World.a(World.java:1011)
        at net.minecraft.server.WorldServer.a(WorldServer.java:53)
        at net.minecraft.server.World.f(World.java:993)
        at net.minecraft.server.World.d(World.java:970)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:354)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:272)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    
    and a similar error from placing blocks... whats happening?
    --- merged: Mar 5, 2011 4:13 AM ---
    also, my default class can build even though I have it set to "build: false"
     
  26. Offline

    Averyl

    i need help!!!!!!!!!!!!
    Code:
    Last login: Fri Mar  4 19:47:18 on ttys001
    Averys-macbook:~ avery$ cd /Users/avery/Desktop/miner\ world2
    Averys-macbook:miner world2 averylaurin$ java -Xms1024M -Xmx1024M -jar craftbukkit.jar nogui
    20:09:46 [INFO] Starting minecraft server version Beta 1.3
    20:09:46 [INFO] Loading properties
    20:09:46 [INFO] Starting Minecraft server on *:25565
    20:09:46 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-493-g8b5496e-b493jnks (MC: 1.3)
    20:09:46 [INFO] Preparing level "miner world2"
    20:09:46 [INFO] Preparing start region
    20:09:47 [INFO] Preparing spawn area: 97%
    20:09:47 [SEVERE] Could not load plugins/General.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: java.lang.NoSuchMethodException: com.nijikokun.bukkit.General.General.<init>()
        at java.lang.Class.getConstructor0(Class.java:2706)
        at java.lang.Class.getConstructor(Class.java:1657)
        at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:75)
        ... 8 more
    20:09:47 [SEVERE] Could not load plugins/iChat.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: java.lang.NoSuchMethodException: com.nijikokun.bukkit.iChat.iChat.<init>()
        at java.lang.Class.getConstructor0(Class.java:2706)
        at java.lang.Class.getConstructor(Class.java:1657)
        at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:75)
        ... 8 more
    20:09:47 [INFO] [Permissions] version [2.5.2] (Phoenix) was Initialized.
    20:09:47 [INFO] ChatBukkit v0.0.1 is enabled!
    20:09:47 [INFO] [Permissions] version [2.5.2] (Phoenix)  loaded
    20:09:47 [INFO] ScrapBukkit version 0.2.1 is enabled!
    20:09:47 [INFO] Done (0.153s)! For help, type "help" or "?"
    >
    
     
  27. Offline

    TheYeti

    @kairondio I am guessing because you probably didn't rename the config file to the correct thing. You renamed plugins/Permissions/RENAME-ME.yml (or config.yml) to the name of the world correct?

    @Averyl Looks like stuff is trying to register and load before Permissions can initialize. This is a bad thing that the developers of the plugins are doing. That would be my first guess based on the errors.
     
  28. Offline

    Averyl

    so what do i do?
     
  29. Offline

    Bigglesworth

    Here with yet another error. I updated to craftbukkit 490, and NOTHING worked, so I downgraded to 456 and nothing changed.
    Code:
    2011-03-05 00:53:11 [SEVERE] Could not load plugins\Permissions.jar in plugins: null
    org.bukkit.plugin.InvalidPluginException
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:65)
    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: java.util.zip.ZipException: error in opening zip file
    at java.util.zip.ZipFile.open(Native Method)
    at java.util.zip.ZipFile.<init>(Unknown Source)
    at java.util.jar.JarFile.<init>(Unknown Source)
    at java.util.jar.JarFile.<init>(Unknown Source)
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:52)
    ... 8 more
     
  30. Offline

    kairondio

    didnt notice the whole renaming bit plus it didnt like '*' without a +

    fixed, thanks!
     
  31. Offline

    Wodahskcin

    Hi, umm kinda new to bukkit, just switching over from hmod now (I know im a little late ahaha) but anyways, I got the permissions set up right, but i cant seem to get the prefix + suffix to work, i dont think you would need to see my whole config file, because all i really did was left what was already in there and added my name to it. Just to see if i could get it working without a hitch, but I'll put what my user is in the config file


    --- Added the admin group just so you can see how thats set up
    Admins:
    default: false
    info:
    build: true
    inheritance:
    permissions:
    - '*'

    users:
    wodahskcin:
    group: Admins
    info:
    prefix: 'Mr'
    suffix: 'Cow'
    permissions:
     
Thread Status:
Not open for further replies.

Share This Page