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

    SyPi

    Hm .. i got "You do not have permission to use this command" (Testserver, simple config)

    [​IMG]

    groups.yml
    Code:
    groups:
        Gast:
            default: true
            info:
                prefix: '[GAST]'
                suffix: ''
                build: false
            inheritance: null
            permissions:
            - essentials.list
            - essentials.motd
            - essentials.rules
            - essentials.spawn
            - lwc.blockinventory
        Admin:
            default: false
            info:
                prefix: '&c[Admin]&f'
                suffix: ''
                build: true
            permission:
            - '*'
    users.yml
    Code:
    users:
        SyPi:
            groups:
            - Admin
    Pluginlist:
    • BorderGuard
    • dynmap
    • Essentials
    • Falsebook
    • iChat
    • LogBlock
    • LWC
    • mcbans
    • MyHome
    • MyWarp
    • Netstats
    • Permissions
    • WorldEdit
    • WorldGuard
     
  3. Offline

    toxic.wolf666

    I've just updated to CB [818] and now i'm getting problems. Both me and my friend are admins; neither of us can build, but only he gets "You do not have permission to do this" errors. I've noticed that on boot I get errors in the console:

    Code:
    12:08:07 [SEVERE] while parsing a block collection
     in "<reader>", line 28, column 13:
                    - 'essentials.give'
                    ^
    expected <block end>, but found Scalar
     in "<reader>", line 35, column 16:
                    - 'essentials.top'
                       ^
    
    12:08:07 [SEVERE]       at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockSequenceEntry.produce(ParserImpl.java:520)
    12:08:07 [SEVERE]       at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:163)
    12:08:07 [SEVERE]       at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:148)
    12:08:07 [SEVERE]       at org.yaml.snakeyaml.composer.Composer.composeSequenceNode(Composer.java:203)
    12:08:07 [SEVERE]       at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:158)
    12:08:07 [SEVERE]       at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:230)
    12:08:07 [SEVERE]       at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
    12:08:07 [SEVERE]       at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:230)
    12:08:07 [SEVERE]       at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
    12:08:07 [SEVERE]       at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:230)
    12:08:07 [SEVERE]       at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
    12:08:07 [SEVERE]       at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:122)
    12:08:07 [SEVERE]       at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105)
    12:08:07 [SEVERE]       at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:124)
    12:08:07 [SEVERE]       at org.yaml.snakeyaml.Yaml.load(Yaml.java:264)
    12:08:07 [SEVERE]       at com.nijiko.configuration.NotNullConfiguration.load(NotNullConfiguration.java:52)
    12:08:07 [SEVERE]       at com.nijiko.data.YamlGroupStorage.reload(YamlGroupStorage.java:178)
    12:08:07 [SEVERE]       at com.nijiko.data.YamlGroupStorage.<init>(YamlGroupStorage.java:29)
    12:08:07 [SEVERE]       at com.nijiko.data.YamlCreator.getGroupStorage(YamlCreator.java:58)
    12:08:07 [SEVERE]       at com.nijiko.data.StorageFactory.getGroupStorage(StorageFactory.java:129)
    12:08:07 [SEVERE]       at com.nijiko.permissions.ModularControl.forceLoadWorld(ModularControl.java:91)
    12:08:07 [SEVERE]       at com.nijiko.permissions.ModularControl.loadWorld(ModularControl.java:82)
    12:08:07 [SEVERE]       at com.nijiko.permissions.ModularControl.load(ModularControl.java:102)
    12:08:07 [SEVERE]       at com.nijikokun.bukkit.Permissions.Permissions.setupPermissions(Permissions.java:184)
    12:08:07 [SEVERE]       at com.nijikokun.bukkit.Permissions.Permissions.onLoad(Permissions.java:140)
    12:08:07 [SEVERE]       at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:106)
    12:08:07 [SEVERE]       at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:232)
    12:08:07 [SEVERE]       at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:219)
    12:08:07 [SEVERE]       at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:146)
    12:08:07 [SEVERE]       at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
    12:08:07 [SEVERE]       at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    12:08:07 [SEVERE] [Permissions] Unable to load permission data.
    12:08:07 [INFO] [Permissions] Shutting down Permissions due to error(s).
    12:08:07 [INFO] [Permissions] (Yeti) was initialized.
    My Groups.yml:
    Code:
    groups:
        Default:
            default: true
            info:
                prefix: ''
                suffix: ''
                build: false
            inheritance:
            permissions:
                - 'herobounty.list'
                - 'herobounty.new'
                - 'herobounty.accept'
                - 'herobounty.locate'
                - 'bluetelepads.use'
                - 'commandSigns.use'
                - 'essentials.depth'
                - 'essentials.getpos'
                - 'essentials.compass'
        Moderator:
            default: false
            info:
                prefix: '&3[MOD]'
                suffix: ''
                build: true
            inheritance:
                - Default
            permissions:
                - 'essentials.give'
                - 'essentials.item'
                - 'bluetelepads.create'
                - 'commandSigns.create'
                - 'commandSigns.super'
                - 'essentials.god'
                - 'essentials.jump
                - 'essentials.top'
                - 'essentials.back'
                - 'essentials.back.ondeath'
                - 'essentials.time'
        Admins:
            default: false
            info:
                prefix: '&2[ADMIN]'
                suffix: ''
                build: true
            inheritance:
            permissions:
                - '*'
    And my Plugin list:
    • BlueTelePads
    • ChairCraft
    • Citizens
    • CommandSigns
    • ControllerBlock
    • CraftBukkitUpToDate (Although I updated Permissions manually from this Bukkit Page)
    • Essentials (Core, Chat, Spawn and Protect)
    • HeroBounty
    • iConomy
    • Jobs
    • LWC
    • Permissions
    • Residence
    • Seasons
    • SignReadMore
    • SignShop
    • SimpleCensor
    • SimpleReserve
    • ToolRepair
    • WorldEdit
    I hope someone can help please,
    Toxic Wolf

    EDIT:
    That is whats happening with me, although I'm not getting the ... # more at the end anymore.
     
  4. Offline

    redworld2

    I use brohosters so all my thing are on Mcadmin but here is my global groups yml
    groups:
    Default:
    default: true
    info:
    prefix: '&7[&7Default&7]&f'
    suffix: ''
    build: true
    inheritance:
    permissions:
    - 'essentials.help'
    - 'essentials.helpop'
    - 'essentials.list'
    - 'essentials.motd'
    - 'essentials.rules'
    - 'essentials.spawn'
    - 'essentials.signs.free.use'
    - 'essentials.signs.disposal.use'
    - 'essentials.signs.buy.use'
    - 'essentials.signs.sell.use'
    - 'iConomy.access'
    - 'iConomy.bank.access'
    - 'iConomy.bank.deposit'
    - 'iConomy.payment'
    - 'ichat.color'
    - 'nSpleef.member.join'
    - 'nSpleef.member.wager'
    - 'nSpleef.member.list'
    - 'nSpleef.member.leave'

    Builder:
    default: false
    info:
    prefix: '&2[&2Builder&2]&b'
    suffix: ''
    build: true
    inheritance:
    - Default
    permissions:
    - 'essentials.afk'
    - 'essentials.back.ondeath'
    - 'essentials.balance'
    - 'essentials.chat.shout'
    - 'essentials.compass'
    - 'essentials.home'
    - 'essentials.kit'
    - 'essentials.kit.tools'
    - 'essentials.mail'
    - 'essentials.mail.send'
    - 'essentials.me'
    - 'essentials.msg'
    - 'essentials.nick'
    - 'essentials.pay'
    - 'essentials.portal'
    - 'essentials.protect'
    - 'essentials.sethome'
    - 'essentials.signs.buy.use'
    - 'essentials.signs.disposal.create'
    - 'essentials.signs.disposal.use'
    - 'essentials.signs.free.use'
    - 'essentials.signs.heal.use'
    - 'essentials.signs.mail.create'
    - 'essentials.signs.mail.use'
    - 'essentials.signs.protection.create'
    - 'essentials.signs.protection.use'
    - 'essentials.signs.sell.use'
    - 'essentials.signs.trade.create'
    - 'essentials.signs.trade.use'
    - 'essentials.suicide'
    - 'essentials.tpa'
    - 'essentials.tpaccept'
    - 'essentials.tpahere'
    - 'essentials.tpdeny'
    - 'essentials.warp'
    - 'essentials.warp.list'
    - 'essentials.worth'
    - 'ichat.color'
    - 'nSpleef.member.creategame'
    - 'nSpleef.member.deletegame'

    Moderator:
    default: false
    info:
    prefix: '&5[Mod&5]&e'
    suffix: ''
    build: true
    inheritance:
    - Builder
    permissions:
    - 'essentials.back'
    - 'essentials.ban'
    - 'essentials.banip'
    - 'essentials.broadcast'
    - 'essentials.delwarp'
    - 'essentials.depth'
    - 'essentials.eco'
    - 'essentials.getpos'
    - 'essentials.jump'
    - 'essentials.kick'
    - 'essentials.kill'
    - 'essentials.setwarp'
    - 'essentials.time'
    - 'essentials.togglejail'
    - 'essentials.top'
    - 'essentials.tp'
    - 'essentials.tphere'
    - 'essentials.tpo'
    - 'essentials.tpohere'
    - 'essentials.tppos'
    - 'essentials.tptoggle'
    - 'essentials.unban'
    - 'essentials.unbanip'
    - 'essentials.whois'
    - 'essentials.world'
    - 'essentials.item'
    - 'groupmanager.listgroups'
    - 'groupmanager.mandemote'
    - 'groupmanager.manload'
    - 'groupmanager.manpromote'
    - 'groupmanager.mansave'
    - 'groupmanager.manselect'
    - 'groupmanager.manuadd'
    - 'groupmanager.manudel'
    - 'ichat.color'
    - 'essentials.ext'

    Admin:
    default: false
    info:
    prefix: '&3[&3Admin&3]&c'
    suffix: ''
    build: true
    inheritance:
    - Moderator
    permissions:
    - '-groupmanager.mantogglesave'
    - 'essentials'
    - 'essentials.clearinventory'
    - 'essentials.cooldown.bypass'
    - 'essentials.deljail'
    - 'essentials.give'
    - 'essentials.god'
    - 'essentials.heal'
    - 'essentials.heal.others'
    - 'essentials.invsee'
    - 'essentials.item'
    - 'essentials.jails'
    - 'essentials.kickall'
    - 'essentials.kit.*'
    - 'essentials.mute'
    - 'essentials.sell'
    - 'essentials.setjail'
    - 'essentials.signs.protection.override'
    - 'essentials.spawnmob'
    - 'essentials.teleport.cooldown.bypass'
    - 'essentials.teleport.timer.bypass'
    - 'essentials.togglejail'
    - 'essentials.signs.mail.create'
    - 'essentials.signs.mail.use'
    - 'essentials.signs.protection.create'
    - 'essentials.sings.protection.use'
    - 'essentials.signs.free.create'
    - 'essentials.signs.free.use'
    - 'essentials.signs.buy.create'
    - 'essentials.signs.buy.use'
    - 'essentials.signs.sell.create'
    - 'essentials.depth'
    - 'essentials.getpos'
    - 'essentials.jump'
    - 'essentials.sethome'
    - 'essentials.setwarp'
    - 'essentials.essentials'
    - 'essentials.reloadall'
    - 'essentials.plugin'
    - 'essentials.broadcast'
    - 'essentials.time'
    - 'essentials.setspawn'
    - 'essentials.chat.shout'
    - 'essentials.chat.question'
    - 'essentials.chat.spy'
    - 'citizens.basic.create'
    - 'citizens.basic.settext'
    - 'citizens.basic.help'
    - 'citizens.general.setname'
    - 'citizens.general.remove.singular'
    - 'citizens.general.remove.all'
    - 'citizens.help'
    - 'citizens.general.color'
    - 'citizens.general.setitem'
    - 'citizens.general.move'
    - 'citizens.general.tp'
    - 'citizens.general.getid'
    - 'citizens.general.select'
    - 'citizens.general.talkwhenclose'
    - 'citizens.general.lookatplayers'
    - 'citizens.trader.help'
    - 'citizens.trader.create'
    - 'citizens.trader.stock'
    - 'citizens.trader.viewmoney'
    - 'citizens.trader.balance'
    - 'citizens.admin.unlimitedstock'
    - 'citizens.blacksmith.create'
    - 'citizens.blacksmith.repair'
    - 'citizens.healer.help'
    - 'citizens.healer.create'
    - 'citizens.healer.status'
    - 'citizens.healer.level'
    - 'citizens.wizard.help'
    - 'citizens.wizard.create'
    - 'citizens.wizard.locations'
    - 'citizens.wizard.addloc'
    - 'citizens.wizard.removeloc'
    - 'citizens.wizard.changeteleport'
    - 'citizens.wizard.useteleport'
    - 'rocketboots.boots'
    - 'rocketboots.boots.gold'
    - 'rocketboots.boots.diamond'
    - 'rocketboots.boots.leather'
    - 'rocketboots.boots.iron'
    - 'rocketboots.boots.chainmail'
    - 'rocketboots.launchPlayers'
    - 'iConomy.access'
    - 'iConomy.admin.account.create'
    - 'iConomy.admin.account.remove'
    - 'iConomy.admin.bank.set'
    - 'iConomy.admin.empty'
    - 'iConomy.admin.grant'
    - 'iConomy.admin.hide'
    - 'iConomy.admin.purge'
    - 'iConomy.admin.reset'
    - 'iConomy.admin.set'
    - 'iConomy.admin.stats'
    - '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'
    - 'magiccarpet.mc'
    - 'magiccarpet.ml'
    - 'ichat.color'
    - 'worldguard.region.*'
    - 'worldguard.god'
    - 'worldguard.god.other'
    - 'worldguard.heal'
    - 'worldguard.heal.other'
    - 'worldguard.slay'
    - 'worldguard.slay.other'
    - 'worldguard.locate'
    - 'worldguard.stack'
    - 'worldguard.region.define'
    - 'worldguard.region.redefine'
    - 'worldguard.region.claim'
    - 'worldguard.region.select'
    - 'worldguard.region.info'
    - 'worldguard.region.list'
    - 'worldguard.region.flag'
    - 'worldguard.region.setpriority'
    - 'worldguard.region.setparent'
    - 'worldguard.region.remove'
    - 'worldguard.region.addmember'
    - 'worldguard.region.addowner'
    - 'worldguard.region.removemember'
    - 'worldguard.region.removeowner'
    - 'worldguard.fire-toggle.stop'
    - 'worldguard.reload'
    - 'worldguard.region.flag.flags.pvp.member.*'
    - 'worldguard.region.flag.flags.*.owner.town'
    - 'worldguard.region.info.*'
    - 'worldguard.region.remove.own.*'
    - 'worldguard.region.remove.*'
    - 'worldguard.region.flag.flags.*.member.*'
    - 'worldguard.region.flag.flags.*.*'
    - 'worldguard.region.bypass.*'
    - 'elevators.builder'
    - 'elevators.advancedbuilder'
    - 'elevators.operator'
    - 'bb.admin.info'
    - 'bb.admin.rollback'
    - 'bb.admin.watch'
    - 'bb.admin.cleanse'
    - 'worldedit.brush.sphere'
    - 'worldedit.brush.cylinder'
    - 'worldedit.brush.clipboard'
    - 'worldedit.brush.smooth'
    - 'worldedit.brush.ex'
    - 'worldedit.chunkinfo'
    - 'worldedit.listchunks'
    - 'worldedit.delchunks'
    - 'worldedit.clipboard.copy'
    - 'worldedit.clipboard.cut'
    - 'worldedit.clipboard.paste'
    - 'worldedit.clipboard.rotate'
    - 'worldedit.clipboard.flip'
    - 'worldedit.clipboard.load'
    - 'worldedit.clipboard.save'
    - 'worldedit.clipboard.clear'
    - 'worldedit.limit'
    - 'worldedit.generation.cylinder'
    - 'worldedit.generation.sphere'
    - 'worldedit.generation.forest'
    - 'worldedit.generation.pumpkins'
    - 'worldedit.history.undo'
    - 'worldedit.history.redo'
    - 'worldedit.history.clear'
    - 'worldedit.navigation.unstuck'
    - 'worldedit.navigation.ascend'
    - 'worldedit.navigation.descend'
    - 'worldedit.navigation.ceiling'
    - 'worldedit.navigation.thru'
    - 'worldedit.navigation.jumpto'
    - 'worldedit.navigation.up'
    - 'worldedit.region.set'
    - 'worldedit.region.replace'
    - 'worldedit.region.overlay'
    - 'worldedit.region.faces'
    - 'worldedit.region.smooth'
    - 'worldedit.region.move'
    - 'worldedit.region.stack'
    - 'worldedit.regen'
    - 'worldedit.scripting.execute'
    - 'worldedit.selection.pos'
    - 'worldedit.selection.hpos'
    - 'worldedit.selection.chunk'
    - 'worldedit.wand'
    - 'worldedit.wand.toggle'
    - 'worldedit.selection.expand'
    - 'worldedit.selection.contract'
    - 'worldedit.selection.shift'
    - 'worldedit.selection.outset'
    - 'worldedit.selection.inset'
    - 'worldedit.selection.size'
    - 'worldedit.analysis.count'
    - 'worldedit.analysis.distr'
    - 'worldedit.snapshots.list'
    - 'worldedit.snapshots.restore'
    - 'worldedit.superpickaxe'
    - 'worldedit.superpickaxe.area'
    - 'worldedit.superpickaxe.recursive'
    - 'worldedit.tool.info'
    - 'worldedit.tool.tree'
    - 'worldedit.tool.replacer'
    - 'worldedit.tool.data-cycler'
    - 'worldedit.brush.options.mask'
    - 'worldedit.brush.options.materials'
    - 'worldedit.brush.options.size'
    - 'worldedit.fill'
    - 'worldedit.fill.recursive'
    - 'worldedit.drain'
    - 'worldedit.fixlava'
    - 'worldedit.fixwater'
    - 'worldedit.removeabove'
    - 'worldedit.removebelow'
    - 'worldedit.removenear'
    - 'worldedit.snow'
    - 'worldedit.thaw'
    - 'worldedit.extinguish'
    - 'worldedit.butcher'
    - 'worldedit.remove'
    - 'worldedit.reload'
    - 'worldedit.anyblock'
    - 'worldedit.limit.unrestricted'
    - 'worldedit.override.bedrock'
    - 'permissions.reload.all'
    - 'permissions.reload.<world>'
    - 'permissions.list.worlds'
    - 'permissions.list.users'
    - 'permissions.list.groups'
    - 'permissions.create'
    - 'permissions.has'
    - 'permissions.perms.list'
    - 'permissions.perms.add'
    - 'permissions.perms.remove'
    - 'permissions.parents.list
    - 'permissions.parents.add'
    - 'permissions.parents.remove'
    - 'permissions.info.get'
    - 'permissions.info.set'
    - 'permissions.build.get'
    - 'permissions.build.set'
    - 'permissions.prefix.get'
    - 'permissions.prefix.set'
    - 'permissions.suffix.get'
    - 'permissions.suffix.set
    - 'permissions.promote.<track>'
    - 'permissions.demote.<track>'
    - 'permissions.commandperm'
    - 'essentials.burn'
    - 'nSpleef.admin.define'
    - 'nSpleef.admin.deleteanygame'
    - 'nSpleef.admin.deletearena'
    - 'nSpleef.admin.forceready'

    Owner:
    default: false
    info:
    prefix: '&4[&4Owner&4]&a'
    suffix: ''
    build: true
    inheritance:
    permissions:
    - '*'



    Here is my global users yml
    users:
    redworld2
    groups:
    - Owner
    inthecurl333:
    groups:
    - Owner

    EDIT: My set up has all the spaces and everything not sure why it made everything line up liek that
     
  5. when i start my server i become this:

    Code:
    2011-06-05 13:23:55 [INFO] [Permissions] Creating storageconfig.yml.
     2011-06-05 13:23:55 [SEVERE] java.lang.IllegalAccessError: tried to access class com.nijiko.permissions.ModularControl$1RefreshTask from class com.nijiko.permissions.ModularControl
     2011-06-05 13:23:55 [SEVERE]  at com.nijiko.permissions.ModularControl.<init>(ModularControl.java:54)
     2011-06-05 13:23:55 [SEVERE]  at com.nijikokun.bukkit.Permissions.Permissions.setupPermissions(Permissions.java:182)
     2011-06-05 13:23:55 [SEVERE]  at com.nijikokun.bukkit.Permissions.Permissions.onLoad(Permissions.java:140)
     2011-06-05 13:23:55 [SEVERE]  at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:106)
     2011-06-05 13:23:55 [SEVERE]  at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:232)
     2011-06-05 13:23:55 [SEVERE]  at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:219)
     2011-06-05 13:23:55 [SEVERE]  at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:146)
     2011-06-05 13:23:55 [SEVERE]  at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
     2011-06-05 13:23:55 [SEVERE]  at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
     2011-06-05 13:23:55 [SEVERE] [Permissions] Unable to load permission data.
    
    what can i do?
     
  6. Offline

    MinerMajor

    Is there an issue with spaces in world names? when i try to reload my world "Divide by Zero" it says "The world Divide does not exist"

    And is this possibly why it tells me that the user has been promoted but there is no change in the user.yml file?

    It seems to find it just find when I list worlds but when I use it as a target of a command i get that same error.
     
  7. Offline

    efstajas

    Thanks for your answer. I'm running Build 818.
    The config worked like this for ages, I just copied it into the new ones that came with Permissions 3. Also, when I change build to false, nobody can build anymore, so this is working...
    I will rewrite the config file, though. Do I really need to include every option?

    Edit.: Thanks! It worked. :)
     
  8. Offline

    Shooty

    Permission 3.0 it's a big JOKE, plugins works great, restart your server.... boom permissions don't works..., keep on 2.7 ;)
     
  9. Offline

    Damager

    Doesn't work :( too complicate now... The older Permissions by TheYeti was more simply... now we have to many files/folder instead of a single on the older :(
     
  10. Offline

    NeoCronos

    i dont really get how i can use mysql instead of yaml files :/
    i put my sql config in the storageconfig.yml but i doesnt create tables or something and the wiki doesnt tell me more...
    Help me pls :)
     
  11. Offline

    MarcJ

    When somebody leaves the server, I get this error.

    Code:
    10:58:54 [INFO] MarcJ lost connection: disconnect.quitting
    10:58:54 [INFO] Connection reset
    10:58:54 [SEVERE] java.net.SocketException: Socket closed
    10:58:54 [SEVERE] 	at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:99)
    10:58:54 [SEVERE] 	at java.net.SocketOutputStream.write(SocketOutputStream.java:136)
    10:58:54 [SEVERE] 	at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:65)
    10:58:54 [SEVERE] 	at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:123)
    10:58:54 [SEVERE] 	at java.io.DataOutputStream.flush(DataOutputStream.java:106)
    10:58:54 [SEVERE] 	at net.minecraft.server.NetworkWriterThread.run(SourceFile:116)
    
     
  12. Offline

    Stabhappy

    Hello,

    I hope you can help me.

    Using the latest permissions and mcmyadmin, the default configuration of permissions and the way mcmyadmin writes to files doesn't work out of the box.

    My observations have shown that: McMyAdmin writes the correctly formatted (and working) yml files to GlobalUsers and GlobalGroups (.yml). When a user joins the server the permissions plugin writes to the users.yml inside of the world - this makes global ymls pointless as they immediately get supersceded by automatic (and default) world permissions.

    Global permissions as a result don't work. This is a problem I believe with Permissions and not McMyAdmin as the configuration output by McMyAdmin is designed to be across all worlds by default.

    Please let me know if there's a solution available to this.

    Thanks,
    Stabhappy
     
    Rowtag likes this.
  13. Offline

    MinerMajor

    This mod is either not ready or not properly documented and explained. I've received no feedback on any of my issues and the sun has now come up. I'm going back to old reliable Permissions 2.7 and AssignPermissions until this is a finished product.

    Thanks for wasting my time.
     
  14. Offline

    SuicidalFate0

    No server errors at all loads fine and perfectly and the onlything changed on my file is that where TheYeti is in the user name i erased that and put my name and i checked the YML online and said it is all fine.
     
  15. Offline

    KcHappy

    Im getting errors for when I log in.. was wondering if you guys could help
    Code:
    2011-06-05 23:48:38 [INFO] KcHappy [/24.239.127.13:55011] logged in with entity id 346 at (550.03125, 64.0, 488.6875)
    2011-06-05 23:48:38 [SEVERE] java.lang.NoSuchMethodError: com.nijiko.permissions.PermissionHandler.inGroup(Ljava/lang/String;Ljava/lang/String;)Z
    2011-06-05 23:48:38 [SEVERE]     at com.sk89q.bukkit.migration.NijiPermissionsResolver.inGroup(NijiPermissionsResolver.java:77)
    2011-06-05 23:48:38 [SEVERE]     at com.sk89q.bukkit.migration.PermissionsResolverManager.inGroup(PermissionsResolverManager.java:106)
    2011-06-05 23:48:38 [SEVERE]     at com.sk89q.worldguard.bukkit.WorldGuardPlugin.inGroup(WorldGuardPlugin.java:219)
    2011-06-05 23:48:38 [SEVERE]     at com.sk89q.worldguard.bukkit.WorldGuardPlayerListener.onPlayerJoin(WorldGuardPlayerListener.java:438)
    2011-06-05 23:48:38 [SEVERE]     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:243)
    2011-06-05 23:48:38 [SEVERE]     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    2011-06-05 23:48:38 [SEVERE]     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:310)
    2011-06-05 23:48:38 [SEVERE]     at net.minecraft.server.ServerConfigurationManager.c(ServerConfigurationManager.java:123)
    2011-06-05 23:48:38 [SEVERE]     at net.minecraft.server.NetLoginHandler.b(NetLoginHandler.java:96)
    2011-06-05 23:48:38 [SEVERE]     at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:74)
    2011-06-05 23:48:38 [SEVERE]     at net.minecraft.server.Packet1Login.a(SourceFile:43)
    2011-06-05 23:48:38 [SEVERE]     at net.minecraft.server.NetworkManager.b(NetworkManager.java:217)
    2011-06-05 23:48:38 [SEVERE]     at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:40)
    2011-06-05 23:48:38 [SEVERE]     at net.minecraft.server.NetworkListenThread.a(SourceFile:91)
    2011-06-05 23:48:38 [SEVERE]     at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:401)
    2011-06-05 23:48:38 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:311)
    2011-06-05 23:48:38 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-06-05 23:48:38 [SEVERE] java.lang.NoSuchMethodError: com.nijiko.permissions.PermissionHandler.inGroup(Ljava/lang/String;Ljava/lang/String;)Z
    2011-06-05 23:48:38 [SEVERE]     at com.sk89q.bukkit.migration.NijiPermissionsResolver.inGroup(NijiPermissionsResolver.java:77)
    2011-06-05 23:48:38 [SEVERE]     at com.sk89q.bukkit.migration.PermissionsResolverManager.inGroup(PermissionsResolverManager.java:106)
    2011-06-05 23:48:38 [SEVERE]     at com.sk89q.worldguard.bukkit.WorldGuardPlugin.inGroup(WorldGuardPlugin.java:219)
    2011-06-05 23:48:38 [SEVERE]     at com.sk89q.worldguard.bukkit.WorldGuardPlayerListener.onPlayerJoin(WorldGuardPlayerListener.java:442)
    2011-06-05 23:48:38 [SEVERE]     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:243)
    2011-06-05 23:48:38 [SEVERE]     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    2011-06-05 23:48:38 [SEVERE]     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:310)
    2011-06-05 23:48:38 [SEVERE]     at net.minecraft.server.ServerConfigurationManager.c(ServerConfigurationManager.java:123)
    2011-06-05 23:48:38 [SEVERE]     at net.minecraft.server.NetLoginHandler.b(NetLoginHandler.java:96)
    2011-06-05 23:48:38 [SEVERE]     at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:74)
    2011-06-05 23:48:38 [SEVERE]     at net.minecraft.server.Packet1Login.a(SourceFile:43)
    2011-06-05 23:48:38 [SEVERE]     at net.minecraft.server.NetworkManager.b(NetworkManager.java:217)
    2011-06-05 23:48:38 [SEVERE]     at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:40)
    2011-06-05 23:48:38 [SEVERE]     at net.minecraft.server.NetworkListenThread.a(SourceFile:91)
    2011-06-05 23:48:38 [SEVERE]     at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:401)
    2011-06-05 23:48:38 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:311)
    2011-06-05 23:48:38 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-06-05 23:48:38 [SEVERE] [BBROTHER] onPlayerJoin(org.bukkit.event.player.PlayerJoinEvent@9a2c255)
    java.lang.NullPointerException
        at me.taylorkelly.bigbrother.BBPermissions.permission(BBPermissions.java:52)
        at me.taylorkelly.bigbrother.BBPermissions.watch(BBPermissions.java:71)
        at me.taylorkelly.bigbrother.listeners.BBPlayerListener.onPlayerJoin(BBPlayerListener.java:95)
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:243)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:310)
        at net.minecraft.server.ServerConfigurationManager.c(ServerConfigurationManager.java:123)
        at net.minecraft.server.NetLoginHandler.b(NetLoginHandler.java:96)
        at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:74)
        at net.minecraft.server.Packet1Login.a(SourceFile:43)
        at net.minecraft.server.NetworkManager.b(NetworkManager.java:217)
        at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:40)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:91)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:401)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:311)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-06-05 23:48:41 [SEVERE] Could not pass event PLAYER_CHAT to iChat
    java.lang.NullPointerException
        at net.TheDgtl.iChat.iChat.getPrefix(iChat.java:277)
        at net.TheDgtl.iChat.iChat.parseChat(iChat.java:208)
        at net.TheDgtl.iChat.playerListener.onPlayerChat(playerListener.java:39)
        at org.bukkit.plugin.java.JavaPluginLoader$6.execute(JavaPluginLoader.java:278)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:310)
        at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:689)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:677)
        at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:32)
        at net.minecraft.server.NetworkManager.b(NetworkManager.java:217)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:401)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:311)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    
    Code:
    Plugin list:
    AdminCmd
    Backup
    BigBrother
    BorderGuard
    ChopTree
    ClothCommand
    Craftbook (outdated)
    Help
    iChat
    InvinciWolf
    Jail
    KitPlugin
    KiwiAdmin
    LWC
    Permissions
    PlgWarp
    SimpleHome
    WorldEdit
    WorldGuard
    
    In permissions.zip is my groups and users permissions, in server.properties my world is simply called world.
    Thanks for any help
     

    Attached Files:

  16. Offline

    Mactownes

    My new guests are not going to default in my users.yml! My default class is called guest and they don't appear as guest in the file. This irks me. Here is my permissions config for guest (the class they are not defaulting to)
    Code:
        Guest:
            default: true
            info:
                prefix: '&2[nOOb]&2'
                suffix: '&f'
                build: true
            permissions:
                - 'essentials.help'
                - 'essentials.depth'
                - 'essentials.getpos'
                - 'essentials.compass'
                - 'essentials.top'
                - 'essentials.back'
                - 'essentials.tpa'
                - 'essentials.tpaccept'
                - 'essentials.tpdeny'
                - 'essentials.tpahere'
                - 'essentials.tppos'
                - 'essentials.home'
                - 'essentials.home.others'
                - 'essentials.sethome'
                - 'essentials.warp'
                - 'essentials.warp.list'
                - 'essentials.info'
                - 'essentials.msg'
                - 'essentials.r'
                - 'essentials.afk'
                - 'essentials.rules'
                - 'essentials.motd'
                - 'essentials.me'
                - 'essentials.list'
                - 'essentials.mail'
                - 'essentials.mail.send'
                - 'essentials.helpop'
                - 'essentials.whois'
                - 'essentials.realname'
                - 'essentials.seen'
                - 'essentials.clearinventory'
                - 'essentials.item'
                - 'essentials.kit'
                - 'essentials.kit.*'
                - 'essentials.suicide'
                - 'essentials.spawn'
                - 'essentials.ping'
    And here is my users file:
    Code:
    users:
        (user):
            groups:
            - (group-name)
            permissions:
        falconfund:
            permissions:
            groups:
            - Trusted
        Mactownes:
            permissions:
            groups:
            - Owner
        ChucklesTheGreat:
            permissions:
            groups: <-----
    Chuckles is a newcomer and should be labeled as "Guest" but he is not. Is this normal?
    Also, the prefixes and suffixes don't work... is they broked?? :(
     
  17. Offline

    Merdril

    I have an odd issue, oddly enough. Using Permissions 3.x.x makes areas around civilization (places where people have built things) completely uneditable. I wonder if it's something I did. Anyway, going back to Permissions 2.x.x fixes the problems, and I don't think I had this issue when I had less than that magic number of plugins under Permissions 3. There may be another plugin that causes problems with Permissions 3 that lets it load, but makes blocks uneditable (or somehow conflicts with WorldGuard?). Even giving myself all permissions doesn't fix the issue.
     
  18. Offline

    Ashens

    May I recommend that you slap the tag "Alpha" on Permissions 3 and that you redirect users to Permissions 2 until everything is working fine and documentation is done? This will prune the thread of redundant questions and users, and make it easier on testers.
     
  19. Offline

    Azell

    when i was using the 3.1.2 whenever i stopped my server it doesn't stop properly :) but when i migrated to 3.1.4 and checked all my plugins for updates it's all good now.

    i think those with errors, have either un-updated plugins or incorrect yaml inputs.

    thank you ^^ Permission Team
     
  20. Offline

    godgodgodgo

    Is there anyone here running permissions with mcmyadmin?
    I just setup a server on servercraft.co and although I have everything set up people are still able to use commands without the command nodes :/
     
  21. Offline

    Rowtag

    Please install Permissions 2.7, its the only one works with mcmyadmin.

    I tried to copy the new permissions stuff from mcma (global group and users) into the world config file, but antibuild and something doesnt work.

    Now i reinstalled 2.7 and i add the Users manually.

    I hope it will be fixed soon, i'm not very happy with this new versions. MC is too buggy, now Permissions is too buggy / not enough informations given like for the global group/ users how to.

    I know that u guys do a hard work for that Plugins, and its also hard to update them if there are so many changes. I like your work, and im happy that u develop so much nice Plugins!

    I hope it will be fixed soon
     
  22. Offline

    streedie

    My answer to this plugin:
    IT FAILS!
    Only thing I see is different comments with all different errors. None of them are good commands.
     
  23. Offline

    godgodgodgo

    Hey do you have a download link for that? All I find is this one :/
     
  24. Offline

    Don Redhorse

    No problem there, I doubt that you caused it.. I did just read from this post 4 more pages and the questions are always the same... permissionssql, group vs groups, tracks, manage permissions ingame.. people don't read the thread atm.. which is understandable. And that is what needs to be fixed.
    I started reading the forums when they launched bukkit, finally did roll out our 1.5 server 3 weeks ago. mainly hunting down plugins, reading through 100 pages of postings to understand the plugin and configuration and making the test server work.. and in between the update to 1.4 and 1.5.. and helping our players to roll back to 1.3 again.

    atm I don't have time to help other people so much as I'm trying to get our server running, fixing bugs, posting issues and ideas. I'm NOT running permissions 3.x yet.. mainly because I'm even not running 1.6 yet and will wait till my current server is stable and the new one also.. than with 1.6. or pehaps 1.7 together with the much needed support of permissions 3.x.. and I just hope bukkit will not break it when they release their own "superduper" permission system, because there isn't really anything being published about it.

    that is my major gripe with bukkit... NO community interaction from the dev team and the community, I don't know how good the interaction between plugin developers and the dev team is but the information I saw up to know was very scare... a pity..

    IIRC in the OP there are links to ALL versions

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

    ThereThatGuy

    Hi, Permissions is having trouble , Here is my consol when i launch the server.
    Code:
    >10:00:35 [INFO] Starting minecraft server version Beta 1.6.6
    
    >10:00:35 [WARNING] **** NOT ENOUGH RAM!
    
    >10:00:35 [WARNING] To start the server with more ram, launch it as "java -Xmx1024M -Xms1024M -jar minecraft_server.jar"
    
    >10:00:35 [INFO] Loading properties
    
    >10:00:35 [INFO] Starting Minecraft server on 69.162.80.162:25580
    
    >10:00:35 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-766-g3fc0460-b818jnks (MC: 1.6.6)
    
    >10:00:35 [INFO] Preparing level "Broville"
    
    >10:00:35 [INFO] Preparing start region for level 0
    
    >10:00:36 [INFO] Preparing spawn area: 56%
    
    >10:00:37 [INFO] DataSourcePool [DispNameChanger] autoCommit[false] transIsolation[SERIALIZABLE] min[2] max[20]
    
    >10:00:38 [INFO] SubClassFactory parent ClassLoader [org.bukkit.plugin.java.PluginClassLoader]
    
    >10:00:38 [INFO] Entities enhanced[0] subclassed[1]
    
    >10:00:39 [INFO] Starting Minequery server on 69.162.80.162:25584
    
    >10:00:39 [INFO] DataSourcePool [iConomyChestShop] autoCommit[false] transIsolation[SERIALIZABLE] min[2] max[20]
    
    >10:00:39 [INFO] SubClassFactory parent ClassLoader [org.bukkit.plugin.java.PluginClassLoader]
    
    >10:00:39 [INFO] Entities enhanced[0] subclassed[1]
    
    >10:00:39 [SEVERE] java.lang.IllegalAccessError: tried to access class com.nijiko.permissions.ModularControl$1RefreshTask from class com.nijiko.permissions.ModularControl
    
    >10:00:39 [SEVERE] at com.nijiko.permissions.ModularControl.<init>(ModularControl.java:54)
    
    >10:00:39 [SEVERE] at com.nijikokun.bukkit.Permissions.Permissions.setupPermissions(Permissions.java:182)
    
    >10:00:39 [SEVERE] at com.nijikokun.bukkit.Permissions.Permissions.onLoad(Permissions.java:140)
    
    >10:00:39 [SEVERE] at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:106)
    
    >10:00:39 [SEVERE] at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:232)
    
    >10:00:39 [SEVERE] at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:219)
    
    >10:00:39 [SEVERE] at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:146)
    
    >10:00:39 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
    
    >10:00:39 [SEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    
    >10:00:39 [SEVERE] [Permissions] Unable to load permission data.
    
    >10:00:39 [INFO] [Permissions] Shutting down Permissions due to error(s).
    
    >10:00:39 [INFO] [Permissions] (Yeti) was initialized.
    
    >10:00:39 [INFO] [OpenInv] version 1.3.1 is enabled!
    
    >10:00:39 [INFO] WorldGuard: Permissions plugin detected! Using Permissions plugin for permissions.
    
    >10:00:39 [INFO] WorldGuard: (Broville) Single session is enforced.
    
    >10:00:39 [INFO] WorldGuard: (Broville) TNT ignition is PERMITTED.
    
    >10:00:39 [INFO] WorldGuard: (Broville) Lighters are PERMITTED.
    
    >10:00:39 [INFO] WorldGuard: (Broville) Lava fire is blocked.
    
    >10:00:39 [INFO] WorldGuard: (Broville) Fire spread is UNRESTRICTED.
    
    >10:00:39 [INFO] WorldGuard: Loaded configuration for world 'Broville"
    
    >10:00:39 [INFO] WorldGuard 5.0-alpha10 enabled.
    
    >10:00:39 [INFO] [DispNameChanger] Version 1.4.2 Permissions system detected!
    
    >10:00:39 [INFO] [DispNameChanger] DispNameChanger v1.4.2 by captainawesome7 has been enabled!
    
    >10:00:39 [INFO] Need to download 2 object(s)
    
    >10:00:39 [INFO]  - Downloading file : http://stethoscopesmp.com/tkelly/lib/sqlite.jar
    
    >10:00:40 [INFO] [MYHOME]: 2 homes loaded
    
    >10:00:40 [INFO] [MYHOME] Permissions enabled using: Permissions v3.1.4
    
    >10:00:40 [WARNING] [MYHOME] 'Help' isn't detected. No /help support.
    
    >10:00:40 [INFO] [MYHOME] MyHome 1.9.3 enabled
    
    >10:00:40 [INFO] Loaded Essentials build 2.2.8 maintained by Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo and ceulemans.
    
    >10:00:40 [INFO] [Permissions] version [3.1.4] (Yeti)  loaded
    
    >10:00:40 [INFO] WorldGuard: Permissions plugin detected! Using Permissions plugin for permissions.
    
    >10:00:40 [INFO] [WolfPound] - Version 1.0.1 Enabled
    
    >10:00:40 [INFO] [WolfPound] using Permissions
    
    >10:00:40 [INFO] [AllPay] - Version .5 - hooked into iConomy for WolfPound v1.0.1
    
    >10:00:40 [INFO] [Permissions] SQ Interface enabled!
    
    >10:00:40 [INFO] [mcdCarpeteer] mcdCarpeteer version 0.1 is enabled!
    
    >10:00:40 [INFO] [mcdCarpeteer] Take yourself wonder by wonder, using /carpeteer or /mcdc.
    
    >10:00:40 [INFO] [mcdCarpeteer] Restricted to: []
    
    >10:00:41 [INFO] [iConomy] Logging is currently disabled.
    
    >10:00:41 [INFO] [iConomy] v5.0 (Eruanna) loaded.
    
    >10:00:41 [INFO] [iConomy] Developed by: [Nijikokun]
    
    >10:00:41 [INFO] [iConomy] hooked into Permissions.
    
    >10:00:41 [INFO] [AncientGates v1.0.2] Loading conf from disk
    
    >10:00:41 [INFO] [AncientGates v1.0.2] Loading gates from disk
    
    >10:00:41 [INFO] WorldGuard: (MiningManic) Single session is enforced.
    
    >10:00:41 [INFO] WorldGuard: (MiningManic) TNT ignition is PERMITTED.
    
    >10:00:41 [INFO] WorldGuard: (MiningManic) Lighters are PERMITTED.
    
    >10:00:41 [INFO] WorldGuard: (MiningManic) Lava fire is blocked.
    
    >10:00:41 [INFO] WorldGuard: (MiningManic) Fire spread is UNRESTRICTED.
    
    >10:00:41 [INFO] WorldGuard: Loaded configuration for world 'MiningManic"
    
    >10:00:41 [INFO] WorldGuard: 0 regions loaded for 'MiningManic'
    
    >10:00:42 [SEVERE] java.lang.NullPointerException
    
    >10:00:42 [SEVERE] at com.nijikokun.bukkit.Permissions.PrWorldListener.onWorldLoad(PrWorldListener.java:11)
    
    >10:00:42 [SEVERE] at org.bukkit.plugin.java.JavaPluginLoader$44.execute(JavaPluginLoader.java:547)
    
    >10:00:42 [SEVERE] at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    
    >10:00:42 [SEVERE] at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:310)
    
    >10:00:42 [SEVERE] at org.bukkit.craftbukkit.CraftServer.createWorld(CraftServer.java:405)
    
    >10:00:42 [SEVERE] at org.bukkit.craftbukkit.CraftServer.createWorld(CraftServer.java:348)
    
    >10:00:42 [SEVERE] at org.mcteam.ancientgates.MyLocationTypeAdapter.getWorld(MyLocationTypeAdapter.java:66)
    
    >10:00:42 [SEVERE] at org.mcteam.ancientgates.MyLocationTypeAdapter.deserialize(MyLocationTypeAdapter.java:28)
    
    >10:00:42 [SEVERE] at org.mcteam.ancientgates.MyLocationTypeAdapter.deserialize(MyLocationTypeAdapter.java:1)
    
    >10:00:42 [SEVERE] at org.mcteam.ancientgates.gson.JsonDeserializerExceptionWrapper.deserialize(JsonDeserializerExceptionWrapper.java:50)
    
    >10:00:42 [SEVERE] at org.mcteam.ancientgates.gson.JsonDeserializationVisitor.invokeCustomDeserializer(JsonDeserializationVisitor.java:88)
    
    >10:00:42 [SEVERE] at org.mcteam.ancientgates.gson.JsonObjectDeserializationVisitor.visitFieldUsingCustomHandler(JsonObjectDeserializationVisitor.java:116)
    
    >10:00:42 [SEVERE] at org.mcteam.ancientgates.gson.ObjectNavigator.navigateClassFields(ObjectNavigator.java:159)
    
    >10:00:42 [SEVERE] at org.mcteam.ancientgates.gson.ObjectNavigator.accept(ObjectNavigator.java:131)
    
    >10:00:42 [SEVERE] at org.mcteam.ancientgates.gson.JsonDeserializationContextDefault.fromJsonObject(JsonDeserializationContextDefault.java:73)
    
    >10:00:42 [SEVERE] at org.mcteam.ancientgates.gson.JsonDeserializationContextDefault.deserialize(JsonDeserializationContextDefault.java:51)
    
    >10:00:42 [SEVERE] at org.mcteam.ancientgates.gson.DefaultTypeAdapters$MapTypeAdapter.deserialize(DefaultTypeAdapters.java:608)
    
    >10:00:42 [SEVERE] at org.mcteam.ancientgates.gson.DefaultTypeAdapters$MapTypeAdapter.deserialize(DefaultTypeAdapters.java:1)
    
    >10:00:42 [SEVERE] at org.mcteam.ancientgates.gson.JsonDeserializerExceptionWrapper.deserialize(JsonDeserializerExceptionWrapper.java:50)
    
    >10:00:42 [SEVERE] at org.mcteam.ancientgates.gson.JsonDeserializationVisitor.invokeCustomDeserializer(JsonDeserializationVisitor.java:88)
    
    >10:00:42 [SEVERE] at org.mcteam.ancientgates.gson.JsonDeserializationVisitor.visitUsingCustomHandler(JsonDeserializationVisitor.java:76)
    
    >10:00:42 [SEVERE] at org.mcteam.ancientgates.gson.ObjectNavigator.accept(ObjectNavigator.java:106)
    
    >10:00:42 [SEVERE] at org.mcteam.ancientgates.gson.JsonDeserializationContextDefault.fromJsonObject(JsonDeserializationContextDefault.java:73)
    
    >10:00:42 [SEVERE] at org.mcteam.ancientgates.gson.JsonDeserializationContextDefault.deserialize(JsonDeserializationContextDefault.java:51)
    
    >10:00:42 [SEVERE] at org.mcteam.ancientgates.gson.Gson.fromJson(Gson.java:570)
    
    >10:00:42 [SEVERE] at org.mcteam.ancientgates.gson.Gson.fromJson(Gson.java:517)
    
    >10:00:42 [SEVERE] at org.mcteam.ancientgates.gson.Gson.fromJson(Gson.java:486)
    
    >10:00:42 [SEVERE] at org.mcteam.ancientgates.gson.Gson.fromJson(Gson.java:436)
    
    >10:00:42 [SEVERE] at org.mcteam.ancientgates.Gate.load(Gate.java:188)
    
    >10:00:42 [SEVERE] at org.mcteam.ancientgates.AncientGates.onEnable(AncientGates.java:74)
    
    >10:00:42 [SEVERE] at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:125)
    
    >10:00:42 [SEVERE] at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:750)
    
    >10:00:42 [SEVERE] at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:253)
    
    >10:00:42 [SEVERE] at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:134)
    
    >10:00:42 [SEVERE] at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:112)
    
    >10:00:42 [SEVERE] at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:232)
    
    >10:00:42 [SEVERE] at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:219)
    
    >10:00:42 [SEVERE] at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:146)
    
    >10:00:42 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
    
    >10:00:42 [SEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    
    >10:00:42 [INFO] [AncientGates v1.0.2] Enabled
    
    >10:00:42 [INFO] [iConomy] hooked into Permissions.
    
    >10:00:42 [INFO] [iConomyChestShop] version 2.74 initialized!
    
    >10:00:42 [INFO] [iConomy] hooked into Permissions.
    
    >10:00:42 [INFO] [iConomyChestShop] iConomy version 5 loaded.
    
    >10:00:42 [INFO] [iConomyChestShop] Permissions version 3.1.4 loaded.
    
    >10:00:42 [INFO] CommandBook 1.5.1 enabled.
    
    >10:00:42 [INFO] CommandBook: 0 banned name(s) loaded.
    
    >10:00:42 [INFO] CommandBook: 1 kit(s) loaded.
    
    >10:00:42 [INFO] CommandBook: Permissions plugin detected! Using Permissions plugin for permissions.
    
    >10:00:42 [INFO] [iConomy] hooked into Permissions.
    
    >10:00:42 [INFO] [iConomyChestShop] Permissions version 3.1.4 loaded.
    
    >10:00:42 [INFO] WorldEdit 4.4 enabled.
    
    >10:00:42 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin for permissions.
    
    >10:00:42 [INFO] [iConomy] hooked into Permissions.
    
    >10:00:42 [INFO] [iConomyChestShop] Permissions version 3.1.4 loaded.
    
    >10:00:42 [INFO] [Jobs] - enable-stats property does not exist. Defaulting to false
    
    >10:00:42 [INFO] [Jobs] - max-jobs property not found. Defaulting to unlimited!
    
    >10:00:42 [INFO] [Jobs] - Job Woodcutter is missing the max-level property. defaulting to no limits !
    
    >10:00:42 [INFO] [Jobs] - Job Woodcutter is missing the slots property. defaulting to no limits !
    
    >10:00:42 [INFO] [Jobs] - Job Miner is missing the max-level property. defaulting to no limits !
    
    >10:00:42 [INFO] [Jobs] - Job Miner is missing the slots property. defaulting to no limits !
    
    >10:00:42 [INFO] [Jobs] - Job Builder is missing the max-level property. defaulting to no limits !
    
    >10:00:42 [INFO] [Jobs] - Job Builder is missing the slots property. defaulting to no limits !
    
    >10:00:42 [INFO] [Jobs] - Job Digger is missing the max-level property. defaulting to no limits !
    
    >10:00:42 [INFO] [Jobs] - Job Digger is missing the slots property. defaulting to no limits !
    
    >10:00:42 [INFO] [Jobs] - Job Farmer is missing the max-level property. defaulting to no limits !
    
    >10:00:42 [INFO] [Jobs] - Job Farmer is missing the slots property. defaulting to no limits !
    
    >10:00:42 [INFO] [Jobs] - Job Hunter is missing the max-level property. defaulting to no limits !
    
    >10:00:42 [INFO] [Jobs] - Job Hunter is missing the slots property. defaulting to no limits !
    
    >10:00:42 [INFO] [Jobs v2.0.1] has been enabled succesfully.
    
    >10:00:42 [INFO] [iConomy] hooked into Permissions.
    
    >10:00:42 [INFO] [iConomyChestShop] Permissions version 3.1.4 loaded.
    
    >10:00:42 [INFO] [Jobs] Successfully linked with iConomy 5+.
    
    >10:00:42 [INFO] [Jobs] Successfully linked with Permissions.
    
    >10:00:42 [INFO] Done (0.714s)! For help, type "help" or "?"
    Then if i try and use /permissions i get

    Code:
    >10:04:14 [SEVERE] java.lang.NoSuchMethodError: com.nijiko.permissions.PermissionHandler.inGroup(Ljava/lang/String;Ljava/lang/String;)Z
    
    >10:04:14 [SEVERE] at com.sk89q.bukkit.migration.NijiPermissionsResolver.inGroup(NijiPermissionsResolver.java:77)
    
    >10:04:14 [SEVERE] at com.sk89q.bukkit.migration.PermissionsResolverManager.inGroup(PermissionsResolverManager.java:106)
    
    >10:04:14 [SEVERE] at com.sk89q.worldguard.bukkit.WorldGuardPlugin.inGroup(WorldGuardPlugin.java:219)
    
    >10:04:14 [SEVERE] at com.sk89q.worldguard.bukkit.WorldGuardPlayerListener.onPlayerJoin(WorldGuardPlayerListener.java:438)
    
    >10:04:14 [SEVERE] at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:243)
    
    >10:04:14 [SEVERE] at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    
    >10:04:14 [SEVERE] at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:310)
    
    >10:04:14 [SEVERE] at net.minecraft.server.ServerConfigurationManager.c(ServerConfigurationManager.java:123)
    
    >10:04:14 [SEVERE] at net.minecraft.server.NetLoginHandler.b(NetLoginHandler.java:96)
    
    >10:04:14 [SEVERE] at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:33)
    
    >10:04:14 [SEVERE] at net.minecraft.server.NetworkListenThread.a(SourceFile:91)
    
    >10:04:14 [SEVERE] at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:401)
    
    >10:04:14 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:311)
    
    >10:04:14 [SEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    
    >10:04:14 [SEVERE] java.lang.NoSuchMethodError: com.nijiko.permissions.PermissionHandler.inGroup(Ljava/lang/String;Ljava/lang/String;)Z
    
    >10:04:14 [SEVERE] at com.sk89q.bukkit.migration.NijiPermissionsResolver.inGroup(NijiPermissionsResolver.java:77)
    
    >10:04:14 [SEVERE] at com.sk89q.bukkit.migration.PermissionsResolverManager.inGroup(PermissionsResolverManager.java:106)
    
    >10:04:14 [SEVERE] at com.sk89q.worldguard.bukkit.WorldGuardPlugin.inGroup(WorldGuardPlugin.java:219)
    
    >10:04:14 [SEVERE] at com.sk89q.worldguard.bukkit.WorldGuardPlayerListener.onPlayerJoin(WorldGuardPlayerListener.java:442)
    
    >10:04:14 [SEVERE] at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:243)
    
    >10:04:14 [SEVERE] at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    
    >10:04:14 [SEVERE] at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:310)
    
    >10:04:14 [SEVERE] at net.minecraft.server.ServerConfigurationManager.c(ServerConfigurationManager.java:123)
    
    >10:04:14 [SEVERE] at net.minecraft.server.NetLoginHandler.b(NetLoginHandler.java:96)
    
    >10:04:14 [SEVERE] at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:33)
    
    >10:04:14 [SEVERE] at net.minecraft.server.NetworkListenThread.a(SourceFile:91)
    
    >10:04:14 [SEVERE] at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:401)
    
    >10:04:14 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:311)
    
    >10:04:14 [SEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    
    >10:04:14 [INFO] CommandBook: No intro.mid; not playing intro song.
    
    >10:04:14 [SEVERE] Nag author: '<NoAuthorGiven>' of 'MyHome' about the following: onPlayerJoin has been replaced with a new signature, (PlayerJoinEvent)
    
    >10:04:20 [SEVERE] null
    
    org.bukkit.command.CommandException: Unhandled exception executing command 'permissions' in plugin Permissions v3.1.4
    
      at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
    
      at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:128)
    
      at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:281)
    
      at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:718)
    
      at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:684)
    
      at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:677)
    
      at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:32)
    
      at net.minecraft.server.NetworkManager.b(NetworkManager.java:217)
    
      at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
    
      at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
    
      at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:401)
    
      at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:311)
    
      at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    
    Caused by: java.lang.NullPointerException
    
      at com.nijikokun.bukkit.Permissions.Permissions.onCommand(Permissions.java:228)
    
      at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
    
      ... 12 more
    
    >
    And i renamed the rename-me to my World name witch is Broville Any Help? Thanks all.

    /plugins/Permissions/Broville I have all the files that came in the Full zip one.

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

    Azell

    ohh, i'm using permission v3.1.4, I have already set my user as admin, checked my build if it's set to true (and it is.) but i still can't build xD. i think it's a bug? :)
     
  27. Offline

    e_zach

    #begin Rage rant :mad:
    i disagree, this is a fantastic plugin, but it is starting to go down the path of becoming overly complicated. i have no issues with the current plugin, it works as expected, and i applaud the devs for creating it and putting their FREE time to make it what it is.
    the whole point of the thread it for people having issues.
    if you believe it fails so much go ahead and make something better.
    this goes out to all those winging and complaining (not specifically @streedie), these guys DONT have to spend their time creating these mods to make minecraft a better game for you. if it's such an issue, go back to vanilla. it's not as if these guys get paid, all they want is a 'thanks guys for putting so much effort in'
    #end Rage rant

    anyway, keep up the good work guys (i had to get that out, sorry -_-)
    the system works well (for me anyway :p)
    good luck ironing out the bugs :)
     
    Don Redhorse likes this.
  28. Offline

    rmb938

    The plugin works for me also. Took a while to figure out what works and what doesn't.
     
  29. Offline

    austin101

    This plugin work great but I need some help with a few things.

    1) If I paste a user file in the globalUsers.yml will it work for all worlds?

    2) I am currently using
    to promote users. What I would like to so is when I promote players they will be globally promoted across all worlds.

    3) I have a Trusted rank that should be able to promote Visitor rank to Builder rank in all worlds! What permission would I have to give them in order to allow them to promote players only to builder rank in the globalUsers?
     
  30. Offline

    Grim_Aeron

    Tested 3.1.4 with CB 818 and CB 820 for the "abnormal" shutdown issue, it's fixed now, didn't have to rename my PermissionsSQL to zPermissionsSql either, but still getting the Illegal.Access error with Citizens, MyWarp, xLevel, and Minecart Mania. I really, need those plugins, sadly, I think I will have to switch over to Permissions 2.x... :(

    Logs:
    CB 818 log with Citizens etc. added:
    Code:
    2011-06-05 11:41:23 [INFO] Starting minecraft server version Beta 1.6.6
    2011-06-05 11:41:23 [INFO] Loading properties
    2011-06-05 11:41:23 [INFO] Starting Minecraft server on *:25569
    2011-06-05 11:41:23 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-766-g3fc0460-b818jnks (MC: 1.6.6)
    2011-06-05 11:41:23 [INFO] Preparing level "NyanCraft"
    2011-06-05 11:41:24 [INFO] Preparing start region for level 0
    2011-06-05 11:41:25 [INFO] Preparing spawn area: 56%
    2011-06-05 11:41:26 [SEVERE] java.lang.IllegalAccessError: tried to access class com.nijiko.permissions.ModularControl$1RefreshTask from class com.nijiko.permissions.ModularControl
    2011-06-05 11:41:26 [SEVERE] 	at com.nijiko.permissions.ModularControl.<init>(ModularControl.java:54)
    2011-06-05 11:41:26 [SEVERE] 	at com.nijikokun.bukkit.Permissions.Permissions.setupPermissions(Permissions.java:182)
    2011-06-05 11:41:26 [SEVERE] 	at com.nijikokun.bukkit.Permissions.Permissions.onLoad(Permissions.java:140)
    2011-06-05 11:41:26 [SEVERE] 	at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:106)
    2011-06-05 11:41:26 [SEVERE] 	at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:232)
    2011-06-05 11:41:26 [SEVERE] 	at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:219)
    2011-06-05 11:41:26 [SEVERE] 	at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:146)
    2011-06-05 11:41:26 [SEVERE] 	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
    2011-06-05 11:41:26 [SEVERE] 	at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-06-05 11:41:26 [SEVERE] [Permissions] Unable to load permission data.
    2011-06-05 11:41:26 [INFO] [Permissions] Shutting down Permissions due to error(s).
    2011-06-05 11:41:26 [INFO] [Permissions] (Yeti) was initialized.
    2011-06-05 11:41:26 [INFO] CommandBook 1.5.1 enabled.
    2011-06-05 11:41:26 [INFO] CommandBook: 0 banned name(s) loaded.
    2011-06-05 11:41:26 [INFO] CommandBook: 1 kit(s) loaded.
    2011-06-05 11:41:26 [INFO] CommandBook: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-06-05 11:41:26 [INFO] plugins\Help\ExtraHelp\commandbook.yml
    2011-06-05 11:41:26 [INFO] plugins\Help\ExtraHelp\multiverse.yml
    2011-06-05 11:41:26 [INFO] plugins\Help\ExtraHelp\nspleef.yml
    2011-06-05 11:41:26 [INFO] plugins\Help\ExtraHelp\weclip.yml
    2011-06-05 11:41:26 [INFO] plugins\Help\ExtraHelp\wegen.yml
    2011-06-05 11:41:26 [INFO] plugins\Help\ExtraHelp\wehistory.yml
    2011-06-05 11:41:26 [INFO] plugins\Help\ExtraHelp\wenav.yml
    2011-06-05 11:41:26 [INFO] plugins\Help\ExtraHelp\wesel.yml
    2011-06-05 11:41:26 [INFO] plugins\Help\ExtraHelp\wetool.yml
    2011-06-05 11:41:26 [INFO] plugins\Help\ExtraHelp\weutil.yml
    2011-06-05 11:41:26 [INFO] plugins\Help\ExtraHelp\worldedit.yml
    2011-06-05 11:41:26 [INFO] plugins\Help\ExtraHelp\worldguard.yml
    2011-06-05 11:41:26 [INFO] [HELP] 163 extra help entries loaded
    2011-06-05 11:41:26 [INFO] [HELP] Permissions enabled using: Permissions v3.1.4
    2011-06-05 11:41:26 [INFO] [HELP] Help 0.2.4.1 enabled
    2011-06-05 11:41:26 [INFO] [MultiVerse] Permissions Found
    2011-06-05 11:41:26 [INFO] [MultiVerse] - Version 1.7.2 Enabled
    2011-06-05 11:41:26 [INFO] [MultiVerse] Loading World & Settings - 'NyanCraft' - NORMAL
    2011-06-05 11:41:26 [INFO] [MultiVerse] Loading World & Settings - 'RolePlay' - NORMAL
    2011-06-05 11:41:27 [INFO] Preparing spawn area for RolePlay, 97%
    2011-06-05 11:41:27 [INFO] [MultiVerse] 2 - World(s) loaded.
    2011-06-05 11:41:27 [INFO] [MultiVerse] Loading Portals
    2011-06-05 11:41:27 [INFO] [MultiVerse] 0 - Portal(s) loaded.
    2011-06-05 11:41:27 [INFO] [MYWARP]: 0 warps loaded
    2011-06-05 11:41:27 [INFO] [MYWARP] Permissions enabled using: Permissions v3.1.4
    2011-06-05 11:41:28 [INFO] [MYWARP] 'Help' support enabled.
    2011-06-05 11:41:28 [INFO] MyWarp 1.10.7 enabled
    2011-06-05 11:41:28 [INFO] NoLeafDecay version 1.3 is enabled!
    2011-06-05 11:41:28 [INFO] [Permissions] version [3.1.4] (Yeti)  loaded
    2011-06-05 11:41:28 [INFO] CommandBook: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-06-05 11:41:28 [INFO] [MultiVerse] Found Permissions, enabling commands.
    2011-06-05 11:41:28 [INFO] [Permissions] SQL Interface enabled!
    2011-06-05 11:41:28 [INFO] SecretDoors v0.2 by MrChick enabled
    2011-06-05 11:41:28 [INFO] TravelPortals version 1.5 is enabled!
    2011-06-05 11:41:28 [INFO] [VoxelSniper] Config loaded
    2011-06-05 11:41:28 [INFO] VoxelSniper version 4.721 is enabled! Snipe away.
    2011-06-05 11:41:28 [INFO] [WolfPound] - Version 1.0.1 Enabled
    2011-06-05 11:41:28 [INFO] [WolfPound] using Permissions
    2011-06-05 11:41:28 [INFO] [AllPay] - Version .5 - using only an item based economy for WolfPound v1.0.1
    2011-06-05 11:41:28 [INFO] WorldEdit 4.4 enabled.
    2011-06-05 11:41:28 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-06-05 11:41:28 [INFO] WorldGuard: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-06-05 11:41:28 [INFO] WorldGuard: (NyanCraft) Single session is enforced.
    2011-06-05 11:41:28 [INFO] WorldGuard: (NyanCraft) TNT ignition is PERMITTED.
    2011-06-05 11:41:28 [INFO] WorldGuard: (NyanCraft) Lighters are PERMITTED.
    2011-06-05 11:41:28 [INFO] WorldGuard: (NyanCraft) Lava fire is blocked.
    2011-06-05 11:41:28 [INFO] WorldGuard: (NyanCraft) Fire spread is UNRESTRICTED.
    2011-06-05 11:41:28 [INFO] WorldGuard: Loaded configuration for world 'NyanCraft"
    2011-06-05 11:41:28 [INFO] WorldGuard: (RolePlay) Single session is enforced.
    2011-06-05 11:41:28 [INFO] WorldGuard: (RolePlay) TNT ignition is PERMITTED.
    2011-06-05 11:41:28 [INFO] WorldGuard: (RolePlay) Lighters are PERMITTED.
    2011-06-05 11:41:28 [INFO] WorldGuard: (RolePlay) Lava fire is blocked.
    2011-06-05 11:41:28 [INFO] WorldGuard: (RolePlay) Fire spread is UNRESTRICTED.
    2011-06-05 11:41:28 [INFO] WorldGuard: Loaded configuration for world 'RolePlay"
    2011-06-05 11:41:28 [INFO] WorldGuard 5.0-alpha10 enabled.
    2011-06-05 11:41:28 [INFO] [Citizens]: version [1.0.8e] (Realist) loaded
    2011-06-05 11:41:28 [INFO] Done (0.453s)! For help, type "help" or "?"
    2011-06-05 11:41:28 [INFO] [Citizens]: Loaded 0 NPCs.
    2011-06-05 11:41:51 [INFO] Stopping the server..
    2011-06-05 11:41:51 [INFO] Stopping server
    2011-06-05 11:41:51 [INFO] [MultiVerse] - Disabled
    2011-06-05 11:41:51 [INFO] NoLeafDecay version 1.3 is disabled!
    2011-06-05 11:41:51 [SEVERE] Error occurred while disabling Permissions v3.1.4 (Is it up to date?): null
    java.lang.NullPointerException
    	at com.nijikokun.bukkit.Permissions.Permissions.onDisable(Permissions.java:148)
    	at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:127)
    	at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:771)
    	at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:269)
    	at org.bukkit.plugin.SimplePluginManager.disablePlugins(SimplePluginManager.java:262)
    	at org.bukkit.craftbukkit.CraftServer.disablePlugins(CraftServer.java:123)
    	at net.minecraft.server.MinecraftServer.stop(MinecraftServer.java:260)
    	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:341)
    	at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-06-05 11:41:51 [INFO] CommandBook: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-06-05 11:41:51 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-06-05 11:41:51 [INFO] WorldGuard: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-06-05 11:41:51 [INFO] [Permissions] SQL Interface disabled!
    2011-06-05 11:41:51 [INFO] SecretDoors v0.2 by MrChick disabled
    2011-06-05 11:41:51 [INFO] [WolfPound] - Disabled
    2011-06-05 11:41:51 [INFO] WorldGuard 5.0-alpha10 disabled.
    2011-06-05 11:41:51 [INFO] [Citizens]: version [1.0.8e] (Realist) disabled
    2011-06-05 11:41:51 [INFO] Saving chunks
    2011-06-05 11:41:51 [INFO] Saving chunks
    2011-06-05 11:41:51 [INFO] Stopping server
    2011-06-05 11:41:51 [INFO] Saving chunks
    
    CB 820 with the conflicting plugins added:
    Code:
    2011-06-05 11:42:43 [INFO] Starting minecraft server version Beta 1.6.6
    2011-06-05 11:42:43 [INFO] Loading properties
    2011-06-05 11:42:43 [INFO] Starting Minecraft server on *:25569
    2011-06-05 11:42:43 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-766-g3fc0460-b818jnks (MC: 1.6.6)
    2011-06-05 11:42:43 [INFO] Preparing level "NyanCraft"
    2011-06-05 11:42:44 [INFO] Preparing start region for level 0
    2011-06-05 11:42:45 [INFO] Preparing spawn area: 48%
    2011-06-05 11:42:46 [SEVERE] java.lang.IllegalAccessError: tried to access class com.nijiko.permissions.ModularControl$1RefreshTask from class com.nijiko.permissions.ModularControl
    2011-06-05 11:42:46 [SEVERE] 	at com.nijiko.permissions.ModularControl.<init>(ModularControl.java:54)
    2011-06-05 11:42:46 [SEVERE] 	at com.nijikokun.bukkit.Permissions.Permissions.setupPermissions(Permissions.java:182)
    2011-06-05 11:42:46 [SEVERE] 	at com.nijikokun.bukkit.Permissions.Permissions.onLoad(Permissions.java:140)
    2011-06-05 11:42:46 [SEVERE] 	at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:106)
    2011-06-05 11:42:46 [SEVERE] 	at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:232)
    2011-06-05 11:42:46 [SEVERE] 	at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:219)
    2011-06-05 11:42:46 [SEVERE] 	at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:146)
    2011-06-05 11:42:46 [SEVERE] 	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
    2011-06-05 11:42:46 [SEVERE] 	at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-06-05 11:42:46 [SEVERE] [Permissions] Unable to load permission data.
    2011-06-05 11:42:46 [INFO] [Permissions] Shutting down Permissions due to error(s).
    2011-06-05 11:42:46 [INFO] [Permissions] (Yeti) was initialized.
    2011-06-05 11:42:46 [INFO] CommandBook 1.5.1 enabled.
    2011-06-05 11:42:46 [INFO] CommandBook: 0 banned name(s) loaded.
    2011-06-05 11:42:46 [INFO] CommandBook: 1 kit(s) loaded.
    2011-06-05 11:42:46 [INFO] CommandBook: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-06-05 11:42:46 [INFO] plugins\Help\ExtraHelp\commandbook.yml
    2011-06-05 11:42:46 [INFO] plugins\Help\ExtraHelp\multiverse.yml
    2011-06-05 11:42:46 [INFO] plugins\Help\ExtraHelp\nspleef.yml
    2011-06-05 11:42:46 [INFO] plugins\Help\ExtraHelp\weclip.yml
    2011-06-05 11:42:46 [INFO] plugins\Help\ExtraHelp\wegen.yml
    2011-06-05 11:42:46 [INFO] plugins\Help\ExtraHelp\wehistory.yml
    2011-06-05 11:42:46 [INFO] plugins\Help\ExtraHelp\wenav.yml
    2011-06-05 11:42:46 [INFO] plugins\Help\ExtraHelp\wesel.yml
    2011-06-05 11:42:46 [INFO] plugins\Help\ExtraHelp\wetool.yml
    2011-06-05 11:42:46 [INFO] plugins\Help\ExtraHelp\weutil.yml
    2011-06-05 11:42:46 [INFO] plugins\Help\ExtraHelp\worldedit.yml
    2011-06-05 11:42:46 [INFO] plugins\Help\ExtraHelp\worldguard.yml
    2011-06-05 11:42:46 [INFO] [HELP] 163 extra help entries loaded
    2011-06-05 11:42:46 [INFO] [HELP] Permissions enabled using: Permissions v3.1.4
    2011-06-05 11:42:46 [INFO] [HELP] Help 0.2.4.1 enabled
    2011-06-05 11:42:46 [INFO] [MultiVerse] Permissions Found
    2011-06-05 11:42:46 [INFO] [MultiVerse] - Version 1.7.2 Enabled
    2011-06-05 11:42:46 [INFO] [MultiVerse] Loading World & Settings - 'NyanCraft' - NORMAL
    2011-06-05 11:42:46 [INFO] [MultiVerse] Loading World & Settings - 'RolePlay' - NORMAL
    2011-06-05 11:42:47 [INFO] Preparing spawn area for RolePlay, 52%
    2011-06-05 11:42:48 [INFO] [MultiVerse] 2 - World(s) loaded.
    2011-06-05 11:42:48 [INFO] [MultiVerse] Loading Portals
    2011-06-05 11:42:48 [INFO] [MultiVerse] 0 - Portal(s) loaded.
    2011-06-05 11:42:48 [INFO] [MYWARP]: 0 warps loaded
    2011-06-05 11:42:48 [INFO] [MYWARP] Permissions enabled using: Permissions v3.1.4
    2011-06-05 11:42:48 [INFO] [MYWARP] 'Help' support enabled.
    2011-06-05 11:42:48 [INFO] MyWarp 1.10.7 enabled
    2011-06-05 11:42:48 [INFO] NoLeafDecay version 1.3 is enabled!
    2011-06-05 11:42:48 [INFO] [Permissions] version [3.1.4] (Yeti)  loaded
    2011-06-05 11:42:48 [INFO] CommandBook: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-06-05 11:42:48 [INFO] [MultiVerse] Found Permissions, enabling commands.
    2011-06-05 11:42:48 [INFO] [Permissions] SQL Interface enabled!
    2011-06-05 11:42:48 [INFO] SecretDoors v0.2 by MrChick enabled
    2011-06-05 11:42:48 [INFO] TravelPortals version 1.5 is enabled!
    2011-06-05 11:42:48 [INFO] [VoxelSniper] Config loaded
    2011-06-05 11:42:48 [INFO] VoxelSniper version 4.721 is enabled! Snipe away.
    2011-06-05 11:42:48 [INFO] [WolfPound] - Version 1.0.1 Enabled
    2011-06-05 11:42:48 [INFO] [WolfPound] using Permissions
    2011-06-05 11:42:48 [INFO] [AllPay] - Version .5 - using only an item based economy for WolfPound v1.0.1
    2011-06-05 11:42:48 [INFO] WorldEdit 4.4 enabled.
    2011-06-05 11:42:48 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-06-05 11:42:49 [INFO] WorldGuard: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-06-05 11:42:49 [INFO] WorldGuard: (NyanCraft) Single session is enforced.
    2011-06-05 11:42:49 [INFO] WorldGuard: (NyanCraft) TNT ignition is PERMITTED.
    2011-06-05 11:42:49 [INFO] WorldGuard: (NyanCraft) Lighters are PERMITTED.
    2011-06-05 11:42:49 [INFO] WorldGuard: (NyanCraft) Lava fire is blocked.
    2011-06-05 11:42:49 [INFO] WorldGuard: (NyanCraft) Fire spread is UNRESTRICTED.
    2011-06-05 11:42:49 [INFO] WorldGuard: Loaded configuration for world 'NyanCraft"
    2011-06-05 11:42:49 [INFO] WorldGuard: (RolePlay) Single session is enforced.
    2011-06-05 11:42:49 [INFO] WorldGuard: (RolePlay) TNT ignition is PERMITTED.
    2011-06-05 11:42:49 [INFO] WorldGuard: (RolePlay) Lighters are PERMITTED.
    2011-06-05 11:42:49 [INFO] WorldGuard: (RolePlay) Lava fire is blocked.
    2011-06-05 11:42:49 [INFO] WorldGuard: (RolePlay) Fire spread is UNRESTRICTED.
    2011-06-05 11:42:49 [INFO] WorldGuard: Loaded configuration for world 'RolePlay"
    2011-06-05 11:42:49 [INFO] WorldGuard 5.0-alpha10 enabled.
    2011-06-05 11:42:49 [INFO] [Citizens]: version [1.0.8e] (Realist) loaded
    2011-06-05 11:42:49 [INFO] Done (0.521s)! For help, type "help" or "?"
    2011-06-05 11:42:49 [INFO] [Citizens]: Loaded 0 NPCs.
    2011-06-05 11:42:51 [INFO] Stopping the server..
    2011-06-05 11:42:51 [INFO] Stopping server
    2011-06-05 11:42:51 [INFO] [MultiVerse] - Disabled
    2011-06-05 11:42:51 [INFO] NoLeafDecay version 1.3 is disabled!
    2011-06-05 11:42:51 [SEVERE] Error occurred while disabling Permissions v3.1.4 (Is it up to date?): null
    java.lang.NullPointerException
    	at com.nijikokun.bukkit.Permissions.Permissions.onDisable(Permissions.java:148)
    	at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:127)
    	at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:771)
    	at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:269)
    	at org.bukkit.plugin.SimplePluginManager.disablePlugins(SimplePluginManager.java:262)
    	at org.bukkit.craftbukkit.CraftServer.disablePlugins(CraftServer.java:123)
    	at net.minecraft.server.MinecraftServer.stop(MinecraftServer.java:260)
    	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:341)
    	at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-06-05 11:42:51 [INFO] CommandBook: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-06-05 11:42:51 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-06-05 11:42:51 [INFO] WorldGuard: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-06-05 11:42:51 [INFO] [Permissions] SQL Interface disabled!
    2011-06-05 11:42:51 [INFO] SecretDoors v0.2 by MrChick disabled
    2011-06-05 11:42:51 [INFO] [WolfPound] - Disabled
    2011-06-05 11:42:51 [INFO] WorldGuard 5.0-alpha10 disabled.
    2011-06-05 11:42:51 [INFO] [Citizens]: version [1.0.8e] (Realist) disabled
    2011-06-05 11:42:51 [INFO] Saving chunks
    2011-06-05 11:42:51 [INFO] Saving chunks
    2011-06-05 11:42:51 [INFO] Stopping server
    
     
  31. Offline

    rmb938

    Color codes aren't working I have prefix: '[&cOwner&f]' and it shows [cOwnerf] ingame
     
Thread Status:
Not open for further replies.

Share This Page