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

    SpencerB

    Jeyge, If you have a moment that would be great.

    I created a default track, and gave Moderators permissions.promote but they could promote beyond their usergroup in the track. So I went about making the following:
    Code:
    tracks:
        mod:
            - Guest
            - Member
    
    Then added permissions.promote.mod hoping that when they did /pr <username> promote it would only allow them to promote up to the Member usergroup. That wasn't the case, and even /pr <username> promote t:mod doesn't even work for Moderators, they don't have the permissions to use that command.

    I used to use Permissions Plus to simply use /promote and /demote but that is incompatible with this version of Permissions.

    Any help or suggestions would be greatly appreciated. :)
     
  3. Offline

    Jeyge

    PermissionsPlus has been updated to work with 3.x now and would probably be the best way to do this until the command restructuring is fixed. As it stands right now with 3.1.6, the ability to grant permissions to tracks was broken. You could try 3.1.5b if you want or give PermissionsPlus a try again.
     
  4. Offline

    Ratchet

    if I want to use global groups and global users files, what would I put in the world name when using this script? http://www.utopiafps.pl/perm/
     
  5. Offline

    Jeyge

    I was going to say that it was broken but I wanted to make sure first. It does actually work but it really requires properly set up yml files.

    As for your question, I would think it would be *.

    Edit - but yet * caused it to fail. :(
     
  6. Offline

    SpencerB

    I know you're not the plugin developer, however I always get
    And that same message repeats itself with every group name found in groups.yml.
     
  7. Offline

    Captain Kirk

    No errores.. Just keeps taking all my commands out and defaulting.

    I think its an issue with the MMA groups thing tbh though...
     
  8. Offline

    Ratchet

    I think i'll just use per-world settings and have the others inherit from the main world.

    trying to import the data and getting this:

    Code:
    Error
    
    SQL query:
    
    INSERT INTO PrWorlds( worldid, worldname )
    VALUES ( 2, 'Midgard' ) ;
    
    MySQL said: Documentation
    #1062 - Duplicate entry '2' for key 'PRIMARY' 
    If I delete that entry then it complains about the table pgroups not existing, if I create the table pgroups it complains about some entries in that not existing and so on..

    if I try and convert my users YML all it gives me is this as output:

    Code:
    INSERT INTO PrWorlds (worldid, worldname) VALUES (2, 'Midgard');
     
  9. Offline

    Jeyge

    I could sure see McMa doing that. Nothing against the tool but I sure wish they had taken a different path when implementing 3.x. It sure causes a lot of headaches.
    I think the idea is that you would use the script for a first time setup of the SQL stuff so you would decide what numbers you want to use. I haven't had a chance to play with the SQL version yet so I may be all wrong about that.
     
  10. Offline

    SpencerB

    Thanks so much Jeyge, what you've suggested has worked. :D
     
  11. Offline

    Ratchet

    I found it out because it auto added the worlds and their ID's to the database, edited my post with more questions but since you haven't used the SQL :(
     
  12. Offline

    Jeyge

    I can help with the yml format though. What I found playing with it was that everything must be indented by 4 spaces so your permissions and groups have to be 4 spaces past the tags and that isn't the way Permissions writes those files. Here is a sample of what I played with:
    Code:
    users:
        Jeyge:
            permissions:
                - '*'
            groups:
                - Admins
    
     
  13. Offline

    Ratchet

    thanks. where does
    info:
    prefix: ''
    suffix: ''

    go in the users? or is it not used anymore?

    also why does permissions make a new, empty entry for every user in each /world/users.yml? is it not possible to have a default group anymore that everyone gets put into??

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

    Colecf

    I keep getting this:
    Code:
    19:20:54 [SEVERE] java.lang.NullPointerException
    19:20:54 [SEVERE]       at com.sk89q.bukkit.migration.NijiPermissionsResolver.hasPermission(NijiPermissionsResolver.java:61)
    19:20:54 [SEVERE]       at com.sk89q.bukkit.migration.PermissionsResolverManager
    .hasPermission(PermissionsResolverManager.java:102)19:20:54 [SEVERE]       at com.sk89q.worldguard.bukkit.WorldGuardPlugin.hasPermi
    ssion(WorldGuardPlugin.java:322)19:20:54 [SEVERE]       at com.sk89q.worldguard.protection.GlobalRegionManager.h
    asBypass(GlobalRegionManager.java:232)
    It happens with a lot of other plugins too. I can't use ANY non-vanilla command either.... I get "An internal error occurred while attempting to perform this command"

    My permissions folder is here: http://dl.getdropbox.com/u/2223161/Permissions.zip

    Does anyone know why that's happening?

    EDIT: Actually, something does work. Commandbook commands do, but not myhome... It might just be that I have to update some plugins
     
  15. If you get the answer for this one, please let me know as well? I've got the same thing, a perfectly working 3.1.5b config breaks under 3.1.6 for no reason that I can tell, throwing block place/destroy errors.
     
  16. Offline

    Maxis010

    Permissions goes looking for users and the lack of groups forces default, to be honest I don't see much problem with 3 extra lines per user, any server that uses per user authorisation through permissions will have those 3 lines anyway
     
  17. Offline

    Lesser

    Yeah in still in version 2, some of my plugins havent moved over I believe. But thanks I'll try that out
     
  18. Offline

    NuclearKamikaze

    Someone Help Permissons is blocking players from being able to buy/sell from iconomy signs
     
  19. Offline

    Jeyge

    None of your users have been upgraded to the 3.x format. Your current "group: Moderator" should look like:
    Code:
            groups:
                - Moderator
    
    That would be a good place to start and if it still isn't working, then post again.
    They can go anywhere after the user. My example would change to:
    Code:
    users:
        Jeyge:
            info:
                prefix: '&5'
                suffix: '&8'
            permissions:
                - '*'
            groups:
                - Admins
    You'll need to leave a little more information for anyone to help.

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

    bsh122397

    i have been having issues on my server ever since i installed this and im not sure if i should post here but noone (including me) can build or destroy blocks
     
  21. Offline

    gameguy27

    Dunno if this is the right place to ask but how do I get a user's group if they are in one? I have this code to grab the user.
    Code:
    User user = permissionHandler.getUserObject(player.getWorld().getName(), player.getDisplayName());
    I looked on the wiki and I didn't find any methods on getting a user's group.
     
  22. Offline

    Silarn

    It's okay. Unfortunately I got the feeling that jc was going to respond to my post and then something happened with the quotes and it fell by the wayside. So the suggestion is to make the default group not inherit from the global default (or from the parent world)? I'll try that as soon as I am able.
     
  23. Offline

    Jeyge

    Post your server.log with your permissions yml files and someone will take a look.
    You can get the group using ph.getGroup(world, user). Both world and user are just strings.
    If that is the error/problem you are having. Take a look at this issue to see if it is similar.
     
  24. Offline

    NeoEvil

    Just leaving a few MySQL select statements here. I'm fairly new at the whole affair (be gentle!) and had a pretty tough time setting this up as there isn't a whole lot of info available for that side of things. Mostly info on the yaml stuff here.

    One question though, I'm having issue with using prefix's on players, myself and my two mods mainly.
    In the prdata table, I just need to insert 'prefix' under the path column and what i want the prefix to be in the data column right? It just doesn't seem to be doing anything. This is in conjunction with iChat. (using his p3 .jar).

    **Edit -
    Nevermind my question, it works fine. I had another color code after the prefix which was negating its color effect. Time for bed I guess.

    Keep up the good work and thanks for using SQL.


    Some queries i wrote to make sense of whats going on. Perhaps it will help a fellow n00b.
    Code:
    #List all permission nodes and assigment
    SELECT p.*,e.name,w.worldname FROM prpermissions p
    JOIN prentries e USING (entryid)
    JOIN prworlds w USING (worldid)
    -- where e.type=1 #Enable to show Groups only
    -- where e.type=0 #Enable to show Users only
    -- where e.name like '%GroupName%' #Enable and put in group name to filter by users or group
    -- ORDER BY e.name;
    ORDER BY p.permstring;
    
    #Lists Players and Group assignments
    SELECT e.entryid AS ID, e.name AS player, w.worldname AS 'World', e2.name AS 'Group'
    FROM      prentries     e
    JOIN      prworlds      w  ON e.worldid=w.worldid
    LEFT JOIN prinheritance i  ON i.childid=e.entryid
    LEFT JOIN prentries     e2 ON i.parentid=e2.entryid
    WHERE e.type = 0
    ORDER BY e.name;
    
    #Lists Groups and Inheritance
    SELECT e.entryid AS ID, e.name AS 'Group', w.worldname AS 'World', e2.name AS 'Inherits From'
    FROM      prentries     e
    JOIN      prworlds      w  ON e.worldid=w.worldid
    LEFT JOIN prinheritance i  ON i.childid=e.entryid
    LEFT JOIN prentries     e2 ON i.parentid=e2.entryid
    WHERE e.type = 1
    ORDER BY e.name;
    
    #List Groups and Settings (build, prefix, suffix, ect)
    SELECT * FROM prdata d
    JOIN prentries e ON d.entryid=e.entryid
    -- where e.entryid like '%groupname%'
    ORDER BY e.name;
    
     
  25. Offline

    tassox33

    Just read up on the last few pages, thanks for the info guys.
    So what happens if you edited your whole .yml in notepad++ without the ( tabs as 4 spaces) option?
    when i saw red, i just backspaced then , spaced until it wasnt red anymore.
     
  26. Offline

    NuclearKamikaze

    so my players cant buy/sell with signs, when I remove permissons it works fine.
    also I have essentials.

    Please Help thanx!

    my group permissons:
    Code:
    groups:
        Default:
            default: true
            info:
                prefix: '[N] '
                suffix: ''
                build: true
            inheritance:
            permissions:
            - '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.main.change'
            - 'iConomy.bank.main.set'
            - 'iConomy.bank.main.view'
            - 'iConomy.bank.transfer'
            - 'iConomy.bank.transfer.multiple'
            - 'iConomy.bank.withdraw'
            - 'iConomy.list'
            - 'iConomy.payment'
            - 'iConomy.rank'
            - 'styxspace.teleport.enter'
            - 'styxspace.teleport.exit'
            - 'PressurePort.Use'
            - '-residence*'
            - 'essentials.list'
            - 'essentials.mail'
            - 'essentials.signs.disposal.use'
            - 'essentials.warp'
            - 'essentials.warp.list'
            - 'essentials.mail.send'
            - 'essentials.motd'
            - 'essentials.help'
            - 'essentials.home'
            - 'essentials.motd'
            - 'essentials.sethome'
            - 'essentials.spawn'
        Builder:
            default: false
            info:
                prefix: '[BLD] '
                suffix: ''
                build: true
            inheritance:
             - default
            permissions:
            - 'essentials.tphere'
            - 'essentials.tp'
            - 'essentials.item'
            - 'essentials.give'
        Admin:
            default: false
            info:
                prefix: '[&1Admin&&] '
                suffix: ''
                build: true
            inheritance:
            permissions:
            - '*'
            - 'bb.admin.*'
            - '-advancement.admin'
        Owner:
            default: false
            info:
                prefix: '[&4O&9w&4n&9e&4r&&] '
                suffix: ''
                build: true
            inheritance:
            permissions:
            - '*'
            - 'advancement.skill.*'
            - 'advancement.admin'
            - 'LazyRoad.build'
            - 'residence.create'
            - 'residence.admin'
            - 'got.use'
            - 'got.reload'
            - 'got.type.*'
            - 'got.bucket'
     
  27. Offline

    Ganaray

    Are you using iConomyChestShop?
     
  28. Offline

    bsh122397

    Code:
    2011-07-04 03:26:46 [INFO] Starting minecraft server version Beta 1.7.2
    2011-07-04 03:26:46 [INFO] Loading properties
    2011-07-04 03:26:46 [INFO] Starting Minecraft server on *:25565
    2011-07-04 03:26:46 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-904-g9277096-b953jnks (MC: 1.7.2)
    2011-07-04 03:26:47 [INFO] LWC    Loading shared objects
    2011-07-04 03:26:47 [INFO] Cache    Protection cache: 0/10000
    2011-07-04 03:26:47 [INFO] LWC    Native library: plugins/LWC/lib/native/Windows/amd64/sqlitejdbc.dll
    2011-07-04 03:26:47 [INFO] Starting Minequery server on *:25566
    2011-07-04 03:26:47 [SEVERE] Could not load 'plugins\WorldGuard.jar' in folder 'plugins':
    mapping values are not allowed here
     in "<reader>", line 74, column 56:
         ... : true    disable-snow-formation: false
                                             ^
    
        at org.yaml.snakeyaml.scanner.ScannerImpl.fetchValue(ScannerImpl.java:745)
        at org.yaml.snakeyaml.scanner.ScannerImpl.fetchMoreTokens(ScannerImpl.java:307)
        at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(ScannerImpl.java:183)
        at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingKey.produce(ParserImpl.java:564)
        at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:163)
        at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:148)
        at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:228)
        at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
        at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:230)
        at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
        at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:122)
        at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105)
        at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:124)
        at org.yaml.snakeyaml.Yaml.load(Yaml.java:264)
        at org.bukkit.util.config.Configuration.load(Configuration.java:82)
        at org.bukkit.plugin.java.JavaPlugin.initialize(JavaPlugin.java:157)
        at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:175)
        at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:199)
        at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:122)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:118)
        at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:89)
        at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:51)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:132)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-07-04 03:26:48 [INFO] [Permissions] (Yeti) was initialized.
    2011-07-04 03:26:48 [INFO] [Permissions] (Yeti) was initialized.
    2011-07-04 03:26:48 [INFO] [Permissions] version [3.1.6] (Yeti)  loaded
    2011-07-04 03:26:48 [INFO] Preparing level "SotMS"
    2011-07-04 03:26:48 [INFO] Preparing start region for level 0 (Seed: 109626686)
    2011-07-04 03:26:49 [INFO] Preparing start region for level 1 (Seed: -4968620369377939029)
    2011-07-04 03:26:49 [INFO] Preparing spawn area: 3%
    2011-07-04 03:26:49 [INFO] [BananaChunk] version 4.6 is enabled!
    2011-07-04 03:26:49 [INFO] [BBROTHER] ------------------------------------
    2011-07-04 03:26:49 [INFO] [BBROTHER] Hello, and thank you for using the TESTING version of BigBrother!
    2011-07-04 03:26:49 [INFO] [BBROTHER] Please note that, since this is far from complete, there will be many bugs.
    2011-07-04 03:26:49 [INFO] [BBROTHER] IF YOU FIND ANY BUGS, PLEASE REPORT THEM ON http://bugs.nexisonline.net/bb
    2011-07-04 03:26:49 [INFO] [BBROTHER] Please stay tuned in irc.esper.net #bigbrother for updates and build notifications.
    2011-07-04 03:26:49 [INFO] [BBROTHER] ------------------------------------
    2011-07-04 03:26:50 [INFO] [BBROTHER] Building `bbdata` table...
    2011-07-04 03:26:50 [INFO] [BBROTHER] BBData H2 Driver r1 loaded!
    2011-07-04 03:26:50 [INFO] [BBROTHER] Building `bbworlds` table...
    2011-07-04 03:26:50 [INFO] [BBROTHER] Building `bbusers` table...
    2011-07-04 03:26:50 [INFO] [BBROTHER] Permissions plugin found but disabled. Enabling 'Permissions' (v2.7.2).
    2011-07-04 03:26:50 [INFO] [Permissions] version [2.7.2] (Yeti)  loaded
    2011-07-04 03:26:50 [INFO] [BBROTHER] Permissions enabled using: Permissions v2.7.2
    2011-07-04 03:26:50 [WARNING] [BBROTHER] 'Help' isn't detected. No /help support
    2011-07-04 03:26:50 [INFO] [BBROTHER] BigBrother 1.9-SNAPSHOT (build #569) enabled!
    2011-07-04 03:26:50 [INFO] DeathSign version 0.2 is enabled!
    2011-07-04 03:26:51 [INFO] Loaded Essentials build 2.3.7 by Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans and Xeology
    2011-07-04 03:26:51 [INFO] Loaded EssentialsGeoIP build 2.3.7 by Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans and Xeology
    2011-07-04 03:26:51 [INFO] This product includes GeoLite data created by MaxMind, available from http://www.maxmind.com/.
    2011-07-04 03:26:51 [INFO] GroupManager - INFO - Scheduled Data Saving is set for every 10 minutes!
    2011-07-04 03:26:51 [INFO] GroupManager version 1.0(alpha-5) [Zombie-Version, please switch to Permissions 3] is enabled!
    2011-07-04 03:26:51 [INFO] Loaded EssentialsProtect build 2.3.7 by Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans and Xeology
    2011-07-04 03:26:51 [INFO] Loaded EssentialsSpawn build 2.3.7 by Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans and Xeology
    2011-07-04 03:26:51 [INFO] [HeroChat] HeroChat version 4.10.3 enabled.
    2011-07-04 03:26:51 [INFO] [HeroChat] Permissions 2.7.2 found.
    2011-07-04 03:26:51 [INFO] [HeroicDeath] 1.8.1.156 enabled.
    2011-07-04 03:26:51 [INFO] LWC    Loaded 134 locale strings (0 overrides)
    2011-07-04 03:26:51 [INFO] LWC    Using Permissions API...
    2011-07-04 03:26:51 [INFO] LWC    Loading SQLite
    2011-07-04 03:26:51 [INFO] SQLite    Using: Native
    2011-07-04 03:26:51 [INFO] LWC    At version: v3.11
    2011-07-04 03:26:51 [INFO] [MagicCarpet] MagicCarpet version 1.5.5 is enabled!
    2011-07-04 03:26:51 [INFO] [MagicCarpet] Take yourself wonder by wonder, using /magiccarpet or /mc.
    2011-07-04 03:26:51 [INFO] [MagicCarpet] Using Permissions.
    2011-07-04 03:26:51 [INFO] NoMovedTooQuicklyKick version 1.1 is enabled with permissions!
    2011-07-04 03:26:52 [INFO] SpyerAdmin has completed updating the script successfully.
    2011-07-04 03:26:52 [INFO] SpyerAdminCommands module version 1.4 stable, a spying utility for administrators and moderators (CommandBook commands module), is active. Part of the Spyer package by [nickguletskii200]
    2011-07-04 03:26:52 [INFO] [StealthLogin] version 1.1.0 Permissions detected...
    2011-07-04 03:26:52 [INFO] [StealthLogin] version 1.1.0 enabled!
    2011-07-04 03:26:52 [INFO] WorldEdit 4.6 enabled.
    2011-07-04 03:26:52 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-07-04 03:26:52 [INFO] SpyerAdmin module version 1.4 stable, a spying utility for administrators and moderators (main module), is active. Part of the Spyer package by [nickguletskii200]
    2011-07-04 03:26:52 [INFO] Done (0.440s)! For help, type "help" or "?"
    2011-07-04 03:26:52 [INFO] Stopping the server..
    2011-07-04 03:26:52 [INFO] Stopping server
    2011-07-04 03:26:52 [INFO] [BananaChunk] version 4.6 is disabled!
    2011-07-04 03:26:52 [INFO] DeathSign version 0.2 disabled
    2011-07-04 03:26:53 [INFO] GroupManager - INFO - Scheduled Data Saving is disabled!
    2011-07-04 03:26:53 [INFO] GroupManager version 1.0(alpha-5) [Zombie-Version, please switch to Permissions 3] is disabled!
    2011-07-04 03:26:53 [INFO] [HeroChat] HeroChat version 4.10.3 disabled.
    2011-07-04 03:26:53 [INFO] [HeroicDeath] 1.8.1.156 disabled.
    2011-07-04 03:26:53 [INFO] LWC    Freeing SQLite
    2011-07-04 03:26:53 [INFO] Magic Carpet disabled. Thanks for trying the plugin!
    2011-07-04 03:26:53 [INFO] NoMovedTooQuicklyKick version 1.1 is disabled!
    2011-07-04 03:26:53 [INFO] [Permissions] (Yeti) saving data...
    2011-07-04 03:26:53 [INFO] Stopping Minequery server
    2011-07-04 03:26:53 [INFO] [Permissions] (Yeti) saved all data.
    2011-07-04 03:26:53 [INFO] [Permissions] (Yeti) disabled successfully.
    2011-07-04 03:26:53 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-07-04 03:26:53 [INFO] [StealthLogin] version 1.1.0 disabled!
    2011-07-04 03:26:53 [INFO] [Permissions] (Yeti) saving data...
    2011-07-04 03:26:53 [INFO] [Permissions] (Yeti) saved all data.
    2011-07-04 03:26:53 [INFO] [Permissions] (Yeti) disabled successfully.
    2011-07-04 03:26:53 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin for permissions.
    
    to make it easier i just added the whole permissions folder in the zip
     

    Attached Files:

  29. Offline

    Jeyge

    I would think this would be an Essentials question but don't you need to give them essentials.signs.buy.use and essentials.signs.sell.use? And I believe there are many other essentials.signs permissions to assign if you want them to do more than just buy and sell. I would take a look at their wiki and ask the questions in their thread.
    When I'm sometimes lazy and I've been testing things that require the option to be turned off, I will do exactly what you say. It isn't hard to just backspace a few times then space things over with the spacebar. Then I get un-lazy and just check the checkbox again. :)

    That WorldGuard error could be causing the problem but I have a feeling it is actually because everyone in your users.yml file is assigned to the Default group which doesn't have build set to true.
    Code:
        bsh122397:
            permissions:
            groups:
            - Default
        BlasterStar:
            permissions:
            groups:
            - Default
        Golden0ne:
            permissions:
            groups:
            - Default
    
    I'm assuming that you don't actually have a TheServerOwner, FriendA and FriendB at least.

    Edit - Oops, that and you are trying to run 2 permissions plugins at the same time. You will either want to run Permissions or GroupManager but not both.

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

    Milaannnn_

    Code:
    Server log:
    [INFO] Starting minecraft server version Beta 1.7.2
    2011-07-03 21:01:04 [INFO] Loading properties
    2011-07-03 21:01:04 [INFO] Starting Minecraft server on *:25565
    2011-07-03 21:01:04 [WARNING] **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
    2011-07-03 21:01:04 [WARNING] The server will make no attempt to authenticate usernames. Beware.
    2011-07-03 21:01:04 [WARNING] While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
    2011-07-03 21:01:04 [WARNING] To change this, set "online-mode" to "true" in the server.settings file.
    2011-07-03 21:01:04 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-904-g9277096-b953jnks (MC: 1.7.2)
    2011-07-03 21:01:04 [INFO] LWC    Loading shared objects
    2011-07-03 21:01:04 [INFO] Cache    Protection cache: 0/10000
    2011-07-03 21:01:04 [INFO] LWC    Native library: plugins/LWC/lib/native/Windows/amd64/sqlitejdbc.dll
    2011-07-03 21:01:04 [SEVERE] mapping values are not allowed here
    in "<reader>", line 7, column 18:
    build: true
    ^
    
    2011-07-03 21:01:04 [SEVERE] at org.yaml.snakeyaml.scanner.ScannerImpl.fetchValue(ScannerImpl.java:745)
    2011-07-03 21:01:04 [SEVERE] at org.yaml.snakeyaml.scanner.ScannerImpl.fetchMoreTokens(ScannerImpl.java:307)
    2011-07-03 21:01:04 [SEVERE] at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(ScannerImpl.java:183)
    2011-07-03 21:01:04 [SEVERE] at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingKey.produce(ParserImpl.java:564)
    2011-07-03 21:01:04 [SEVERE] at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:163)
    2011-07-03 21:01:04 [SEVERE] at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:148)
    2011-07-03 21:01:04 [SEVERE] at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:228)
    2011-07-03 21:01:04 [SEVERE] at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
    2011-07-03 21:01:04 [SEVERE] at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:230)
    2011-07-03 21:01:04 [SEVERE] at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
    2011-07-03 21:01:04 [SEVERE] at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:230)
    2011-07-03 21:01:04 [SEVERE] at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
    2011-07-03 21:01:04 [SEVERE] at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:122)
    2011-07-03 21:01:04 [SEVERE] at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105)
    2011-07-03 21:01:04 [SEVERE] at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:124)
    2011-07-03 21:01:04 [SEVERE] at org.yaml.snakeyaml.Yaml.load(Yaml.java:264)
    2011-07-03 21:01:04 [SEVERE] at org.bukkit.util.config.Configuration.load(Configuration.java:82)
    2011-07-03 21:01:04 [SEVERE] at com.nijiko.data.YamlGroupStorage.reload(YamlGroupStorage.java:179)
    2011-07-03 21:01:04 [SEVERE] at com.nijiko.data.YamlGroupStorage.<init>(YamlGroupStorage.java:30)
    2011-07-03 21:01:04 [SEVERE] at com.nijiko.data.YamlCreator.getGroupStorage(YamlCreator.java:57)
    2011-07-03 21:01:04 [SEVERE] at com.nijiko.data.StorageFactory.getGroupStorage(StorageFactory.java:129)
    2011-07-03 21:01:04 [SEVERE] at com.nijiko.permissions.ModularControl.forceLoadWorld(ModularControl.java:96)
    2011-07-03 21:01:04 [SEVERE] at com.nijiko.permissions.ModularControl.loadWorld(ModularControl.java:86)
    2011-07-03 21:01:04 [SEVERE] at com.nijiko.permissions.ModularControl.load(ModularControl.java:116)
    2011-07-03 21:01:04 [SEVERE] at com.nijikokun.bukkit.Permissions.Permissions.setupPermissions(Permissions.java:181)
    2011-07-03 21:01:04 [SEVERE] at com.nijikokun.bukkit.Permissions.Permissions.onLoad(Permissions.java:133)
    2011-07-03 21:01:04 [SEVERE] at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:121)
    2011-07-03 21:01:04 [SEVERE] at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:89)
    2011-07-03 21:01:04 [SEVERE] at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:51)
    2011-07-03 21:01:04 [SEVERE] at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:132)
    2011-07-03 21:01:04 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
    2011-07-03 21:01:04 [SEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-07-03 21:01:04 [SEVERE] [Permissions] Unable to load permission data.
    2011-07-03 21:01:04 [SEVERE] [Permissions] Shutting down Permissions due to error(s).
    2011-07-03 21:01:04 [INFO] [Permissions] (Yeti) was initialized.
    2011-07-03 21:01:04 [INFO] [Permissions] (Yeti) disabled successfully.
    2011-07-03 21:01:04 [INFO] Preparing level "1"
    2011-07-03 21:01:04 [INFO] Preparing start region for level 0 (Seed: -4026570707824132470)
    2011-07-03 21:01:05 [INFO] iChat (v2.3.1) enabled
    2011-07-03 21:01:06 [INFO] [iConomy] Logging is currently disabled.
    2011-07-03 21:01:06 [INFO] [iConomy] v5.01 (Eruanna) loaded.
    2011-07-03 21:01:06 [INFO] [iConomy] Developed by: [Nijikokun]
    2011-07-03 21:01:06 [INFO] [Jail] Loaded 0 jail zones.
    2011-07-03 21:01:06 [INFO] [Jail] Loaded 0 prisoners.
    2011-07-03 21:01:06 [INFO] [Jail] Loaded 0 cells.
    2011-07-03 21:01:06 [INFO] KiwiAdmin version 2.1 is enabled!
    2011-07-03 21:01:06 [INFO] LWC    Loaded 134 locale strings (0 overrides)
    2011-07-03 21:01:06 [INFO] [Permissions] (Yeti) disabled successfully.
    2011-07-03 21:01:06 [SEVERE] Error occurred while enabling LWC v3.11 (Is it up to date?): com/nijikokun/bukkit/Permissions/Permissions
    java.lang.NoClassDefFoundError: com/nijikokun/bukkit/Permissions/Permissions
    at com.griefcraft.lwc.LWC.load(Unknown Source)
    at com.griefcraft.lwc.LWCPlugin.onEnable(Unknown Source)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:857)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:264)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:151)
    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:136)
    at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:284)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:271)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:148)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.lang.ClassNotFoundException: com.nijikokun.bukkit.Permissions.Permissions
    at java.net.URLClassLoader$1.run(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
    2011-07-03 21:01:06 [INFO] [MYHOME]: 0 homes loaded
    2011-07-03 21:01:06 [INFO] [MYHOME] Permissions enabled using: Permissions v3.1.6
    2011-07-03 21:01:06 [WARNING] [MYHOME] 'Help' isn't detected. No /help support.
    2011-07-03 21:01:06 [INFO] [MYHOME] MyHome 1.9.5 enabled
    2011-07-03 21:01:06 [INFO] [nSpleef] Hooked into Permissions 3.1.6
    2011-07-03 21:01:06 [INFO] nSpleef version 0.4.3 is enabled!
    2011-07-03 21:01:06 [INFO] [nSpleef] Economy plugin found (iConomy version: 5)
    2011-07-03 21:01:06 [SEVERE] Error occurred while enabling SimpleKick v1.0 (Is it up to date?): com/nijikokun/bukkit/Permissions/Permissions
    java.lang.NoClassDefFoundError: com/nijikokun/bukkit/Permissions/Permissions
    at me.captain.SimpleKick.SimpleKick.setupPermissions(SimpleKick.java:27)
    at me.captain.SimpleKick.SimpleKick.onEnable(SimpleKick.java:49)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:857)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:264)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:151)
    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:136)
    at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:284)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:271)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:148)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.lang.ClassNotFoundException: com.nijikokun.bukkit.Permissions.Permissions
    at java.net.URLClassLoader$1.run(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
    2011-07-03 21:01:06 [INFO] Warpz0r version 1.3.0 is enabled
    2011-07-03 21:01:06 [INFO] [Warpz0r] Found iConomy (v5.01)
    2011-07-03 21:01:06 [INFO] Done (0.222s)! For help, type "help" or "?"
    2011-07-03 21:01:07 [INFO] [nSpleef] Arenas loaded!
    Groups.yml:
    groups:
    Users:
    default: true
    info:
    prefix:''
    suffix:''
    build: true
    inheritance:
    permissions:
    - 'mh.sethome'
    - 'mh.deletehome'
    - 'nSpleef.member.creategame'
    - 'nSpleef.member.deletegame'
    - 'nSpleef.member.join'
    - 'nSpleef.member.leave'
    - 'nSpleef.member.list'
    - 'nSpleef.member.wager'
    - 'mywarp.warp.soc.give'
    - 'mywarp.warp.soc.invite'
    - 'mywarp.warp.soc.uninvite'
    - 'mywarp.warp.soc.public'
    - 'mywarp.warp.soc.private'
    - 'lwc.protect'
    - 'mywarp.warp.basic.warp'
    - 'mywarp.warp.basic.compass'
    - 'mywarp.warp.basic.list'
    - 'mywarp.warp.basic.search'
    - 'admincmd.player.list'
    - 'iConomy.acces'
    - 'iConomy.admin.grant'
    - 'iConomy.admin.account.create'
    - 'iConomy.bank.deposit'
    - 'iConomy.bank.acces'
    - 'iConomy.bank.join'
    - 'iConomy.bank.transfer'
    - 'iConomy.payment'
    - 'kit.kit'
    - 'kit.reload'
    - 'kit.starterkit'
    Helpers:
    default: false
    info:
    prefix:'&9'
    suffix:''
    build: true
    inheritance:
    - Users
    permissions:
    - 'magiccarpet.mc'
    - 'magiccarpet.ml'
    - 'admincmd.player.heal'
    - 'admincmd.tp.to'
    - 'admincmd.tp.players'
    - 'simplekick.use'
    - 'colorme.self'
    - 'kit.reload'
    - 'kit.proxy'
    - 'kit.kit'
    - 'kit.food'
    Moderators:
    default: false
    info:
    prefix:''
    suffix:''
    build: true
    inheritance:
    - Helpers
    permissions:
    - 'tempban.ban'
    - 'tempban.unban'
    Admins:
    default: true
    info:
    prefix:''
    suffix:''
    build: true
    inheritance:
    permissions:
    - '*'
    Users.yml:
    users:
    Milaannnn_:
    info: prefix:'&6[&6Owner&6]&f' suffix:''<-This alway keeps setting 'suffix' after the prefix
    permissions: []
    groups:
    - Admins
    tyfoon8:
    info: prefix:'' suffix:''
    permissions: []
    groups:
    - Admins
    xSoulHead:
    info: prefix:'' suffix:''
    permissions: []
    groups:
    - Helpers
    MANUel:
    info: prefix:'' suffix:''
    permissions: []
    groups:
    - Users
    JOLLEWIET:
    info: prefix:'' suffix:''
    permissions: []
    groups:
    - Users
    vinnycity:
    permissions: []
    groups:
    - Users


    @Jeyge
    Sorry, I'm new to the forums, but the prefix and suffix just keep resetting. Also, is that the only problem?

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

    Tigerius

    when is the update coming to 953 build?

    Because it dont works properly with, Citizens, LWC, xAuth and Scavenger
     
Thread Status:
Not open for further replies.

Share This Page