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

    Liquiddump

    Yeah, I was putting each permission on a new line. Any help would be greatly appreciated! Here is a sample of my Permissions:
    permissions:
    - '-defaultcommands.give.*'
    - '-defaultcommands.spawn.*'
    - '-defaultcommands.teleport.*'
    - '-defaultcommands.teleporthere.*'
    - '-defaultcommands.time.*'
    - '-defaultcommands.kill.*'
    - '-defaultcommands.heal.*'
    - '*'
     
  3. Offline

    Andred

    I'm getting an InvalidPluginException at load-time with 2.5.5 on Craftbukkit 612.

    23:08:08 [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:63)
    at org.bukkit.craftbukkit.CraftServer.reload(CraftServer.java:264)
    at org.bukkit.command.SimpleCommandMap$ReloadCommand.execute(SimpleCommandMap.java:196)
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:80)
    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:225)
    at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:391)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:377)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:283)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:375)
     
  4. Offline

    Itssnowing

    @Andred Is there any chance of there being a bit more to the error?
     
  5. Offline

    Liquiddump

    Check your world.yml file for tabs. That is done best with notepad ++.
    Hope this helps!
     
  6. Offline

    Andred

    Thanks! But I checked, and I do not have any tabs in my yaml file. Must be something else.

    EDIT: wow, I had a parenthesis where a brace was supposed to be. [pig] it's all good now.
     
  7. Offline

    OmniFlare

    my server is have problems with the in-game reload of permissions, we have to restart the server every time we add a new member. We are using build 617.
     
  8. Offline

    Itssnowing

    You can use the command /permissions reload if you're only using one world, and /permissions reload-all if you're using more than one world.

    Edit: Oh, did you mean you're getting errors? Check your config file for a user with a name starting with a number*, or all numbers, and put quotes around their name.

    *I'm not so sure about this, but better safe than sorry!
     
  9. Offline

    Expatcat

    Hey, I was wondering if anyone could help me.

    To start, im using a mac, and decided to make a server. For the life of me, I cannot get permissions to work. My largest problem is, I unzip the file, so that I get the Permissions folder, With the .jar in it, by the way... which I assumed wasnt supposed to happen seeing as the plugin didn't load when the jar was in the folder. I just took the jar out of it... which is probably where my error happened. I left the config file in the folder though, named correctly after my world. However, whenever I run the server now, it creates a new config file inside the plugins folder, but not in the permissions folder. So, if the jar doesnt work when it's in the folder, but taking it out of the folder has it create a new config file... what am I supposed to do?

    Im probably just confused here, so if you know my problem, or dont, please be patient :)
     
  10. Offline

    Itssnowing

    @Donny I figure it's worth mentioning that Prefix, Suffix, and Build need to be indented, but otherwise I can't find the line with the problem o.o
    Also, Inheritance needs to be indented to the same level as Permissions.

    Edit: Figured it out! Take away 4 spaces from "Permissions:" node, and four spaces from each of the "permissions" sub-nodes.
    That is, these lines need less spaces:
    Code:
    Permissions:
        - 'example.node'
        - 'second.example.node'
    
    Keep in mind though, it's every permission node that needs to have less spaces.
     
  11. Offline

    Donny

    I fixed it thanks though. My "permissions:" was indented too much =P
     
  12. Offline

    Itssnowing

    Yeah, I edited my last post before I saw this.. It's all your "Permissions:" though.
     
  13. Offline

    Incendia

    Can you please make this plugin compatible with ikvm?
     
  14. Offline

    virtualism

    Figured i'd holla about my persistant issue. CB 612, latest permissions, downloaded the zip, extracted. Kept the default permissions yml file but changed it to home.yml (the worlds name) and added my name in stead of Then1yeti (or something like that). Triple checked space, ran through a yaml checker. chmodded/chowned for good measure. Permissions plugin works, no errors, but it refuses to actually load permissions from the home.yml (i'm not an admin.
    Also, an odd message when trying to reload:
    Code:
    >permissions -reload all
    00:47:08 [INFO] /permissions
    00:47:08 [INFO] Example: /permissions | Displays Permissions Info
    00:47:08 [INFO] Example: /permissions -reload all | Reloads the default world configuration
    00:47:08 [INFO] Example: /permissions -reload [world] | Reloads the [world] configuration file
    

    My home.yml:
    Code:
    # System is no longer used, but may become used in the future
    # Copies is for multiple-world support
    #   Put the name of the world you wish for it to be a clone of, otherwise leave it empty.
    #   If this file is for your default world (the one in server.properties) then you must
    #   leave copies blank.
    #  Example: copies: Derp    -  This will clone the permissions of the world Derp
    #
    # Make sure to rename this file to the name of the world that is in sever.properties under
    # level-name.  So if it is level-name: world  then this should be world.yml and in the
    # plugins/Permissions directory (ie. plugins/Permissions/world.yml)
    #
    # NOTE: Do not use tabs while editing this document.  Use only spaces.  A good way to avoid
    # doing this is to use Notepad++ and replace the tab with 4 spaces.
    plugin:
        permissions:
            system: default
            copies:
    
    ##
    # AntiBuild is included with this.  To disable a group from being able to build then
    # set the build: flag to false (build: false).  If you want a group to be able to build
    # then set it to true.
    ##
    # Groups can contain inheritance.
    #   To make a group inherit the permissions from another
    #   group simply place the groups name in the "inheritance:" like so:
    #
    #   Example:
    #       inheritance:
    #           - Default
    ##
    #   All permissions including the asterisks must be placed in single quotes.
    #   like so:
    #
    #       - 'foo.bar'
    #
    #   Otherwise errors will happen!
    ##
    #   Globalized Permission settings:
    #
    #       If a permission contains periods (.) you can denote a globalized parameter:
    #
    #           - 'foo.*'
    #
    #       This will allow you to use all general commands.
    #
    ##
    #   Single Asterisk denotes all commands:
    #
    #       - '*'
    #   If you give a group this permissions, do not have the group inherit any permissions
    #   from other groups.  Any users assigned to this group should NOT be given any additional
    #   permissions either.
    ##
    #   To exempt a node use the - prefix like so:
    #       - '-foo.bar'
    ##
    #   prefix: and suffix: do not do anything on their own.  You need another outside plugin
    #   such as iChat or HeroChat in order for these to do anything.
    groups:
        Default:
            default: true
            info:
                prefix: ''
                suffix: ''
                build: false
            inheritance:
            permissions:
                - 'foo.bar'
        Moderator:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
                - Default
            permissions:
                - 'bar.foo'
        Admins:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            permissions:
                - '*'
    
    ##
    # Users denote which users are included in which group.
    # TheNo1Yeti is in the Admin group
    # Herpina is a member of the Moderator group but also has access
    # to the herp.derp permissions
    # Derpina is a member of the admin group but does not have access
    # to the derp.derp permission node
    # Users can also have a prefix and suffix as seen with Herpina
    ##
    users:
        virtualism:
            group: Admins
            permissions:
        Herpina:
            group: Moderator
            info:
                prefix: 'Moo'
                suffix: 'Cow'
            permissions:
                - 'herp.derp'
        Derpina:
            group: Admins
            permissions:
                - '-derp.derp'
    Doesn't work with the default world name either. Not sure what i'm doing wrong. (Yes, all files are accessible and in the right directories. I quadchecked.)

    Edit: Same issue after having upgraded to cb 617.
     
  15. Offline

    Itssnowing

    Are you sure it's not loading? It might just not give a message.
     
  16. Offline

    ALufkin24

    Is this mod working with bigbrother?
     
  17. Offline

    virtualism

    Well, i'm not an admin like i tried to set in the yml file. So I'm assuming that's what's going on.
     
  18. Hello, I noticed that some plugins are having issues. When I give the users the require permissions to use the plugin, it does not work but if I either give them .* or plugin.* it works for them. This has happen for wormhole x-treme and localshops. I am sure it might affect other plugins but I have not noticed anything. I also informed the plugin makers of this issue but if it has happened more than once, than I expect something might be off.
     
  19. Offline

    EnigmaticMiner

    :D
     
  20. Offline

    Celtic Minstrel

    Probably only if it has the wrong name, yeah.

    That's not really a fix; /reload is a solution for the simple case of "I'm trying to reload my permissions, but the command gives errors".

    If you have usernames that are all numbers, put them in quotes and it should work.


    @Itssnowing - It's true, WorldEdit doesn't follow the normal permissions node convention and just uses the command name, with slash, as the permission. Unless it changed recently.

    If I understand correctly, you unzipped it and got a Permissions folder which contained a jar and another Permissions folder, right? Just move both into your plugins folder.


    To everyone, before posting your configs here, it might be useful to run it through this site to verify that it's valid YAML.
     
  21. Offline

    OmniFlare

    actual from what my fellow admin told me, that command would not work at all and that we had to restart for it to "reload". but i was able to use the command just 10 mins ago, and it worked, i guess he was just doing it wrong.
     
  22. Offline

    minifjurt

    Code:
    plugin:
        permissions:
            system: default
            copies:
    
    groups:
        Guest:
            default: true
            info:
                prefix:
                suffix:
                build: true
            inheritance:
            permissions:
              - 'essentials.spawn'
        New:
            default: false
            info:
                prefix:
                suffix:
                build: false
            inheritance:
            permissions:
              - 'essentials.spawn'
              - 'essentials.sethome'
              - 'essentials.home'
              - 'essentials.tpaccept'
              - 'essentials.tpdeny'
              - 'essentials.help'
    
        Player:
            default: false
            info:
                prefix:
                suffix:
                build: true
            inheritance:
            permissions:
              - 'essentials.home'
              - 'essentials.sethome'
              - 'essentials.warp'
              - 'essentials.msg'
              - 'essentials.jump'
              - 'essentials.spawn'
              - 'essentials.list'
              - 'essentials.help'
              - 'essentials.tpa'
              - 'essentials.tpdeny'
              - 'essentials.tpaccept'
        Trusted:
            default: false
            info:
                prefix:
                suffix:
                build: true
            inheritance:
            permissions:
              - 'essentials.ban'
              - 'essentials.kick'
              - 'essentials.home'
              - 'essentials.sethome'
              - 'essentials.msg'
              - 'essentials.spawn'
              - 'essentials.list'
              - 'essentials.help'
              - 'essentials.unban'
              - 'essentials.tpa'
              - 'essentials.tpdeny'
              - 'essentials.tpaccept'
        Admins:
            default: false
            info:
                prefix:
                suffix:
                build: true
            inheritance:
            permissions:
              - 'essentials*'
    
    users:
    
    loth:
            group: Admins
            permissions:
    Lofse:
            group: Admins
            permissions:
    tjocksvans:
            group: Trusted
            permissions:
    robocop1987:
            group: Trusted
            permissions:
    Nokitch:
            group: Trusted
            permissions:
    FOLLGAD:
            group: Admins
            permissions:
    minifjurt:
            group: Trusted
            permissions:
    axellol99:
            group: Trusted
            permissions:
    mallud18:
            group: Admins
            permissions:
    Hectormora:
            group: Trusted
            permissions:
    Msawchuk:
            group: Trusted
            permissions:
    Eastonch:
            group: Trusted
            permissions:
    Zokas1992:
            group: Trusted
            permissions:
    Jk1ller:
            group: Trusted
            permissions:
    Mad_vV:
            group: Trusted
            permissions:
    IPencil:
            group: Trusted
            permissions:
    Kamfy:
            group: Player
            permissions:
    Brennanx1:
            group: Player
            permissions:
    Flobblem:
            group: Player
            permissions:
    Clintonius:
            group: Player
            permissions:
    Brianlance:
            group: Player
            permissions:
    Slymdi:
            group: Player
            permissions:
    Hi! i have some problems with my permissions file.
    i am only a Guest. my name is minifjurt123.
    need help! (sorry for my bad english)
     
  23. Offline

    virtualism

    You don't have the appropriate spaces before the usernames. Refer to this for how it's supposed to look:

    Code:
    users:
        virtualism:
            group: Admins
            permissions:
        Herpina:
            group: Moderator
            info:
                prefix: 'Moo'
                suffix: 'Cow'
            permissions:
                - 'herp.derp'
        Derpina:
            group: Admins
            permissions:
                - '-derp.derp'
    Notice the 4 spaces.
     
  24. Offline

    minifjurt

    ty!

    but i have one more problem. my multiverse not working View attachment 2218

    what is wrong?

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

    virtualism

    Well, you have the permission to launch the command, so it's nothing with this plugin. You may need to update to the latest 1.4 compatible version. Grab it from http://forums.bukkit.org/threads/mi...-6-netherportals-to-multiple-worlds-612.3707/

    If replacing the old multiverse files with the new ones (and restarting the server, of course) doesn't work, you'd best ask in the multiverse thread. Good luck!
     
  26. Offline

    minifjurt

    it not working :'(
     
  27. Offline

    virtualism

    I got your message, but i'm afraid i can't help you (I don't use permissions or multiverse). Sorry! Try the multiverse thread.
     
  28. Offline

    minifjurt

  29. Offline

    Geko X

    Hey, I'm having a problem with permissions...

    Im running CraftBukkit 617, and when I start my server, I get this:


    Code:
    06:47:24 [INFO] Invalid config file found and converted to proper name/format.
    06:47:24 [SEVERE] Could not load plugins/Permissions.jar in plugins: null
    org.bukkit.plugin.InvalidPluginException
        at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:105)
        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:63)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:215)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:202)
        at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:142)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:257)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:375)
    Caused by: java.lang.reflect.InvocationTargetException
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
        at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:101)
        ... 8 more
    Caused by: while parsing a block mapping
     in "<reader>", line 65, column 13:
                    prefix: '&7CowSlayer'
                    ^
    expected <block end>, but found Scalar
     in "<reader>", line 71, column 16:
                    - 'multiverse.tp'
                       ^
    
        at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingKey.produce(ParserImpl.java:576)
        at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:163)
        at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:148)
        at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:228)
        at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
        at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:230)
        at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
        at org.yaml.snakeyaml.composer.Composer.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 org.bukkit.util.config.Configuration.load(Configuration.java:73)
        at com.nijikokun.bukkit.Permissions.Permissions.<init>(Permissions.java:126)
        ... 13 more
    
    I got no idea what it all means, any fixes?
     
  30. Offline

    CyborgOne

    12:30:33 [SCHWERWIEGEND] java.lang.NoSuchMethodError: com.nijiko.permissions.PermissionHandler.inGroup(Ljava/lang/String;Ljava/lang/String;)Z 12:30:33 [SCHWERWIEGEND] at com.nidefawl.Stats.Permissions.NijiPermissionsResolver.inGroup(NijiPermissionsResolver.java:74) 12:30:33 [SCHWERWIEGEND] at com.nidefawl.Achievements.AchConditionals.meets(AchConditionals.java:51) 12:30:33 [SCHWERWIEGEND] at com.nidefawl.Achievements.Achievements.checkAchievements(Achievements.java:289) 12:30:33 [SCHWERWIEGEND] at com.nidefawl.Achievements.AchievementsCheckerTask.run(AchievementsCheckerTask.java:11) 12:30:33 [SCHWERWIEGEND] at org.bukkit.craftbukkit.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:122) 12:30:33 [SCHWERWIEGEND] at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:356) 12:30:33 [SCHWERWIEGEND] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:283) 12:30:33 [SCHWERWIEGEND] at net.minecraft.server.ThreadServerApplication.run(SourceFile:375)
     
  31. Offline

    Gary Ervin

    You need to put your main world config in the plugins folder, not in the Permissions folder. There is a bug in Permissions that creates that new config file. If you are really have problems, you can download the essential mods and use their GroupManager. Once you download, just use the EssentialsGroupManager.jar and the EssentialsGroupBridge.jar . Then, run the server to get your config files. After that, just copy your configuration files from Permissions to the files in GroupManager. Now, you have a working Permissions replacement.
     
Thread Status:
Not open for further replies.

Share This Page