Inactive [ADMN/DEV] Permissions 3.1.6 - The Plugin of Tomorrow [935]

Discussion in 'Inactive/Unsupported Plugins' started by rcjrrjcr, May 24, 2011.

Thread Status:
Not open for further replies.
  1. Offline

    rcjrrjcr

    Permissions 3.1.6 (Yeti)

    Download:
    Latest Stable (3.1.6) : Full Zip | Main Jar Only | SQL Interface Jar Only

    Previous Versions:
    3.1.5 (JAR|SQL) | 3.1.4 (JAR|SQL) | 3.1.3 (JAR|SQL) | 3.1.2 (JAR|SQL) | 3.1.1 (JAR) | 3.1 (JAR) | More older versions


    COMMAND RESTRUCTURING
    Feel free to comment and give suggestions.


    DO NOT USE GLOBAL CONFIGS FOR NOW. THE GLOBAL CONFIG IS MEANT TO SUPPLEMENT WORLD-SPECIFIC CONFIGS, NOT THE OTHER WAY ROUND. SEE https://github.com/TheYeti/Permissions/wiki/Global-vs-World .I WILL WRITE A PROPER TUTORIAL ON HOW TO USE THE GLOBAL CONFIGS SOON.

    TODO:
    • Revamp commands
    Known plugins that cause IllegalAccessError(s):

    • Help (not fixed yet)
    Temp Fix for IAEs (open)




    1. Open Help's JAR with 7zip.
    2. Find MANIFEST.MF (it can be in the root folder or in the META-INF folder, or both).
    3. Open the MANIFEST.MF file in a text editor
    4. Look for a line that starts with "Class-Path:".
    5. Delete "Permissions.jar" from that line.
    6. Save the manifest.
    7. 7zip will prompt you to save changes back into the archive. Accept.
    8. Restart server.





    Plugin Authors: How to hook into Permissions

    Due to @TheYeti being busy in RL for now, I have created a new thread for Permissions 3.x. TheYeti is still part of the Permissions team.

    Permissions... Reborn.
    This is a continuation of the work that was originally done by Nijikokun. All original credit goes to them as without their work this plugin would not have been possible. This plugin does not provide any commands or additional functionality beyond what is described in this post. That means that you need another plugin to provide colored names, chat prefixes, and op commands such as /give and /time.​

    The Permissions Team

    The team consists of myself @rcjrrjcr and @TheYeti currently with contributions from @Nijikokun as well on occasion. There are also several other members of the community who frequently assist with providing code changes, bug fixes, patches, support, feedback, and beta testing. Special thanks to @flames and the Dynmap & Wormhole X-Treme teams for the hosting of Permissions on their Jenkins server.

    What's new in 3.x?

    Taken from the GitHub page:
    1. In-game commands. For a long time, users have been pestering, nagging, demanding and/or screaming for an way to manage Permissions via commands. Now, in 3.0, in-game commands are available to manage permissions and groups.
    2. SQL storage. This allows web interfaces to manage Permissions by updating the SQL database Permissions uses.
    3. Promotion/demotion tracks. With a simple command, users can be promoted/demoted along a preconfigured track, allowing RP servers with ranks to promote the player along a class track and other possibilities.
    4. Multigroup.
    5. Weightage. Plugins are able to compare users via their weight, which is inherited from their groups. For example, SlapPlugin can check if Player A is higher-weighted than Player B when A tries to slap B (Not IRL, obviously).
    6. Improved world mirroring. Config files are now split into a group file and a user file. Also, by editing storageconfig.yml, you can configure the mirroring of entire worlds, or just its users/groups. You also do not have to create files for worlds that mirror another world. Also, two different worlds can use different storage types, like YAML and SQL.
    7. Global permissions. Instead of having to resort to cross-world group inheritance, now all worlds inherit groups and users from the global permissions file. Also, the inherited groups/users can be overridden via editing the specific world's file.
    Upgrading from 2.x to 3.x







    I have written a guide on GitHub. This demonstrates how to convert 2.x-style configs to 3.0. The YAML-to-SQL converter are still in testing, but it can be downloaded from here. It's written in Perl. @Zgred has created a web version of the script located here. @omgneeq is working on an Web UI for SQL databases (Sorry about the previous statement that he was making a converter.)​


    Install (open)
    For the admins

    In case you missed the link above, the Setup Guide on GitHub will help you quite a bit

    Samkio has updated his tutorial for P3:


    First thing that you will need to do is download the plugin. Place it in your plugins/ folder and unzip it. This should create the folder Permissions and a Permissions.jar file in your plugins folder. Next, go into Permissions/ and create a folder named the same as your world. So if your world name from server.properties is Foo you will need to create the folder plugins/Permissions/Foo. You MUST rename it to whatever your world's name is or it will not work.

    Note, if you have your server maps all saved into a single directory then the initial setup will be somewhat different. Say your maps are arranged in the main directory like so: bukkit/mapfolder/world1, bukkit/mapfolder/world2, etc. Then inside of the plugin/Permissions directory you will need to create a folder called mapfolder and inside of that put the directories containing users.yml and groups.yml in there.

    Next, you will need to go in and add yourself to the users, just replace the user that is in there with your name. Make any other modifications that you need to. While making modifications make sure that you do NOT use tabs. These will break the YAML format and cause issues. Instead, each indent should be four spaces. If you want people who aren't in the Admin group to be able to reload the permissions plugin you need to give them 'permissions.reload' permissions within the config file.

    Permissions gives server admins great control, mostly in-game reloading. More info about commands can be found here.


    FAQ (open)

    [FAQ]

    [Q] What is with the version numbers? I can't keep up, it seems like every time I look there is a new version!
    [A] I use the GNU versioning system for my version numbers. So what this means is the version number should be read as Major.Minor.Revision. So for version 2.5.2 this would mean it is the 2nd Major version, the 5th Minor release in this version, and the 2nd revision. I tend to release bug fixes and anything that doesn't add functionality or will not break things as revisions. So generally you should be safe with just watching the major & minor numbers and only getting the revision if it fixes a bug specific to you. Technically 2.5.2 should have been released as 2.6 as it did add functionality, but this was below even a minor change so I released it as a revision.

    [Q] I am getting an error that it can't pass BLOCK_PLACED or BLOCK _BREAK events to Permissions. Fix it!
    [A] That's not a question. The reason why it can't place these is probably because the syntax of your Permissions file is all whacked out, or it is a different world and you don't have a config file for that world.

    [Q] What am I suppose to name the config file?
    [A] You need to name it the same as your world. So if you look in server.properties at "level-name" you will see a world name there. Rename your config file to the same thing as that. Make sure you keep the .yml extension at the end.

    [Q] Permissions are broken. Why can no one use commands? Why am I not an admin?
    [A] First off, make sure that your formatting is correct. Look at the format that the default config file uses. Yours should look like that. Do NOT use tabs. Use 4 spaces (IE. " " <-- Four of those things.). Also, whichever group you give the permission '*' to, do not have that group inherit permissions from anyone else. That is called overloading and it will break things. Also, this.


    [Q] Which one am I suppose to download and unzip to install this?
    [A] Download the main package, not the JAR only. Unzip the ZIP file. The JAR only downloads are simply there for people who are UPGRADING and do not need the default config file.

    [Q] I have done all of this and this doesn't work! I'm going back to GroupManager!
    [A] Well, there is probably the problem. Make sure that you delete EssentialsGroupManager.jar and EssentialsGroupBridge.jar as these don't play well with Permissions and will cause headache.

    [Q] When are you going to add <blah> <feature/command> into this already? You suck! Do what I want NAU PL0X!
    [A] Feature requests should be posted on the GitHub tracker. Stupid suggestions like adding teleportation functionality and other less ludicrous stuff will be rejected.



    Changelog
    • 3.1.6
      • Major fixes.
      • Simplify tracks
    Changelog (open)





    • 3.1.5
      • Fix several minor bugs.
      • Autoconvert 2.x/GM format (only works if you split them into groups.yml and users.yml, but leave the rest untouched)
    • 3.1.4
      • Fix YAML locking bugs.
    • 3.1.3
      • Fix another SQL data and inheritance issue.
    • 3.1.2
      • Fix SQL data issues.
      • Added user/group name autocomplete
      • Separated SQL interface into separate plugin
    • 3.1.1
      • Fix prefix/suffix issues.
      • Added ON UPDATE CASCADE to the SQL foreign [/SIZE]
    • 3.1
      • Tons of fixes.
    • 3.0.6
      • Fix SQLite issues due to misimplementation of methods.
    • 3.0.5
      • Fix cache-related NPEs
      • Fixed quoted worlds (thanks again @Jeyge !)
    • 3.0.4
      • Fix LinkageError caused by ServiceManager not unloading the PermissionHandler class.
      • Added cache
      • Fix index not being incremented when promoting (thanks @Jeyge !)
    • 3.0.3
      • Fixed another getGroup bug.
    • 3.0.2
      • Fixed getGroup bug.
    • 3.0.1
      • Fixed some NPE bugs.
    • 3.0
      • Total overhaul of Permissions. Adds many new features (see What's new in 3.0?).
    • 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








    Credits (open)


    TheYeti:
    Nijikokun - Without their original work this plugin would not be possible.​
    All of the members of the community that regularly provide support in this thread for Permissions​
    Rigby, Kainzo, DThielke, GoMySQL, sk89q, RightLegRed - For hanging out with me in IRC, tons of testing, and pushing me to improve on the code constantly and make changes to make this plugin constantly better and better, and in general being entertaining.​
    Everyone else on here and in IRC who provides support, feedback, assistance, plugins that have continued to support and integrate this, and in general makes my life a bit easier, THANK YOU!​

    rcjrrjcr:
    I would like to thank Joy , jamesg and omgneeq for staying in #permissions for long periods of time to test out 3.0, and help me find many coding mistakes I made, patiently waiting for the next build while I fixed the bugs. I appreciate SvenBrnn 's and GoMySQL(Geoff Winans on this forum) 's help that allow me to design and code the SQL interface, and the HeroCraft coding team for providing support and some priceless IRC quotes (Dgco). Also, I would like to thank Lycano for helping me in many different aspects. Last but not least, I would like to thank Nijikokun and TheYeti for developing P2, which was one of my core plugins when I was still a 14-year-old server admin that didn't understand Java, and was the base for 3.0. Without these people, 3.0 would never be possible.​


    If after reading through all of that you are still having issues do one of two things. If it is a provable bug, and you have things like screenshots or copies of startup, steps to reproduce, your craftbukkit build and the version this is running along with your config files then submit the bug on the issue tracker. If it is general help or support you are needing then post a reply to this thread and someone will try to help you.

    Old thread: Permissions v2.7.4
     
  2. Offline

    PatPeter

    I'll be staying loyal to the Permissions plugin system as opposed to the built-in permissions system. It's like when Notch implemented the whitelist system. What was the problem? It only shows the IP of the person trying to connect and not the username, so you cannot tell who is trying to connect to your server and if you should whitelist that user.

    The same thing applies here. The built-in permissions are nowhere near as advanced and developed as Permissions, which is why I will not be using them.
     
  3. Offline

    Pr0Failure

    Edit: Human error, spelled a word wrong lmfao.
     
  4. Offline

    Judgem3ntal

    Hey i've been having some errors lately and ive tired over and over to see whats up, i have checked for tabs all are single space but then still, either Permissions fails to load, or it will say You do not have permission to do this even if i have myself set at *
    Groups
    Code:
    ##
    # Permissions has AntiBuild, which prevents a player from destroying/placing blocks.
    # To prevent a group of players 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 inherit from other groups.
    #   To make a group inherit the permissions and info nodes from another
    #   group, simply place the groups name in the "inheritance:" like so:
    #
    #   Example:
    #       inheritance:
    #           - Default
    ##
    #   Wildcard Permission settings:
    #
    #       You can have wildcard nodes which encompass all nodes that match it.
    #       For example, the node "modplugin.*" matches "modplugin.kick", "modplugin.ban",
    #       "modplugin.settings.view", and so on.
    #
    ##
    #   A single asterisk means that this user/group has all permissions.
    #       - '*'
    ##
    #   Negated nodes are created by prefixing a normal node with "-".
    #   They prevent less specific wildcard nodes from matching the negated node.
    #   For example:
    #
    #   permissions:
    #       - 'foo.*'
    #       - '-foo.bar'
    #
    #   In this case, the user/group will have "foo.foo", "foo.foobar", and so on, but not "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.
    ##
    #
    #   For more info, visit https://github.com/TheYeti/Permissions/wiki/Guide-to-creating-YAML-configs
    #
    ##
    
        Default:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            permissions:
                - 'Spawnx.spawn'
                - 'admincmd.player.list'
        Member:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
                - Default
            permissions:
                - 'simple.hat'
        Artist:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
                - Member
            permissions:
        Builder:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
                - Member
            permissions:
                - 'bb.admin.info'
        Donator:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
                - Builder
            permissions:
                - 'colorme.self'
                - 'admincmd.item.add'
        Mod:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
                - Donator
            permissions:
                - 'admincmd.player.kick'
        Admin:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
                - Mod
            permissions:
                - 'admincmd.player.ban'
        Supermod:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
                - Admin
            permissions:
                - 'worldedit.superpickaxe'
                - 'admincmd.time.set'
                - 'spawnmob.mspawn.<mob type>'
                - 'prefixer.list'
                - 'prefixer.self'
                - 'prefixer.other'
                - 'prefixer.remove'
        SuperAdmin:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            permissions:
                - 'worldedit.*'
                - 'admincmd.time.set'
                - 'spawnmob.mspawn.<mob type>'
                - 'prefixer.list'
                - 'prefixer.self'
                - 'prefixer.other'
                - 'prefixer.remove'
                - 'Spawnx.spawn'
                - 'admincmd.player.list'
                - 'simple.hat'
                - 'bb.admin.info'
                - 'colorme.self'
                - 'admincmd.item.add'
                - 'admincmd.player.kick'
                - 'admincmd.player.ban'
        Owner:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            permissions:
                - '*'
    User
    Code:
    users:
        Judgem3ntal:
            permissions:
            groups: SuperAdmin
        Cwm:
            permissions:
            groups: SuperAdmin
        Mareth:
            permissions:
            groups: Owner
        Karlon654:
            permissions:
            groups: Owner
        Dctrali:
            permissions:
            groups: Supermod
        BarkjonTheRat:
            permissions:
            groups: Supermod
        xAn1x:
            permissions:
            groups: Builder
        Boardmember:
            permissions:
            groups: Builder
        MrMoses:
            permissions:
            groups: Builder
     
  5. Offline

    Paradoxreality

    Can somebody help me?
    I made a new group called "Tester" for people who work on falsebook and i gave them the permissions of falsebook.anyic, falsebook.block.*, falsebook.cart.*

    But wehen I run my server, something goes wrong and permissions shutsdown due to "errors".

    I really need help!
     
  6. Offline

    Franksie

    Thanks! :D However, I have another question.

    I want world and world_nether to have the same permissions. How do I do that?
     
  7. Offline

    MaWe4585

    currently i'm using permissions only per world but i want to change that to use global permissions.

    So i copied the content of the world permission files into the global permissions files and deleted the content of the world files.
    however it doesn't work. none of the permissions seem to work.
     
  8. Offline

    DarkKiller13

    hey would you mind sending me the link to the FAQ? im trying to find it
     
  9. Offline

    Gabriel333

    Hi rcjrrjcr

    With CraftBukkit B1000 the Bukkitteam released a "new" permission system, I have been wondering what influence it will have on your permission plugin? I tried the PermissionBukkit plugin lastnight, no luck... so I went back to yours plugin, which have been working perfect all the time I have used it!
     
  10. Offline

    LennonLenford

    I'm still slightly confused on how I implement this. What file do I put it into? My nether group file? Would you mind showing me an example of using this?
    https://github.com/TheYeti/Permissions/wiki/Storageconfig.yml-Options

    What file would I put it into also?
     
  11. Offline

    Jeyge

    For starters, you are missing your groups: from the top of your groups.yml file and you haven't converted your users.yml correctly. Your groups should look like:
    Code:
            groups:
                - Builder
    
    Post the error and someone should be able to help.
    I would use world mirroring to do it. You can find more on that in the Storageconfig.yml Options topic on the wiki.
    Global files should enhance the world files not replace them. If you just want the same permissions in all worlds, I would suggest using world mirroring. You can find more information in the Storageconfig.yml Options topic on the wiki.

    Your storageconfig.yml would look like:
    Code:
    permissions:
        storage:
            type: YAML
            worldcopy:
                world_nether: world
    There is a link to it in the PermissionsBukkit link.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Sep 9, 2018
  12. Offline

    LennonLenford

    Thank you! It works perfectly now.
     
  13. Offline

    alfskan

    is it support multi-verse?

    if so, how can I config it?
     
  14. Offline

    Guvnors

    I seem to have a lot of

    CONSOLE: Read timed out

    Since updating from 2.7 to 3.

    Results in crashing the server.
     
  15. Offline

    Bajsmabb

    When i go into permissions its says User: Bajsmabb: Permissions: Groups:
    What do i need to type here to get permission to do anything!
     
  16. Offline

    Mhalkyer

    I've been having the same problem, @rcjrrjcr HELP!

    Are you a contributing dev? Is there any way to disable caching?

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Sep 9, 2018
  17. Offline

    efstajas

    Holy cow! I just updated permissions to version 3.1.6 and I got the probably longest NPE ever:
    http://pastebin.com/eecfZ7Cf
    Bukkit doesn't even allow me to post it here!
    [​IMG]
     
  18. Offline

    Tarheels

    I join the game and when i talk i have the default icon next to my name. But in the users i put me to be in the group admins
    users:
    Tarheels96:
    groups:
    - Admins
    info:
    prefix:
    suffix: 'TechAdmin'
    permissions:
    edit: sorry bout the lining its not like that in the .yml
     
  19. Offline

    obscurehero

    You know what would be BEAUTIFUL? If Permissions 4 had support for SuperPerms but retained native support for plugins that didn't feel like using SuperPerms just yet. Then Permissions 4 through its process to Permissions 5 could slowly taper out legacy support for non-SuperPerms plugins. I think that would make a lot of novice to moderately skilled server managers extremely happy.

    You can keep the same platform that's performed wonderfully, support the future implementation of permissions for newer plugins (or plugins that have implemented the system), and then keep that loyalty until permissions is just another plugin utilizing the SuperPerms API... An opposite of the PermissionsBukkit system as it would "bridge" the new superperms system into the old system until it supports the '*' wildcard as well as a few other smaller issues.
     
  20. Offline

    Tarheels

    Also no matter what command i try to do to promote me, it says [permissions] no world specified
     
  21. Offline

    TewDIE

    Is this ever getting updated again? I have 3 plugins that is fucked atm. They are all compatible with 1000 and they died when I updated to 1000
     
  22. Offline

    obscurehero

    0.O - I'm not sure that its because you upgraded. I haven't had an issue as of yet with permissions 3.1.6 and b1000. As far as I understand it, permissions is just a permissions system built on top of bukkit. It doesn't need to touch the built-in system and shouldn't conflict, as far as I understand it. You'll need to make sure when upgrading your plugins that they haven't dropped support for permissions in favor of SuperPerms. I know ScheduledAnnouncer very clearly announced that they dropped support for Permissions in favour of the new system, but only in the latest build of the plugin.

    @Jeyge - Any idea if we can create custom permissions nodes in the permissions.yml that can be seen by this version of permissions (not SuperPerms plugins)?
     
  23. Offline

    TewDIE

    People cant use /who with Essentials and people cant use /spy or /quit with spyer and there is another plugin I cant remember.

    Updated spyer and essentials 2-3 times over 3 days


    EDIT: Essentials started working with the latest build. Spyer still only works for OP
     
  24. Offline

    Tarheels

    i get this error everytime someone joins, which disables all of permissions
     

    Attached Files:

  25. Offline

    ACStache

    @Tarheels your spacing is off in your yml files. use something liked notepad++ if you don't already, and try to find the issue (and make sure everything lines up properly). if you can't, post them here and someone can help you find it.

    the error you're getting points to line 73 (in the group file I think), I'd start looking there
     
  26. Offline

    Judgem3ntal

     
  27. Offline

    Jeyge

    A very quick scan and the error message shows me that line 32 starts in column 8 but should be in column 9.
    permissions.yml is only read by Bukkit itself and is used to preload the built in permissions. It basically lets you set some permissions or parent/child relationships to be used by plugins. It isn't currently used by this plugin.
    It won't say that if you give it the world. Just add w:<world> after the user.
    You need a chat plugin for the prefix and suffix to work and you will need to make sure it is set up correctly.
    Looks like it is trying to do a conversion from GroupManager. Post your permissions yml files.
    I'm not even a Permissions team member. I'm just here to help and I find it best to look over the code whenever there is a checkin.
    Start with the example files in the zip download.
    Each world will create a new directory. Just add your permissions to those new files.
    Before the new permissions system can really work, each and every plugin dev needs to support it and add all of their permissions to their plugin.yml. Once this starts to happen, then the other permissions plugins can start to convert to using their backend. But understand that all they did was add a few lines of code to handle saving the raw permissions for a user and some way for a plugin to ask if they have that permission. The rest is left to the plugin devs to deal with.
     
  28. Offline

    Judgem3ntal

    Your awesome buddy, thanks so much
     
  29. Offline

    lazybeni

    Permission is going crazy :confused: here my console logs :

    Code:
    ^
    expected <block end>, but found Scalar
    in "<reader>", line 106, column 77:
    ... unt a commencer cependant, il n'y avait pas asser de participant. '
    ^
    at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingKey.produce(Par
    serImpl.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.composeDocument(Composer.java:12
    2)
    at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105)
    at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseCons
    tructor.java:124)
    at org.yaml.snakeyaml.Yaml.load(Yaml.java:264)
    at org.bukkit.util.config.Configuration.load(Configuration.java:82)
    at com.matejdro.bukkit.monsterhunt.InputOutput.LoadSettings(InputOutput.
    java:200)
    at com.matejdro.bukkit.monsterhunt.MonsterHunt.onEnable(MonsterHunt.java
    :51)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader
    .java:878)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManage
    r.java:272)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:162)
    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:146
    )
    at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:284)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:271)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:148)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    19:47:47 [INFO] [SignEdit] 1.4.8 enabled.
    19:47:47 [INFO] [MotherNature] Using Permissions version 3.1.6 for permission ha
    ndling
    19:47:47 [INFO] [MotherNature] Plugin enabled! (version 1.3.2)
    19:47:47 [INFO] [MagicCarpet] MagicCarpet version 1.5.6 is enabled!
    19:47:47 [INFO] [MagicCarpet] Take yourself wonder by wonder, using /magiccarpet
    or /mc.
    19:47:47 [INFO] [MagicCarpet] Using Permissions.
    19:47:47 [INFO] Lockette version 1.3.8 is being enabled! Yay! (Core version 1.
    0)
    19:47:47 [INFO] Lockette: Detected craftbukkit build [1000] ok.
    19:47:47 [INFO] Lockette: Linked to Permissions plugin version 3.1.6
    19:47:47 [INFO] Lockette: Using ops file for admin permissions.
    19:47:47 [INFO] Lockette: Ready to protect your containers.
    19:47:47 [INFO] SpyerFun module version 1.3_3 stable, a spying utility for norma
    l players, is active. Part of the Spyer package by [nickguletskii200]
    19:47:47 [INFO] [FireControl] Using permissions.
    19:47:47 [INFO] FireControl 1.1 enabled!
    19:47:47 [INFO] WorldEdit 4.6 enabled.
    19:47:47 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin
    for permissions.
    19:47:47 [INFO] [OwnBlocks] Database read in from file
    19:47:47 [INFO] [OwnBlocks] version 10.0 initialized
    19:47:48 [INFO] [Jobs] - max-jobs property not found. Defaulting to unlimited!
    19:47:48 [INFO] [Jobs] - Job Woodcutter is missing the max-level property. defau
    lting to no limits !
    19:47:48 [INFO] [Jobs] - Job Woodcutter is missing the slots property. defaultin
    g to no limits !
    19:47:48 [INFO] [Jobs] - Job Miner is missing the max-level property. defaulting
    to no limits !
    19:47:48 [INFO] [Jobs] - Job Miner is missing the slots property. defaulting to
    no limits !
    19:47:48 [INFO] [Jobs] - Job Constructeur is missing the max-level property. def
    aulting to no limits !
    19:47:48 [INFO] [Jobs] - Job Constructeur is missing the slots property. default
    ing to no limits !
    19:47:48 [INFO] [Jobs] - Job Digger is missing the max-level property. defaultin
    g to no limits !
    19:47:48 [INFO] [Jobs] - Job Digger is missing the slots property. defaulting to
    no limits !
    19:47:48 [INFO] [Jobs] - Job Fermier is missing the max-level property. defaulti
    ng to no limits !
    19:47:48 [INFO] [Jobs] - Job Fermier is missing the slots property. defaulting t
    o no limits !
    19:47:48 [INFO] [Jobs] - Job Chasseur is missing the max-level property. default
    ing to no limits !
    19:47:48 [INFO] [Jobs] - Job Chasseur is missing the slots property. defaulting
    to no limits !
    19:47:48 [INFO] [Jobs] - Job fisherman is missing the max-level property. defaul
    ting to no limits !
    19:47:48 [INFO] [Jobs] - Job fisherman is missing the slots property. defaulting
    to no limits !
    19:47:48 [INFO] [Jobs] - Job None is missing the max-level property. defaulting
    to no limits !
    19:47:48 [INFO] [Jobs] - Job None is missing the slots property. defaulting to n
    o limits !
    19:47:48 [INFO] [Jobs v2.4.0] has been enabled succesfully.
    19:47:48 [INFO] [Jobs] Successfully linked with Permissions.
    19:47:48 [INFO] [MobArena] v0.92.3 enabled.
    19:47:48 [INFO] Server permissions file permissions.yml is empty, ignoring it
    19:47:48 [INFO] Done (0.239s)! For help, type "help" or "?"
    Groups.yml :

    Code:
    plugin:
        permissions:
            system: default
    groups:
        Grieffeur:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: false
                rank: 5
            inheritance:
            permissions:
        Visiteurs:
            default: true
            info:
                prefix: '&8[V]&e'
                suffix: '&8'
                build: false
                rank: 6
            inheritance:
            permissions:
            - modtrs.command.modreq
            - modtrs.command.modlist
            - OwnBlocks.use
        Citoyen:
            default: false
            info:
                prefix: '&2[C]&e'
                suffix: '&2'
                build: true
                rank: 7
            inheritance:
            permissions:
            - iConomy.payment
            - iConomyChestShop.shop.buy
            - iConomyChestShop.shop.sell
            - iConomyChestShop.shop.create
            - essentials.spawn
            - essentials.list
            - essentials.help
            - essentials.motd
            - essentials.rules
            - essentials.msg
            - essentials.mail
            - essentials.mail.send
            - fight.user
            - stargate.network.pip
            - stargate.use
            - mobarena.use.join
            - mobarena.use.leave
            - mobarena.use.spectate
            - mobarena.classes.Archer
            - mobarena.classes.Oddjob
            - mobarena.classes.Tank
            - mobarena.classes.Chef
            - mobarena.classes.Knight
            - mobarena.classes.Forgeron
            - lockette.user.create.*
            - essentials.home
            - essentials.sethome
            - essentials.tpaccept
            - essentials.tpdeny
            - jobs.join.miner
            - jobs.join.fisherman
            - jobs.join.hunter
            - jobs.join.builder
            - jobs.join.farmer
            - jobs.world.world
            - modtrs.command.modreq
            - modtrs.command.modlist
            - OwnBlocks.use
            - iConomy.list
            - iConomy.rank
        Citoyen+:
            default: false
            info:
                prefix: '&2[C+]&e'
                suffix: '&2'
                build: true
                rank: 8
            inheritance: Citoyen
            permissions:
            - iConomy.payment
            - iConomyChestShop.shop.buy
            - iConomyChestShop.shop.sell
            - iConomyChestShop.shop.create
            - essentials.spawn
            - essentials.list
            - essentials.help
            - essentials.motd
            - essentials.rules
            - essentials.msg
            - essentials.mail
            - essentials.mail.send
            - fight.user
            - stargate.network.pip
            - stargate.use
            - mobarena.use.join
            - mobarena.use.leave
            - mobarena.use.spectate
            - mobarena.classes.Archer
            - mobarena.classes.Oddjob
            - mobarena.classes.Tank
            - mobarena.classes.Chef
            - mobarena.classes.Knight
            - mobarena.classes.Forgeron
            - lockette.user.create.*
            - essentials.home
            - essentials.sethome
            - essentials.tpaccept
            - essentials.tpdeny
            - jobs.join.miner
            - jobs.join.fisherman
            - jobs.join.hunter
            - jobs.join.builder
            - jobs.join.farmer
            - jobs.world.world
            - modtrs.command.modreq
            - modtrs.command.modlist
            - OwnBlocks.use
            - iConomy.list
            - iConomy.rank
        Citoyens++:
            default: false
            info:
                prefix: '&2[C++]&e'
                suffix: '&2'
                build: true
                rank: 9
            inheritance: Citoyen
            permissions:
            - iConomy.payment
            - iConomyChestShop.shop.buy
            - iConomyChestShop.shop.sell
            - iConomyChestShop.shop.create
            - essentials.spawn
            - essentials.list
            - essentials.help
            - essentials.motd
            - essentials.rules
            - essentials.msg
            - essentials.mail
            - essentials.mail.send
            - fight.user
            - stargate.network.pip
            - stargate.use
            - mobarena.use.join
            - mobarena.use.leave
            - mobarena.use.spectate
            - mobarena.classes.Archer
            - mobarena.classes.Oddjob
            - mobarena.classes.Tank
            - mobarena.classes.Chef
            - mobarena.classes.Knight
            - mobarena.classes.Forgeron
            - lockette.user.create.*
            - essentials.home
            - essentials.sethome
            - essentials.tpaccept
            - essentials.tpdeny
            - jobs.join.miner
            - jobs.join.fisherman
            - jobs.join.hunter
            - jobs.join.builder
            - jobs.join.farmer
            - jobs.world.world
            - modtrs.command.modreq
            - modtrs.command.modlist
            - OwnBlocks.use
            - iConomy.list
            - iConomy.rank
        Commercant:
            default: false
            info:
                prefix: '&1[Com]&e'
                suffix: '&1'
                build: true
                rank: 10
            inheritance: Citoyen
            permissions:
            - iConomy.payment
            - iConomyChestShop.shop.buy
            - iConomyChestShop.shop.sell
            - iConomyChestShop.shop.create
            - essentials.spawn
            - essentials.list
            - essentials.help
            - essentials.motd
            - essentials.rules
            - essentials.msg
            - essentials.mail
            - essentials.mail.send
            - fight.user
            - stargate.network.pip
            - stargate.use
            - mobarena.use.join
            - mobarena.use.leave
            - mobarena.use.spectate
            - mobarena.classes.Archer
            - mobarena.classes.Oddjob
            - mobarena.classes.Tank
            - mobarena.classes.Chef
            - mobarena.classes.Knight
            - mobarena.classes.Forgeron
            - lockette.user.create.*
            - essentials.home
            - essentials.sethome
            - essentials.tpaccept
            - essentials.tpdeny
            - jobs.join.miner
            - jobs.join.fisherman
            - jobs.join.hunter
            - jobs.join.builder
            - jobs.join.farmer
            - jobs.world.world
            - modtrs.command.modreq
            - modtrs.command.modlist
            - OwnBlocks.use
            - iConomy.list
            - iConomy.rank
        Donateur:
            default: false
            info:
                prefix: '&1[Donateur]&e'
                suffix: '&1'
                build: true
                rank: 11
            inheritance: Citoyen
            permissions:
            - essentials.tpa
            - iConomy.payment
            - iConomyChestShop.shop.buy
            - iConomyChestShop.shop.sell
            - iConomyChestShop.shop.create
            - essentials.spawn
            - essentials.list
            - essentials.help
            - essentials.motd
            - essentials.rules
            - essentials.msg
            - essentials.mail
            - essentials.mail.send
            - fight.user
            - stargate.network.pip
            - stargate.use
            - mobarena.use.join
            - mobarena.use.leave
            - mobarena.use.spectate
            - mobarena.classes.Archer
            - mobarena.classes.Oddjob
            - mobarena.classes.Tank
            - mobarena.classes.Chef
            - mobarena.classes.Knight
            - mobarena.classes.Forgeron
            - mobarena.classes.Donateur
            - lockette.user.create.*
            - essentials.home
            - essentials.sethome
            - essentials.tpaccept
            - essentials.tpdeny
            - jobs.join.miner
            - jobs.join.fisherman
            - jobs.join.hunter
            - jobs.join.builder
            - jobs.join.farmer
            - jobs.world.world
            - modtrs.command.modreq
            - modtrs.command.modlist
            - OwnBlocks.use
            - iConomy.list
            - iConomy.rank
        Moderateur:
            default: false
            info:
                prefix: '&1[M]&e'
                suffix: '&1'
                build: true
                rank: 12
            inheritance: Citoyen
            permissions:
            - iConomyChestShop.shop.*
            - essentials.ignore
            - essentials.invsee
            - essentials.clearinventory.others
            - essentials.clearinventory
            - mobarena.use.join
            - mobarena.use.leave
            - mobarena.use.spectate
            - mobarena.classes.Archer
            - mobarena.classes.Oddjob
            - mobarena.classes.Tank
            - mobarena.classes.Chef
            - mobarena.classes.Knight
            - essentials.home
            - essentials.sethome
            - essentials.ext
            - essentials.ping
            - vanish.vanish
            - vanish.dont.hide
            - essentials.spawn
            - essentials.tp
            - essentials.tpa
            - essentials.tpo
            - essentials.tpohere
            - modtrs.mod
            - modtrs.command.broadcast
            - modtrs.command.check
            - modtrs.command.teleport
            - modtrs.command.complete
            - modtrs.command.complete.override
            - jobs.admin.info
            - jobs.admin.fire
            - jobs.admin.employ
            - jobs.admin.promote
            - jobs.admin.demote
            - jobs.join.miner
            - jobs.join.fisherman
            - jobs.join.hunter
            - jobs.join.builder
            - jobs.join.farmer
            - jobs.join.woodcutter
            - jobs.world.world
            - lockette.admin.snoop
            - lockette.admin.break
            - essentials.msg
        Docteur:
            default: false
            info:
                prefix: '&4[D]&e'
                suffix: '&4'
                build: true
                rank: 13
            inheritance:
            permissions:
            - '*'
        Co-Leader:
            default: false
            info:
                prefix: '&4[C-L]&e'
                suffix: '&4'
                build: true
                rank: 14
            inheritance:
            permissions:
            - '*'
        Programmeur en chef:
            default: false
            info:
                prefix: '&4[P]&e'
                suffix: '&4'
                build: true
                rank: 15
            inheritance:
            permissions:
            - '*'
        Fondateur:
            default: false
            info:
                prefix: '&4[F]&e'
                suffix: '&4'
                build: true
                rank: 16
            inheritance:
            permissions:
            - '*'
        Jailed:
            default: false
            info:
                prefix: '&d[Jailed]&e'
                suffix: '&d'
                build: false
                rank: 3
            inheritance:
            permissions:
    Users.yml :

    Code:
    users:
        Lazybeni1:
            permissions:
            groups:
            - Programmeur en chef
        uchiwaaa:
            permissions:
            groups:
            - Docteur
        zamerak:
            permissions:
            groups:
            - Co-Leader
        Darko444:
            permissions:
            groups:
            - Fondateur
        DocMailloux:
            permissions:
            groups:
            - Citoyen
        Mariee:
            permissions:
            groups:
            - Citoyen
        R4m3N:
            permissions:
            groups:
            - moderateur
        Xsim11:
            permissions:
            groups:
            - moderateur
            - Moderateur
        barrelgrub:
            permissions:
            groups:
            - Moderateur
        Multi7200:
            permissions:
            groups:
            - Citoyen
        stokale:
            permissions:
            groups:
            - Citoyens++
        MrOwii:
            permissions:
            groups:
            - Citoyen
        Firedup21:
            permissions:
            groups:
            - Citoyen+
        Yoplaie:
            permissions:
            groups:
            - Citoyen
        Tazehh:
            permissions:
            groups:
            - Citoyen
        TheTallTheo974:
            permissions:
            groups:
            - Citoyen
        Stericar:
            permissions:
            groups:
            - Citoyen
        Gwendal26:
            permissions:
            groups:
            - Citoyen
        zolus99:
            permissions:
            groups:
            - Citoyen
        XxMobsKillahxX:
            permissions:
            groups:
            - Citoyen
        capici:
            permissions:
            groups:
            - Citoyen
        XxDeViNcixX:
            permissions:
            groups:
            - Citoyen
        tiwillx12:
            permissions:
            groups:
            - Citoyen
        Mathf18:
            permissions:
            groups:
            - Visiteurs
        Alskan:
            permissions:
            groups:
            - Citoyen
        gogorox:
            permissions:
            groups:
            - Citoyen
        alexandre978:
            permissions:
            groups:
            - Visiteurs
        minecraftdu02:
            permissions:
            groups:
            - Visiteurs
        Truedise:
            permissions:
            groups:
            - Citoyen
        shooteur77:
            permissions:
            groups:
            - Citoyen
        Pendu:
            permissions:
            groups:
            - Citoyen
        Limebacteri:
            permissions:
            groups:
            - Citoyen
        eXoDe22:
            permissions:
            groups:
            - Citoyen
        quentronpers:
            permissions:
            groups:
            - Citoyen
        theo49600:
            permissions:
            groups:
            - Citoyen
        max4242400:
            permissions:
            groups:
            - Citoyen
        juju246:
            permissions:
            groups:
            - Citoyen
        Rayken60:
            permissions:
            groups:
            - Citoyen
        martinmeyer:
            permissions:
            groups:
            - Citoyen
        rogerrantoine:
            permissions:
            groups:
            - Visiteurs
        yoda41630:
            permissions:
            groups:
            - Citoyen
        genesyx:
            permissions:
            groups:
            - Visiteurs
        Magestikz02:
            permissions:
            groups:
            - Visiteurs
        Apocalipse159:
            permissions:
            groups:
            - Visiteurs
        lefousdelavie:
            permissions:
            groups:
            - Citoyen
        BeachBrothers:
            permissions:
            groups:
            - Visiteurs
        hugo29900:
            permissions:
            groups:
            - Visiteurs
        gTuLTraxSoN:
            permissions:
            groups:
            - Visiteurs
        Hlm_Z:
            permissions:
            groups:
            - Visiteurs
        evantya:
            permissions:
            groups:
            - Citoyen
        suicunet01:
            permissions:
            groups:
            - Visiteurs
        beber77181:
            permissions:
            groups:
            - Visiteurs
        ranon70:
            permissions:
            groups:
            - Citoyen
        Alexandrex9:
            permissions:
            groups:
            - Visiteurs
        marc29420:
            permissions:
            groups:
            - Citoyen
        cedric29410:
            permissions:
            groups:
            - Citoyen
        greg8000:
            permissions:
            groups:
            - Visiteurs
        Triviax:
            permissions:
            groups:
            - Visiteurs
        TehZeeN:
            permissions:
            groups:
            - Visiteurs
        william08089803:
            permissions:
            groups:
            - Citoyen
        Ailok37:
            permissions:
            groups:
            - Visiteurs
        gab200099:
            permissions:
            groups:
            - Citoyen
        liroyes:
            permissions:
            groups:
            - Citoyen
        misterarthur:
            permissions:
            groups:
            - Citoyen
        Mathieu62121:
            permissions:
            groups:
            - Citoyen
        fadry:
            permissions:
            groups:
            - Visiteurs
        Aiykaren:
            permissions:
            groups:
            - Citoyen
        bouscotte:
            permissions:
            groups:
            - Citoyen
        usedmagneto1:
            permissions:
            groups:
            - Citoyen
        LeSingeMachant:
            permissions:
            groups:
            - Citoyen
        godzilla5449008:
            permissions:
            groups:
            - Citoyen
        ventuskeyblade:
            permissions:
            groups:
            - Visiteurs
        ThePaul31ism:
            permissions:
            groups:
            - Visiteurs
        Flowgame:
            permissions:
            groups:
            - Citoyen
        gabi1222:
            permissions:
            groups:
            - Visiteurs
        sam1268l:
            permissions:
            groups:
            - Citoyen
        HQsherr:
            permissions:
            groups:
            - Citoyen
        phil0700:
            permissions:
            groups:
            - Citoyen
        Azik19:
            permissions:
            groups:
            - Citoyen
        Slupification:
            permissions:
            groups:
            - Citoyen
        looping77:
            permissions:
            groups:
            - Visiteurs
        tim76france:
            permissions:
            groups:
            - Visiteurs
        Masboul:
            permissions:
            groups:
            - Visiteurs
        grubbymaster98:
            permissions:
            groups:
            - Citoyen
        KevinNicolas88:
            permissions:
            groups:
            - Citoyen
        Kernso:
            permissions:
            groups:
            - Citoyen
        lim51:
            permissions:
            groups:
            - Citoyen
        lerock2000:
            permissions:
            groups:
            - Visiteurs
        alexis5111:
            permissions:
            groups:
            - Citoyen
        herbinet:
            permissions:
            groups:
            - Citoyen
        berdardoc:
            permissions:
            groups:
            - Citoyen
        ponponfel:
            permissions:
            groups:
            - Citoyen
        ryanvolcom:
            permissions:
            groups:
            - Citoyen
        yben001:
            permissions:
            groups:
            - Visiteurs
        Sailxus:
            permissions:
            groups:
            - Citoyen+
        kijen77:
            permissions:
            groups:
            - Visiteurs
        TheLolGirl444:
            permissions:
            groups:
            - Citoyen
        gfgrgrfdv1988:
            permissions:
            groups:
            - Visiteurs
        dantaz2:
            permissions:
            groups:
            - Citoyen
        leptitdu28:
            permissions:
            groups:
            - Citoyen
        LiTlEbOy:
            permissions:
            groups:
            - Visiteurs
        simkingg34:
            permissions:
            groups:
            - Citoyen
        martsch9837:
            permissions:
            groups:
            - Visiteurs
        01acarien:
            permissions:
            groups:
            - Visiteurs
        vincepro220:
            permissions:
            groups:
            - Visiteurs
        DrSlim:
            permissions:
            groups:
            - Citoyen
        myroro78:
            permissions:
            groups:
            - Visiteurs
        frootsloops:
            permissions:
            groups:
            - Citoyen
        Raph11:
            permissions:
            groups:
            - Citoyen
        Lucas953:
            permissions:
            groups:
            - Visiteurs
        Gero69:
            permissions:
            groups:
            - Visiteurs
        Mastercookiesmb:
            permissions:
            groups:
            - Visiteurs
        salade5:
            permissions:
            groups:
            - Visiteurs
        williamleb:
            permissions:
            groups:
            - Citoyen
        kryssou2a:
            permissions:
            groups:
            - Visiteurs
        Wornix:
            permissions:
            groups:
            - Visiteurs
        Melgaran:
            permissions:
            groups:
            - Citoyen
        Themizg:
            permissions:
            groups:
            - Visiteurs
        jenniferleb:
            permissions:
            groups:
            - Citoyen
        gotoex97:
            permissions:
            groups:
            - Visiteurs
        Gab05:
            permissions:
            groups:
            - Visiteurs
        alex45200:
            permissions:
            groups:
            - Visiteurs
        cvc94:
            permissions:
            groups:
            - Citoyen
        SlimmerKevin:
            permissions:
            groups:
            - Visiteurs
        Waiize66:
            permissions:
            groups:
            - Citoyen
        Glyca:
            permissions:
            groups:
            - Visiteurs
        AmmortDemond:
            permissions:
            groups:
            - Citoyen
        jcl200:
            permissions:
            groups:
            - Citoyen
        jtepown71:
            permissions:
            groups:
            - Visiteurs
        maxfoot999:
            permissions:
            groups:
            - Visiteurs
        perfectBOB:
            permissions:
            groups:
            - Citoyen
        Mserpent:
            permissions:
            groups:
            - Visiteurs
        elextroz:
            permissions:
            groups:
            - Citoyen
        Jte_own:
            permissions:
            groups:
            - Visiteurs
        jst998:
            permissions:
            groups:
            - Visiteurs
        Kryor:
            permissions:
            groups:
            - Visiteurs
        demond8899:
            permissions:
            groups:
            - Citoyen
        ShiryuDark:
            permissions:
            groups:
            - Visiteurs
        dangerpublic:
            permissions:
            groups:
            - Visiteurs
        jujube94:
            permissions:
            groups:
            - Citoyen
        charlunaruto:
            permissions:
            groups:
            - Visiteurs
        FrenchBoy:
            permissions:
            groups:
            - Visiteurs
        skaryu:
            permissions:
            groups:
            - Visiteurs
        ImFaalz:
            permissions:
            groups:
            - Citoyen
        killerfx:
            permissions:
            groups:
            - Visiteurs
        laqueueq:
            permissions:
            groups:
            - Visiteurs
        BlueishOdin0304:
            permissions:
            groups:
            - Visiteurs
        dillan25:
            permissions:
            groups:
            - Visiteurs
        Muser38:
            permissions:
            groups:
            - Citoyen
        samuel123321:
            permissions:
            groups:
            - Citoyen
        william777:
            permissions:
            groups:
            - Visiteurs
        jeromespeed:
            permissions:
            groups:
            - Visiteurs
        kukulo3000:
            permissions:
            groups:
            - Citoyen
        SoldatGamer94:
            permissions:
            groups:
            - Citoyen
        QcGold420:
            permissions:
            groups:
            - Citoyen
        charles3j:
            permissions:
            groups:
            - Visiteurs
    
    I don't see any error, but it keeps saying the permission.yml is empty...
     
  30. Offline

    Mhalkyer

    Oooh, I see. Well, would using SQLite or MySQL help this 'Read Timed Out' caching issue? Is there any way to disable caching?

    Is @rcjrrjcr aware of this issue?
     
  31. Offline

    Teraku

    Permissions doesn't work at all. Every command which uses permissions now returns an internal error.
     
Thread Status:
Not open for further replies.

Share This Page