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

    svecchi

    Hi, can someone please help me? I want to add more groups to the groups.yml but every time i try and apply it to my server it wont work. Can someone please send me a link or post instructions on how to add groups to the .yml file?
     
  3. Offline

    ACStache

    yes, you need a chat plugin such as iChat or HeroChat.
     
  4. Offline

    AndyFox42

    A quick question about "child/parent" setups or "world inheritance:"

    On my server I often have issues with people going from the main world to one of the other two worlds and, if they have never been before, being "guest" rank (my lowest) with no way to get back to the main world since they don't have access to any commands while a mamber of that rank. I see "child/parent" and "inheritance" descriptions that I suspect may help me solve this problem, but I'm not entirely sure how to implement it. Could anybody tell me what config file to put this in and how to structure it (syntax I mean?)

    My main world is 'world' and my others to which players may journey are 'world_nether' and 'world_sky'

    Thanks for any help you may be able to provide. I looked this up on the wiki but wasn't entirely sure how to interpret the data I found there.
     
  5. Offline

    timytam97

    i im having errors when i start up my server and its not yaml errors could someone plz tell me what im doing wrong? here are the errors:
    151 recipes
    16 achievements
    20:41:14 [INFO] Starting minecraft server version Beta 1.7.3
    20:41:14 [INFO] Loading properties
    20:41:14 [INFO] Starting Minecraft server on *:25565
    20:41:14 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-945-
    g73697a4-b1000jnks (MC: 1.7.3)
    20:41:14 [INFO] LWC Loading shared objects
    20:41:14 [INFO] Cache Protection cache: 0/10000
    20:41:14 [INFO] LWC Native library: plugins/LWC/lib/native/Windows/x86/sqlit
    ejdbc.dll
    20:41:15 [INFO] [Waypoint] Initialising configurations.
    20:41:15 [SEVERE] java.lang.NullPointerException
    20:41:15 [SEVERE] at com.nijiko.data.YamlUserStorage.performConversion(Yam
    lUserStorage.java:42)
    20:41:15 [SEVERE] at com.nijiko.data.YamlUserStorage.<init>(YamlUserStorag
    e.java:30)
    20:41:15 [SEVERE] at com.nijiko.data.YamlCreator.getUserStorage(YamlCreato
    r.java:33)
    20:41:15 [SEVERE] at com.nijiko.data.StorageFactory.getUserStorage(Storage
    Factory.java:76)
    20:41:15 [SEVERE] at com.nijiko.permissions.ModularControl.forceLoadWorld(
    ModularControl.java:95)
    20:41:15 [SEVERE] at com.nijiko.permissions.ModularControl.loadWorld(Modul
    arControl.java:86)
    20:41:15 [SEVERE] at com.nijiko.permissions.ModularControl.load(ModularCon
    trol.java:116)
    20:41:15 [SEVERE] at com.nijikokun.bukkit.Permissions.Permissions.setupPer
    missions(Permissions.java:181)
    20:41:15 [SEVERE] at com.nijikokun.bukkit.Permissions.Permissions.onLoad(P
    ermissions.java:133)
    20:41:15 [SEVERE] at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftS
    erver.java:131)
    20:41:15 [SEVERE] at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer
    .java:97)
    20:41:15 [SEVERE] at net.minecraft.server.ServerConfigurationManager.<init
    >(ServerConfigurationManager.java:51)
    20:41:15 [SEVERE] at net.minecraft.server.MinecraftServer.init(MinecraftSe
    rver.java:132)
    20:41:15 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftSer
    ver.java:335)
    20:41:15 [SEVERE] at net.minecraft.server.ThreadServerApplication.run(Sour
    ceFile:422)
    20:41:15 [SEVERE] [Permissions] Unable to load permission data.
    20:41:15 [SEVERE] [Permissions] Shutting down Permissions due to error(s).
    20:41:15 [INFO] [Permissions] (Yeti) was initialized.
    20:41:15 [INFO] [Permissions] (Yeti) disabled successfully.
     
  6. Offline

    SpiralCityOwner

    I don't know why but when I download it I NEVER get the config files. Plus I got files like RENAME-ME, CHANGELOG, README and PermissionsSql.jar I did get Permissions.jar but never the Permissions folder which was shown in the BOSEconomy video I told him about it because I didn't know why BOSEconomy wasn't working he said I need this plugin but it was totally diffrent is there anybody that can help?
     
  7. Offline

    timytam97

    yeah they generate automaticly
     
  8. Offline

    SpiralCityOwner

    When do they generate when I start the server and then stop it?
     
  9. Offline

    ACStache

    the folder titled RENAME-ME should include a sample groups.yml and users.yml inside of it with some basic instructions. You rename it to the name of your main world, and fill in the groups.yml and users.yml as you see fit. Otherwise, a server start/stop should create it (I'm not 100% on that one, I used the sample files provided)
     
  10. Offline

    Supersam654

    Please show us your permissions files.
     
  11. Offline

    _NameLess_

    @Expatcat i have the exact same error. Sometimes it work, sometimes not. I don´t know what i can do...
     
  12. Offline

    TheLegacyP7

  13. Offline

    The_Yogs

    Permissions is acting up again:

    Code:
    2011-08-15 12:42:47 [SEVERE] Could not load 'plugins\HeroChat.jar' in folder 'plugins':
    while parsing a block mapping
     in "<reader>", line 1, column 1:
        globals:
        ^
    expected <block end>, but found BlockMappingStart
     in "<reader>", line 35, column 5:
            Staff:
            ^
    
        at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingKey.produce(ParserImpl.java:576)
        at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:163)
        at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:148)
        at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:228)
        at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
        at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:122)
        at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105)
        at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:124)
        at org.yaml.snakeyaml.Yaml.load(Yaml.java:264)
        at org.bukkit.util.config.Configuration.load(Configuration.java:82)
        at org.bukkit.plugin.java.JavaPlugin.initialize(JavaPlugin.java:157)
        at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:175)
        at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:207)
        at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:130)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:128)
        at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:97)
        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)
    2011-08-15 12:42:48 [SEVERE] Could not load 'plugins\Minecraft_RKit.jar' in folder 'plugins':
    java.io.FileNotFoundException: Jar does not contain plugin.yml
        at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:64)
        at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:207)
        at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:130)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:128)
        at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:97)
        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)
    2011-08-15 12:42:50 [INFO] LWC: Loading shared objects
    2011-08-15 12:42:50 [INFO] LWC: Protection cache: 0/10000
    2011-08-15 12:42:50 [INFO] LWC: Native library: plugins/LWC/lib/native/Windows/amd64/sqlitejdbc.dll
    2011-08-15 12:42:51 [INFO] ControllerBlock: 1.18 by Hell_Fire
    2011-08-15 12:42:51 [INFO] ControllerBlock: Using IRON_BLOCK (42) as ControllerBlock, loaded 0 disallowed types from config
    2011-08-15 12:42:51 [INFO] Lottery version 0.5.5 is enabled
    2011-08-15 12:42:52 [SEVERE] java.lang.NullPointerException
    2011-08-15 12:42:52 [SEVERE]     at com.nijiko.permissions.ModularControl.forceLoadWorld(ModularControl.java:94)
    2011-08-15 12:42:52 [SEVERE]     at com.nijiko.permissions.ModularControl.loadWorld(ModularControl.java:86)
    2011-08-15 12:42:52 [SEVERE]     at com.nijiko.permissions.ModularControl.load(ModularControl.java:116)
    2011-08-15 12:42:52 [SEVERE]     at com.nijikokun.bukkit.Permissions.Permissions.setupPermissions(Permissions.java:181)
    2011-08-15 12:42:52 [SEVERE]     at com.nijikokun.bukkit.Permissions.Permissions.onLoad(Permissions.java:133)
    2011-08-15 12:42:52 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:131)
    2011-08-15 12:42:52 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:97)
    2011-08-15 12:42:52 [SEVERE]     at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:51)
    2011-08-15 12:42:52 [SEVERE]     at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:132)
    2011-08-15 12:42:52 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
    2011-08-15 12:42:52 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-08-15 12:42:52 [SEVERE] [Permissions] Unable to load permission data.
    2011-08-15 12:42:52 [SEVERE] [Permissions] Shutting down Permissions due to error(s).
    2011-08-15 12:42:52 [INFO] [Permissions] (Yeti) was initialized.
    2011-08-15 12:42:52 [INFO] [Permissions] (Yeti) disabled successfully.
    2011-08-15 12:42:52 [INFO] PhoenixTerrainMod v0.6.5 is now enabled
    2011-08-15 12:42:52 [WARNING] Failed to load ban list: java.io.FileNotFoundException: banned-players.txt (The system cannot find the file specified)
    2011-08-15 12:42:52 [WARNING] Failed to load ip ban list: java.io.FileNotFoundException: banned-ips.txt (The system cannot find the file specified)
    2011-08-15 12:42:52 [WARNING] Failed to load ops: java.io.FileNotFoundException: ops.txt (The system cannot find the file specified)
    2011-08-15 12:42:52 [WARNING] Failed to load white-list: java.io.FileNotFoundException: white-list.txt (The system cannot find the file specified)
    2011-08-15 12:42:52 [INFO] Preparing level "world"
    2011-08-15 12:43:05 [INFO] Preparing start region for level 0 (Seed: 1011612018304369143)
    2011-08-15 12:43:06 [INFO] Preparing spawn area: 3%
    2011-08-15 12:43:07 [INFO] Preparing spawn area: 4%
    2011-08-15 12:43:08 [INFO] Preparing spawn area: 12%
    2011-08-15 12:43:09 [INFO] Preparing spawn area: 16%
    2011-08-15 12:43:10 [INFO] Preparing spawn area: 24%
    2011-08-15 12:43:11 [INFO] Preparing spawn area: 32%
    2011-08-15 12:43:12 [INFO] Preparing spawn area: 36%
    2011-08-15 12:43:13 [INFO] Preparing spawn area: 44%
    2011-08-15 12:43:14 [INFO] Preparing spawn area: 48%
    2011-08-15 12:43:15 [INFO] Preparing spawn area: 56%
    2011-08-15 12:43:16 [INFO] Preparing spawn area: 65%
    2011-08-15 12:43:17 [INFO] Preparing spawn area: 69%
    2011-08-15 12:43:18 [INFO] Preparing spawn area: 77%
    2011-08-15 12:43:19 [INFO] Preparing spawn area: 85%
    2011-08-15 12:43:20 [INFO] Preparing spawn area: 93%
    2011-08-15 12:43:21 [INFO] Preparing start region for level 1 (Seed: 1011612018304369143)
    2011-08-15 12:43:21 [INFO] Preparing spawn area: 0%
    2011-08-15 12:43:22 [INFO] Preparing spawn area: 12%
    2011-08-15 12:43:23 [INFO] Preparing spawn area: 12%
    2011-08-15 12:43:24 [INFO] Preparing spawn area: 20%
    2011-08-15 12:43:25 [INFO] Preparing spawn area: 24%
    2011-08-15 12:43:26 [INFO] Preparing spawn area: 28%
    2011-08-15 12:43:27 [INFO] Preparing spawn area: 32%
    2011-08-15 12:43:28 [INFO] Preparing spawn area: 36%
    2011-08-15 12:43:30 [INFO] Preparing spawn area: 40%
    2011-08-15 12:43:31 [INFO] Preparing spawn area: 44%
    2011-08-15 12:43:32 [INFO] Preparing spawn area: 52%
    2011-08-15 12:43:34 [INFO] Preparing spawn area: 53%
    2011-08-15 12:43:35 [INFO] Preparing spawn area: 57%
    2011-08-15 12:43:36 [INFO] Preparing spawn area: 65%
    2011-08-15 12:43:37 [INFO] Preparing spawn area: 69%
    2011-08-15 12:43:38 [INFO] Preparing spawn area: 81%
    2011-08-15 12:43:39 [INFO] Preparing spawn area: 89%
    2011-08-15 12:43:40 [INFO] Appleseed: ShowErrorsInClient=true
    2011-08-15 12:43:40 [INFO] Appleseed: DropInterval=60 seconds
    2011-08-15 12:43:40 [INFO] Appleseed: MaxUncollectedItems=6
    2011-08-15 12:43:40 [INFO] Appleseed: WandItem=wood_hoe
    2011-08-15 12:43:40 [INFO] Appleseed: FertilizerItem=bone_meal
    2011-08-15 12:43:40 [INFO] Appleseed: MinimumTreeDistance=disabled
    2011-08-15 12:43:40 [INFO] Appleseed: TreeTypes=(golden_apple,apple,cocoa_beans,cookie)
    2011-08-15 12:43:40 [SEVERE] Error occurred while enabling Appleseed v0.6.0 (Is it up to date?): com/nijikokun/bukkit/Permissions/Permissions
    java.lang.NoClassDefFoundError: com/nijikokun/bukkit/Permissions/Permissions
        at redsgreens.Appleseed.AppleseedPlayerManager.<init>(AppleseedPlayerManager.java:27)
        at redsgreens.Appleseed.Appleseed.onEnable(Appleseed.java:37)
        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(SimplePluginManager.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)
    Caused by: java.lang.ClassNotFoundException: com.nijikokun.bukkit.Permissions.Permissions
        at java.net.URLClassLoader$1.run(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(Unknown Source)
        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(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
    My groups:
    Code:
    groups:
        Default:
            default: true
            info:
                prefix: ''
                suffix: ''
                build: false
            inheritance:
            permissions:
                - 'petition'
                - 'petition.moderate'
                - 'petition.warp-to-own-if-assigned'
                - 'petition.warp-to-own'
                - 'lottery.buy'
                - 'mailbox.sendtoself'
                - 'mailbox.nocooldown'
                - 'mailbox.user.send'
                - 'mailbox.user.create'
                - 'mailbox.postman.createother'
                - 'mailbox.postman.removeother'
                - 'wormhole.list'
                - 'wormhole.use.sign'
                - 'wormhole.use.compass'
                - 'wormhole.simple.use'
                - 'dynamicmarket.access'
                - 'dynamicmarket.buy'
                - 'dynamicmarket.sell'
                - 'multiverse.tp'
                - 'multiverse.world.spawn'
                - 'multiverse.list'
                - 'multiverse.portal.list'
                - 'starterisagod.get'
                - 'shop.create'
                - 'factions.participate'
                - 'factions.create'
                - 'mcmmo.skills.mining'
                - 'mcmmo.skills.woodcutting'
                - 'mcmmo.skills.repair'
                - 'mcmmo.skills.unarmed'
                - 'mcmmo.skills.archery'
                - 'mcmmo.skills.herbalism'
                - 'mcmmo.skills.excavation'
                - 'mcmmo.skills.swords'
                - 'mcmmo.skills.axes'
                - 'mcmmo.skills.acrobatics'
                - 'mcmmo.ability.herbalism'
                - 'mcmmo.ability.excavation'
                - 'mcmmo.ability.unarmed'
                - 'mcmmo.ability.mining'
                - 'mcmmo.ability.axes'
                - 'mcmmo.ability.swords'
                - 'mcmmo.ability.woodcutting'
                - 'iConomy.payment'
                - 'iConomy.list'
                - 'iConomy.access'
                - 'iConomy.bank.access'
                - 'iConomy.bank.deposit'
                - 'iConomy.bank.leave'
                - 'iConomy.bank.withdraw'
                - 'iConomy.bank.transfer'
                - 'iConomy.bank.main.set'
                - 'auction.start'
                - 'auction.bid'
                - 'towny.spawntp'
                - 'towny.publicspawntp'
                - 'towny.town.new'
                - 'towny.town.claim'
                - 'towny.town.resident'
                - 'towny.town.plot'
                - 'towny.top'
                - 'mobarena.arenas.default'
                - 'mobarena.use'
                - 'mobarena.use.spectate'
                - 'mobarena.use.leave'
                - 'mobarena.use.join'
                - 'mobarena.classes.Archer'
                - 'mobarena.classes.Oddjob'
                - 'appleseed.sign.place'
                - 'appleseed.wand'
                - 'appleseed.plant.apple'
                - 'appleseed.plant'
                - 'essentials.kit.starter'
                - 'essentials.teleport.cooldown.bypass'
                - 'essentials.warp'
                - 'essentials.warp.list'
                - 'essentials.portal'
                - 'essentials.world'
                - 'essentials.protect'
                - 'essentials.protect.alerts'
                - 'essentials.protect.pvp'
                - 'essentials.protect.damage.suffocation'
                - 'essentials.protect.damage.projectiles'
                - 'essentials.protect.damage.lightning'
                - 'essentials.protect.damage.lava'
                - 'essentials.protect.damage.fireball'
                - 'essentials.protect.damage.fire'
                - 'essentials.protect.damage.fall'
                - 'essentials.protect.damage.drowning'
                - 'essentials.protect.damage.contact'
                - 'essentials.tpdeny'
                - 'essentials.tptoggle'
                - 'essentials.teleport.timer.bypass'
                - 'essentials.tpaccept'
                - 'essentials.tpa'
                - 'essentials.sethome'
                - 'essentials.home'
                - 'essentials.spawn'
                - 'essentials.kick.notify'
                - 'essentials.ban.notify'
                - 'essentials.rules'
                - 'essentials.seen'
                - 'essentials.suicide'
                - 'essentials.whois'
                - 'essentials.balance'
                - 'essentials.balance.others'
                - 'essentials.balancetop'
                - 'essentials.eco'
                - 'essentials.pay'
                - 'essentials.sell'
                - 'essentials.afk'
                - 'essentials.depth'
                - 'essentials.getpos'
                - 'essentials.help'
                - 'essentials.helpop'
                - 'essentials.helpop.receive'
                - 'essentials.info'
                - 'essentials.list'
                - 'essentials.list.hidden'
                - 'essentials.mail'
                - 'essentials.mail.send'
                - 'essentials.me'
                - 'essentials.motd'
                - 'essentials.msg'
            - 'flight.can-buy-permit'
                - 'flight.fuel'
                - 'flight.directional-weight'
        Moderator:
            default: false
            info:
                prefix: ''
                suffix: '&9'
                build: true
            inheritance:
                - Vip
            permissions:
                - 'vanish.vanish '
                - 'vanish.list'
                - 'vanish.dont.hide'
                - 'vanish.nopickup '
                - 'vanish.nopickup.list'
                - 'vanish.noaggromobs'
                - 'petition'
                - 'petition.moderate'
                - 'petition.warp-to-own-if-assigned'
                - 'lottery.buy'
                - 'mailbox.sendtoself'
                - 'mailbox.nocooldown'
                - 'mailbox.user.send'
                - 'mailbox.user.create'
                - 'mailbox.user.remove'
                - 'mailbox.postman.createother'
                - 'mailbox.postman.removeother'
                - 'wormhole.list'
                - 'wormhole.use.sign'
                - 'wormhole.use.compass'
                - 'wormhole.go'
                - 'wormhole.simple.use'
                - 'wormhole.simple.build'
                - 'dynamicmarket.access'
                - 'dynamicmarket.buy'
                - 'dynamicmarket.sell'
                - 'dynamicmarket.items.add'
                - 'dynamicmarket.items.update'
                - 'dynamicmarket.items.remove'
                - 'dynamicmarket.admin.reload'
                - 'multiverse.tp'
                - 'multiverse.world.setspawn'
                - 'multiverse.world.spawn'
                - 'multiverse.list'
                - 'multiverse.portal.create'
                - 'multiverse.portal.select'
                - 'multiverse.portal.destination'
                - 'multiverse.portal.list'
                - 'starterisagod.on'
                - 'starterisagod.off'
                - 'starterisagod.time'
                - 'starterisagod.stop'
                - 'mxAntiPVPCheat.Admin'
                - 'IBICF.fly'
                - 'shop.create'
                - 'lwc.protect'
                - 'lwc.mod'
                - 'factions.participate'
                - 'factions.create'
                - 'mcmmo.skills.mining'
                - 'mcmmo.skills.woodcutting'
                - 'mcmmo.skills.repair'
                - 'mcmmo.skills.unarmed'
                - 'mcmmo.skills.archery'
                - 'mcmmo.skills.herbalism'
                - 'mcmmo.skills.excavation'
                - 'mcmmo.skills.swords'
                - 'mcmmo.skills.axes'
                - 'mcmmo.skills.acrobatics'
                - 'mcmmo.ability.herbalism'
                - 'mcmmo.ability.excavation'
                - 'mcmmo.ability.unarmed'
                - 'mcmmo.ability.mining'
                - 'mcmmo.ability.axes'
                - 'mcmmo.ability.swords'
                - 'mcmmo.ability.woodcutting'
                - 'iConomy.payment'
                - 'iConomy.list'
                - 'iConomy.access'
                - 'iConomy.bank.access'
                - 'iConomy.bank.deposit'
                - 'iConomy.bank.leave'
                - 'iConomy.bank.withdraw'
                - 'iConomy.bank.transfer'
                - 'iConomy.bank.main.set'
                - 'auction.end'
                - 'auction.start'
                - 'auction.bid'
                - 'towny.spawntp'
                - 'towny.publicspawntp'
                - 'towny.town.new'
                - 'towny.town.claim'
                - 'towny.town.resident'
                - 'towny.town.plot'
                - 'towny.top'
                - 'mobarena.admin.'
                - 'mobarena.arenas.default'
                - 'mobarena.use'
                - 'mobarena.use.spectate'
                - 'mobarena.use.leave'
                - 'mobarena.use.join'
                - 'mobarena.classes.Archer'
                - 'mobarena.classes.Oddjob'
                - 'appleseed.sign.place'
                - 'appleseed.wand'
                - 'appleseed.plant.apple'
                - 'appleseed.plant'
                - 'essentials.god'
                - 'essentials.heal'
                - 'essentials.heal.cooldown.bypass'
                - 'essentials.kit'
                - 'ssentials.teleport.cooldown.bypass'
                - 'essentials.warp'
                - 'essentials.warp.list'
                - 'essentials.portal'
                - 'essentials.world'
                - 'essentials.protect'
                - 'essentials.protect.alerts'
                - 'essentials.protect.pvp'
                - 'essentials.protect.damage.suffocation'
                - 'essentials.protect.damage.projectiles'
                - 'essentials.protect.damage.lightning'
                - 'essentials.protect.damage.lava'
                - 'essentials.protect.damage.fireball'
                - 'essentials.protect.damage.fire'
                - 'essentials.protect.damage.fall'
                - 'essentials.protect.damage.drowning'
                - 'essentials.protect.damage.contact'
                - 'essentials.tpdeny'
                - 'essentials.tptoggle'
                - 'essentials.teleport.timer.bypass'
                - 'essentials.tpall'
                - 'essentials.tpaccept'
                - 'essentials.tp'
                - 'essentials.tpa'
                - 'essentials.sethome'
                - 'essentials.home.others'
                - 'essentials.home'
                - 'essentials.back'
                - 'essentials.spawn'
                - 'essentials.weather'
                - 'essentials.lightning'
                - 'essentials.nuke'
                - 'essentials.spawnmob'
                - 'essentials.tempban'
                - 'essentials.thunder'
                - 'essentials.unban'
                - 'essentials.unbanip'
                - 'essentials.kill'
                - 'essentials.kick.notify'
                - 'essentials.kick'
                - 'essentials.invsee'
                - 'essentials.ban.notify'
                - 'essentials.clearinventory'
                - 'essentials.clearinventory.others'
                - 'essentials.rules'
                - 'essentials.seen'
                - 'essentials.suicide'
                - 'essentials.whois'
                - 'essentials.powertool'
                - 'worldedit.superpickaxe'
                - 'essentials.balance'
                - 'essentials.balance.others'
                - 'essentials.balancetop'
                - 'essentials.eco'
                - 'essentials.pay'
                - 'essentials.sell'
                - 'essentials.afk'
                - 'essentials.depth'
                - 'essentials.getpos'
                - 'essentials.help'
                - 'essentials.helpop'
                - 'essentials.helpop.receive'
                - 'essentials.info'
                - 'essentials.list'
                - 'essentials.list.hidden'
                - 'essentials.mail'
                - 'essentials.mail.send'
                - 'essentials.me'
                - 'essentials.motd'
                - 'essentials.msg'
                - 'essentials.time'
                - 'essentials.time.others'
                - 'essentials.time.world'
            - 'flight.can-buy-permit'
                - 'flight.fuel'
                - 'flight.directional-weight'
            - 'magiccarpet.mc'
            - 'magiccarpet.ml'
        Vip:
            default: false
            info:
                prefix: ''
                suffix: '&2'
                build: true
            inheritance:
                - Default
            permissions:
                - 'petition'
                - 'petition.moderate'
                - 'petition.warp-to-own-if-assigned'
                - 'petition.warp-to-own'
                - 'lottery.buy'
                - 'mailbox.sendtoself'
                - 'mailbox.nocooldown'
                - 'mailbox.user.send'
                - 'mailbox.user.create'
                - 'mailbox.user.remove'
                - 'mailbox.postman.createother'
                - 'mailbox.postman.removeother'
                - 'wormhole.list'
                - 'wormhole.use.sign'
                - 'wormhole.use.compass'
                - 'wormhole.go'
                - 'wormhole.simple.use'
                - 'wormhole.simple.build'
                - 'dynamicmarket.access'
                - 'dynamicmarket.buy'
                - 'dynamicmarket.sell'
                - 'multiverse.tp'
                - 'multiverse.world.setspawn'
                - 'multiverse.world.spawn'
                - 'multiverse.list'
                - 'multiverse.portal.create'
                - 'multiverse.portal.select'
                - 'multiverse.portal.list'
                - 'shop.create'
                - 'lwc.protect'
                - 'factions.participate'
                - 'factions.create'
                - 'mcmmo.skills.taming'
                - 'mcmmo.skills.mining'
                - 'mcmmo.skills.woodcutting'
                - 'mcmmo.skills.repair'
                - 'mcmmo.skills.unarmed'
                - 'mcmmo.skills.archery'
                - 'mcmmo.skills.herbalism'
                - 'mcmmo.skills.excavation'
                - 'mcmmo.skills.swords'
                - 'mcmmo.skills.axes'
                - 'mcmmo.skills.acrobatics'
                - 'mcmmo.ability.herbalism'
                - 'mcmmo.ability.excavation'
                - 'mcmmo.ability.unarmed'
                - 'mcmmo.ability.mining'
                - 'mcmmo.ability.axes'
                - 'mcmmo.ability.swords'
                - 'mcmmo.ability.woodcutting'
                - 'iConomy.payment'
                - 'iConomy.list'
                - 'iConomy.access'
                - 'iConomy.bank.access'
                - 'iConomy.bank.deposit'
                - 'iConomy.bank.leave'
                - 'iConomy.bank.withdraw'
                - 'iConomy.bank.transfer'
                - 'iConomy.bank.main.set'
                - 'auction.start'
                - 'auction.bid'
                - 'towny.spawntp'
                - 'towny.publicspawntp'
                - 'towny.town.new'
                - 'towny.town.claim'
                - 'towny.town.resident'
                - 'towny.town.plot'
                - 'towny.top'
                - 'mobarena.arenas.default'
                - 'mobarena.use'
                - 'mobarena.use.spectate'
                - 'mobarena.use.leave'
                - 'mobarena.use.join'
                - 'mobarena.classes.Archer'
                - 'mobarena.classes.Oddjob'
                - 'appleseed.sign.place'
                - 'appleseed.wand'
                - 'appleseed.plant.apple'
                - 'appleseed.plant'
                - 'ssentials.teleport.cooldown.bypass'
                - 'essentials.warp'
                - 'essentials.warp.list'
                - 'essentials.portal'
                - 'essentials.world'
                - 'essentials.protect'
                - 'essentials.protect.alerts'
                - 'essentials.protect.pvp'
                - 'essentials.protect.damage.suffocation'
                - 'essentials.protect.damage.projectiles'
                - 'essentials.protect.damage.lightning'
                - 'essentials.protect.damage.lava'
                - 'essentials.protect.damage.fireball'
                - 'essentials.protect.damage.fire'
                - 'essentials.protect.damage.fall'
                - 'essentials.protect.damage.drowning'
                - 'essentials.protect.damage.contact'
                - 'essentials.tpdeny'
                - 'essentials.tptoggle'
                - 'essentials.teleport.timer.bypass'
                - 'essentials.tpaccept'
                - 'essentials.tp'
                - 'essentials.tpa'
                - 'essentials.sethome'
                - 'essentials.home'
                - 'essentials.back'
                - 'essentials.spawn'
                - 'essentials.weather'
                - 'essentials.kick.notify'
                - 'essentials.ban.notify'
                - 'essentials.balance'
                - 'essentials.balance.others'
                - 'essentials.balancetop'
                - 'essentials.eco'
                - 'essentials.pay'
                - 'essentials.sell'
                - 'essentials.afk'
                - 'essentials.depth'
                - 'essentials.getpos'
                - 'essentials.help'
                - 'essentials.helpop'
                - 'essentials.helpop.receive'
                - 'essentials.info'
                - 'essentials.list'
                - 'essentials.list.hidden'
                - 'essentials.mail'
                - 'essentials.mail.send'
                - 'essentials.me'
                - 'essentials.motd'
                - 'essentials.msg'
                - 'essentials.time'
                - 'essentials.time.others'
                - 'essentials.time.world'
            - 'flight.can-buy-permit'
                - 'flight.fuel'
                - 'flight.directional-weight'
            - 'magiccarpet.mc'
            - 'magiccarpet.ml'
        Admin:
            default: false
            info:
                  prefix: '&1[&3Admin&1]&2'
                  suffix: '&f'
                  build: true
            inheritance:
                - Moderator
            permissions:
                - '*'
    Users:
    Code:
    users:
        The_Yogs:
            groups:
            - Admin
            permissions:
    
    NV got it

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

    MG127

    is there a way to use the bukkit-intern permissions together with permissions3 ?
    some plugin-devs are removing their p3-support :/
     
  15. Offline

    ToLo97

    Code:
    2011-08-15 19:48:22 [INFO] [Permissions] (Yeti) was initialized.
    2011-08-15 19:48:22 [INFO] [Permissions] (Yeti) disabled successfully.
    2011-08-15 19:48:22 [INFO] Preparing level "world"
    2011-08-15 19:48:22 [INFO] Preparing start region for level 0 (Seed: -974784127595934928)
    2011-08-15 19:48:22 [INFO] Preparing start region for level 1 (Seed: -974784127595934928)
    2011-08-15 19:48:22 [SEVERE] Permission node 'groups' in server config is invalid
    java.lang.IllegalArgumentException: Data cannot be null
        at org.bukkit.permissions.Permission.loadPermission(Permission.java:109)
        at org.bukkit.craftbukkit.CraftServer.loadCustomPermissions(CraftServer.java:418)
        at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:152)
        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)
    2011-08-15 19:48:22 [SEVERE] Permission node 'users' in server config is invalid
    java.lang.IllegalArgumentException: Data cannot be null
        at org.bukkit.permissions.Permission.loadPermission(Permission.java:109)
        at org.bukkit.craftbukkit.CraftServer.loadCustomPermissions(CraftServer.java:418)
        at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:152)
        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)
    2011-08-15 19:48:22 [SEVERE] Permission node 'permissions' in server config is invalid
    java.lang.IllegalArgumentException: Data cannot be null
        at org.bukkit.permissions.Permission.loadPermission(Permission.java:109)
        at org.bukkit.craftbukkit.CraftServer.loadCustomPermissions(CraftServer.java:418)
        at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:152)
        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)
    
    Somebody plz help me
     
  16. Offline

    MrFonsokiller

    For when the [1000] version???
     
  17. Offline

    Znerox

    I'll try again; how do i get all worlds to inherit users.yml from main world/global, but have seperate groups.yml? :)
     
  18. Offline

    c4ss

    Hey. :)
    First: Great plugin. Thank you. Makes life a lot easier!

    Ive got a problem though. Im using permissions 3.1.6 and mcMMO 1.0.50. As posted by its author, there is a problem with that permissionsversion. (You havend answered him? But well, not my business) Now i need to work around it, thought about downgrading permissions to 3.1.5. Is there anything i need to know about downgrading? Any problems, anything to change, besided the .jar?
    Any answer is much appreciated!
     
  19. Offline

    darkdar



    well what doesnt work is i added the right nodes for the snd and the chestshop for my guests but it doesnt work for them

    can u pls post your server log

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

    SpiralCityOwner

    I tried to create the folders for the permissions plugin but it didn't work.
     
  21. Offline

    TheLegacyP7

  22. Offline

    timytam97

    my permission files for the errors above are :
    Code:
    groups:
        player:
            default: true
            info:
                prefix: ''
                suffix: ''
                build: true
            permissions: tcl.tpc tcl.tpca tcl.tpcd  towny.wild.* towny.spawntp towny.town.claim
    
    towny.town.new lwc.protect vote.voteno.* vote.voteyes.* vote.startvote.day vote.startvote.night
    
    vote.startvote.kick vote.setvalue waypoint.basic.teleport waypoint.warp
    
    member:
        default: false
        info:
            prefix: '&1memb'
            suffix: ''
            build: true
        inheritance:
        - player
        permissions: homesweethome.home.set homesweethome.home towny.nation.new
    admin:
         default: false
         info:
             prefix: '&4Admin'
             suffix: ''
             build: true
         inheritance:
         - member
         permission: '*'
    and my users:
    Code:
    users:
        timytam97:
        prefix: '&0Owner'
        suffix: ''
        permissions: '*'
        groups:
            - admin
        kookoo439:
        prefix: '&4Co-Owner'
        suffix: ''
        permissions: '*'
        groups:
        - admin
        velazurian:
        info:
        prefix: '&4Owner'
        suffix: ''
        permissions: '*'
        groups:
        - admin
    and my errors:
    Code:
    151 recipes
    16 achievements
    08:37:35 [INFO] Starting minecraft server version Beta 1.7.3
    08:37:35 [INFO] Loading properties
    08:37:35 [INFO] Starting Minecraft server on *:25565
    08:37:35 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-945-
    g73697a4-b1000jnks (MC: 1.7.3)
    08:37:36 [INFO] LWC     Loading shared objects
    08:37:36 [INFO] Cache   Protection cache: 0/10000
    08:37:36 [INFO] LWC     Native library: plugins/LWC/lib/native/Windows/x86/sqlit
    ejdbc.dll
    08:37:36 [INFO] [Waypoint] Initialising configurations.
    08:37:36 [SEVERE] java.lang.NullPointerException
    08:37:36 [SEVERE]       at com.nijiko.data.YamlUserStorage.performConversion(Yam
    lUserStorage.java:42)
    08:37:36 [SEVERE]       at com.nijiko.data.YamlUserStorage.<init>(YamlUserStorag
    e.java:30)
    08:37:36 [SEVERE]       at com.nijiko.data.YamlCreator.getUserStorage(YamlCreato
    r.java:33)
    08:37:36 [SEVERE]       at com.nijiko.data.StorageFactory.getUserStorage(Storage
    Factory.java:76)
    08:37:36 [SEVERE]       at com.nijiko.permissions.ModularControl.forceLoadWorld(
    ModularControl.java:95)
    08:37:36 [SEVERE]       at com.nijiko.permissions.ModularControl.loadWorld(Modul
    arControl.java:86)
    08:37:36 [SEVERE]       at com.nijiko.permissions.ModularControl.load(ModularCon
    trol.java:116)
    08:37:36 [SEVERE]       at com.nijikokun.bukkit.Permissions.Permissions.setupPer
    missions(Permissions.java:181)
    08:37:36 [SEVERE]       at com.nijikokun.bukkit.Permissions.Permissions.onLoad(P
    ermissions.java:133)
    08:37:36 [SEVERE]       at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftS
    erver.java:131)
    08:37:36 [SEVERE]       at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer
    .java:97)
    08:37:36 [SEVERE]       at net.minecraft.server.ServerConfigurationManager.<init
    >(ServerConfigurationManager.java:51)
    08:37:36 [SEVERE]       at net.minecraft.server.MinecraftServer.init(MinecraftSe
    rver.java:132)
    08:37:36 [SEVERE]       at net.minecraft.server.MinecraftServer.run(MinecraftSer
    ver.java:335)
    08:37:36 [SEVERE]       at net.minecraft.server.ThreadServerApplication.run(Sour
    ceFile:422)
    08:37:36 [SEVERE] [Permissions] Unable to load permission data.
    08:37:36 [SEVERE] [Permissions] Shutting down Permissions due to error(s).
    08:37:36 [INFO] [Permissions] (Yeti) was initialized.
    08:37:36 [INFO] [Permissions] (Yeti) disabled successfully.
    
    >
     
  23. Offline

    darkdar

    Well the way you put your nodes is obviously wrong it should look more like this
    Code:
    groups:
        Guest:
            default: true
            info:
                prefix: '&8'
                suffix: '&f'
                build: true
            inheritance:
            permissions:
                - 'essentials.sethome'
                - 'essentials.home'
                - 'essentials.signs.use.trade'
                - 'commandbook.rules'
                - 'commandbook.spawn'
                - 'essentials.intro'
                - 'essentials.afk'
                - 'lwc.*'
                - 'essentials.help'
                - 'essentials.spawn'
                - 'commandbook.motd'
                - 'commandbook.msg'
                - 'essentials.msg'
                - 'essentials.signs.use.disposal'
                - 'essentials.rules'
                - 'essentials.helpop'
                - 'mcmmo.skill.*'
                - 'mcmmo.ability.*'
                - 'essentials.list'
                - 'factions.participate'
                - 'commandbook.online'
                - 'commandbook.kit.kits.starter'
                - 'iConomyChestShop.shop.buy'
                - 'iConomyChestShop.shop.sell'
                - 'snd.join'
        Citizen:
            default: false
            info:
                prefix: '&a'
                suffix: '&f'
                build: true
            inheritance:
                - Guest
            permissions:
                - 'commandbook.whereami'
                - 'commandbook.slap'
                - 'commandbook.whois'
                - 'essentials.mail'
                - 'essentials.suiside'
                - 'essentials.me'
        Knight:
            default: false
            info:
                prefix: '&b'
                suffix: '&f'
                build: true
            inheritance:
                - Citizen
            permissions:
                - 'mywarp.warp.basic.*'
                - 'duckshop.link'
                - 'iConomyChestShop.*'
        Shadow:
            default: false
            info:
                prefix: '&6'
                suffix: '&f'
                build: true
            inheritance:
                - Knight
            permissions:
                - 'mywarp.warp.soc.*'
                - 'essentials.tp'
                - 'essentials.tpdeny'
                - 'essentials.tpaccept'
                - 'essentials.tphere'
                - 'bb.admin.rollback'
                - 'bb.admin.info'
                - 'essentials.create.*'
                - 'essentials.break.*'
                - 'essentials.use.*'
                - 'essentials.kill'
                - 'essentials.tpa'
                - 'falsebook.blocks.*'
                - 'factions.create'
                - 'factions.viewAnyPower'
                - 'factions.manageSafeZone'
                - 'factions.manageWarZone'
                - 'factions.lock'
                - 'factions.reload'
                - 'factions.saveall'
                - 'factions.disband'
        Guardian:
            default: false
            info:
                prefix: '&c'
                suffix: '&f'
                build: true
            inheritance:
                - Shadow
            permissions:
                - 'essentials.*'
                - 'commandbook.*'
                - 'bb.admin.*'
                - 'worldguard.*'
                - 'worldedit.*'
        Bouse:
            default: false
            info:
                prefix: '&c'
                suffix: '&f'
                build: true
            inheritance:
                - Guardian
        Owner:
            default: false
            info:
                prefix: '&d'
                suffix: '&b'
                build: true
            inheritance:
            permissions:
                - '*'
    make sure your not using global users and global groups.
     
  24. Offline

    timytam97

    i changed all the stuff you told me to and its not in global groups but still errors:(
     
  25. Offline

    Dev909

    is there anyway that you can add users to a group ingame? and is there a way you can have users spawn with multiple default groups?

    edit: Also what are the permissions....permissions? For say i want the moderators to promote players in different tracks, how would I go about that?
     
  26. Offline

    Orcem12

    I have everything configured, I'm going on that this plugin just doesn't work anymore with most recent update. I've tried basically everything my permissions that worked fine is now faulty and won't let me nor my players break anything. To prove my theory I used Bukkit built in permissions and worked like a charm.
     
  27. Offline

    SirLuke910

    I can't seem to get this fixed. No matter what I try in the groups config.

    Thats the error I get on the console, with the position changing between 1521 and 9.

    Code:
    03:31:13 [SEVERE] unacceptable character #FFFD special characters are not allowed
    in "<reader>", position 1521
    03:31:13 [SEVERE]     at org.yaml.snakeyaml.reader.StreamReader.checkPrintable(StreamReader.java:68)
    03:31:13 [SEVERE]     at org.yaml.snakeyaml.reader.StreamReader.update(StreamReader.java:159)
    03:31:13 [SEVERE]     at org.yaml.snakeyaml.reader.StreamReader.peek(StreamReader.java:117)
    03:31:13 [SEVERE]     at org.yaml.snakeyaml.scanner.ScannerImpl.scanFlowScalarNonSpaces(ScannerImpl.java:1449)
    03:31:13 [SEVERE]     at org.yaml.snakeyaml.scanner.ScannerImpl.scanFlowScalar(ScannerImpl.java:1434)
    03:31:13 [SEVERE]     at org.yaml.snakeyaml.scanner.ScannerImpl.fetchFlowScalar(ScannerImpl.java:846)
    03:31:13 [SEVERE]     at org.yaml.snakeyaml.scanner.ScannerImpl.fetchSingle(ScannerImpl.java:831)
    03:31:13 [SEVERE]     at org.yaml.snakeyaml.scanner.ScannerImpl.fetchMoreTokens(ScannerImpl.java:339)
    03:31:13 [SEVERE]     at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(ScannerImpl.java:183)
    03:31:13 [SEVERE]     at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockSequenceEntry.produce(ParserImpl.java:510)
    03:31:13 [SEVERE]     at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:163)
    03:31:13 [SEVERE]     at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:148)
    03:31:13 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeSequenceNode(Composer.java:203)
    03:31:13 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:158)
    03:31:13 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:230)
    03:31:13 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
    03:31:13 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:230)
    03:31:13 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
    03:31:13 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:230)
    03:31:13 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
    03:31:13 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:122)
    03:31:13 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105)
    03:31:13 [SEVERE]     at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:124)
    03:31:13 [SEVERE]     at org.yaml.snakeyaml.Yaml.load(Yaml.java:264)
    03:31:13 [SEVERE]     at org.bukkit.util.config.Configuration.load(Configuration.java:82)
    03:31:13 [SEVERE]     at com.nijiko.data.YamlGroupStorage.reload(YamlGroupStorage.java:179)
    03:31:13 [SEVERE]     at com.nijiko.data.YamlGroupStorage.<init>(YamlGroupStorage.java:30)
    03:31:13 [SEVERE]     at com.nijiko.data.YamlCreator.getGroupStorage(YamlCreator.java:57)
    03:31:13 [SEVERE]     at com.nijiko.data.StorageFactory.getGroupStorage(StorageFactory.java:129)
    03:31:13 [SEVERE]     at com.nijiko.permissions.ModularControl.forceLoadWorld(ModularControl.java:96)
    03:31:13 [SEVERE]     at com.nijiko.permissions.ModularControl.loadWorld(ModularControl.java:86)
    03:31:13 [SEVERE]     at com.nijiko.permissions.ModularControl.load(ModularControl.java:116)
    03:31:13 [SEVERE]     at com.nijikokun.bukkit.Permissions.Permissions.setupPermissions(Permissions.java:181)
    03:31:13 [SEVERE]     at com.nijikokun.bukkit.Permissions.Permissions.onLoad(Permissions.java:133)
    03:31:13 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:131)
    03:31:13 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:97)
    03:31:13 [SEVERE]     at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:51)
    03:31:13 [SEVERE]     at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:132)
    03:31:13 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
    03:31:13 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    03:31:13 [SEVERE] [Permissions] Unable to load permission data.
    03:31:13 [SEVERE] [Permissions] Shutting down Permissions due to error(s).
    and here is the permissions text

    Code:
    groups:
        Player:
            default: true
            info:
                prefix: '&b'
                suffix: '&f'
                build: true
            permissions:
                - 'essentials.help'
                - 'essentials.depth'
                - 'essentials.motd'
                - 'essentials.helpop'
                - 'essentials.rules'
                - 'essentials.afk'
                - 'essentials.info'
                - 'essentials.chat.question'
                - 'essentials.signs.use.warp'
                - 'essentials.compass'
                - 'essentials.getpos'
                - 'essentials.realname'
                - 'essentials.pay'
                - 'essentials.balance'
                - 'essentials.ignore'
                - 'essentials.me'
                - 'essentials.list'
                - 'essentials.suicide'
                - 'essentials.spawn'
                - 'essentials.home'
                - 'essentials.sethome'
                - 'essentials.chat.color'
                - 'essentials.ping'
                - 'lwc.protect'
                - 'magicspells.cast.help'
                - 'mcmmo.regeneration'
                - 'mcmmo.commands.myspawn'
                - 'mcmmo.commands.setmyspawn'
                - 'mcmmo.commands.party'
                - 'mcmmo.commands.partychat'
                - 'mcmmo.commands.party'
                - 'mcmmo.ability'
                - 'mcmmo.skills'
                - 'essentials.signs.buy'
                - 'essentials.signs.disposal'
                - 'essentials.signs.balance'
                - 'essentials.signs.trade'
                - 'essentials.signs.warp'
    ˇ ˇ Moderator:
    ˇ ˇ ˇ ˇ default: false
    ˇ ˇ ˇ ˇ info:
                prefix: '&b'
                suffix: '&f'
                build: true
    ˇ ˇ ˇ ˇ inheritance:
    ˇ ˇ ˇ ˇ ˇ ˇ - Player
    ˇ ˇ ˇ ˇ permissions:
                - 'essentials.seen'
                - 'essentials.helpop.receive'
                - 'essentials.msg'
                - 'essentials.broadcast'
                - 'essentials.jails'
                - 'essentials.help'
                - 'essentials.depth'
                - 'essentials.getpos'
                - 'essentials.compass'
                - 'essentials.sethome'
                - 'essentials.motd'
                - 'essentials.helpop'
                - 'essentials.rules'
                - 'essentials.afk'
                - 'essentials.realname'
                - 'essentials.info'
                - 'essentials.spawn'
                - 'essentials.chat.question'
                - 'essentials.home'
                - 'essentials.ban'
                - 'essentials.kick'
                - 'essentials.invsee'
                - 'essentials.joinfullserver'
                - 'essentials.backup'
                - 'essentials.tempban'
                - 'lwc.mod'
    ˇ ˇ Admin:
    ˇ ˇ ˇ ˇ default: false
    ˇ ˇ ˇ ˇ info:
                prefix: '&b'
                suffix: '&f'
                build: true
    ˇ ˇ ˇ ˇ inheritance:
    ˇ ˇ ˇ ˇ permissions:
                - '*'
                - '-essentials.lightning'
    ˇ ˇ Trader:
    ˇ ˇ ˇ ˇ default: true
    ˇ ˇ ˇ ˇ info:
    ˇ ˇ ˇ ˇ ˇ ˇ prefix: '&b'
    ˇ ˇ ˇ ˇ ˇ ˇ suffix: '&f'
    ˇ ˇ ˇ ˇ ˇ ˇ build: true
    ˇ ˇ ˇ ˇ inheritance:
    ˇ ˇ ˇ ˇ ˇ ˇ - Player
    ˇ ˇ ˇ ˇ permissions:
    ˇ ˇ ˇ ˇ ˇ ˇ - 'essentials.signs.create.balance'
    ˇ ˇ ˇ ˇ ˇ ˇ - 'essentials.signs.create.buy'
    ˇ ˇ ˇ ˇ ˇ ˇ - 'essentials.signs.create.disposal'
    ˇ ˇ ˇ ˇ ˇ ˇ - 'essentials.signs.create.trade'
    ˇ ˇ ˇ ˇ ˇ ˇ - 'essentials.signs.break.balance'
    ˇ ˇ ˇ ˇ ˇ ˇ - 'essentials.signs.break.buy'
    ˇ ˇ ˇ ˇ ˇ ˇ - 'essentials.signs.break.disposal'
    ˇ ˇ ˇ ˇ ˇ ˇ - 'essentials.signs.break.trade'
    ˇ ˇ Builder:
    ˇ ˇ ˇ ˇ default: true
    ˇ ˇ ˇ ˇ info:
    ˇ ˇ ˇ ˇ ˇ ˇ prefix: '&b'
    ˇ ˇ ˇ ˇ ˇ ˇ suffix: '&f'
    ˇ ˇ ˇ ˇ ˇ ˇ build: true
    ˇ ˇ ˇ ˇ inheritance:
    ˇ ˇ ˇ ˇ ˇ ˇ - Player
    ˇ ˇ ˇ ˇ permissions:
    ˇ ˇ ˇ ˇ ˇ ˇ - 'falsebook.blocks.lift'
    ˇ ˇ ˇ ˇ ˇ ˇ - 'falsebook.blocks.bridge'
    ˇ ˇ ˇ ˇ ˇ ˇ - 'falsebook.blocks.door'
    ˇ ˇ ˇ ˇ ˇ ˇ - 'falsebook.blocks.gate'
    ˇ ˇ ˇ ˇ ˇ ˇ - 'falsebook.ic.MC1230'
    ˇ ˇ ˇ ˇ ˇ ˇ - 'falsebook.ic.MC1262'
    ˇ ˇ ˇ ˇ ˇ ˇ - 'falsebook.ic.MC1263'
    ˇ ˇ ˇ ˇ ˇ ˇ - 'falsebook.ic.MC1260'
    ˇ ˇ ˇ ˇ ˇ ˇ - 'falsebook.ic.MC1280'
    ˇ ˇ ˇ ˇ ˇ ˇ - 'falsebook.ic.MC1281'
    ˇ ˇ ˇ ˇ ˇ ˇ - 'falsebook.ic.MC1282'
    ˇ ˇ ˇ ˇ ˇ ˇ - 'falsebook.ic.MC0230'
    ˇ ˇ ˇ ˇ ˇ ˇ - 'falsebook.ic.MC0260'
    ˇ ˇ ˇ ˇ ˇ ˇ - 'falsebook.ic.MC0261'
    ˇ ˇ ˇ ˇ ˇ ˇ - 'falsebook.ic.MC0262'
    ˇ ˇ ˇ ˇ ˇ ˇ - 'falsebook.ic.MC0264'
    ˇ ˇ ˇ ˇ ˇ ˇ - 'falsebook.ic.MC0270'
    ˇ ˇ ˇ ˇ ˇ ˇ - 'falsebook.ic.MC0271'
    ˇ ˇ ˇ ˇ ˇ ˇ - 'falsebook.ic.MC0272'
    ˇ ˇ ˇ ˇ ˇ ˇ - 'falsebook.ic.MC0280'
    ˇ ˇ ˇ ˇ ˇ ˇ - 'falsebook.ic.MC0281'
    ˇ ˇ ˇ ˇ ˇ ˇ - 'falsebook.ic.MC0282'
    ˇ ˇ ˇ ˇ ˇ ˇ - 'falsebook.ic.MC0420'
    ˇ ˇ Mage:
    ˇ ˇ ˇ ˇ default: true
    ˇ ˇ ˇ ˇ info:
    ˇ ˇ ˇ ˇ ˇ ˇ prefix: '&b'
    ˇ ˇ ˇ ˇ ˇ ˇ suffix: '&f'
    ˇ ˇ ˇ ˇ ˇ ˇ build: true
    ˇ ˇ ˇ ˇ inheritance:
    ˇ ˇ ˇ ˇ ˇ ˇ - Player
    ˇ ˇ ˇ ˇ permissions:
    ˇ ˇ ˇ ˇ ˇ ˇ - 'magicspells.cast.list'
    ˇ ˇ ˇ ˇ ˇ ˇ - 'magicspells.cast.help'
    ˇ ˇ ˇ ˇ ˇ ˇ - 'magicspells.cast.bind'
    ˇ ˇ ˇ ˇ ˇ ˇ - 'magicspells.learn.blink'
    ˇ ˇ ˇ ˇ ˇ ˇ - 'magicspells.learn.combust'
    ˇ ˇ ˇ ˇ ˇ ˇ - 'magicspells.learn.confusion'
    ˇ ˇ ˇ ˇ ˇ ˇ - 'magicspells.learn.drainlife'
    ˇ ˇ ˇ ˇ ˇ ˇ - 'magicspells.learn.entomb'
    ˇ ˇ ˇ ˇ ˇ ˇ - 'magicspells.learn.forcepush'
    ˇ ˇ ˇ ˇ ˇ ˇ - 'magicspells.learn.firenova'
    ˇ ˇ ˇ ˇ ˇ ˇ - 'magicspells.learn.flamewalk'
    ˇ ˇ ˇ ˇ ˇ ˇ - 'magicspells.cast.gate'
    ˇ ˇ ˇ ˇ ˇ ˇ - 'magicspells.learn.geyser'
    ˇ ˇ ˇ ˇ ˇ ˇ - 'magicspells.learn.gills'
    ˇ ˇ ˇ ˇ ˇ ˇ - 'magicspells.learn.heal'
    ˇ ˇ ˇ ˇ ˇ ˇ - 'magicspells.learn.invulnerabilty'
    ˇ ˇ ˇ ˇ ˇ ˇ - 'magicspells.learn.leap'
    ˇ ˇ ˇ ˇ ˇ ˇ - 'magicspells.learn.lifewalk'
    ˇ ˇ ˇ ˇ ˇ ˇ - 'magicspells.learn.lightning'
    ˇ ˇ ˇ ˇ ˇ ˇ - 'magicspells.learn.lightwalk'
    ˇ ˇ ˇ ˇ ˇ ˇ - 'magicspells.learn.prayer'
    ˇ ˇ ˇ ˇ ˇ ˇ - 'magicspells.learn.safefall'
    ˇ ˇ ˇ ˇ ˇ ˇ - 'magicspells.learn.stonevision'
    ˇ ˇ ˇ ˇ ˇ ˇ - 'magicspells.learn.summon'
    ˇ ˇ ˇ ˇ ˇ ˇ - 'magicspells.learn.telekinesis'
    ˇ ˇ ˇ ˇ ˇ ˇ - 'magicspells.learn.wall'
    ˇ ˇ ˇ ˇ ˇ ˇ - 'magicspells.learn.windwalk'
    ˇ ˇ ˇ ˇ ˇ ˇ - 'mcmmo.commands.ptp'
     
  28. Offline

    jbing12040

    hey guys i was wondering, if you have a group lets say "member" not be able to use a certain permission say "essentials.give" and then the group "admin" inherits the group member, how do i give the group admin permission to use essentials.give??
     
  29. Offline

    ACStache

    don't list the permission under member, and list it only under admin.

    something like this:
    Code:
    groups:
        member:
             default: true
             info:
                 prefix: ''
                 suffix: ''
                 build: true
             permissions:
        admin
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
                - member
            permissions:
                - 'essentials.give'
    
     
  30. Offline

    Marinedalek

    Please help me transfer the details between Group Manager to Permissions: Here is group Manager file:

    groups:
    Default:
    default: true
    permissions:
    - essentials.afk
    - essentials.back
    - essentials.back.ondeath
    - essentials.balance
    - essentials.chat.shout
    - essentials.compass
    - essentials.depth
    - essentials.help
    - essentials.helpop
    - essentials.home
    - essentials.kit
    - essentials.kit.tools
    - essentials.list
    - essentials.mail
    - essentials.mail.send
    - essentials.me
    - essentials.motd
    - essentials.msg
    - essentials.nick
    - essentials.pay
    - essentials.portal
    - essentials.rules
    - essentials.sethome
    - essentials.signs.use.*
    - essentials.spawn
    - essentials.suicide
    - essentials.tpa
    - essentials.tpaccept
    - essentials.tpahere
    - essentials.tpdeny
    - essentials.warp
    - essentials.warp.list
    - essentials.worth
    - factions.create
    - factions.participate
    - factions.viewAnyPower
    - heroes.classes.*
    - iConomy.access
    - iConomy.list
    - iConomy.payment
    - iConomy.rank
    - jobs.join.*
    - jobs.world.*
    - mcmmo.ability.axes
    - mcmmo.ability.excavation
    - mcmmo.ability.herbalism
    - mcmmo.ability.mining
    - mcmmo.ability.swords
    - mcmmo.ability.unarmed
    - mcmmo.ability.woodcutting
    - mcmmo.chat.partychat
    - mcmmo.commands.party
    - mcmmo.skills.acrobatics
    - mcmmo.skills.archery
    - mcmmo.skills.axes
    - mcmmo.skills.excavation
    - mcmmo.skills.herbalism
    - mcmmo.skills.mining
    - mcmmo.skills.repair
    - mcmmo.skills.swords
    - mcmmo.skills.taming
    - mcmmo.skills.unarmed
    - mcmmo.skills.woodcutting
    inheritance: []
    info:
    prefix: '&e'
    build: true
    suffix: ''
    SemiAdmin:
    default: false
    permissions:
    - -groupmanager.mantogglesave
    - essentials
    - essentials.antioch
    - essentials.burn
    - essentials.clearinventory
    - essentials.cooldown.bypass
    - essentials.deljail
    - essentials.fireball
    - essentials.gc
    - essentials.give
    - essentials.god
    - essentials.heal
    - essentials.heal.others
    - essentials.invsee
    - essentials.item
    - essentials.jails
    - essentials.kickall
    - essentials.kit.*
    - essentials.lightning
    - essentials.mute
    - essentials.sell
    - essentials.setjail
    - essentials.signs.*
    - essentials.spawnmob
    - essentials.teleport.cooldown.bypass
    - essentials.teleport.timer.bypass
    - essentials.togglejail
    - groupmanager.*
    inheritance:
    - moderator
    info:
    prefix: '&c'
    build: true
    suffix: ''
    Builder:
    default: false
    permissions:
    - essentials.afk
    - essentials.back
    - essentials.back.ondeath
    - essentials.balance
    - essentials.chat.shout
    - essentials.compass
    - essentials.depth
    - essentials.help
    - essentials.helpop
    - essentials.home
    - essentials.kit
    - essentials.kit.tools
    - essentials.list
    - essentials.mail
    - essentials.mail.send
    - essentials.me
    - essentials.motd
    - essentials.msg
    - essentials.nick
    - essentials.pay
    - essentials.portal
    - essentials.rules
    - essentials.sethome
    - essentials.signs.use.*
    - essentials.spawn
    - essentials.suicide
    - essentials.tpa
    - essentials.tpaccept
    - essentials.tpahere
    - essentials.tpdeny
    - essentials.warp
    - essentials.warp.list
    - essentials.worth
    - factions.create
    - factions.participate
    - factions.viewAnyPower
    - heroes.classes.*
    - iConomy.access
    - iConomy.list
    - iConomy.payment
    - iConomy.rank
    - jobs.join.*
    - jobs.world.*
    - mcmmo.ability.axes
    - mcmmo.ability.excavation
    - mcmmo.ability.herbalism
    - mcmmo.ability.mining
    - mcmmo.ability.swords
    - mcmmo.ability.unarmed
    - mcmmo.ability.woodcutting
    - mcmmo.chat.partychat
    - mcmmo.commands.party
    - mcmmo.skills.acrobatics
    - mcmmo.skills.archery
    - mcmmo.skills.axes
    - mcmmo.skills.excavation
    - mcmmo.skills.herbalism
    - mcmmo.skills.mining
    - mcmmo.skills.repair
    - mcmmo.skills.swords
    - mcmmo.skills.taming
    - mcmmo.skills.unarmed
    - mcmmo.skills.woodcutting
    inheritance: []
    info:
    prefix: ''
    build: false
    suffix: ''
    Moderator:
    default: false
    permissions:
    - essentials.ban
    - essentials.banip
    - essentials.broadcast
    - essentials.delwarp
    - essentials.eco
    - essentials.ext
    - essentials.getpos
    - essentials.jump
    - essentials.kick
    - essentials.kill
    - essentials.setwarp
    - essentials.signs.break.*
    - essentials.signs.create.*
    - essentials.spawner
    - essentials.thunder
    - essentials.time
    - essentials.time.world
    - essentials.togglejail
    - essentials.top
    - essentials.tp
    - essentials.tphere
    - essentials.tpo
    - essentials.tpohere
    - essentials.tppos
    - essentials.tptoggle
    - essentials.unban
    - essentials.unbanip
    - essentials.weather
    - essentials.whois
    - essentials.world
    - groupmanager.listgroups
    - groupmanager.mandemote
    - groupmanager.manload
    - groupmanager.manpromote
    - groupmanager.mansave
    - groupmanager.manselect
    - groupmanager.manuadd
    - groupmanager.manudel
    inheritance:
    - builder
    info:
    prefix: '&5'
    build: true
    suffix: ''
    Admin:
    default: false
    permissions:
    - '*'
    inheritance:
    - semiadmin
    info:
    prefix: '&5'
    build: true
    suffix: ''
     
  31. is permissions still active?
     
Thread Status:
Not open for further replies.

Share This Page