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

    Braste

    May i ask, where the source of 3.1.6 is? I only find the source up to 3.1.3 on github.
     
  3. Offline

    jasvecht

    CB: 553 (or whatever is the latest, I know it has 2 5's)
    Permissions: 3.1.5 (.6 doesnt work with McMMO)

    Two problems:

    Problem one, more and more users come, we have about 60 people on usually, unfortunately Permissions 3 cant handle this it seems. Every day or so, the user file crashes completely, enters a loop and the server crashes several times until I delete all users file. Not cool.

    Problem two, whenever I add someone to moderator, they lose it. Eventually. It just never sticks, I dont know how it is possible.

    here is my groups file:

    Show Spoiler

    groups:
    Guests:
    default: true
    info:
    prefix: ''
    suffix: ''
    build: true
    permissions:
    - 'commandbook.whereami.compass'
    - 'commandbook.whereami'
    - 'commandbook.say.me'
    - 'commandbook.msg'
    - 'modtrs.command.modlist'
    - 'modtrs.command.modreq'
    - 'mcmmo.chat.partychat'
    - 'mcmmo.commands.party'
    - 'mcmmo.skills.taming'
    - 'mcmmo.skills.unarmed'
    - 'mcmmo.skills.archery'
    - 'mcmmo.skills.swords'
    - 'mcmmo.skills.axes'
    - 'commandbook.intro'
    - 'commandbook.debug.clock'
    - 'commandbook.spawn'
    - 'multihome.free.defaulthome.go'
    - 'multihome.free.defaulthome.set'
    - 'multihome.homeondeath'
    - 'iConomy.payment'
    - 'iConomy.list'
    - 'iConomy.rank'
    - 'iConomy.access'
    - 'VirtualShop.nosell'
    - 'VirtualShop.noinvest'
    - 'VirtualShop.noexchange'
    - 'realshop.info'
    - 'multihome.namedhome.go'
    - 'multihome.namedhome.delete'
    - 'multihome.namedhome.list'
    - 'multihome.listinvites.tome'
    Registered:
    default: false
    info:
    prefix: ''
    suffix: ''
    build: true
    inheritance:
    - Guests
    permissions:
    - 'realshop.shop'
    - 'realshop.help'
    - 'herobounty.new'
    - 'herobounty.accept'
    - 'herobounty.locate'
    - 'herobounty.list'
    Bronze Members:
    default: false
    info:
    prefix: ''
    suffix: ''
    build: true
    inheritance:
    - Registered
    permissions:
    - 'mcmmo.skills.acrobatics'
    - 'mcmmo.skills.axes'
    - 'mcmmo.skills.herbalism'
    - 'mcmmo.skills.excavation'
    - 'mcmmo.skills.mining'
    - 'mcmmo.skills.woodcutting'
    - 'mcmmo.skills.repair'
    - '-VirtualShop.nosell'
    - '-VirtualShop.noinvest'
    - '-VirtualShop.noexchange'
    - 'realshop.create'
    - 'realshop.open'
    - 'realshop.close'
    - 'realshop.give'
    - 'realshop.buy'
    - 'realshop.sell'
    - 'multiverse.tp'
    Premium Members:
    default: false
    info:
    prefix: ''
    suffix: ''
    build: true
    inheritance:
    - Bronze Members
    permissions:
    - 'falsebook.*'
    - 'deathtpplus.deathtp'
    - 'deathtpplus.streak'
    - 'deathtpplus.deaths'
    - 'deathtpplus.kills'
    - 'multihome.defaulthome.invitetimed'
    - 'multihome.defaulthome.uninvite'
    - 'multihome.namedhome.invitetimed'
    - 'multihome.namedhome.uninvite'
    - 'multihome.free.namedhome.go'
    - 'multihome.free.namedhome.set'
    - 'multihome.listinvites.toothers'
    - 'multihome.ignore.cooldown'
    - 'multihome.ignore.warmup'
    - 'multihome.homeondeath'
    - 'elevators.builder'
    - 'bcvote.*'
    Platinum Members:
    default: false
    info:
    prefix: ''
    suffix: ''
    build: true
    inheritance:
    - Premium Members
    permissions:
    - 'elevators.advancedbuilder'
    - 'movecraft.aircraft.*'
    - 'movecraft.car.*'
    - 'movecraft.boat.sail'
    - 'movecraft.boat.info'
    - 'disarm.disarm'
    - 'disarm.gettnt'
    - 'citizens.use.*'
    - 'citizens.create.*'
    - 'court.accuse'
    - 'herobounty.untargettable'
    - 'prefixer.list'
    - 'prefixer.self'
    Contributors:
    default: false
    info:
    prefix: ''
    suffix: ''
    build: true
    inheritance:
    - Registered
    permissions:
    - 'bcvote.*'
    - 'court.accuse'
    - 'worldguard.region.define.*'

    Moderators:
    default: false
    info:
    prefix: ''
    suffix: ''
    build: true
    inheritance:
    - Platinum Members
    permissions:
    - 'worldguard.*'
    - 'court.judge'
    - 'kiwiadmin.ban'
    - 'kiwiadmin.kick'
    - 'kiwiadmin.unban'
    - 'kiwiadmin.reload'
    - 'kiwiadmin.tempban'
    - 'kiwiadmin.ipban'
    - 'modtrs.mod'
    - 'modtrs.command.broadcast'
    - 'modtrs.command.check'
    - 'modtrs.command.teleport'
    - 'modtrs.command.complete'
    - 'modtrs.command.override'
    - 'prefixer.other'
    - 'prefixer.remove'
    Admins:
    default: false
    info:
    prefix: ''
    suffix: ''
    build: true
    permissions:
    - '*'


    Why does Permissions 3 insist on giving everyone a user ? Makes things so hard to edit...
     
  4. Offline

    XRayted

    @jasvecht, just from curiousity: If you add the player to moderator (for example), is that saved into the file's on the server?
     
  5. Offline

    user_80273

    Could anyone clarify this file for me, particularly the ranks at the bottom. If my understanding is correct, I should be able to use the command /pr JOEBLOGGS promote t:upgrade to advance a default to member, and then member to Donator but it doesn't seem to be happening. Any advice someone could give regarding the setup of my file would be greatly appreciated.

    Code:
    ##
    # AntiBuild is included with this.  To disable a group from being able to build then
    # set the build: flag to false (build: false).  If you want a group to be able to build
    # then set it to true.
    ##
    # Groups can contain inheritance.
    #   To make a group inherit the permissions from another
    #   group simply place the groups name in the "inheritance:" like so:
    #
    #   Example:
    #       inheritance:
    #           - Default
    ##
    #   Globalized Permission settings:
    #
    #       If a permission contains periods (.) you can denote a globalized parameter:
    #
    #           - 'foo.*'
    #
    #       This will allow you to use all general commands.
    #
    groups:
        Default:
            default: true
            info:
                prefix: ''
                suffix: ''
                build: false
                rank: 1
            inheritance:
            permissions:
                - 'essentials.help'
                - 'essentials.motd'
                - 'essentials.rules'
                - 'essentials.list'
                - 'essentials.depth'
                - 'essentials.msg'
                - 'essentials.afk'
                - 'iconomy.payment'
                - 'iconomy.rank'
                - 'iconomy.list'
                - 'essentials.getpos'
                - 'essentials.compass'
                - 'citizens.trader.stock'
                - 'citizens.blacksmith.repair'
                - 'citizens.use.trader'
                - 'citizens.use.healer'
                - 'citizens.use.blacksmith'
                - 'citizens.use.wizard'
                - 'essentials.signs.trade.use'
                - 'essentials.signs.buy.use'
                - 'essentials.signs.sell.use'
                - 'essentials.signs.balance.use'
                - 'essentials.signs.warp.use'
                - 'essentials.signs.free.use'
                - 'essentials.worth'
                - 'essentials.balance'
                - 'essentials.pay'
                - 'choptree.chop'
                - 'mcmmo.regeneration'
                - 'mcmmo.commands.ability'
                - 'mcmmo.skills.*'
                - 'mcmmo.ability.woodcutting'
                - 'mcmmo.ability.mining'
                - 'mcmmo.ability.axes'
                - 'mcmmo.ability.excavation'
                - 'mcmmo.ability.swords'
                - 'mcmmo.ability.unarmed'
                - 'mcmmo.ability.herbalism'
        Member:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: True
                rank: 2
            inheritance:
            permissions:
                - 'essentials.help'
                - 'essentials.motd'
                - 'essentials.rules'
                - 'essentials.list'
                - 'essentials.depth'
                - 'essentials.msg'
                - 'essentials.afk'
                - 'iconomy.payment'
                - 'iconomy.rank'
                - 'iconomy.list'
                - 'essentials.getpos'
                - 'essentials.compass'
                - 'citizens.trader.stock'
                - 'citizens.blacksmith.repair'
                - 'citizens.use.trader'
                - 'citizens.use.healer'
                - 'citizens.use.blacksmith'
                - 'citizens.use.wizard'
                - 'essentials.signs.trade.use'
                - 'essentials.signs.buy.use'
                - 'essentials.signs.sell.use'
                - 'essentials.signs.balance.use'
                - 'essentials.signs.warp.use'
                - 'essentials.signs.free.use'
                - 'essentials.worth'
                - 'essentials.balance'
                - 'essentials.pay'
                - 'choptree.chop'
                - 'mcmmo.regeneration'
                - 'mcmmo.commands.ability'
                - 'mcmmo.skills.*'
                - 'mcmmo.ability.woodcutting'
                - 'mcmmo.ability.mining'
                - 'mcmmo.ability.axes'
                - 'mcmmo.ability.excavation'
                - 'mcmmo.ability.swords'
                - 'mcmmo.ability.unarmed'
                - 'mcmmo.ability.herbalism'
        Donator:
            default: false
            info:
                prefix:
                suffix:
                build: true
                rank: 3
            inheritance: Member
            permissions:
                - 'multiverse.tp'
                - 'essentials.sethome'
                - 'essentials.home'
    
        Moderator:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
                - Default
            permissions:
        Admins:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            permissions:
                - '*'
                - 'bb.admin.'
                - 'bb.admin.rollback'
                - 'bb.admin.watc'
                - 'bb.admin.cleanse'
    users:
      AndyTH88:
        group: 'Admins'
        permissions: ''
    tracks:
        trackname: Upgrade
            - Default
            - Member
            - Donator
    
     
  6. Offline

    Krippner

    I have a pretty annoying problem I want to use permissions but whenever I try to open users.yml or groups.yml the worlds come in a straight line. I can't edit it or add new users and groups. If someone could can you please paste your COMPLETE users and groups.yml. I would greatly appreciate it. If not can someone telle how to fox the problem. Thank you.

    Sry about the spelling mistake I'm using a ipod.

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

    obscurehero

    Show Spoiler
    Code:
    ##
    # AntiBuild is included with this.  To disable a group from being able to build then
    # set the build: flag to false (build: false).  If you want a group to be able to build
    # then set it to true.
    ##
    # Groups can contain inheritance.
    #   To make a group inherit the permissions from another
    #   group simply place the groups name in the "inheritance:" like so:
    #
    #   Example:
    #       inheritance:
    #           - Default
    ##
    #   Globalized Permission settings:
    #
    #       If a permission contains periods (.) you can denote a globalized parameter:
    #
    #           - 'foo.*'
    #
    #       This will allow you to use all general commands.
    #
    groups:
        Default:
            default: true
            info:
                prefix: ''
                suffix: ''
                build: false
                rank: 1
            inheritance:
            permissions:
                - 'essentials.help'
                - 'essentials.motd'
                - 'essentials.rules'
                - 'essentials.list'
                - 'essentials.depth'
                - 'essentials.msg'
                - 'essentials.afk'
                - 'iconomy.payment'
                - 'iconomy.rank'
                - 'iconomy.list'
                - 'essentials.getpos'
                - 'essentials.compass'
                - 'citizens.trader.stock'
                - 'citizens.blacksmith.repair'
                - 'citizens.use.trader'
                - 'citizens.use.healer'
                - 'citizens.use.blacksmith'
                - 'citizens.use.wizard'
                - 'essentials.signs.trade.use'
                - 'essentials.signs.buy.use'
                - 'essentials.signs.sell.use'
                - 'essentials.signs.balance.use'
                - 'essentials.signs.warp.use'
                - 'essentials.signs.free.use'
                - 'essentials.worth'
                - 'essentials.balance'
                - 'essentials.pay'
                - 'choptree.chop'
                - 'mcmmo.regeneration'
                - 'mcmmo.commands.ability'
                - 'mcmmo.skills.*'
                - 'mcmmo.ability.woodcutting'
                - 'mcmmo.ability.mining'
                - 'mcmmo.ability.axes'
                - 'mcmmo.ability.excavation'
                - 'mcmmo.ability.swords'
                - 'mcmmo.ability.unarmed'
                - 'mcmmo.ability.herbalism'
        Member:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: True
                rank: 2
            inheritance:
            permissions:
                - 'essentials.help'
                - 'essentials.motd'
                - 'essentials.rules'
                - 'essentials.list'
                - 'essentials.depth'
                - 'essentials.msg'
                - 'essentials.afk'
                - 'iconomy.payment'
                - 'iconomy.rank'
                - 'iconomy.list'
                - 'essentials.getpos'
                - 'essentials.compass'
                - 'citizens.trader.stock'
                - 'citizens.blacksmith.repair'
                - 'citizens.use.trader'
                - 'citizens.use.healer'
                - 'citizens.use.blacksmith'
                - 'citizens.use.wizard'
                - 'essentials.signs.trade.use'
                - 'essentials.signs.buy.use'
                - 'essentials.signs.sell.use'
                - 'essentials.signs.balance.use'
                - 'essentials.signs.warp.use'
                - 'essentials.signs.free.use'
                - 'essentials.worth'
                - 'essentials.balance'
                - 'essentials.pay'
                - 'choptree.chop'
                - 'mcmmo.regeneration'
                - 'mcmmo.commands.ability'
                - 'mcmmo.skills.*'
                - 'mcmmo.ability.woodcutting'
                - 'mcmmo.ability.mining'
                - 'mcmmo.ability.axes'
                - 'mcmmo.ability.excavation'
                - 'mcmmo.ability.swords'
                - 'mcmmo.ability.unarmed'
                - 'mcmmo.ability.herbalism'
        Donator:
            default: false
            info:
                prefix:
                suffix:
                build: true
                rank: 3
            inheritance: Member
            permissions:
                - 'multiverse.tp'
                - 'essentials.sethome'
                - 'essentials.home'
    
        Moderator:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
                - Default
            permissions:
        Admins:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            permissions:
                - '*'
    tracks:
        upgrade:
            - Default
            - Member
            - Donator
    

    Possibly fixed. Although, I have no idea why you're listing a user in your groups.yml unless you have an old permissions...in which case tracks won't work. Also, I'm not really sure where you got 'rank: X' from. I can't say I've seen that before, and it might actually be causing an issue.

    So:
    1. Verify you're running latest permissions
    2. Fix your world's groups.yml
    a. Delete rank
    b. Fix the rest with my changes
    3. try the tracks command
     
  8. Offline

    Jeyge

    It looks like you might be using Permissions v2.x which wouldn't support promote but if you are actually using 3.x, you problem is that you need to actually name the track Upgrade. It should look like:
    Code:
    tracks:
        Upgrade:
            - Default
            - Member
            - Donator
    
    You need to open the files with a tool able to handle files that don't always have a CRLF at the end of every line. I would suggest Notepad++ or something like that.
     
  9. Offline

    user_80273

    This might be a REALLY stupid question, but how do you upgrade the mod without losing / deleting all previous files? Previously I have been deleting the jar for the old version and uploading the jar for the new version whilst leaving all files within the plugins folder as they were. Is this correct or should I be doing something different?
     
  10. Offline

    obscurehero

    For all those wishing to simplify promotion/demotion without having to install a new plugin like permissionsplus. I've written a script for CommandHelper to create a '/promote' alias. I'm rather proud of it. You'll need to give your admin's access to the following permissions nodes:
    • ch.alias.safe
    • permissions.promote.<track>
    • permissions.demote.<track>
    You'll also need to get CommandHelper. Follow the instructions there. I don't think this would work with the newly implemented bukkit alias'.

    My really basic code:
    Show Spoiler

    Code:
    #Promoting a user
    safe:/promote $player [$world=''] [$group=''] [$track='<trackname>'] = >>>
            #Gets who is running the command
            assign(@promoter, player())
            #Assign all players to array
            assign(@ap, all_players())
            #check if player is online
            if(array_contains(@ap, $player), assign(@isonline, 1), assign(@isonline, 0))
            #Sets World
            if(equals(@isonline, 1),
                if(equals($world, ''), assign(@inworld, pinfo($player, 7)), assign(@inworld, $world)),
                if(equals($world, ''), die('no world specified'), assign(@inworld, $world))
            )
            #Sets Group
            if(equals(@isonline, 1),
                if(equals($group, ''), assign(@ingroup, array_get(pinfo($player, 9), 0)), assign(@ingroup, $group)),
                if(equals($group, ''), die('no group specified'), assign(@ingroup, $group))
            )
            run(sconcat('/pr', $player, 'promote', concat('t:', $track), @ingroup, @inworld))
            #Tell the player they were promoted
            tmsg($player, concat(color('RED'), sconcat('You have been promoted from the', @ingroup, 'group, in', @inworld, 'by', @promoter)))
    <<<      


    Obviously, this will go in your config.txt in your commandhelper folder. You'll also have to tweak it minorly (in obvious ways) to make a demote alias as well. Basically the code should allow you to promote the user you want in the world he's already in by just typing '/promote <username>' less arguments to remember! It still allows you to change the group of an offline player, but you'll need to enter more arguments in...basically making about as difficult as if you had just typed the original command to begin with.

    Maybe its easier to just download permissionsplus, but I've convinced myself that I've found a more elegant way...lol. ALSO, if someone wants to improve this script, I'd appreciate it. I haven't taken any programming in about +10 years so I'm a bit rusty.
     
  11. Offline

    XRayted

    Updates are the Jar's and yml most of the time, or anything else involved to the plugins/mod(s).

    I use a program called "Beyond Compare 3" that I can load the old file on the left of the screen and, on the right the newer file. I have noticed that in releases up updates the formats are different Jar's amd yml for example.
    /Edit: Add a screenshot to see what that program is and can do: Left / Right spit screen to show the changes of LogBlock config.yml.

    [​IMG]
     
  12. Offline

    Pawel

    Hello I really need some1 to work this out. everything was working fine untill.. It said i am admin but i dont have permission. Here are images Pls help http://imageshack.us/g/803/failk.png/
    >
    Code:
    151 recipes
    16 achievements
    22:05:08 [INFO] Starting minecraft server version Beta 1.7.2
    22:05:08 [INFO] Loading properties
    22:05:08 [INFO] Starting Minecraft server on 5.158.44.10:25565
    22:05:08 [WARNING] **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
    22:05:08 [WARNING] The server will make no attempt to authenticate usernames. Be
    ware.
    22:05:08 [WARNING] While this makes the game possible to play without internet a
    ccess, it also opens up the ability for hackers to connect with any username the
    y choose.
    22:05:08 [WARNING] To change this, set "online-mode" to "true" in the server.set
    tings file.
    22:05:08 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-904-
    g9277096-b953jnks (MC: 1.7.2)
    22:05:08 [INFO] LWC     Loading shared objects
    22:05:08 [INFO] Cache   Protection cache: 0/10000
    22:05:08 [INFO] LWC     Native library: plugins/LWC/lib/native/Windows/x86/sqlit
    ejdbc.dll
    22:05:08 [INFO] [Permissions] (Yeti) was initialized.[IMG]http://imageshack.us/g/803/failk.png/[/IMG]
    22:05:08 [INFO] [General-0.0] Loaded.
    22:05:08 [INFO] [Permissions] version [3.1.6] (Yeti)  loaded
    22:05:08 [INFO] Preparing level "world"
    22:05:09 [INFO] Preparing start region for level 0 (Seed: -3197733843590513006)
    22:05:09 [INFO] Preparing start region for level 1 (Seed: -3197733843590513006)
    22:05:10 [INFO] Preparing spawn area: 36%
    22:05:10 [INFO] [Botulism] Botulism has been enabled.
    22:05:10 [INFO] [Botulism] Created by CainFoool
    22:05:10 [INFO] [ClassSign] hooked into Permissions.
    22:05:10 [INFO] [ClassSign] Configuration file loaded!
    22:05:10 [INFO] [ClassSign] is up to date.
    22:05:10 [INFO] [ClassSign] Loaded signs.dat successfully.
    22:05:10 [INFO] [ClassSign] version v1.5 is enabled.
    22:05:10 [INFO] CraftBookCommon 43-a9b78b6 enabled.
    22:05:10 [INFO] CraftBookCommon: Permissions plugin detected! Using Permissions
    plugin for permissions.
    22:05:10 [INFO] CraftBookMechanisms 43-a9b78b6 enabled.
    22:05:10 [INFO] CraftBookMechanisms: Permissions plugin detected! Using Permissi
    ons plugin for permissions.
    22:05:10 [INFO] 1 cauldron recipe(s) loaded
    22:05:10 [INFO] DreamLand version 1.8.2 is enabled with permissions!
    22:05:10 [INFO] Preparing start region for level 2 (Seed: -3197733843590513006)
    22:05:11 [INFO] [HELP] 0 extra help entries loaded
    22:05:11 [INFO] [HELP] Permissions enabled using: Permissions v3.1.6
    22:05:11 [INFO] [HELP] 0.3.1 enabled
    22:05:11 [INFO] [Hungry] Loading configuration...
    22:05:11 [INFO] [Hungry] Loading configuration file...
    22:05:11 [INFO] [Hungry] Succesfully loaded configuration file!
    22:05:11 [INFO] [Hungry] Loaded Permissions v3.1.6
    22:05:11 [INFO] [Hungry] Initializing hunger loop...
    22:05:11 [INFO] [Hungry] Hungry version 0.2.1 loaded!
    22:05:11 [INFO] [iChat] Found Permissions (v3.1.6)
    22:05:11 [INFO] iChat (v2.3.1) enabled
    22:05:14 [INFO] [iConomy] Logging is currently disabled.
    22:05:14 [INFO] [iConomy] v5.01 (Eruanna) loaded.
    22:05:14 [INFO] [iConomy] Developed by: [Nijikokun]
    22:05:14 [INFO] [iConomy] hooked into Permissions.
    22:05:14 [INFO] [Jail] Loaded 1 jail zones.
    22:05:14 [INFO] [Jail] Loaded 1 prisoners.
    22:05:14 [INFO] [Jail] Loaded 2 cells.
    22:05:14 [INFO] [LC] Level Combat Loaded
    22:05:14 [INFO] [LC] Level Dexterity Loaded.
    22:05:14 [INFO] [LC] Level Excavation Loaded
    22:05:14 [INFO] [LC] Level Explosives 0.1 Loaded
    22:05:14 [SEVERE] Error occurred while enabling LCForgery v0.1.2 (Is it up to da
    te?): net.minecraft.server.FurnaceRecipes.a()Lnet/minecraft/server/FurnaceRecipe
    s;
    java.lang.NoSuchMethodError: net.minecraft.server.FurnaceRecipes.a()Lnet/minecra
    ft/server/FurnaceRecipes;
            at me.samkio.lcforgery.LCForgery.addFurnaceRecipe(LCForgery.java:362)
            at me.samkio.lcforgery.LCForgery.onEnable(LCForgery.java:321)
            at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
            at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader
    .java:857)
            at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManage
    r.java:264)
            at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:151)
            at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:136
    )
            at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:284)
            at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:271)
            at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:148)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    22:05:14 [INFO] [LC] Level Mining Loaded
    22:05:14 [INFO] [LC] Level Range Loaded.
    22:05:14 [INFO] [LC] Level Scavenger 0.1 Loaded
    22:05:14 [INFO] [LC] Level WoodCutting Loaded
    22:05:14 [INFO] [LC] Using Permissions.
    22:05:14 [INFO] [LC] Using FlatFile To Store Data.
    22:05:14 [INFO] [LC] LevelCraftCore 0.1.7.1 Loaded
    22:05:14 [INFO] [LC] Loaded levels:[Scavenger, Dexterity, WoodCutting, Range, Mi
    ning, Excavation, Explosives, Forgery, Combat]
    22:05:14 [INFO] LWC     Loaded 134 locale strings (0 overrides)
    22:05:14 [INFO] LWC     Using Permissions API...
    22:05:14 [INFO] LWC     Loading SQLite
    22:05:14 [INFO] SQLite  Using: Native
    22:05:14 [INFO] LWC     At version: v3.11
    22:05:14 [INFO] Loading Config File...
    22:05:14 [INFO] print_reports = false
    22:05:15 [INFO] [mcMMO] Permissions enabled.
    22:05:15 [INFO] mcMMO version 1.0.33 is enabled!
    22:05:15 [INFO] PvPReward 1.0 is enabled!
    22:05:15 [INFO] [PvPReward] Successfully linked with Permissions!
    22:05:15 [INFO] [PvPReward] Successfully linked with iConomy 5!
    22:05:15 [INFO] SpawnX enabled
    22:05:15 [INFO] VIP version 0.4.2 is enabled!
    22:05:15 [INFO] Warpz0r version 1.3.0 is enabled
    22:05:15 [INFO] [Warpz0r] Found Permissions (v3.1.6)
    22:05:15 [INFO] [Warpz0r] Found iConomy (v5.01)
    22:05:15 [INFO] WorldEdit 4.6 enabled.
    22:05:15 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin
     for permissions.
    22:05:15 [INFO] WorldGuard: Permissions plugin detected! Using Permissions plugi
    n for permissions.
    22:05:15 [INFO] WorldGuard: (world) Single session is enforced.
    22:05:15 [INFO] WorldGuard: (world) TNT ignition is PERMITTED.
    22:05:15 [INFO] WorldGuard: (world) Lighters are PERMITTED.
    22:05:15 [INFO] WorldGuard: (world) Lava fire is blocked.
    22:05:15 [INFO] WorldGuard: (world) Fire spread is UNRESTRICTED.
    22:05:15 [INFO] WorldGuard: Loaded configuration for world 'world"
    22:05:15 [INFO] WorldGuard: (world_nether) Single session is enforced.
    22:05:15 [INFO] WorldGuard: (world_nether) TNT ignition is PERMITTED.
    22:05:15 [INFO] WorldGuard: (world_nether) Lighters are PERMITTED.
    22:05:15 [INFO] WorldGuard: (world_nether) Lava fire is blocked.
    22:05:15 [INFO] WorldGuard: (world_nether) Fire spread is UNRESTRICTED.
    22:05:15 [INFO] WorldGuard: Loaded configuration for world 'world_nether"
    22:05:15 [INFO] WorldGuard: (world_skylands) Single session is enforced.
    22:05:15 [INFO] WorldGuard: (world_skylands) TNT ignition is PERMITTED.
    22:05:15 [INFO] WorldGuard: (world_skylands) Lighters are PERMITTED.
    22:05:15 [INFO] WorldGuard: (world_skylands) Lava fire is blocked.
    22:05:15 [INFO] WorldGuard: (world_skylands) Fire spread is UNRESTRICTED.
    22:05:15 [INFO] WorldGuard: Loaded configuration for world 'world_skylands"
    22:05:15 [INFO] WorldGuard 5.0-alpha10 enabled.
    22:05:15 [INFO] [Factions v1.3.6] === INIT START ===
    22:05:15 [INFO] [Factions v1.3.6] Loading conf from disk
    22:05:15 [INFO] [Factions v1.3.6] Loading players from disk
    22:05:15 [INFO] [Factions v1.3.6] Loading factions from disk
    22:05:15 [INFO] [Factions v1.3.6] Loading board from disk
    22:05:15 [INFO] [Factions v1.3.6] Found and will use plugin Permissions v3.1.6
    22:05:15 [INFO] [Factions v1.3.6] === INIT DONE (Took 73ms) ===
    22:05:15 [WARNING] [General-3.4.5] An error occured: either general.kits does no
    t exist or it could not be read; kits ignored
    22:05:15 [INFO] [General-3.4.5]  Using [WorldEdit 4.6] for permissions.
    22:05:15 [INFO] [General-3.4.5] [Codename: Hindemith] Plugin successfully loaded
    !
    22:05:15 [INFO] [General-3.4.5] Command alias setspawn was not registered becaus
    e [SpawnX] claimed it.
    22:05:15 [INFO] [General-3.4.5] Command alias heal was not registered because [W
    orldGuard] claimed it.
    22:05:15 [INFO] [General-3.4.5] Command alias about was not registered because [
    Craftbukkit] claimed it.
    22:05:15 [INFO] [General-3.4.5] [Help 0.3.1] support enabled.
    22:05:16 [INFO] [Jobs] - max-jobs property not found. Defaulting to unlimited!
    22:05:16 [INFO] [Jobs] - Job Woodcutter is missing the max-level property. defau
    lting to no limits !
    22:05:16 [INFO] [Jobs] - Job Woodcutter is missing the slots property. defaultin
    g to no limits !
    22:05:16 [INFO] [Jobs] - Job Gornik is missing the max-level property. defaultin
    g to no limits !
    22:05:16 [INFO] [Jobs] - Job Gornik is missing the slots property. defaulting to
     no limits !
    22:05:16 [INFO] [Jobs] - Job Budowniczy is missing the max-level property. defau
    lting to no limits !
    22:05:16 [INFO] [Jobs] - Job Budowniczy is missing the slots property. defaultin
    g to no limits !
    22:05:16 [INFO] [Jobs] - Job Kopacz is missing the max-level property. defaultin
    g to no limits !
    22:05:16 [INFO] [Jobs] - Job Kopacz is missing the slots property. defaulting to
     no limits !
    22:05:16 [INFO] [Jobs] - Job Farmer is missing the max-level property. defaultin
    g to no limits !
    22:05:16 [INFO] [Jobs] - Job Farmer is missing the slots property. defaulting to
     no limits !
    22:05:16 [INFO] [Jobs] - Job Lowca is missing the max-level property. defaulting
     to no limits !
    22:05:16 [INFO] [Jobs] - Job Lowca is missing the slots property. defaulting to
    no limits !
    22:05:16 [INFO] [Jobs] - Job Wedkarz is missing the max-level property. defaulti
    ng to no limits !
    22:05:16 [INFO] [Jobs] - Job Wedkarz is missing the slots property. defaulting t
    o no limits !
    22:05:19 [INFO] [Jobs v2.3.2] has been enabled succesfully.
    22:05:19 [INFO] [Jobs] Successfully linked with iConomy 5+.
    22:05:19 [INFO] [Jobs] Successfully linked with Permissions.
    22:05:19 [INFO] Done (1.040s)! For help, type "help" or "?"
    22:05:32 [INFO] Pabcio16 [/5.158.44.10:59817] logged in with entity id 136 at ([
    world] 45.3259951477439, 71.0, -24.717175677900286)
    22:05:34 [INFO] [Admin] Pabcio16: s
    22:06:28 [INFO] General: Permissions plugin detected! Using Permissions plugin f
    or permissions.
    >
     
  13. Offline

    obscurehero

    @Jeyge

    Can you check for me if this is just me or not. I've given a group the permission

    permissions.promote.AdminTrack (this is my trackname)

    but it denies any kind of promotion. However, when I give the catch-all node

    permissions.*

    I can promote to my heart's content. I know for a matter of fact that this used to work in 3.1.5 (unless I dreamed that it worked...that's a possibility).
     
  14. Offline

    Jeyge

    It was broken in 3.1.6. From what I can tell looking at the code, a little bit of the command restructuring slipped in with one of the last commits and that code change removed the specific permissions for each track. :( It was added back soon after that but you would need the ability to compile your own version of Permissions.
     
  15. Offline

    Xertez

    Hello everyone. i feel like a complete newb for asking this but could someone show me how the world/groups.yml and world/users.yml should look to get their info from globalgroups.yml and globalusers.yml?
     
  16. Offline

    jasvecht

    This happens once I make myself a mod from the console:
    William_Winters:
    permissions:
    groups:
    - Guests
    - Moderators

    to the users file.


    Now when I check, the FULL users file is gone... I am out of it again... It seems to have reset.

    And I now get why, the effect of me relogging after moderating, was that suddenly it considered pretty much every player wrong in the YAML parser in the console. Things like block mapping problem in - Guests.

    I didnt change a thing, only used the bloody console.


    How is this possible?
     
  17. Offline

    obscurehero

    I'm not really quite sure what you're saying. Could you re-phrase this? I know that if you do a full reload-all from the console you'll generate problems like this. If you're going to reload permissions, I'd use /pr -reload [world|all].

    As for entering in permissions from the console, I'd suggest using MySQL and editing the information that way or directly editing the yaml config's if you're using flat-file.

    Changing the way you enter in your information might eradicate the problem.

    Um. I don't think globalusers and globalgroups work terribly well for the time being. As far as I understand it, they are meant to supplement the world specific files not the other way around. As for sample configs, I've posted my old groups.yml a few pages back and the zip file of permissions always includes a sample config.
     
  18. Offline

    jasvecht

    I tried a full flatfile and it simply ignored everyone who was a moderator and worked perfectly for the admins.

    I used pr William_Winters w:Creative parents add Moderators
    Logged off
    Logged on

    Worked fine until I logged off

    Error log example:
    Show Spoiler
    in "<reader>", line 1, column 1:
    users:
    ^
    expected <block end>, but found BlockMappingStart
    in "<reader>", line 412, column 4:
    billytodd
    ^

    2011-07-13 13:19:12 [SEVERE] at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingKey.produce(ParserImpl.java:576)
    2011-07-13 13:19:12 [SEVERE] at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:163)
    2011-07-13 13:19:12 [SEVERE] at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:148)
    2011-07-13 13:19:12 [SEVERE] at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:228)
    2011-07-13 13:19:12 [SEVERE] at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
    2011-07-13 13:19:12 [SEVERE] at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:122)
    2011-07-13 13:19:12 [SEVERE] at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105)
    2011-07-13 13:19:12 [SEVERE] at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:124)
    2011-07-13 13:19:12 [SEVERE] at org.yaml.snakeyaml.Yaml.load(Yaml.java:264)
    2011-07-13 13:19:12 [SEVERE] at org.bukkit.util.config.Configuration.load(Configuration.java:82)
    2011-07-13 13:19:12 [SEVERE] at com.nijiko.data.YamlUserStorage.forceSave(YamlUserStorage.java:218)
    2011-07-13 13:19:12 [SEVERE] at com.nijiko.data.YamlUserStorage.save(YamlUserStorage.java:230)
    2011-07-13 13:19:12 [SEVERE] at com.nijiko.data.YamlUserStorage.create(YamlUserStorage.java:282)
    2011-07-13 13:19:12 [SEVERE] at com.nijiko.permissions.User.<init>(User.java:19)
    2011-07-13 13:19:12 [SEVERE] at com.nijiko.permissions.ModularControl.safeGetUser(ModularControl.java:505)
    2011-07-13 13:19:12 [SEVERE] at com.nijiko.permissions.ModularControl.getUsr(ModularControl.java:577)
    2011-07-13 13:19:12 [SEVERE] at com.nijiko.permissions.ModularControl.permission(ModularControl.java:320)
    2011-07-13 13:19:12 [SEVERE] at com.nijiko.permissions.ModularControl.permission(ModularControl.java:311)
    2011-07-13 13:19:12 [SEVERE] at com.gmail.nossr50.mcPermissions.permission(mcPermissions.java:31)
    2011-07-13 13:19:12 [SEVERE] at com.gmail.nossr50.mcPermissions.herbalismAbility(mcPermissions.java:56)
    2011-07-13 13:19:12 [SEVERE] at com.gmail.nossr50.skills.Skills.monitorSkills(Skills.java:151)
    2011-07-13 13:19:12 [SEVERE] at com.gmail.nossr50.mcTimer.run(mcTimer.java:37)
    2011-07-13 13:19:12 [SEVERE] at java.util.TimerThread.mainLoop(Unknown Source)
    2011-07-13 13:19:12 [SEVERE] at java.util.TimerThread.run(Unknown Source)
    2011-07-13 13:19:12 [INFO] Creating user rorydona1356
    2011-07-13 13:19:12 [SEVERE] while parsing a block mapping
     
  19. Offline

    Suembeaux

    I actually host my server and every time i boot it up it tells me that i have no help support for MyWarp. i used to get the same for MyHome before i got rid of it and also essentials i believe. What do i do to fix this because although it affects me in no such way I'd love to know.

    --Never mind! i never though of just searching for a help plugin, i got it and the message went away, thank you for all your help!!
     
  20. Offline

    Jeyge

    The plugin named Help is great and offers native support for both MyHome and MyWarp as well as a few others. Then they have many others on GitHub that really helps fill in the rest of the plugins. I would definitely recommend it.
     
  21. Offline

    sssss465

    I have a question. People on my server can use any commands that are in the essentials mod. How can i disable that?
     
  22. Offline

    Suembeaux

    just a random question...is anybody else seeing random ice and or snow in their SMP server since the 1.7.3 update...i read it was a bug but cant find anything about anyone else getting it.

    Got it! figuring it out! thanks =D

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

    Dragonates

    Expected this to be great to use on my server but as soon as I start adding command nodes to groups I get this...

    Code:
    [SEVERE] expected '<document start>', but found BlockMappingStart
     in "<reader>", line 18, column 1:
        users:
        ^
    
    2011-07-13 18:10:10 [SEVERE]     at org.yaml.snakeyaml.parser.ParserImpl$ParseDocumentStart.produce(ParserImpl.java:233)
    2011-07-13 18:10:10 [SEVERE]     at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:163)
    2011-07-13 18:10:10 [SEVERE]     at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:148)
    2011-07-13 18:10:10 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:108)
    2011-07-13 18:10:10 [SEVERE]     at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:124)
    2011-07-13 18:10:10 [SEVERE]     at org.yaml.snakeyaml.Yaml.load(Yaml.java:264)
    2011-07-13 18:10:10 [SEVERE]     at org.bukkit.util.config.Configuration.load(Configuration.java:82)
    2011-07-13 18:10:10 [SEVERE]     at com.nijiko.data.YamlUserStorage.performConversion(YamlUserStorage.java:35)
    2011-07-13 18:10:10 [SEVERE]     at com.nijiko.data.YamlUserStorage.<init>(YamlUserStorage.java:30)
    2011-07-13 18:10:10 [SEVERE]     at com.nijiko.data.YamlCreator.getUserStorage(YamlCreator.java:33)
    2011-07-13 18:10:10 [SEVERE]     at com.nijiko.data.StorageFactory.getUserStorage(StorageFactory.java:76)
    2011-07-13 18:10:10 [SEVERE]     at com.nijiko.permissions.ModularControl.forceLoadWorld(ModularControl.java:95)
    2011-07-13 18:10:10 [SEVERE]     at com.nijiko.permissions.ModularControl.loadWorld(ModularControl.java:86)
    2011-07-13 18:10:10 [SEVERE]     at com.nijiko.permissions.ModularControl.load(ModularControl.java:114)
    2011-07-13 18:10:10 [SEVERE]     at com.nijikokun.bukkit.Permissions.Permissions.setupPermissions(Permissions.java:181)
    2011-07-13 18:10:10 [SEVERE]     at com.nijikokun.bukkit.Permissions.Permissions.onLoad(Permissions.java:133)
    2011-07-13 18:10:10 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:121)
    2011-07-13 18:10:10 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:89)
    2011-07-13 18:10:10 [SEVERE]     at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:51)
    2011-07-13 18:10:10 [SEVERE]     at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:132)
    2011-07-13 18:10:10 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
    2011-07-13 18:10:10 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-07-13 18:10:10 [SEVERE] [Permissions] Unable to load permission data.
    2011-07-13 18:10:10 [SEVERE] [Permissions] Shutting down Permissions due to error(s).
    Please help, I'm sort of new at this.
     
  24. Offline

    Jeyge

    If they are OPs, you will need to remove them from the ops.txt file. If you have multiple permissions plugins like both Permissions and GroupManager, you will need to remove one of them. If they have the permission essentials.*, then remove that. For anything else, please post your permissions yml files with your server.log.
    You appear to have a tab before your users: on line 18. Remove that tab and all others and replace them with 4 spaces or in the case of line 18, just remove the tab since users: should start in column 1.

    The best way is to use world mirroring. Take a look at the Storageconfig.yml Options topic from the wiki for more information on it.

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

    Dragonates

    Okay I'll try that, thanks!

    Edit: Now I have this error >.<
    Code:
    2011-07-15 07:17:51 [SEVERE] while scanning for the next token
    found character     '\t' that cannot start any token
     in "<reader>", line 6, column 1:
                - '*'
        ^
    
    2011-07-15 07:17:51 [SEVERE]     at org.yaml.snakeyaml.scanner.ScannerImpl.fetchMoreTokens(ScannerImpl.java:360)
    2011-07-15 07:17:51 [SEVERE]     at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(ScannerImpl.java:183)
    2011-07-15 07:17:51 [SEVERE]     at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingValue.produce(ParserImpl.java:592)
    2011-07-15 07:17:51 [SEVERE]     at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:163)
    2011-07-15 07:17:51 [SEVERE]     at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:148)
    2011-07-15 07:17:51 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:132)
    2011-07-15 07:17:51 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:230)
    2011-07-15 07:17:51 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
    2011-07-15 07:17:51 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:230)
    2011-07-15 07:17:51 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
    2011-07-15 07:17:51 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:230)
    2011-07-15 07:17:51 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
    2011-07-15 07:17:51 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:122)
    2011-07-15 07:17:51 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105)
    2011-07-15 07:17:51 [SEVERE]     at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:124)
    2011-07-15 07:17:51 [SEVERE]     at org.yaml.snakeyaml.Yaml.load(Yaml.java:264)
    2011-07-15 07:17:51 [SEVERE]     at org.bukkit.util.config.Configuration.load(Configuration.java:82)
    2011-07-15 07:17:51 [SEVERE]     at com.nijiko.data.YamlUserStorage.performConversion(YamlUserStorage.java:35)
    2011-07-15 07:17:51 [SEVERE]     at com.nijiko.data.YamlUserStorage.<init>(YamlUserStorage.java:30)
    2011-07-15 07:17:51 [SEVERE]     at com.nijiko.data.YamlCreator.getUserStorage(YamlCreator.java:33)
    2011-07-15 07:17:51 [SEVERE]     at com.nijiko.data.StorageFactory.getUserStorage(StorageFactory.java:76)
    2011-07-15 07:17:51 [SEVERE]     at com.nijiko.permissions.ModularControl.forceLoadWorld(ModularControl.java:95)
    2011-07-15 07:17:51 [SEVERE]     at com.nijiko.permissions.ModularControl.loadWorld(ModularControl.java:86)
    2011-07-15 07:17:51 [SEVERE]     at com.nijiko.permissions.ModularControl.load(ModularControl.java:114)
    2011-07-15 07:17:51 [SEVERE]     at com.nijikokun.bukkit.Permissions.Permissions.setupPermissions(Permissions.java:181)
    2011-07-15 07:17:51 [SEVERE]     at com.nijikokun.bukkit.Permissions.Permissions.onLoad(Permissions.java:133)
    2011-07-15 07:17:51 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:121)
    2011-07-15 07:17:51 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:89)
    2011-07-15 07:17:51 [SEVERE]     at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:51)
    2011-07-15 07:17:51 [SEVERE]     at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:132)
    2011-07-15 07:17:51 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
    2011-07-15 07:17:51 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-07-15 07:17:51 [SEVERE] [Permissions] Unable to load permission data.
    2011-07-15 07:17:51 [SEVERE] [Permissions] Shutting down Permissions due to error(s).
     
  26. Offline

    hellsome

    when i type /pl in my server to list all the plugins i have the permissons one is in red... does this mean somethings wrong with it because i still dont think its working!
     
  27. Offline

    Jeyge

    Yep, you should have an error message in your server.log. If you can't find it, feel free to post it and someone should be able to take a look.
     
  28. Offline

    brnr72

    If you have your "world" and your "nether world" folders that have permissions files in them (user and group) what exactly is the process for making them match? If I have a mod in the normal world, that user should also be a mod in the nether world. Do I have to manually edit two sets of files? One for world and one for nether?
     
  29. Offline

    obscurehero

    Copy/paste
     
  30. Offline

    Krippner

    Thanks
     
  31. Offline

    dbizzzle

    Okay so, I recently added this to my server and have the group "User" set to "build: false" and it works, they can't build but they also can't build on their worldguard regions, how would I fix that?
     
Thread Status:
Not open for further replies.

Share This Page