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

    Jeyge

    Those errors usually mean that you have one or more users that currently don't have a group or perhaps have a group that doesn't exist and there is a circular loop in one of your groups.yml files. Zip up your entire plugins\permissions directory and I should be able to figure out where it is.
     
  3. Offline

    City Builder

    thanks you were correct, found a couple users that were not assigned to a group in the users.yml files
     
  4. Offline

    ZeusOGaming

    Somebody please help, I've been sitting here for around an hour watching this youtube guide and I always get errors!!
    globalUsers

    Code:
    users:
        TheServerOwner:
            groups:
            - Admins
            permissions:
        MMallon:
            groups:
            - Admins
            permissions:
        FriendA:
            info:
                prefix: '&4[~Alice~]&f'
            groups:
            - Moderator
            permissions:
        FriendB:
            groups:
            - Moderator
            permissions:
            - warpplugin.manage.*
        NewGuy:
            groups:
            - Guest
        Herpina:
            groups:
            - Member
        Derpina:
            groups:
            - Member
    
    globalGroups

    Code:
    ##
    # Permissions has AntiBuild, which prevents a player from destroying/placing blocks.
    # To prevent a group of players then set the build: flag to false (build: false).
    # If you want a group to be able to build then set it to true.
    ##
    # Groups can inherit from other groups.
    #   To make a group inherit the permissions and info nodes from another
    #   group, simply place the groups name in the "inheritance:" like so:
    #
    #   Example:
    #       inheritance:
    #           - Default
    ##
    #   Wildcard Permission settings:
    #
    #       You can have wildcard nodes which encompass all nodes that match it.
    #       For example, the node "modplugin.*" matches "modplugin.kick", "modplugin.ban",
    #       "modplugin.settings.view", and so on.
    #
    ##
    #   A single asterisk means that this user/group has all permissions.
    #       - '*'
    ##
    #   Negated nodes are created by prefixing a normal node with "-".
    #   They prevent less specific wildcard nodes from matching the negated node.
    #   For example:
    #
    #   permissions:
    #       - 'foo.*'
    #       - '-foo.bar'
    #
    #   In this case, the user/group will have "foo.foo", "foo.foobar", and so on, but not "foo.bar".
    #
    ##
    #   prefix: and suffix: do not do anything on their own.  You need another outside plugin
    #   such as iChat or HeroChat in order for these to do anything.
    ##
    #
    #   For more info, visit https://github.com/TheYeti/Permissions/wiki/Guide-to-creating-YAML-configs
    #
    ##
    
    groups:
        Default:
            default: true
            info:
                prefix: '[Builder]'
                suffix: ''
                build: true
            inheritance:
        Member:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
                - Default
            permissions:
                - 'warpplugin.warp'
                - 'econplugin.basic.*'
        Moderator:
            default: false
            info:
                prefix: 'Mod'
                suffix: ''
                build: true
            inheritance:
                - Member
            permissions:
                - 'modplugin.ban'
                - 'modplugin.kick'
                - 'modplugin.unban'
        Admins:
            default: false
            info:
                prefix:Admin ''
                suffix: ''
                build: true
            inheritance:
            permissions:
                - '*'
    storageconfig
    Code:
    permissions:
        storage:
            type: YAML
    My server run thing...

    Code:
    151 recipes
    16 achievements
    03:52:26 [INFO] Starting minecraft server version Beta 1.7.3
    03:52:26 [INFO] Loading properties
    03:52:26 [INFO] Starting Minecraft server on *:25565
    03:52:26 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-945-
    g73697a4-b1000jnks (MC: 1.7.3)
    03:52:26 [SEVERE] mapping values are not allowed here
     in "<reader>", line 78, column 19:
                    suffix: ''
                          ^
    
    03:52:26 [SEVERE]       at org.yaml.snakeyaml.scanner.ScannerImpl.fetchValue(Sca
    nnerImpl.java:745)
    03:52:26 [SEVERE]       at org.yaml.snakeyaml.scanner.ScannerImpl.fetchMoreToken
    s(ScannerImpl.java:307)
    03:52:26 [SEVERE]       at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(Sca
    nnerImpl.java:183)
    03:52:26 [SEVERE]       at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappin
    gKey.produce(ParserImpl.java:564)
    03:52:26 [SEVERE]       at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(Parser
    Impl.java:163)
    03:52:26 [SEVERE]       at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(Parse
    rImpl.java:148)
    03:52:26 [SEVERE]       at org.yaml.snakeyaml.composer.Composer.composeMappingNo
    de(Composer.java:228)
    03:52:26 [SEVERE]       at org.yaml.snakeyaml.composer.Composer.composeNode(Comp
    oser.java:160)
    03:52:26 [SEVERE]       at org.yaml.snakeyaml.composer.Composer.composeMappingNo
    de(Composer.java:230)
    03:52:26 [SEVERE]       at org.yaml.snakeyaml.composer.Composer.composeNode(Comp
    oser.java:160)
    03:52:26 [SEVERE]       at org.yaml.snakeyaml.composer.Composer.composeMappingNo
    de(Composer.java:230)
    03:52:26 [SEVERE]       at org.yaml.snakeyaml.composer.Composer.composeNode(Comp
    oser.java:160)
    03:52:26 [SEVERE]       at org.yaml.snakeyaml.composer.Composer.composeDocument(
    Composer.java:122)
    03:52:26 [SEVERE]       at org.yaml.snakeyaml.composer.Composer.getSingleNode(Co
    mposer.java:105)
    03:52:26 [SEVERE]       at org.yaml.snakeyaml.constructor.BaseConstructor.getSin
    gleData(BaseConstructor.java:124)
    03:52:26 [SEVERE]       at org.yaml.snakeyaml.Yaml.load(Yaml.java:264)
    03:52:26 [SEVERE]       at org.bukkit.util.config.Configuration.load(Configurati
    on.java:82)
    03:52:26 [SEVERE]       at com.nijiko.data.YamlGroupStorage.reload(YamlGroupStor
    age.java:179)
    03:52:26 [SEVERE]       at com.nijiko.data.YamlGroupStorage.<init>(YamlGroupStor
    age.java:30)
    03:52:26 [SEVERE]       at com.nijiko.data.YamlCreator.getGroupStorage(YamlCreat
    or.java:57)
    03:52:26 [SEVERE]       at com.nijiko.data.StorageFactory.getGroupStorage(Storag
    eFactory.java:129)
    03:52:26 [SEVERE]       at com.nijiko.permissions.ModularControl.forceLoadWorld(
    ModularControl.java:96)
    03:52:26 [SEVERE]       at com.nijiko.permissions.ModularControl.loadWorld(Modul
    arControl.java:86)
    03:52:27 [SEVERE]       at com.nijiko.permissions.ModularControl.load(ModularCon
    trol.java:114)
    03:52:27 [SEVERE]       at com.nijikokun.bukkit.Permissions.Permissions.setupPer
    missions(Permissions.java:181)
    03:52:27 [SEVERE]       at com.nijikokun.bukkit.Permissions.Permissions.onLoad(P
    ermissions.java:133)
    03:52:27 [SEVERE]       at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftS
    erver.java:131)
    03:52:27 [SEVERE]       at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer
    .java:97)
    03:52:27 [SEVERE]       at net.minecraft.server.ServerConfigurationManager.<init
    >(ServerConfigurationManager.java:51)
    03:52:27 [SEVERE]       at net.minecraft.server.MinecraftServer.init(MinecraftSe
    rver.java:132)
    03:52:27 [SEVERE]       at net.minecraft.server.MinecraftServer.run(MinecraftSer
    ver.java:335)
    03:52:27 [SEVERE]       at net.minecraft.server.ThreadServerApplication.run(Sour
    ceFile:422)
    03:52:27 [SEVERE] [Permissions] Unable to load permission data.
    03:52:27 [SEVERE] [Permissions] Shutting down Permissions due to error(s).
    03:52:27 [INFO] [Permissions] (Yeti) was initialized.
    03:52:27 [INFO] [Permissions] (Yeti) disabled successfully.
    03:52:27 [INFO] Preparing level "Flat Grass World"
    03:52:27 [INFO] Preparing start region for level 0 (Seed: 1753912864557303808)
    03:52:28 [INFO] Preparing spawn area: 44%
    03:52:29 [INFO] Preparing start region for level 1 (Seed: 7238548514629358375)
    03:52:29 [INFO] Preparing spawn area: 0%
    03:52:30 [INFO] Preparing spawn area: 44%
    03:52:31 [INFO] Preparing spawn area: 93%
    03:52:31 [INFO] [Alerter] ALERTER v1.24 is enabled! created by: Patrick_pk91
    03:52:31 [SEVERE] Error occurred while enabling Alerter v1.24 (Is it up to date?
    ): com/nijikokun/bukkit/Permissions/Permissions
    java.lang.NoClassDefFoundError: com/nijikokun/bukkit/Permissions/Permissions
            at me.Patrick_pk91.alerter.Alerter.setupPermissions(Alerter.java:179)
            at me.Patrick_pk91.alerter.Alerter.onEnable(Alerter.java:83)
            at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
            at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader
    .java:878)
            at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManage
    r.java:272)
            at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:162)
            at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:146
    )
            at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:284)
            at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:271)
            at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:148)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.lang.ClassNotFoundException: com.nijikokun.bukkit.Permissions.Pe
    rmissions
            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)
            ... 12 more
    03:52:32 [INFO] [Jail] Loaded 0 jail zones.
    03:52:32 [INFO] [Jail] Loaded 0 prisoners.
    03:52:32 [INFO] [Jail] Loaded 0 cells.
    03:52:32 [INFO] [AdminCmd] Plugin Enabled. (version 5.6.3)
    03:52:32 [INFO] Server permissions file permissions.yml is empty, ignoring it
    03:52:32 [INFO] Done (0.555s)! For help, type "help" or "?"
    >
    I'm a noob with Bukkit and I'm extremely sorry if I posted this in the wrong section but if anyone can help at all I'd be extremely grateful. Thanks in advance.
     
  5. Offline

    Jeyge

    Code:
                prefix:Admin ''
    
    Admin needs to be inside the quotes.
     
  6. Offline

    Revenger

    You keep saying this but you are misinformed as they do work as of 3.1.6 as per my request on the tracker, they just need to be set up right.

    My files which work fine on essentials for prefix/suffix and I have put allot of support in to get these requests and fixes as you guys may know.

    Global Groups
    Code:
    groups:
        Guest:
            default: true
            info:
                prefix: '&f[Guest]'
                suffix: ''
                build: false
            inheritance:
            permissions:
    Global Users
    Code:
        User:
            permissions:
            groups:
            - ?,group
    World Groups
    Code:
    groups:
        Guest:
            info:
                prefix: '&f'
                build: false
            inheritance:
            - '*,Guest'
            permissions:
    World Users - Blank and auto populated

    So global files are perfectly fine if setup properly and no reason why players shouldn't use them. I probably don't need that info section in the world groups tbh but doesn't hurt to have it there.

    Only issue that there is with 3.1.6 is you cannot negate any permission from anything (even non global files are affected with negating with 'world-inheritance:' which is the storage config info to allow changes and subtractions) after the change from 3.1.5 to allow prefix's and suffix's from globals as grouping worked but not the prefix/suffix, which I was hoping this negating issue would have been fixed by now but its not and the dev is nowhere to been seen and no commits nothing from him.

    I have this prefix and most permissions apart from negating working perfectly fine on a 8 world system with 7 worlds going to be used as one is a test world, I can easily show you on request as its a development system. Some permissions are global no matter what world you try to assign them like /money etc so I assign all those to global anyway and deal with the drawbacks and limitations.

    And most permissions and all users apart from globals are blank as theirs no way I'm going to setup 7-8 worlds with everything.

    Only reason its still in development is the fact not all permissions are working like negating and we have been working every day kinda the last 3-4 months on the setup trying to get it complete. (Yes that is a very long time to wait for developers mainly permissions to get there plugins fixed and working properly)
     
    ACStache likes this.
  7. Offline

    TheCamachoNater

    If I Have 2 Groups With One User, Only The First Group's prefix/suffix Works. How Do I Make It So Both prefix/suffix Work?
     
  8. Offline

    Jeyge

    I'm confused as to what you and ACStache are suggesting that I do when I'm helping people? Should I be pointing them to the global files even though they cause a lot of problems for people if they aren't set up correctly? Perhaps I should point them to the wiki topic on it? Or are you thinking that I really am misinformed and that I haven't been able to make it work myself so I just tell everyone not to use them. You and I both have been here from the very beginning of 3.0 so we both had an advantage when it came to the global files and it wasn't hard getting them to work correctly. But that hasn't been true for everyone.

    You would need a chat plugin which has been changed to support the multi-group part of Permissions and I don't think there is one out there yet.

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

    Raz0r.

    I removed the tabs, but it says it can't connect to permissions and that permissions get shut off for some reason. All my plugins should be compatible with it so i don't know what may be wrong this time.
     
  10. Offline

    chrcms

    Maybe its just me, but how do I move a person from one group to another ingame?
     
  11. Offline

    Revenger

    I think players need to be informed the best way they can deal with there individual situations.

    I didn't know if you were just giving advice to stay away from globals based on what you heard or if you didn't really know what was fixed in last update with the prefixes but that has a negative affect as mentioned that update.

    Globals are fine to use on 1 or more worlds or if the player wants to expand later and isn't too complex to setup. But as mentioned its the needs of every player that needs to be taken into account.

    As for the wiki it has never been that easy to follow even for me when first put up and as we can see allot of people still come here complain when it tells them where the error in the file. So the wiki needs to be overhauled by people to be cleaner easier with examples like my post I think about 100 pages back now.

    As it is I still don't know how to promote on global files with a command lol as I'm used to permissions plus '/promote username' and for those wanting just globals with that inheritance tag I would like to do just that.

    like above ZeusOGaming people like him post a log with the actual permissions telling him what line and column the error is on.
    Errors like these that list the actual line and column are usually syntax problems caused by spacing or incorrect characters where it tells you the error is so please check there first as that takes up a good I would say about 60-70% of all support requests for permissions even in 2.x this was the case.

    In reality because permissions seems to have the most problems out of every plugin for simple mistakes in file parsing there needs to be some built in auto system that just either redoes the file for people making tabs into spaces etc or just spams the console fix your spacing issue at line bla bla.

    If they run 1 world then obviously its better to use a single world file but if they run 2 or more depending if both worlds are equal or ones a sub either global or world inheritance tag depending its a direct sub or equal value.

    So for those reading:
    1 world - stick with the local world file.
    2 worlds ore more of equal status and commands equal - use globals
    1 main world with 1 subworld use either global or inheritance based on your need.
    Main + nether use worldcopy its allot easier and just set everything up on main world and leave the nether files blank this is if you want a exact copy if you want changes for nether world inheritance is the way to go on v3.1.5.
    More worlds then 2 or a basic setup then you really need a combination based on your requirement and want to negate nodes and have global groups and users then you cannot do it currently as I am myself still waiting.

    If you need negation of nodes that is removal in a world file from a inheritance stick with 3.1.5 if you are not going to use prefixes or suffices.

    NOTE prefixes will ONLY work from world files on 3.1.5 as there taken from the world users file meaning you need to maintain a user file list for every world and have the info in the local files.
     
  12. Offline

    TheCamachoNater

    Oh Dang it
     
  13. Offline

    ZeusOGaming

    I love you. <3
     
  14. Offline

    registered

    hello
    first: sorry for my bad english :D
    I have a problem I bought a online server from nitrado.net
    I have installed permissions and now I'm going to connect it with Mysql
    It works with Mysql but i only can use a-z 1-9 and - in the console so I don't can me give permsissions to set ther permissions...
     
  15. Offline

    Jeyge

    You'll need to post the errors or the log each time you get them so I'll know how to help you.
    You can either promote them or move them with "parents add"/"parents remove". I would suggest using promote but take a look at the chat commands topic on the wiki.
    Are you meaning because you can't type a .? If so, then that shouldn't be much of a problem as the main reason to run with the SQL version is to hook it up to a website or some other management software.
     
  16. Offline

    Demonofbirth

    The Default group I have build set to false but they can still build :I

    edit: fixed
     
  17. Offline

    maller

    Are you planing to make bridge from bukkitpermissions ? so that plugins that are only compatible bukkitpermissions also can work with permissions ?
     
  18. Offline

    ZafireCondor

    Ok, so i have a problem, whenever i start my server it generates an EMPTY "permissions.yml" file in my server directory. The permissions work fine until i reload/restart the server then it says, "permissions.yml file is empty, ignoring." and when i join the permissions no longer work. I could deal with this with deleting the empty permissions.yml before i start up every time, but then i can't reload or it'll break. Please Help, thank you

    ~ZafireCondor~
     
  19. Offline

    Jany95

    this permission version is shit... dude, srsly you say nothing how to make the groups and so on, there is no example in the config and the tutorial is just crap, becausethe guy talks like he is awake for 24 hours and drunk. i understand NOTHING the permission that theyeti made alone were better, there were examples and he explained the config

    edit the plugin creates the examples when he wants (got a server from nitrado.net), sry for flaming
     
  20. Offline

    Jeyge

    This plugin doesn't have anything to do with the permissions.yml file in the main directory so if you are having problems with it, it is from another plugin. Post your server.log, permissions yml files and exactly what is broken and I'll see if I can figure out what is wrong.
     
  21. Offline

    WayneMC

    How can I color my name but keep it so I can build?
     
  22. Offline

    Spinner0205

    I receive the following;

    Code:
    2011-07-31 17:17:17 [SEVERE] java.lang.IllegalAccessError: tried to access class com.nijiko.permissions.ModularControl$1RefreshTask from class com.nijiko.permissions.ModularControl
    2011-07-31 17:17:17 [SEVERE]     at com.nijiko.permissions.ModularControl.<init>(ModularControl.java:54)
    2011-07-31 17:17:17 [SEVERE]     at com.nijikokun.bukkit.Permissions.Permissions.setupPermissions(Permissions.java:180)
    2011-07-31 17:17:17 [SEVERE]     at com.nijikokun.bukkit.Permissions.Permissions.onLoad(Permissions.java:138)
    2011-07-31 17:17:17 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:131)
    2011-07-31 17:17:17 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:97)
    2011-07-31 17:17:17 [SEVERE]     at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:51)
    2011-07-31 17:17:17 [SEVERE]     at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:132)
    2011-07-31 17:17:17 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
    2011-07-31 17:17:17 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-07-31 17:17:17 [SEVERE] [Permissions] Unable to load permission data.
    2011-07-31 17:17:17 [INFO] [Permissions] Shutting down Permissions due to error(s).
    Whenever I enable any of the following plugins in my plugins folder.

    SimpleSave
    WorldEdit
    MyWarp
    MCBans
    Stargate
    NoCheat
    and some other small time ones

    I can go into any of these plugin archives and search the MANIFEST.MF file but it does not have a Permissions.jar in the Class-Path entry at all. Is this a bug yet to be fixed?
     
  23. Offline

    TheCamachoNater

    U use /pr [name] parents add (or remove) [group]
    But I prefere U Use PermissionsPlus the commands are easier to understand
     
  24. Offline

    Cyberpew

    For some reason, Permissions is not applying ranks to players nor is prefixes applying.. All was working well until I got back from the weekend.

    Here is my server.log upon startup:

    Code:
    2011-07-31 21:44:54 [INFO] Starting minecraft server version Beta 1.7.3
    2011-07-31 21:44:54 [INFO] Loading properties
    2011-07-31 21:44:54 [INFO] Starting Minecraft server on *:25565
    2011-07-31 21:44:54 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-945-g73697a4-b1000jnks (MC: 1.7.3)
    2011-07-31 21:44:57 [INFO] [Permissions] (Yeti) was initialized.
    2011-07-31 21:44:57 [INFO] [Permissions] version [3.1.6] (Yeti)  loaded
    2011-07-31 21:44:57 [INFO] Preparing level "world"
    2011-07-31 21:44:57 [INFO] Preparing start region for level 0 (Seed: 7796356038966580858)
    2011-07-31 21:44:58 [INFO] Preparing spawn area: 65%
    2011-07-31 21:44:59 [INFO] Preparing start region for level 1 (Seed: -8679305481919360336)
    2011-07-31 21:44:59 [INFO] Preparing spawn area: 57%
    2011-07-31 21:45:01 [INFO] [VoxelSniper] Config loaded
    2011-07-31 21:45:01 [INFO] VoxelSniper version 4.753 is enabled! Snipe away.
    2011-07-31 21:45:01 [INFO] [HeroChat] HeroChat version 4.10.3 enabled.
    2011-07-31 21:45:01 [INFO] [HeroChat] Permissions 3.1.6 found.
    2011-07-31 21:45:01 [INFO] DailyBonus is running!
    2011-07-31 21:45:01 [INFO] [DailyBonus] Permissions version 3.1.6 loaded.
    2011-07-31 21:45:01 [INFO] AntiCreeper v1.5 (with AntiTNT) - by Rothens
    2011-07-31 21:45:01 [INFO] Anticreeper v1.5 (with AntiTNT) - STARTED
    2011-07-31 21:45:01 [INFO] [BBROTHER] ------------------------------------
    2011-07-31 21:45:01 [INFO] [BBROTHER] Hello, and thank you for using the TESTING version of BigBrother!
    2011-07-31 21:45:01 [INFO] [BBROTHER] Please note that, since this is far from complete, there will be many bugs.
    2011-07-31 21:45:01 [INFO] [BBROTHER] IF YOU FIND ANY BUGS, PLEASE REPORT THEM ON http://bugs.nexisonline.net/bb
    2011-07-31 21:45:01 [INFO] [BBROTHER] Please stay tuned in irc.esper.net #bigbrother for updates and build notifications.
    2011-07-31 21:45:01 [INFO] [BBROTHER] ------------------------------------
    2011-07-31 21:45:02 [INFO] [BBROTHER] Building `bbdata` table...
    2011-07-31 21:45:02 [INFO] [BBROTHER] BBData H2 Driver r1 loaded!
    2011-07-31 21:45:02 [INFO] [BBROTHER] Building `bbworlds` table...
    2011-07-31 21:45:02 [INFO] [BBROTHER] Building `bbactions` table...
    2011-07-31 21:45:02 [INFO] [BBROTHER] Action #1 - BrokenBlock
    2011-07-31 21:45:02 [INFO] [BBROTHER] Action #2 - PlacedBlock
    2011-07-31 21:45:02 [INFO] [BBROTHER] Action #3 - DestroySignText
    2011-07-31 21:45:02 [INFO] [BBROTHER] Action #4 - Teleport
    2011-07-31 21:45:02 [INFO] [BBROTHER] Action #5 - DeltaChest
    2011-07-31 21:45:02 [INFO] [BBROTHER] Action #6 - Command
    2011-07-31 21:45:02 [INFO] [BBROTHER] Action #7 - Chat
    2011-07-31 21:45:02 [INFO] [BBROTHER] Action #8 - Disconnect
    2011-07-31 21:45:02 [INFO] [BBROTHER] Action #9 - Login
    2011-07-31 21:45:02 [INFO] [BBROTHER] Action #10 - DoorOpen
    2011-07-31 21:45:02 [INFO] [BBROTHER] Action #11 - ButtonPress
    2011-07-31 21:45:02 [INFO] [BBROTHER] Action #12 - LeverSwitch
    2011-07-31 21:45:02 [INFO] [BBROTHER] Action #13 - CreateSignText
    2011-07-31 21:45:02 [INFO] [BBROTHER] Action #14 - LeafDecay
    2011-07-31 21:45:02 [INFO] [BBROTHER] Action #15 - FlintAndSteel
    2011-07-31 21:45:02 [INFO] [BBROTHER] Action #16 - TNTExplosion
    2011-07-31 21:45:02 [INFO] [BBROTHER] Action #17 - CreeperExplosion
    2011-07-31 21:45:02 [INFO] [BBROTHER] Action #18 - MiscExplosion
    2011-07-31 21:45:02 [INFO] [BBROTHER] Action #19 - ChestOpen
    2011-07-31 21:45:02 [INFO] [BBROTHER] Action #20 - BlockBurn
    2011-07-31 21:45:02 [INFO] [BBROTHER] Action #21 - Flow
    2011-07-31 21:45:02 [INFO] [BBROTHER] Action #22 - DropItem
    2011-07-31 21:45:02 [INFO] [BBROTHER] Action #23 - PickupItem
    2011-07-31 21:45:02 [INFO] [BBROTHER] Action #24 - SignDestroyed
    2011-07-31 21:45:02 [INFO] [BBROTHER] Action #25 - Heartbeat
    2011-07-31 21:45:02 [INFO] [BBROTHER] Action #26 - BlockPistoned
    2011-07-31 21:45:02 [INFO] [BBROTHER] Building `bbusers` table...
    2011-07-31 21:45:02 [INFO] [BBROTHER] Permissions enabled using: Permissions v3.1.6
    2011-07-31 21:45:02 [WARNING] [BBROTHER] 'Help' isn't detected. No /help support
    2011-07-31 21:45:02 [INFO] [BBROTHER] BigBrother 1.10.1-SNAPSHOT (build #648) enabled!
    2011-07-31 21:45:02 [INFO] [FalseBook Core] FalseBookCore v0.87alpha DEV#3 by GeMo enabled!
    2011-07-31 21:45:03 [INFO] [iConomy] Logging is currently disabled.
    2011-07-31 21:45:03 [INFO] [iConomy] v5.01 (Eruanna) loaded.
    2011-07-31 21:45:03 [INFO] [iConomy] Developed by: [Nijikokun]
    2011-07-31 21:45:03 [INFO] [DailyBonus] iConomy version 5 loaded.
    2011-07-31 21:45:03 [INFO] [iConomy] hooked into Permissions.
    2011-07-31 21:45:03 [INFO] [MagicCarpet] MagicCarpet version 1.5.6 is enabled!
    2011-07-31 21:45:03 [INFO] [MagicCarpet] Take yourself wonder by wonder, using /magiccarpet or /mc.
    2011-07-31 21:45:03 [INFO] [MagicCarpet] Using Permissions.
    2011-07-31 21:45:03 [INFO] [Regios] - v3.6_1.0 - Permissions support enabled
    2011-07-31 21:45:03 [INFO] [Regios] - v3.6_1.0 - Initialising SQL tables...
    2011-07-31 21:45:03 [INFO] [Regios] - v3.6_1.0 - [9] Regions loaded from database
    2011-07-31 21:45:04 [INFO] [AU][Regios] You are running the latest version of Regios.
    2011-07-31 21:45:04 [INFO] [Regios] Loaded world configuration and protection for 2 worlds successfully!
    2011-07-31 21:45:04 [INFO] [Regios] iConomy support enabled!
    2011-07-31 21:45:04 [INFO] OceanWorld v0.1.1 is now enabled!
    2011-07-31 21:45:04 [INFO] Preparing start region for level 2 (Seed: 7041081965453097509)
    2011-07-31 21:45:06 [INFO] FalseBookCart v0.87alpha DEV#3 by GeMo enabled
    2011-07-31 21:45:06 [INFO] Activating skylands world
    2011-07-31 21:45:06 [INFO] Preparing start region for level 3 (Seed: 7796356038966580858)
    2011-07-31 21:45:08 [INFO] Stargate v.0.5.5 is enabled.
    2011-07-31 21:45:08 [INFO] [Stargate] Loaded 1 gate layouts
    2011-07-31 21:45:08 [INFO] [Stargate] {world} Loaded 1 stargates with 0 set as always-on
    2011-07-31 21:45:08 [INFO] [Stargate] {world_nether} No stargates for world
    2011-07-31 21:45:08 [INFO] [Stargate] {OceanWorld} Loaded 1 stargates with 0 set as always-on
    2011-07-31 21:45:08 [INFO] [Stargate] {world_skylands} Loaded 1 stargates with 0 set as always-on
    2011-07-31 21:45:08 [INFO] [Stargate] Found Permissions (v3.1.6)
    2011-07-31 21:45:08 [INFO] FalseBookExtra v0.87alpha DEV#3 by GeMo enabled
    2011-07-31 21:45:08 [INFO] [FalseBook Block] 3100 Books loaded!
    2011-07-31 21:45:08 [INFO] FalseBookBlock v0.87alpha DEV#3 by GeMo enabled
    2011-07-31 21:45:08 [INFO] [FalseBook Block] 2 Cauldrons successfully loaded.
    2011-07-31 21:45:08 [INFO] [MultiVerse] Permissions Found
    2011-07-31 21:45:08 [INFO] [MultiVerse] - Version 1.7.2 Enabled
    2011-07-31 21:45:08 [INFO] [MultiVerse] Found iConomy, enabling payments.
    2011-07-31 21:45:08 [INFO] [MultiVerse] Loading World & Settings - 'world_nether' - NETHER
    2011-07-31 21:45:08 [INFO] [MultiVerse] Loading World & Settings - 'roleplay' - NORMAL
    2011-07-31 21:45:08 [INFO] Preparing start region for level 4 (Seed: 4194314352853246335)
    2011-07-31 21:45:09 [INFO] Preparing spawn area for roleplay, 97%
    2011-07-31 21:45:09 [INFO] [Stargate] {roleplay} No stargates for world
    2011-07-31 21:45:09 [INFO] [MultiVerse] Loading World & Settings - 'world' - NORMAL
    2011-07-31 21:45:09 [INFO] [MultiVerse] Loading World & Settings - 'survival' - NORMAL
    2011-07-31 21:45:10 [INFO] Preparing start region for level 5 (Seed: -6874375934171997387)
    2011-07-31 21:45:10 [INFO] [Stargate] {survival} Loaded 1 stargates with 0 set as always-on
    2011-07-31 21:45:11 [INFO] [MultiVerse] 4 - World(s) loaded.
    2011-07-31 21:45:11 [INFO] [MultiVerse] Loading Portals
    2011-07-31 21:45:11 [INFO] [MultiVerse] 0 - Portal(s) loaded.
    2011-07-31 21:45:11 [INFO] Loaded vote listener: FlatfileVoteListener
    2011-07-31 21:45:11 [INFO] Loaded vote listener: iConomyListener
    2011-07-31 21:45:11 [INFO] Votifier enabled.
    2011-07-31 21:45:14 [INFO] Loaded Essentials build 2.4.2 by Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans and Xeology
    2011-07-31 21:45:14 [INFO] [Essentials] Payment method found (iConomy version: 5)
    2011-07-31 21:45:14 [INFO] Lockette version 1.3.8 is being enabled!  Yay!  (Core version 1.0)
    2011-07-31 21:45:14 [INFO] Lockette: Detected craftbukkit build [1000] ok.
    2011-07-31 21:45:14 [INFO] Lockette: Linked to Permissions plugin version 3.1.6
    2011-07-31 21:45:14 [INFO] Lockette: Using ops file for admin permissions.
    2011-07-31 21:45:14 [INFO] Lockette: Ready to protect your containers.
    2011-07-31 21:45:14 [INFO] ServerSave: Save interval is: 600 seconds.
    2011-07-31 21:45:14 [INFO] ServerSave: ServerSave enabled!
    2011-07-31 21:45:14 [INFO] [MineBackup] ThisIsAreku present MINEBACKUP, v0.4.5.1
    2011-07-31 21:45:14 [INFO] [MineBackup] 4 worlds loaded.
    2011-07-31 21:45:14 [INFO] [MineBackup]  + 0 backup(s) deleted
    2011-07-31 21:45:14 [INFO] [MineBackup] sucessfully loaded version 0.4.5.1
    2011-07-31 21:45:14 [INFO] FalseBookIC v0.87alpha DEV#3 by GeMo enabled
    2011-07-31 21:45:14 [INFO] [FalseBook Chat] 0 ChatRooms loaded.
    2011-07-31 21:45:14 [INFO] FalseBookChat v0.87alpha DEV#2 by GeMo enabled
    2011-07-31 21:45:14 [INFO] [LazyRoad] : Version 0.5.1 is enabled!
    2011-07-31 21:45:14 [INFO] [NearestSpawn] Successfully linked with Permissions.
    2011-07-31 21:45:14 [INFO] Preparing start region for level 6 (Seed: -8551631940445109156)
    2011-07-31 21:45:15 [INFO] [Stargate] {space} Loaded 11 stargates with 0 set as always-on
    2011-07-31 21:45:16 [INFO] [StyxSpace] Found and will use plugin Permissions v3.1.6
    2011-07-31 21:45:16 [INFO] [StyxSpace] Enabled version 1.0 [Graduation]
    2011-07-31 21:45:16 [INFO] Loaded EssentialsSpawn build 2.4.2 by Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans and Xeology
    2011-07-31 21:45:16 [INFO] [dynmap] Using environment as template: normal
    2011-07-31 21:45:16 [INFO] [dynmap] Configuration of world world
    2011-07-31 21:45:16 [INFO] [dynmap] center: org.dynmap.ConfigurationNode@44ed7be0
    2011-07-31 21:45:16 [INFO] [dynmap] enabled: true
    2011-07-31 21:45:16 [INFO] [dynmap] title: world
    2011-07-31 21:45:16 [INFO] [dynmap] maps: [{class=org.dynmap.flat.FlatMap, name=flat, title=Flat, prefix=flat, colorscheme=default, textured=smooth}, {class=org.dynmap.kzedmap.KzedMap, renderers=[{class=org.dynmap.kzedmap.DefaultTileRenderer, name=surface, title=Surface, prefix=t, maximumheight=127, colorscheme=default}, {class=org.dynmap.kzedmap.CaveTileRenderer, name=cave, title=Cave, prefix=ct, maximumheight=127}]}]
    2011-07-31 21:45:16 [INFO] [dynmap] name: world
    2011-07-31 21:45:16 [INFO] [dynmap] Loading maps of world 'world'...
    2011-07-31 21:45:16 [INFO] [dynmap] Loading renderers for map 'class org.dynmap.kzedmap.KzedMap'...
    2011-07-31 21:45:16 [INFO] [dynmap] Loaded 2 renderers for map 'class org.dynmap.kzedmap.KzedMap'.
    2011-07-31 21:45:16 [INFO] [dynmap] Loaded 2 maps of world 'world'.
    2011-07-31 21:45:16 [INFO] [dynmap] Using environment as template: nether
    2011-07-31 21:45:16 [INFO] [dynmap] Configuration of world world_nether
    2011-07-31 21:45:16 [INFO] [dynmap] center: org.dynmap.ConfigurationNode@748ccd81
    2011-07-31 21:45:16 [INFO] [dynmap] enabled: true
    2011-07-31 21:45:16 [INFO] [dynmap] title: world_nether
    2011-07-31 21:45:16 [INFO] [dynmap] maps: [{class=org.dynmap.flat.FlatMap, name=flat, title=Flat, prefix=flat, colorscheme=default, background=#300806, textured=smooth}, {class=org.dynmap.kzedmap.KzedMap, renderers=[{class=org.dynmap.kzedmap.DefaultTileRenderer, name=nether, title=Surface, prefix=nt, maximumheight=127, colorscheme=default, background=#300806}]}]
    2011-07-31 21:45:16 [INFO] [dynmap] name: world_nether
    2011-07-31 21:45:16 [INFO] [dynmap] Loading maps of world 'world_nether'...
    2011-07-31 21:45:16 [INFO] [dynmap] Loading renderers for map 'class org.dynmap.kzedmap.KzedMap'...
    2011-07-31 21:45:16 [INFO] [dynmap] Loaded 1 renderers for map 'class org.dynmap.kzedmap.KzedMap'.
    2011-07-31 21:45:16 [INFO] [dynmap] Loaded 2 maps of world 'world_nether'.
    2011-07-31 21:45:16 [INFO] [dynmap] Using environment as template: normal
    2011-07-31 21:45:16 [INFO] [dynmap] Configuration of world OceanWorld
    2011-07-31 21:45:16 [INFO] [dynmap] center: org.dynmap.ConfigurationNode@48080bee
    2011-07-31 21:45:16 [INFO] [dynmap] enabled: true
    2011-07-31 21:45:16 [INFO] [dynmap] title: OceanWorld
    2011-07-31 21:45:16 [INFO] [dynmap] maps: [{class=org.dynmap.flat.FlatMap, name=flat, title=Flat, prefix=flat, colorscheme=default, textured=smooth}, {class=org.dynmap.kzedmap.KzedMap, renderers=[{class=org.dynmap.kzedmap.DefaultTileRenderer, name=surface, title=Surface, prefix=t, maximumheight=127, colorscheme=default}, {class=org.dynmap.kzedmap.CaveTileRenderer, name=cave, title=Cave, prefix=ct, maximumheight=127}]}]
    2011-07-31 21:45:16 [INFO] [dynmap] name: OceanWorld
    2011-07-31 21:45:16 [INFO] [dynmap] Loading maps of world 'OceanWorld'...
    2011-07-31 21:45:16 [INFO] [dynmap] Loading renderers for map 'class org.dynmap.kzedmap.KzedMap'...
    2011-07-31 21:45:16 [INFO] [dynmap] Loaded 2 renderers for map 'class org.dynmap.kzedmap.KzedMap'.
    2011-07-31 21:45:16 [INFO] [dynmap] Loaded 2 maps of world 'OceanWorld'.
    2011-07-31 21:45:16 [INFO] [dynmap] Using environment as template: skylands
    2011-07-31 21:45:16 [INFO] [dynmap] Configuration of world world_skylands
    2011-07-31 21:45:16 [INFO] [dynmap] center: org.dynmap.ConfigurationNode@8475b34
    2011-07-31 21:45:16 [INFO] [dynmap] enabled: true
    2011-07-31 21:45:16 [INFO] [dynmap] title: world_skylands
    2011-07-31 21:45:16 [INFO] [dynmap] maps: [{class=org.dynmap.flat.FlatMap, name=flat, title=Flat, prefix=flat, colorscheme=default, backgroundday=#153E7E, backgroundnight=#000000, textured=smooth}, {class=org.dynmap.kzedmap.KzedMap, renderers=[{class=org.dynmap.kzedmap.DefaultTileRenderer, name=skylands, title=Surface, prefix=st, maximumheight=127, colorscheme=default, backgroundday=#153E7E, backgroundnight=#000000, night-and-day=true, shadowstrength=1.0, ambientlight=4}]}]
    2011-07-31 21:45:16 [INFO] [dynmap] name: world_skylands
    2011-07-31 21:45:16 [INFO] [dynmap] Loading maps of world 'world_skylands'...
    2011-07-31 21:45:16 [INFO] [dynmap] Loading renderers for map 'class org.dynmap.kzedmap.KzedMap'...
    2011-07-31 21:45:16 [INFO] [dynmap] Loaded 1 renderers for map 'class org.dynmap.kzedmap.KzedMap'.
    2011-07-31 21:45:16 [INFO] [dynmap] Loaded 2 maps of world 'world_skylands'.
    2011-07-31 21:45:16 [INFO] [dynmap] Using environment as template: normal
    2011-07-31 21:45:16 [INFO] [dynmap] Configuration of world roleplay
    2011-07-31 21:45:16 [INFO] [dynmap] center: org.dynmap.ConfigurationNode@4b4b72b
    2011-07-31 21:45:16 [INFO] [dynmap] enabled: true
    2011-07-31 21:45:16 [INFO] [dynmap] title: roleplay
    2011-07-31 21:45:16 [INFO] [dynmap] maps: [{class=org.dynmap.flat.FlatMap, name=flat, title=Flat, prefix=flat, colorscheme=default, textured=smooth}, {class=org.dynmap.kzedmap.KzedMap, renderers=[{class=org.dynmap.kzedmap.DefaultTileRenderer, name=surface, title=Surface, prefix=t, maximumheight=127, colorscheme=default}, {class=org.dynmap.kzedmap.CaveTileRenderer, name=cave, title=Cave, prefix=ct, maximumheight=127}]}]
    2011-07-31 21:45:16 [INFO] [dynmap] name: roleplay
    2011-07-31 21:45:16 [INFO] [dynmap] Loading maps of world 'roleplay'...
    2011-07-31 21:45:16 [INFO] [dynmap] Loading renderers for map 'class org.dynmap.kzedmap.KzedMap'...
    2011-07-31 21:45:16 [INFO] [dynmap] Loaded 2 renderers for map 'class org.dynmap.kzedmap.KzedMap'.
    2011-07-31 21:45:16 [INFO] [dynmap] Loaded 2 maps of world 'roleplay'.
    2011-07-31 21:45:16 [INFO] [dynmap] Using environment as template: normal
    2011-07-31 21:45:16 [INFO] [dynmap] Configuration of world survival
    2011-07-31 21:45:16 [INFO] [dynmap] center: org.dynmap.ConfigurationNode@74656a76
    2011-07-31 21:45:16 [INFO] [dynmap] enabled: true
    2011-07-31 21:45:16 [INFO] [dynmap] title: survival
    2011-07-31 21:45:16 [INFO] [dynmap] maps: [{class=org.dynmap.flat.FlatMap, name=flat, title=Flat, prefix=flat, colorscheme=default, textured=smooth}, {class=org.dynmap.kzedmap.KzedMap, renderers=[{class=org.dynmap.kzedmap.DefaultTileRenderer, name=surface, title=Surface, prefix=t, maximumheight=127, colorscheme=default}, {class=org.dynmap.kzedmap.CaveTileRenderer, name=cave, title=Cave, prefix=ct, maximumheight=127}]}]
    2011-07-31 21:45:16 [INFO] [dynmap] name: survival
    2011-07-31 21:45:16 [INFO] [dynmap] Loading maps of world 'survival'...
    2011-07-31 21:45:16 [INFO] [dynmap] Loading renderers for map 'class org.dynmap.kzedmap.KzedMap'...
    2011-07-31 21:45:16 [INFO] [dynmap] Loaded 2 renderers for map 'class org.dynmap.kzedmap.KzedMap'.
    2011-07-31 21:45:16 [INFO] [dynmap] Loaded 2 maps of world 'survival'.
    2011-07-31 21:45:16 [INFO] [dynmap] Using environment as template: normal
    2011-07-31 21:45:16 [INFO] [dynmap] Configuration of world space
    2011-07-31 21:45:16 [INFO] [dynmap] center: org.dynmap.ConfigurationNode@2e30a4ad
    2011-07-31 21:45:16 [INFO] [dynmap] enabled: true
    2011-07-31 21:45:16 [INFO] [dynmap] title: space
    2011-07-31 21:45:16 [INFO] [dynmap] maps: [{class=org.dynmap.flat.FlatMap, name=flat, title=Flat, prefix=flat, colorscheme=default, textured=smooth}, {class=org.dynmap.kzedmap.KzedMap, renderers=[{class=org.dynmap.kzedmap.DefaultTileRenderer, name=surface, title=Surface, prefix=t, maximumheight=127, colorscheme=default}, {class=org.dynmap.kzedmap.CaveTileRenderer, name=cave, title=Cave, prefix=ct, maximumheight=127}]}]
    2011-07-31 21:45:16 [INFO] [dynmap] name: space
    2011-07-31 21:45:16 [INFO] [dynmap] Loading maps of world 'space'...
    2011-07-31 21:45:16 [INFO] [dynmap] Loading renderers for map 'class org.dynmap.kzedmap.KzedMap'...
    2011-07-31 21:45:16 [INFO] [dynmap] Loaded 2 renderers for map 'class org.dynmap.kzedmap.KzedMap'.
    2011-07-31 21:45:16 [INFO] [dynmap] Loaded 2 maps of world 'space'.
    2011-07-31 21:45:16 [INFO] [dynmap] Web server is permitting symbolic links
    2011-07-31 21:45:16 [INFO] [dynmap] HeroChat support configured
    2011-07-31 21:45:16 [INFO] [dynmap] HeroChat integration active
    2011-07-31 21:45:16 [INFO] [dynmap] Loaded 9 components.
    2011-07-31 21:45:16 [INFO] [dynmap] Dynmap WebServer started on null:8123
    2011-07-31 21:45:16 [INFO] [dynmap] version 0.19.2 is enabled
    2011-07-31 21:45:16 [INFO] Superpickaxe v0.3 by DiddiZ enabled
    2011-07-31 21:45:16 [INFO] [MobArena] Payment method found (iConomy version: 5)
    2011-07-31 21:45:16 [INFO] [MobArena] v0.93.4 enabled.
    2011-07-31 21:45:16 [INFO] (NoCheat) Did you know? NoCheat now supports the new Bukkit-Permission system. You can activate it in the config file.
    2011-07-31 21:45:16 [INFO] (NoCheat) Did you know? There will be a change in the near future to how movement in CraftBukkit works, which will break NoCheats moving-check(s) completely, causing tons of false positives. Be careful if you tend to run bleeding edge builds of CraftBukkit.
    2011-07-31 21:45:16 [INFO] (NoCheat) Did you know? This version of NoCheat was written for CraftBukkit RB 1000, but may still work for some older or newer versions.
    2011-07-31 21:45:16 [INFO] (NoCheat) Did you know? You can find detailed information about all configuration options of NoCheat in the file "descriptions.txt" in your "plugins/NoCheat" folder
    2011-07-31 21:45:16 [INFO] (NoCheat) Did you know? You can deactivate these Messages in the config file, if they annoy you.
    2011-07-31 21:45:16 [INFO] [NoCheat] version [1.11b] couldn't find CrafTIRC plugin. Disabling logging to IRC.
    2011-07-31 21:45:16 [INFO] [NoCheat] version [1.11b] is enabled with the following checks: moving speedhack airbuild nuke fakesneak fastswim
    2011-07-31 21:45:16 [INFO] Server permissions file permissions.yml is empty, ignoring it
    2011-07-31 21:45:16 [INFO] Done (1.917s)! For help, type "help" or "?"
    2011-07-31 21:45:17 [INFO] Preparing start region for level 7 (Seed: -9124425036670224263)
    2011-07-31 21:45:18 [INFO] Preparing spawn area for dungeon, 97%
    2011-07-31 21:45:18 [INFO] [Stargate] {dungeon} Loaded 1 stargates with 0 set as always-on
    2011-07-31 21:45:18 [INFO] [dynmap] Using environment as template: normal
    2011-07-31 21:45:18 [INFO] [dynmap] Configuration of world dungeon
    2011-07-31 21:45:18 [INFO] [dynmap] center: org.dynmap.ConfigurationNode@1fbdb5e
    2011-07-31 21:45:18 [INFO] [dynmap] enabled: true
    2011-07-31 21:45:18 [INFO] [dynmap] title: dungeon
    2011-07-31 21:45:18 [INFO] [dynmap] maps: [{class=org.dynmap.flat.FlatMap, name=flat, title=Flat, prefix=flat, colorscheme=default, textured=smooth}, {class=org.dynmap.kzedmap.KzedMap, renderers=[{class=org.dynmap.kzedmap.DefaultTileRenderer, name=surface, title=Surface, prefix=t, maximumheight=127, colorscheme=default}, {class=org.dynmap.kzedmap.CaveTileRenderer, name=cave, title=Cave, prefix=ct, maximumheight=127}]}]
    2011-07-31 21:45:18 [INFO] [dynmap] name: dungeon
    2011-07-31 21:45:18 [INFO] [dynmap] Loading maps of world 'dungeon'...
    2011-07-31 21:45:18 [INFO] [dynmap] Loading renderers for map 'class org.dynmap.kzedmap.KzedMap'...
    2011-07-31 21:45:18 [INFO] [dynmap] Loaded 2 renderers for map 'class org.dynmap.kzedmap.KzedMap'.
    2011-07-31 21:45:18 [INFO] [dynmap] Loaded 2 maps of world 'dungeon'.
    2011-07-31 21:45:18 [INFO] [FalseBook Block] 3 Areas loaded from toplight.db.
    2011-07-31 21:45:18 [INFO] [FalseBook Block] 1 Areas loaded from tuttun.db.
    2011-07-31 21:45:18 [INFO] [FalseBook Block] 1 Areas loaded from zensplief.db.
    2011-07-31 21:45:18 [INFO] [FalseBook Block] 1 Areas loaded from zcaptainbow.db.
    2011-07-31 21:45:18 [INFO] [FalseBook Block] 1 Areas loaded from zenantfarm.db.
    2011-07-31 21:45:18 [INFO] [FalseBook Block] 1 Areas loaded from grief1.db.
    2011-07-31 21:45:18 [INFO] [FalseBook Block] 1 Areas loaded from zenblocky.db.
    2011-07-31 21:45:18 [INFO] [FalseBook Block] 1 Areas loaded from zenpaintball.db.
    2011-07-31 21:45:18 [INFO] [FalseBook Block] 17 Bridges successfully loaded.
    2011-07-31 21:45:18 [INFO] [FalseBook Block] 0 Doors successfully loaded.
    2011-07-31 21:45:18 [INFO] [FalseBook Block] 82 protected gateblocks successfully loaded.
    2011-07-31 21:45:20 [INFO] MMSGrunt [/xx.xx.xx.xx:50336] logged in with entity id 577 at ([world] 97.9375, 100.0, -536.09375)
    2011-07-31 21:45:20 [INFO] Creating user MMSGrunt
    2011-07-31 21:45:26 [INFO] [BBROTHER] Removed 665 records older than 72h00m00s in 0h00m02s.
    

    It keeps saying "Creating user" whenever a player joins.


    Here is my groups.yml:
    Code:
    groups:
        Guest:
            default: true
            info:
                prefix: '&7[Guest]'
                suffix: ''
                build: false
            inheritance:
            permissions:
                - 'essentials.home'
                - 'essentials.sethome'
                - 'essentials.spawn'
                - 'essentials.kit'
                - 'essentials.balance'
                - 'essentials.balance.others'
                - 'essentials.pay'
                - 'essentials.sell'
                - 'essentials.worth'
                - 'essentials.afk'
                - 'essentials.compass'
                - 'essentials.depth'
                - 'essentials.getpos'
                - 'essentials.help'
                - 'essentials.helpop'
                - 'essentials.info'
                - 'essentials.list'
                - 'essentials.mail'
                - 'essentials.mail.send'
                - 'essentials.me'
                - 'essentials.motd'
                - 'essentials.msg'
                - 'essentials.realname'
                - 'essentials.rules'
                - 'essentials.seen'
                - 'essentials.suicide'
                - 'essentials.clearinventory'
                - 'essentials.ping'
                - 'essentials.back'
                - 'essentials.back.ondeath'
                - 'essentials.tpa'
                - 'essentials.tpaccept'
                - 'essentials.tpahere'
                - 'essentials.tpdeny'
                - 'essentials.tptoggle'
                - 'essentials.warp'
                - 'essentials.warp.list'
                - 'essentials.kit.tools'
                - 'skylandsplugin.goto'
                - 'skylandsplugin.fly'
                - 'lwc.protect'
                - 'falsebook.blocks.*'
                - 'lockette.user.create.*'
                - 'iConomy.access'
                - 'iConomy.bank.access'
                - 'iConomy.bank.deposit'
                - 'iConomy.bank.join'
                - 'iConomy.bank.join.multiple'
                - 'iConomy.bank.leave'
                - 'iConomy.bank.list'
                - 'iConomy.bank.main.*'
                - 'iConomy.bank.transfer'
                - 'iConomy.bank.transfer.multiple'
                - 'iConomy.bank.withdraw'
                - 'iConomy.list'
                - 'iConomy.payment'
                - 'iConomy.rank'
                - 'stargate.use'
                - 'whosthere.who'
        Builder:
            default: false
            info:
                prefix: '&b[Builder]'
                suffix: ''
                build: true
            inheritance:
                - Guest
            permissions:
                - 'essentials.item'
                - 'falsebook.destroy.blocks'
                - 'falsebook.blocks.area'
                - 'essentials.give'
                - 'falsebook.cart.*'
        AdvBuilder:
            default: false
            info:
                prefix: '&1[AdvBuilder]'
                suffix: ''
                build: true
            inheritance:
                - Builder
            permissions:
                - 'essentials.bigtree'
                - 'essentials.tree'
                - 'essentials.jump'
                - 'essentials.top'
                - 'essentials.tp'
                - 'essentials.tppos'
                - 'magiccarpet.mc'
                - 'magiccarpet.ml'
                - 'falsebook.anyic'
        Donator:
            default: false
            info:
                prefix: '&6[Donator]'
                suffix: ''
                build: true
            inheritance:
                - AdvBuilder
            permissions:
                - 'essentials.god'
                - 'essentials.heal'
                - 'essentials.time.*'
                - 'essentials.ignore'
                - 'essentials.nick'
                - 'essentials.weather'
                - 'essentials.tphere'
                - 'essentials.time'
                - 'stargate.create.personal'
                - 'stargate.destroy.owner'
                - 'stargate.free.use'
                - 'stargate.free.create'
                - 'stargate.free.destroy'
                - 'stargate.option.hidden'
                - 'stargate.option.alwayson'
                - 'stargate.option.private'
                - 'stargate.option.free'
                - 'stargate.option.backwards'
        Helper:
            default: false
            info:
                prefix: '&e[Helper]'
                suffix: ''
                build: true
            inheritance:
                - Donator
            permissions:
                - 'essentials.god.others'
                - 'essentials.helpop.receive'
                - 'essentials.kick'
                - 'essentials.invsee'
                - 'essentials.jails'
                - 'essentials.mute'
                - 'essentials.home.others'
                - 'essentials.tpo'
                - 'essentials.teleport.timer.bypass'
                - 'essentials.teleport.cooldown.bypass'
                - 'lockette.admin.create.*'
                - 'lockette.admin.bypass'
                - 'stargate.create'
                - 'stargate.destroy.all'
        Moderator:
            default: false
            info:
                prefix: '&2[Moderator]'
                suffix: ''
                build: true
            inheritance:
                - Helper
            permissions:
                - 'essentials.unlimited'
                - 'essentials.unlimited.item-all'
                - 'essentials.unlimited.others'
                - 'essentials.eco'
                - 'essentials.setworth'
                - 'essentials.nick.others'
                - 'essentials.powertool'
                - 'essentials.spawner'
                - 'essentials.antioch'
                - 'essentials.backup'
                - 'essentials.ban'
                - 'essentials.broadcast'
                - 'essentials.burn'
                - 'essentials.clearinventory.others'
                - 'essentials.deljail'
                - 'essentials.ext'
                - 'essentials.fireball'
                - 'essentials.kill'
                - 'essentials.lightning'
                - 'essentials.nuke'
                - 'essentials.setjail'
                - 'essentials.spawnmob'
                - 'essentials.tempban'
                - 'essentials.thunder'
                - 'essentials.togglejail'
                - 'essentials.jail.exempt'
                - 'essentials.unban'
                - 'essentials.delwarp'
                - 'essentials.sethome.others'
                - 'essentials.setwarp'
                - 'essentials.tpall'
                - 'essentials.tpohere'
                - 'essentials.warp.otherplayers'
                - 'essentials.portal'
                - 'essentials.world'
                - 'regios.list'
                - 'regios.info'
                - 'regios.exception'
                - 'craftbook.ic.restricted.*'
                - 'lwc.mod'
                - 'lockette.admin.snoop'
                - 'lockette.admin.break'
                - 'multiverse.tp'
                - 'iConomy.admin.account.*'
                - 'iConomy.admin.bank.*'
                - 'iConomy.admin.grant'
                - 'iConomy.admin.hide'
                - 'iConomy.admin.set'
                - 'iConomy.admin.stats'
                - 'superpickaxe.*'
                - 'bb.admin.*'
                - 'stargate.private'
                - 'nocheat.notify'
        Admin:
            default: false
            info:
                prefix: '&c[Admin]'
                suffix: ''
                build: true
            inheritance:
                - Moderator
            permissions:
                - 'essentials.itemspawn.exempt'
                - 'essentials.jail.exempt'
                - 'lwc.admin'
                - 'stargate.hidden'
                - 'payday.admin'
                - 'LazyRoad.build'
        Owner:
            default: false
            info:
                prefix: '&4[Owner]'
                suffix: ''
                build: true
            inheritance:
                - Moderator
            permissions:
                - '*'
                - 'essentials.itemspawn.exempt'
                - 'essentials.jail.exempt'
                - 'lwc.admin'
    It appears to keep re-creating the users.yml for some unknown reason.
     
  25. Offline

    twiclo

    Sorry but im a newb, can anyone help me set this up? i run the jar and the files are all there and stuff but then i play and i cant even destroy a block. so is there a way to allow everyone to do a permission? and i know i type stuff in the world/users file but idk what realy to type.
     
  26. Offline

    Jeyge

    Use a chat plugin to color your name.
    At some point, all of the plugins that compile with a specific version of Permissions will be updated and everyone will be running the updated version and the error will go away.
    I would start with the sample files in the zip download. It really help when you are just getting started.
    Did anything change over the weekend? Also, are you using McMyAdmin? I know it has an option that will overwrite your permissions files. If not, zip up your plugins\permissions directory and if there is something in there causing it, someone should be able to figure it out.
     
  27. Offline

    Dagumboss

    Code:
    SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'pr' in plugin Permissions v3.1.6
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:129)
    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:320)
    at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:713)
    at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:677)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:670)
    at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33)
    at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:85)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.lang.NullPointerException
    at java.util.HashSet.<init>(Unknown Source)
    at com.nijiko.data.YamlGroupStorage.getTracks(YamlGroupStorage.java:284)
    at com.nijiko.permissions.PermissionWorld.getTracks(PermissionWorld.java:168)
    at com.nijiko.permissions.ModularControl.getTracks(ModularControl.java:532)
    at com.nijikokun.bukkit.Permissions.Permissions.onCommand(Permissions.java:731)
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
    ... 12 more
    I don't know if I'm just missing something, but I can't seem to add people to a group. I did the parents thing, didn't give the person their title.

    I tried promote and got that error
     
  28. Offline

    Jeyge

    You need a chat plugin for the group and/or prefix/suffix to show up.

    The error is caused by your tracks/default track not being set up correctly. Take a look at the wiki topic Chat Commands. At the bottom of the page you will find some information on tracks and how to use the promote/demote commands.
     
  29. Offline

    Cyberpew

    I am not using MCMyAdmin and no I have not changed a thing, I was gone all weekend and got back to this, my Permissions folder is attached to this post by the way.
     

    Attached Files:

  30. Offline

    Jeyge

    Someone added an l in front of your users: making it lusers:. Remove the l and the duplicate users: that was created at the bottom of your users.yml files and you should be good to go again.
    Code:
    lusers:
        Cyberpew:
    
     
  31. Offline

    Dagumboss

    What about this? I updated to Permissions 3, then got Jobs, and then Heroes. Now users can't pay eachother with iConomy. iConomy is working, it works for ops and everything. I uninstalled Jobs and Heroes, and people still can't use pay. I haven't touched the permissions for iconomy and they're all in they're place. Any idea?

    Edit: And it gives no errors.
     
Thread Status:
Not open for further replies.

Share This Page