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

    lolzrofl

    Does this work with #953?
     
  3. Offline

    Maxis010

    Yes it works latestest minecraft
    @Our Revolution
    That isn't from the update, try to create the file it is crashing on as I'm starting to suspect that is a file system error considering how often it shows up, if you are running linux then chmod 777 the directory
     
  4. Offline

    Our Revolution

    @Maxis010
    I tried and it didn't change. I also try to reinstall...the same mistakes again :s

    Hummm, i try start my server with Permission only and...it work
    it seems to be a conflict with another plugin.

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

    Captain Kirk

    I HATE permissions I HATE group manager. This crap needs to be easier to firgure out and setup. There needs to be a gui, or easier commands.

    I dont have a linux machine, and i dont care for one. If i wanted to right syntax all day i would go grab a linux distro. BUT I DONT.

    Id rather pay for this crap to be setup. So some one who has enough patience and tolerance for this kind of thing, that would like to be payed. AND KNOWS WHAT THE F THEY ARE DOING. PM me. I dont want much... just simple.. Noobs cant build until approved by mods or admins... THATS IT. Everything else like warps and factions and all that, they can do. Im not power hungry I just dont want idiots destroying our world.

    So anyways. Im done ranting. But i do need help, and im willing to pay someone thats not an idiot when it comes to permissions.
     
    palz2015 likes this.
  6. Offline

    palz2015

    Is there an ETA for when it'll be 1.7-ready?
     
  7. Offline

    Routaruo

    Okay, my globalusers and globalgroups aswell as storageconfigs aren't generating ...
    I'm a bit upset seeing as Iv'e reinstalled around 10 times. -
     
  8. Offline

    Sethimine

    Alright, I got everything installed, I just wanted to get some help.

    I am really not sure how to make new groups and make myself an admin, whenever I try to create a new group or make myself admin, craftbukkit freaks out and disables Permissions; Now whenever I go into the server, I can not build. Is there someone who can help me a bit? PM or reply please.
     
  9. Offline

    Xmillsa

    Is it just me or is "default: true" not working? (for groups)
    I seem to have to manually add everyone to a group.
     
  10. Offline

    DJ Olditmes

    My permissions keeps disabling here is my console log
    Code:
    151 recipes
    16 achievements
    13:35:13 [INFO] Starting minecraft server version Beta 1.7.2
    13:35:13 [INFO] Loading properties
    13:35:13 [INFO] Starting Minecraft server on 10.11.12.106:25565
    13:35:13 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-904-g9277096-b953jnks (MC: 1.7.2)
    13:35:14 [INFO] Starting Minequery server on 10.11.12.106:25566
    13:35:14 [SEVERE] while scanning an alias
     in "<reader>", line 6, column 11:
                - *
                  ^
    expected alphabetic or numeric character, but found but found
    
     in "<reader>", line 6, column 12:
                - *
                   ^
    
    13:35:14 [SEVERE]     at org.yaml.snakeyaml.scanner.ScannerImpl.scanAnchor(ScannerImpl.java:1156)
    13:35:14 [SEVERE]     at org.yaml.snakeyaml.scanner.ScannerImpl.fetchAlias(ScannerImpl.java:782)
    13:35:14 [SEVERE]     at org.yaml.snakeyaml.scanner.ScannerImpl.fetchMoreTokens(ScannerImpl.java:313)
    13:35:14 [SEVERE]     at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(ScannerImpl.java:183)
    13:35:14 [SEVERE]     at org.yaml.snakeyaml.parser.ParserImpl$ParseIndentlessSequenceEntry.produce(ParserImpl.java:538)
    13:35:14 [SEVERE]     at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:163)
    13:35:14 [SEVERE]     at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:148)
    13:35:14 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeSequenceNode(Composer.java:203)
    13:35:14 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:158)
    13:35:14 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:230)
    13:35:14 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
    13:35:14 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:230)
    13:35:14 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
    13:35:14 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:230)
    13:35:14 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
    13:35:14 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:122)
    13:35:14 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105)
    13:35:14 [SEVERE]     at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:124)
    13:35:14 [SEVERE]     at org.yaml.snakeyaml.Yaml.load(Yaml.java:264)
    13:35:14 [SEVERE]     at org.bukkit.util.config.Configuration.load(Configuration.java:82)
    13:35:14 [SEVERE]     at com.nijiko.data.YamlUserStorage.performConversion(YamlUserStorage.java:35)
    13:35:14 [SEVERE]     at com.nijiko.data.YamlUserStorage.<init>(YamlUserStorage.java:30)
    13:35:14 [SEVERE]     at com.nijiko.data.YamlCreator.getUserStorage(YamlCreator.java:33)
    13:35:14 [SEVERE]     at com.nijiko.data.StorageFactory.getUserStorage(StorageFactory.java:76)
    13:35:14 [SEVERE]     at com.nijiko.permissions.ModularControl.forceLoadWorld(ModularControl.java:95)
    13:35:14 [SEVERE]     at com.nijiko.permissions.ModularControl.loadWorld(ModularControl.java:86)
    13:35:14 [SEVERE]     at com.nijiko.permissions.ModularControl.load(ModularControl.java:116)
    13:35:14 [SEVERE]     at com.nijikokun.bukkit.Permissions.Permissions.setupPermissions(Permissions.java:181)
    13:35:14 [SEVERE]     at com.nijikokun.bukkit.Permissions.Permissions.onLoad(Permissions.java:133)
    13:35:14 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:121)
    13:35:14 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:89)
    13:35:14 [SEVERE]     at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:51)
    13:35:14 [SEVERE]     at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:132)
    13:35:14 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
    13:35:14 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    13:35:14 [SEVERE] [Permissions] Unable to load permission data.
    13:35:14 [SEVERE] [Permissions] Shutting down Permissions due to error(s).
    13:35:14 [INFO] [Permissions] (Yeti) was initialized.
    13:35:14 [INFO] [Permissions] (Yeti) disabled successfully.
    13:35:14 [INFO] Preparing level "world"
    13:35:14 [INFO] Preparing start region for level 0 (Seed: 6088812782958360618)
    13:35:15 [INFO] Preparing spawn area: 97%
    13:35:15 [INFO] Preparing start region for level 1 (Seed: 2421921780094455887)
    13:35:16 [INFO] [AntiCreeper] version 1.0 is enabled.
    13:35:16 [SEVERE] Error occurred while enabling ChopTree v1.23 (Is it up to date?): com/nijikokun/bukkit/Permissions/Permissions
    java.lang.NoClassDefFoundError: com/nijikokun/bukkit/Permissions/Permissions
        at me.askmeaboutlo0m.ChopTree.ChopTree.setupPermissions(ChopTree.java:102)
        at me.askmeaboutlo0m.ChopTree.ChopTree.onEnable(ChopTree.java:48)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:857)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:264)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:151)
        at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:136)
        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)
    Caused by: java.lang.ClassNotFoundException: com.nijikokun.bukkit.Permissions.Permissions
        at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:36)
        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:24)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
        ... 12 more
    13:35:16 [INFO] CraftBukkitUpToDate version 2.5.6 is enabled!
    13:35:16 [INFO] [Permissions] (Yeti) disabled successfully.
    13:35:16 [SEVERE] Error occurred while enabling CraftBukkitUpToDate v2.5.6 (Is it up to date?): com/nijikokun/bukkit/Permissions/Permissions
    java.lang.NoClassDefFoundError: com/nijikokun/bukkit/Permissions/Permissions
        at de.nofear13.craftbukkituptodate.CraftBukkitUpToDateHelper.setupPermissions(CraftBukkitUpToDateHelper.java:846)
        at de.nofear13.craftbukkituptodate.CraftBukkitUpToDate.onEnable(CraftBukkitUpToDate.java:75)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:857)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:264)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:151)
        at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:136)
        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)
    Caused by: java.lang.ClassNotFoundException: com.nijikokun.bukkit.Permissions.Permissions
        at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:36)
        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:24)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
        ... 12 more
    13:35:16 [INFO] Loaded Essentials build 2.3.6 by Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans and Xeology
    13:35:16 [INFO] Loaded EssentialsSpawn build 2.3.6 by Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans and Xeology
    13:35:16 [INFO] Found Diamonds STARTED
    13:35:17 [SEVERE] Error occurred while enabling Giant Trees v0.3 (Is it up to date?): com/nijikokun/bukkit/Permissions/Permissions
    java.lang.NoClassDefFoundError: com/nijikokun/bukkit/Permissions/Permissions
        at gianttrees.Main.setupPermissions(Main.java:82)
        at gianttrees.Main.onEnable(Main.java:49)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:857)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:264)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:151)
        at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:136)
        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)
    Caused by: java.lang.ClassNotFoundException: com.nijikokun.bukkit.Permissions.Permissions
        at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:36)
        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:24)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
        ... 12 more
    13:35:17 [INFO] [HeroicDeath] 1.8.1.156 enabled.
    13:35:17 [INFO] iChat (v2.3.1) enabled
    13:35:17 [INFO] Lockette version 1.3.8 is being enabled!  Yay!  (Core version 1.0)
    13:35:17 [INFO] Lockette: Detected craftbukkit build [953] ok.
    13:35:17 [INFO] [Permissions] (Yeti) disabled successfully.
    13:35:17 [INFO] Lockette: Failed to link to Permissions plugin version 3.1.6!
    13:35:17 [INFO] Lockette: Using ops file for admin permissions.
    13:35:17 [INFO] Lockette: Ready to protect your containers.
    13:35:17 [INFO] [Mean Admins] is loading settings...
    13:35:17 [SEVERE] Error occurred while enabling Mean Admins v0.3 (Is it up to date?): com/nijikokun/bukkit/Permissions/Permissions
    java.lang.NoClassDefFoundError: com/nijikokun/bukkit/Permissions/Permissions
        at meanadmins.Main.setupPermissions(Main.java:110)
        at meanadmins.Main.onEnable(Main.java:39)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:857)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:264)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:151)
        at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:136)
        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)
    Caused by: java.lang.ClassNotFoundException: com.nijikokun.bukkit.Permissions.Permissions
        at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:36)
        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:24)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
        ... 12 more
    13:35:17 [INFO] [milkAdmin] v1.2b-06.20 is enabled!
    13:35:17 [INFO] [milkAdmin] Developed by: [Sharkiller]
    13:35:17 [INFO] [milkAdmin] Listening on localhost:25000
    13:35:17 [INFO] [MinecraftViewer] Query running on 10.11.12.106:25565
    13:35:17 [INFO] [MinecraftViewer] v1.0c Plugin Enabled.
    13:35:17 [INFO] [Permissions] SQL Interface enabled!
    13:35:17 [INFO] WorldEdit 4.6 enabled.
    13:35:17 [INFO] WorldEdit: No known permissions plugin detected. Using configuration file for permissions.
    13:35:17 [INFO] WorldGuard: No known permissions plugin detected. Using configuration file for permissions.
    13:35:17 [INFO] WorldGuard: (world) Single session is enforced.
    13:35:17 [INFO] WorldGuard: (world) TNT ignition is PERMITTED.
    13:35:17 [INFO] WorldGuard: (world) Lighters are PERMITTED.
    13:35:17 [INFO] WorldGuard: (world) Lava fire is blocked.
    13:35:17 [INFO] WorldGuard: (world) Fire spread is UNRESTRICTED.
    13:35:17 [INFO] WorldGuard: Loaded configuration for world 'world"
    13:35:17 [INFO] WorldGuard: (world_nether) Single session is enforced.
    13:35:17 [INFO] WorldGuard: (world_nether) TNT ignition is PERMITTED.
    13:35:17 [INFO] WorldGuard: (world_nether) Lighters are PERMITTED.
    13:35:17 [INFO] WorldGuard: (world_nether) Lava fire is blocked.
    13:35:17 [INFO] WorldGuard: (world_nether) Fire spread is UNRESTRICTED.
    13:35:17 [INFO] WorldGuard: Loaded configuration for world 'world_nether"
    13:35:17 [INFO] WorldGuard: 10 regions loaded for 'world'
    13:35:17 [INFO] WorldGuard: 0 regions loaded for 'world_nether'
    13:35:17 [INFO] WorldGuard 5.1.1 enabled.
    13:35:17 [INFO] [Fruitful] Plugin has been enabled.
    13:35:17 [SEVERE] Error occurred while enabling Fruitful v0.3.2 (Is it up to date?): com/nijikokun/bukkit/Permissions/Permissions
    java.lang.NoClassDefFoundError: com/nijikokun/bukkit/Permissions/Permissions
        at me.TheMaestro42.Fruitful.Fruitful.setupPermissions(Fruitful.java:48)
        at me.TheMaestro42.Fruitful.Fruitful.onEnable(Fruitful.java:30)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:857)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:264)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:151)
        at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:136)
        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)
    Caused by: java.lang.ClassNotFoundException: com.nijikokun.bukkit.Permissions.Permissions
        at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:36)
        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:24)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
        ... 12 more
    13:35:17 [INFO] MobArena v0.91.2 enabled.
    13:35:17 [INFO] Done (0.351s)! For help, type "help" or "?"
    
     
  11. Offline

    Crimsonfox

    Pretty sure you need double quotes around any "*" in your permissions file. The rest of the errors are to do with plugins not being up to date with each other.
     
  12. Offline

    DJ Olditmes

    ok thx i will try this
     
  13. Offline

    nmacholl

    Same problem. My default group doesn't default, it's very annoying.
     
  14. Does this work with the new version of bukkit b953?
     
  15. Offline

    Alex Martin

    I have a serious problem. What's wrong?

    Code:
    20:48:56 [SEVERE] while parsing a block collection
     in "<reader>", line 87, column 13:
                    - 'essentials.warp'
                    ^
    expected <block end>, but found Anchor
     in "<reader>", line 93, column 22:
                    prefix: '&cFlame '
                             ^
    
    20:48:56 [SEVERE]       at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockSequenceEntry.produce(ParserImpl.java:520)
    20:48:56 [SEVERE]       at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:163)
    20:48:56 [SEVERE]       at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:148)
    20:48:56 [SEVERE]       at org.yaml.snakeyaml.composer.Composer.composeSequenceNode(Composer.java:203)
    20:48:56 [SEVERE]       at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:158)
    20:48:56 [SEVERE]       at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:230)
    20:48:56 [SEVERE]       at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
    20:48:56 [SEVERE]       at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:230)
    20:48:56 [SEVERE]       at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
    20:48:56 [SEVERE]       at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:230)
    20:48:56 [SEVERE]       at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
    20:48:56 [SEVERE]       at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:122)
    20:48:56 [SEVERE]       at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105)
    20:48:56 [SEVERE]       at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:124)
    20:48:56 [SEVERE]       at org.yaml.snakeyaml.Yaml.load(Yaml.java:264)
    20:48:56 [SEVERE]       at org.bukkit.util.config.Configuration.load(Configuration.java:82)
    20:48:56 [SEVERE]       at com.nijiko.data.YamlGroupStorage.reload(YamlGroupStorage.java:179)
    20:48:56 [SEVERE]       at com.nijiko.data.YamlGroupStorage.<init>(YamlGroupStorage.java:30)
    20:48:56 [SEVERE]       at com.nijiko.data.YamlCreator.getGroupStorage(YamlCreator.java:57)
    20:48:56 [SEVERE]       at com.nijiko.data.StorageFactory.getGroupStorage(StorageFactory.java:129)
    20:48:56 [SEVERE]       at com.nijiko.permissions.ModularControl.forceLoadWorld(ModularControl.java:96)
    20:48:56 [SEVERE]       at com.nijiko.permissions.ModularControl.loadWorld(ModularControl.java:86)
    20:48:56 [SEVERE]       at com.nijiko.permissions.ModularControl.load(ModularControl.java:114)
    20:48:56 [SEVERE]       at com.nijikokun.bukkit.Permissions.Permissions.setupPermissions(Permissions.java:181)
    20:48:56 [SEVERE]       at com.nijikokun.bukkit.Permissions.Permissions.onLoad(Permissions.java:133)
    20:48:56 [SEVERE]       at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:121)
    20:48:56 [SEVERE]       at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:89)
    20:48:56 [SEVERE]       at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:51)
    20:48:56 [SEVERE]       at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:132)
    20:48:56 [SEVERE]       at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
    20:48:56 [SEVERE]       at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    20:48:56 [SEVERE] [Permissions] Unable to load permission data.
    20:48:56 [SEVERE] [Permissions] Shutting down Permissions due to error(s).
    
    I fixed it. Had to erase all of my global permissions.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Nov 10, 2018
  16. Offline

    47percent

    Hey, I just created a bukkit server and I've been playing around with permissions to figure out the best set for average players.

    I made an admin group for myself and one of my friends and in the process of testing how permissions worked on the admins group, and I've found I'm unable to negate the ability to spawn certain items. TNT in particular.

    The plugins I have are only permissions and essentials. Both the latest version.

    Here's how I figure it should look:

    permissions:
    - 'essentials.*'
    - '-essentials.give.item- 46'

    I put this in the yml file under the group I'm in, and the server starts up fine, but I'm still able to spawn TNT without any problem. I worry because I want to have certain people able to spawn items if necessary, but not any that would allow them to wreak havoc and destruction.

    Now, I'm a total noob and have basically no experience in this whatsoever (I literally created the server and this account today), so I honestly expect the answer to be painfully obvious and staring me right in the face, so could someone just point it out to me?

    Here's the whole group code that I currently have:

    Admin:
    default: false
    info:
    prefix: ''
    suffix: ''
    build: true
    permissions:
    - '*'
    - '-essentials.give.item- 46'

    My account is in this group and is not an op.
     
  17. Offline

    chaseoes

    This may sound stupid.. but what permissions exactly would I need to give a group to let them change the groups of people?
     
  18. Offline

    poppit

    Please, Update permissions. My server is getting griefed, and I can't get on all the time while my moderators dont have permission to ban. Please, we really need an update to support bukkit #953 @rcjrrjcr
     
  19. Offline

    Maxis010

    Confirmed working on 953 on my end
     
  20. Offline

    poppit

    Doesn't work for me or a bunch of my friends that are server owners.
     
  21. Offline

    Maxis010

    Well how about posting some error stacks and configs, I haven't modified permissions or the server in any way shape or form, it works out of the box
     
  22. Offline

    poppit

    I don't have any error stacks, I don't get an internal error, it says it working, but all of my moderators don't have access to any of the commands they should, that were working on 1.6.6. I even did a reinstall of the jar and sql jar files and it still didn't work. I have checked my config files over and over looking for anything, and found nothing. Even put it in the yaml parser and got a result of no errors. Therefore, I know it is 3.1.6.

    P.S. I don't use essentials.
     
  23. Offline

    axelbob

    hey could some one help out i have the latest version of craftbukkit and permissions but i get this error code and continuously happens to me heres the code help please


    Could not load 'plugins/Permissions.jar' in folder 'plugins':
    java.lang.UnsupportedClassVersionError: Bad version number in .class file
    at java.lang.ClassLoader.defineClass1(Native Method)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:676)
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)
    at java.net.URLClassLoader.defineClass(URLClassLoader.java:260)
    at java.net.URLClassLoader.access$100(URLClassLoader.java:56)
    at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:36)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:24)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:317)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:375)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:242)
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:168)
    at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:199)
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:122)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:118)
    at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:89)
    at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:51)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:132)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    21:40:32 [SEVERE] Could not load 'plugins/PermissionsSql.jar' in folder 'plugins': Permissions
    org.bukkit.plugin.UnknownDependencyException: Permissions
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:133)
    at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:199)
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:122)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:118)
    at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:89)
    at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:51)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:132)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
     
  24. Offline

    Harley16

    Hey ive installed this plugin but its not longer showing my faction name before my actual name how do i fix it also
    what do i do to make it say Admin: Darkfire Gazionetadmin
    Darkfire is my faction name and Admin: is my prefix how do i make it show that?
     
  25. Offline

    chaseoes

    Also having problems with latest RB.

    Any idea how to fix it?
     
  26. Offline

    eoden13

    I had the issue where my global groups were not propagating down to the local world folders. I didn't have custom world configs so I just copied the global users and group configs into the seperate world folder and afterwards I no longer had permission issues.
    Running:
    Minecraft 1.7
    Bukkit 953
    Mcmmo 1.0.25
    Essentials 2.4
    Movecraft 6.9
    Chaircraft 2.5
    and some others with no issues now.
     
  27. Offline

    ravenua

    it works on 1.7, but for some reason my groups.yml and users.yml got messed up which caused the problem.
    For instance, instead of usual (1 dot = 1 space):
    i had:
    some "spaces" were gone -_-
    after editing that whole stuff it started working again
     
  28. Offline

    chaseoes

    I'm using a backup of my groups/users file from before 1.7 and I'm still getting the same error and it disabling itself, still can't figure it out.
     
  29. Offline

    dadirta

    I am having some problems while transitioning from 2.x to 3.x... Below I will post my config.
    within my config folder I have some yml files and folders for each world. Inside these folders there are users.yml and groups.yml...
    Here are my two yml fines for my main world. (btw the issue is that I dont show up as admin anymore.)
    Code:
    Users:
    dadirta:
        permissions: []
        groups:
        - Admins
    L:
        permissions: []
        groups:
        - defaulted
    GEEZUS:
        groups:
        - Moderator
        permissions:
        - bedrockcontrol.destroyblock
        - bedrockcontrol.getdrop
        - instabreak.toggle
        - jail.command.jail
        - jail.command.unjail
        - jail.command.telein
        - jail.command.teleout
        - jail.command.check
        - jail.command.jaillist
        - jail.command.jailmute
        - jail.command.jailtransfer
    krazedkat:
        permissions: []
        groups:
        - Moderator
    Classified:
        permissions: []
        groups:
        - Moderator
    shadowstepx1:
        prefix: '&eMOD '
        permissions: []
        groups:
        - defaulted
    testmod:
        prefix: '&eMOD '
        permissions: []
        groups:
        - Moderator
    Argon66:
        prefix: '&dLORD OF FIRE '
        permissions: []
        groups:
        - defaulted
    Shklemmer:
        prefix: '&dLORD OF FIRE '
        permissions: []
        groups:
        - Default
    users:
        dadirta:
            permissions:
            groups:
            - Default
    
    and


    Code:
    Default:
            default: true
            info:
                prefix:
                suffix:
                build: true
            inheritance:
            permissions:
            - simplegive.give
            - simplegive.item
            - simplegive.give.*
            - simplegive.item.*
            - minecraft.tp
            - minecraft.time.set
            - minecraft.help
            - picasso.use
            - picasso.use.wool
            - picasso.use.stone
            - groupPvP.denyattack
            - lockette.user.create
            - nocheat.moving
            - bog.torch
            - bog.ladder
            - bog.rail
            - bog.powered_rail
            - bog.detector_rail
            - bog.redstone
            - bog.wood_door
            - bog.iron_door
            - bog.sign
            - bog.stone_plate
            - bog.wood_plate
            - bog.stone_button
            - bog.bed
            - bog.redstone_torch_on
            - minecraft.list
            - bedrockcontrol.placeblock
        Moderator:
            default: false
            info:
                prefix: '&1LORD '
                suffix:
                build: true
            inheritance:
            - Default
            permissions:
            - picasso.use
            - picasso.use.wool
            - picasso.use.stone
            - multichannel.admin
            - superpowers.use
            - bedrockcontrol.placeblock
            - herochat.color
            - disarm.disarm
            - lockette.user.create.*
            - minecraft.*
            - ThunderJoin.join
            - -minecraft.ban
            - -minecraft.ip-ban
            - groupPvP.denyattack
            - commandalert.alerts
        defaulted:
            default: false
            info:
                prefix:
                suffix:
                build: true
            inheritance:
            - Moderator
            permissions:
            - picasso.use
            - picasso.use.wool
            - picasso.use.stone
            - multichannel.admin
            - superpowers.use
            - bedrockcontrol.placeblock
            - bedrockcontrol.destroyblock
            - bedrockcontrol.getdrop
            - herochat.color
            - disarm.disarm
            - lockette.user.create.*
            - minecraft.*
            - -ThunderJoin.join
            - groupPvP.denyattack
            - instabreak.toggle
            - jail.command.jail
            - jail.command.unjail
            - jail.command.telein
            - jail.command.teleout
            - jail.command.check
            - jail.command.jaillist
            - jail.command.jailmute
    Admins:
        default: false
        info:
            prefix: '&4ADMIN '
            suffix:
            build: true
        inheritance:
        permissions:
        - '*'
        - minecraft.*
    Prisoner:
        default: false
        info:
            prefix: '&8PRISONER '
            suffix:
            build: false
        inheritance:
        permissions:
    '[Admins]':
        permissions:
        inheritance:
    groups:
        Default:
            permissions:
            inheritance:
     
  30. Offline

    rcjrrjcr

    Super-reply time. Sorry if I missed anyone.
    In case you didn't notice, I AM rewriting the command system. Feel free to comment on it at https://github.com/TheYeti/Permissions/issues/123 .

    An update is in progress.
    Thanks for the update.
    Fair point.
    You need to update your Java to 1.6.

    This problem is fixed in the source, and will be in 3.2.

    EDIT: Fixed formatting messups.
     
  31. Offline

    dadirta

    Could you help me with my issue posted above yours? I cant seem to get this working on my server. I upgraded from v2.7.2 and followed the instuctions yet I am no longer recognized as an admin, my username is dadirta. once again my configs for my main world are:
    Code:
    Users: dadirta:     permissions: []     groups:     - Admins L:     permissions: []     groups:     - defaulted GEEZUS:     groups:     - Moderator     permissions:     - bedrockcontrol.destroyblock     - bedrockcontrol.getdrop     - instabreak.toggle     - jail.command.jail     - jail.command.unjail     - jail.command.telein     - jail.command.teleout     - jail.command.check     - jail.command.jaillist     - jail.command.jailmute     - jail.command.jailtransfer krazedkat:     permissions: []     groups:     - Moderator Classified:     permissions: []     groups:     - Moderator shadowstepx1:     prefix: '&eMOD '     permissions: []     groups:     - defaulted testmod:     prefix: '&eMOD '     permissions: []     groups:     - Moderator Argon66:     prefix: '&dLORD OF FIRE '     permissions: []     groups:     - defaulted Shklemmer:     prefix: '&dLORD OF FIRE '     permissions: []     groups:     - Default users:     dadirta:         permissions:         groups:         - Default
    and
    Code:
    Users: dadirta:     permissions: []     groups:     - Admins L:     permissions: []     groups:     - defaulted GEEZUS:     groups:     - Moderator     permissions:     - bedrockcontrol.destroyblock     - bedrockcontrol.getdrop     - instabreak.toggle     - jail.command.jail     - jail.command.unjail     - jail.command.telein     - jail.command.teleout     - jail.command.check     - jail.command.jaillist     - jail.command.jailmute     - jail.command.jailtransfer krazedkat:     permissions: []     groups:     - Moderator Classified:     permissions: []     groups:     - Moderator shadowstepx1:     prefix: '&eMOD '     permissions: []     groups:     - defaulted testmod:     prefix: '&eMOD '     permissions: []     groups:     - Moderator Argon66:     prefix: '&dLORD OF FIRE '     permissions: []     groups:     - defaulted Shklemmer:     prefix: '&dLORD OF FIRE '     permissions: []     groups:     - Default users:     dadirta:         permissions:         groups:         - Default
    EDIT: The format got fucked up when I put it in html code tags.
     
Thread Status:
Not open for further replies.

Share This Page