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

    Edward Hand

    Brilliant. It's working perfectly here.
    Dont forget to update the thread title!
     
  3. Offline

    undefinedarray

    http://pastebin.com/MYxLRUbU
     
  4. Offline

    TheYeti

    @undefinedarray http://pastebin.com/iPV5ep2F I fixed it for you. While I was at it I redid the formatting to the way I know that the plugin reads (yours very well may have worked). Biggest thing is member != Member. To Yaml they are completely different. Things are not case insensitive.
    --- merged: Mar 1, 2011 2:03 AM ---
    @Dinobonoid Then that means your using GroupManager if it says FakePermissions. Also, we need the rest of the error that comes after it or just that is useless.
     
  5. Offline

    maxsteele

    So..... is Niko not updating Permissions anymore from 2.1 ? Do I need to convert over to this Permissions 2.5 now to have continued Permissions support for my plugins?
     
  6. Offline

    JamieOwns

    @TheYeti how would I go about updating the build from 2.4 to 2.5? Just replace the .jar?
     
  7. Offline

    TheYeti

    Yes. Niji handed development of several plugins over to me, this being the main one.
    --- merged: Mar 1, 2011 2:08 AM ---
    Yes
     
  8. Offline

    maxsteele

    Ok, Awesome Yeti. Thanks for picking up the torch!

    I am running the last 2.1 updated version of Permissions, and using Craftbukkit #450. Two questions:

    1) Can I continue using my yml files I already have without modifying them with 2.5?

    2) Is there a minimum CraftBukkit version I need to use with 2.5?
     
    JamieOwns likes this.
  9. Offline

    MGNick

    Keep getting the same error now. I now have permissions 2.5 please help
    Code:
    2011-02-28 20:09:54 [SEVERE] Could not pass event BLOCK_PLACED to Permissions
    java.lang.NullPointerException
        at com.nijiko.permissions.Control.getGroups(Control.java:625)
        at com.nijikokun.bukkit.Permissions.Listener.onBlockPlace(Listener.java:24)
        at org.bukkit.plugin.java.JavaPluginLoader$22.execute(JavaPluginLoader.java:237)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java: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:160)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:497)
        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)
    
     
  10. Offline

    TheYeti

    @MGNick That should not be happening. I did extensive testing and it is working. Do me a favor, pastebin your config file.
    --- merged: Mar 1, 2011 2:16 AM ---
    This was built and tested on 440 (the last recommended build). Also your config files should be fine. Obviously if you are having problems double check them. The syntax did not change between 2.1 and 2.5
     
  11. Offline

    JamieOwns

    When I type it just says my name. I have set the prefix to [Admin] in the group "owner" and added JamieOwns to the owner list at the bottom of the world.yml file in permissions 2.5. Nothing comes up just my name and the message? Any ideas?
     
  12. Offline

    TheYeti

  13. Offline

    Dinobonoid

    GroupManager? That's not even in my plugins folder.
     
  14. Offline

    Kainzo

    Nothing loads with 2.5 enables - all plugins are stating something like this.

    com.nijikokun.bukkit.Permissions.Permissions
    at com.floyd.bukkit.petition.PetitionPlugin.setupPermissions(PetitionPlugin.java:446)
    at com.floyd.bukkit.petition.PetitionPlugin.onEnable(PetitionPlugin.java:64)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:118)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:414)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:187)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:83)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:61)
    at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:204)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:191)
    at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:131)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:246)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
     
  15. Offline

    mik99925

    I get a similar problem to MGNick, though the message is a little different.
    Code:
    2011-02-28 18:30:23 [SEVERE] Could not pass event BLOCK_BREAK to Permissions
    java.lang.NullPointerException
        at com.nijiko.permissions.Control.getGroups(Control.java:625)
        at com.nijikokun.bukkit.Permissions.Listener.onBlockBreak(Listener.java:45)
        at org.bukkit.plugin.java.JavaPluginLoader$31.execute(JavaPluginLoader.java:282)
        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:335)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:253)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    I get one for placing blocks as well.
    Code:
    2011-02-28 18:24:17 [SEVERE] Could not pass event BLOCK_PLACED to Permissions
    java.lang.NullPointerException
        at com.nijiko.permissions.Control.getGroups(Control.java:625)
        at com.nijikokun.bukkit.Permissions.Listener.onBlockPlace(Listener.java:24)
        at org.bukkit.plugin.java.JavaPluginLoader$22.execute(JavaPluginLoader.java:237)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java: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:160)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:497)
        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)
    I'm also getting a bunch of damage messages in the console. Not sure if it's Permissions, but I only started getting them when I installed 2.4 if I recall correctly.
    Code:
    2011-02-28 18:57:16 [INFO] Player damaged: MortiSmorti [13-5=8] Cause: ENTITY_ATTACK
    2011-02-28 18:57:16 [INFO] Player damaged: MortiSmorti [11-5=6] Cause: ENTITY_ATTACK
    2011-02-28 18:57:16 [INFO] Player damaged: MortiSmorti [11-5=6] Cause: ENTITY_ATTACK
    2011-02-28 18:57:16 [INFO] Player damaged: MortiSmorti [11-5=6] Cause: ENTITY_ATTACK
    2011-02-28 18:57:16 [INFO] Player damaged: MortiSmorti [11-5=6] Cause: ENTITY_ATTACK
    2011-02-28 18:57:16 [INFO] Player damaged: MortiSmorti [11-5=6] Cause: ENTITY_ATTACK
    2011-02-28 18:57:16 [INFO] Player damaged: MortiSmorti [11-5=6] Cause: ENTITY_ATTACK
    2011-02-28 18:57:16 [INFO] Player damaged: MortiSmorti [11-5=6] Cause: ENTITY_ATTACK
    2011-02-28 18:57:17 [INFO] Player damaged: MortiSmorti [11-5=6] Cause: ENTITY_ATTACK
    2011-02-28 18:57:18 [INFO] Player damaged: MortiSmorti [9-5=4] Cause: ENTITY_ATTACK
    2011-02-28 18:57:18 [INFO] Player damaged: MortiSmorti [7-5=2] Cause: ENTITY_ATTACK
    2011-02-28 18:57:18 [INFO] Player damaged: MortiSmorti [7-5=2] Cause: ENTITY_ATTACK
    2011-02
    The messages don't show up for me; just the other players.

    Here's a pastebin of my config file; I just altered it from 2.1 to fit with the format of your new config file.
    http://pastebin.com/MVkytEik

    As far as i can tell through the server log, i'm running git-Bukkit-0.0.0-450-gd3c1ba4-b432jnks, which is probably build 450.
     
  16. Offline

    Phaedrus

    Bukkit 448 getting this:

    Code:
    2011-02-28 20:44:12 [SEVERE] Could not pass event BLOCK_PLACED to Permissions
    java.lang.NullPointerException
    	at com.nijiko.permissions.Control.getGroups(Control.java:625)
    	at com.nijikokun.bukkit.Permissions.Listener.onBlockPlace(Listener.java:24)
    	at org.bukkit.plugin.java.JavaPluginLoader$22.execute(JavaPluginLoader.java:237)
    	at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
    	at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java: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:512)
    	at net.minecraft.server.Packet15Place.a(SourceFile:57)
    	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)
    2011-02-28 20:44:13 [SEVERE] Could not pass event BLOCK_PLACED to Permissions
    java.lang.NullPointerException
    	at com.nijiko.permissions.Control.getGroups(Control.java:625)
    	at com.nijikokun.bukkit.Permissions.Listener.onBlockPlace(Listener.java:24)
    	at org.bukkit.plugin.java.JavaPluginLoader$22.execute(JavaPluginLoader.java:237)
    	at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
    	at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java: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:512)
    	at net.minecraft.server.Packet15Place.a(SourceFile:57)
    	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)
    2011-02-28 20:44:14 [SEVERE] Could not pass event BLOCK_PLACED to Permissions
    java.lang.NullPointerException
    	at com.nijiko.permissions.Control.getGroups(Control.java:625)
    	at com.nijikokun.bukkit.Permissions.Listener.onBlockPlace(Listener.java:24)
    	at org.bukkit.plugin.java.JavaPluginLoader$22.execute(JavaPluginLoader.java:237)
    	at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
    	at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java: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:512)
    	at net.minecraft.server.Packet15Place.a(SourceFile:57)
    	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)
    2011-02-28 20:44:15 [SEVERE] Could not pass event BLOCK_PLACED to Permissions
    java.lang.NullPointerException
    	at com.nijiko.permissions.Control.getGroups(Control.java:625)
    	at com.nijikokun.bukkit.Permissions.Listener.onBlockPlace(Listener.java:24)
    	at org.bukkit.plugin.java.JavaPluginLoader$22.execute(JavaPluginLoader.java:237)
    	at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
    	at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java: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:512)
    	at net.minecraft.server.Packet15Place.a(SourceFile:57)
    	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)
    2011-02-28 20:44:16 [SEVERE] Could not pass event BLOCK_PLACED to Permissions
    java.lang.NullPointerException
    	at com.nijiko.permissions.Control.getGroups(Control.java:625)
    	at com.nijikokun.bukkit.Permissions.Listener.onBlockPlace(Listener.java:24)
    	at org.bukkit.plugin.java.JavaPluginLoader$22.execute(JavaPluginLoader.java:237)
    	at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
    	at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java: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:512)
    	at net.minecraft.server.Packet15Place.a(SourceFile:57)
    	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)
    2011-02-28 20:44:17 [SEVERE] Could not pass event BLOCK_PLACED to Permissions
    java.lang.NullPointerException
    	at com.nijiko.permissions.Control.getGroups(Control.java:625)
    	at com.nijikokun.bukkit.Permissions.Listener.onBlockPlace(Listener.java:24)
    	at org.bukkit.plugin.java.JavaPluginLoader$22.execute(JavaPluginLoader.java:237)
    	at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
    	at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java: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:512)
    	at net.minecraft.server.Packet15Place.a(SourceFile:57)
    	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)
     
  17. Offline

    Dinobonoid

    Can you guys help me? Permissions works now for me. (Thanks for the tip Yeti.)
    But when i make the prefix Admin, this happens. :/
     

    Attached Files:

  18. Offline

    TheYeti

    @Dinobonoid Change your iChat configuration. That controls what prefixes and such appear.
    --- merged: Mar 1, 2011 3:04 AM ---
    @jasonznack Let me see your config file. That may be why it is giving that error is because it can't pull the groups and group inheritance from it. Actually same to @mik99925 and @Kainzo
     
  19. Offline

    jwideman

    The wrapper is. Delete EssentialsGroupBridge.jar or FakePermissions.jar if you have it.
     
  20. Offline

    TheYeti

    They should be. 2.0 -> 2.1 was the change in how plugins tie in. I continued on from 2.1
     
  21. Offline

    mik99925

  22. Offline

    Dinobonoid

    Thanks. :D
    Now Permissions works. :D
     
  23. Offline

    Latros

    Hello TheYeti, I figured I may as well try posting here.

    For some reason yesterday, our server started an odd pattern; EVERY time somebody logged out, the entire server lagged (hitched up... nobody can do anything) or 3-5 seconds straight.

    Well, on a server of a regular 1300+ different users and 100+ online at one time, people log in and out CONSTANTLY. It made the game and the lag unbearable.

    We traced it to being caused by our plugins.

    So; we turned every plugin off and re-enabled them seperately, one by one

    None of them caused the lag individually

    Then we tried re-enabling every single plugin, and DISABLING them 1 by 1, this time, the lag-on-people-disconnecting STOPPED when we disabled Permissions 2.4...

    So permissions 2.4 appears to be conflicting severely with one of the following plugins, causing a 3-5 second server-wide lag;

    WorldGuard
    WorldEdit
    Vanish
    TravelPortals
    SpawnR
    PreciousStones
    NoCheat
    MultipleHomes
    MCBans
    HeroChat
    Essentials; Warp, Tele, General
    EpicZones
    DeathTpPlus
    BorderGuard
    AutoMessage

    craftbukkt build 440
     
  24. Offline

    Tehfailure

    So none of my commands are working for anyone and I'm not sure as to why.

    The code is here

    http://pastebin.com/G6k5MxL7

    As I said, its treating everyone like there are no inherited permissions and they are not allowed to do anything what-so ever.
     
  25. Offline

    Latros

    thoughts? and/or will updating any of these fix it? and/or updating to 2.5?
     
  26. Offline

    TheYeti

    @mik99925 I am honestly at a loss here. I just tested it on build 440 using the permissions download from the thread (wanted to make sure I wasn't using a dev copy of the jar) and your config file. Everything works perfectly fine and I'm not getting any error messages about the AntiBuild functionality that is now built in (That is what the errors in your post is referring to)
     
  27. Offline

    Phantom Index

    Please try it on build 478. I loaded up 2.5 on build 478 and Get BLOCK_DAMAGE and BLOCK_PLACEMENT errors constantly
     
  28. Offline

    Monkah

    Oh hello premissions god,
    please tell me what the hell I'm doing wrong with my world3.yml

    Thanks,
    - Conquest Developer Monkah
    --- merged: Mar 1, 2011 3:18 AM ---
    And yes, it involves the MobRider plugin, but the creator of it said it had something to do with premissions.
     

    Attached Files:

  29. Offline

    mik99925

    @ TheYeti
    Thanks for trying :)
     
  30. Offline

    TheYeti

    @mik99925: Could there be another plugin that could be interfering with AntiBuild (Another version of antibuild) perhaps?
    --- merged: Mar 1, 2011 3:27 AM ---
    Inheritance doesn't support multigroup inheritance yet. Also Admin doesn't need to inherit both Moderator and Default. Just have it inherit Moderator which will in turn inherit Default.
     
  31. Offline

    mik99925

    @TheYeti I have WorldGuard and WorldEdit, but I don't have AntiBuild.
     
Thread Status:
Not open for further replies.

Share This Page