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

    Fallen_Advent

    @DigitalMocking Not that I'm aware of, Essentials is a pretty good plugin when it comes to Plug-n-Play. You don't have to edit the settings, however, it does allow for better control of your server.
    Anyways here is are the groups and users configs you can copy&paste into your .yml files

    Groups.yml
    Code:
    groups:
        Default:
            default: true
            info:
                prefix: ''
                suffix: ''
                build: false
            inheritance:
            permissions:
            - 'essentials.help'
            - 'essentials.me'
            - 'essentials.motd'
            - 'essentials.rules'
            - 'essentials.spawn'
            - 'essentials.warp'
            - 'essentials.warp.list'
            - 'essentials.signs.use.disposal'
            - 'essentials.signs.use.heal'
            - 'essentials.signs.use.time'
            - 'essentials.signs.use.warp'
        Member:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            - Default
            permissions:
            - 'essentials.kit.*'
            - 'essentials.kit'
            - 'essentials.afk'
            - 'essentials.compass'
            - 'essentials.depth'
            - 'essentials.getpos'
            - 'essentials.list'
            - 'essentials.mail'
            - 'essentials.mail.send'
            - 'essentials.clearinventory'
            - 'essentials.back.ondeath'
            - 'essentials.home'
            - 'essentials.jump'
            - 'essentials.sethome'
            - 'essentials.signs.create.disposal'
            - 'essentials.signs.create.time'
            - 'essentials.signs.use.*'
        Moderator:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            - Member
            permissions:
            - 'modplugin.ban'
            - 'modplugin.kick'
            - 'modplugin.unban'
        Admins:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            permissions:
            - '*'
    Users.yml

    Code:
    users:
        Orionp:
            permissions:
            groups:
            - Member
        DigitalMocking:
            permissions:
            groups:
            - Admins
    *Edited away cause computer keeps spamming my posts*

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

    Buffalo_Bill

    when i start my server permissions arnt enabled and i cant enable them. :(
    someone help plz
     
  4. Offline

    Mattyp153

    From the AutoSave error, it tells me that your Permissions aren't loading which means there is an error in your server.log. Post that error or your whole server.log and someone should be able to help

    Part of my server.log
    Code:
    2011-07-26 20:56:19 [SEVERE] Error occurred while selecting permissions user config type. Reverting to default creator.
    2011-07-26 20:56:19 [SEVERE] Error occurred while selecting permissions group config type. Reverting to default creator.
    2011-07-26 20:56:19 [SEVERE] while parsing a block mapping
     in "<reader>", line 43, column 1:
        groups:
        ^
    expected <block end>, but found BlockMappingStart
     in "<reader>", line 65, column 4:
           Admins:
           ^
    
    
    I think this is the part you wanted. I dont want to post the whole thing because it is huge.
     
  5. Offline

    Buffalo_Bill

    This is from one startup

    2011-07-28 13:14:18 [INFO] Starting minecraft server version Beta 1.7.3
    2011-07-28 13:14:18 [WARNING] **** NOT ENOUGH RAM!
    2011-07-28 13:14:18 [WARNING] To start the server with more ram, launch it as "java -Xmx1024M -Xms1024M -jar minecraft_server.jar"
    2011-07-28 13:14:18 [INFO] Loading properties
    2011-07-28 13:14:18 [INFO] Starting Minecraft server on 192.168.1.4:25565
    2011-07-28 13:14:18 [WARNING] **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
    2011-07-28 13:14:18 [WARNING] The server will make no attempt to authenticate usernames. Beware.
    2011-07-28 13:14:18 [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-28 13:14:18 [WARNING] To change this, set "online-mode" to "true" in the server.settings file.
    2011-07-28 13:14:18 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-945-g73697a4-b1000jnks (MC: 1.7.3)
    2011-07-28 13:14:19 [SEVERE] java.lang.IllegalAccessError: tried to access class com.nijiko.permissions.ModularControl$RefreshTask from class com.nijiko.permissions.ModularControl
    2011-07-28 13:14:19 [SEVERE] at com.nijiko.permissions.ModularControl.<init>(ModularControl.java:64)
    2011-07-28 13:14:19 [SEVERE] at com.nijikokun.bukkit.Permissions.Permissions.setupPermissions(Permissions.java:179)
    2011-07-28 13:14:19 [SEVERE] at com.nijikokun.bukkit.Permissions.Permissions.onLoad(Permissions.java:133)
    2011-07-28 13:14:19 [SEVERE] at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:131)
    2011-07-28 13:14:19 [SEVERE] at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:97)
    2011-07-28 13:14:19 [SEVERE] at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:51)
    2011-07-28 13:14:19 [SEVERE] at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:132)
    2011-07-28 13:14:19 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
    2011-07-28 13:14:19 [SEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-07-28 13:14:19 [SEVERE] [Permissions] Unable to load permission data.
    2011-07-28 13:14:19 [SEVERE] [Permissions] Shutting down Permissions due to error(s).
    2011-07-28 13:14:19 [INFO] [Permissions] (Yeti) was initialized.
    2011-07-28 13:14:19 [INFO] [Permissions] (Yeti) disabled successfully.
    2011-07-28 13:14:19 [INFO] Preparing level "S.H Canopy Carnage"
    2011-07-28 13:14:19 [INFO] Preparing start region for level 0 (Seed: 2011131496)
    2011-07-28 13:14:19 [INFO] Preparing start region for level 1 (Seed: 2406805713816909976)
    2011-07-28 13:14:20 [INFO] Preparing spawn area: 52%
    2011-07-28 13:14:20 [INFO] Loading BetterShop version 1.6.6.6 ...
    2011-07-28 13:14:20 [INFO] [BetterShop] Notice: Unused Configuration Nodes:
    strings.commandlog, strings.listalias
    2011-07-28 13:14:22 [INFO] [BetterShop] Newer BetterShop version found on git (Wed Jul 20 00:35:07 CEST 2011)
    2011-07-28 13:14:22 [INFO] [BetterShop] BetterShop.csv loaded.
    2011-07-28 13:14:22 [INFO] [BetterShop] BetterShopItemStock.csv loaded.
    2011-07-28 13:14:22 [INFO] [BetterShop] Attached to iConomy.
    2011-07-28 13:14:22 [INFO] [BetterShop] Attached to Permissions.
    2011-07-28 13:14:22 [INFO] BetterShop version 1.6.6.6 is enabled!
    2011-07-28 13:14:22 [INFO] [BBROTHER] ------------------------------------
    2011-07-28 13:14:22 [INFO] [BBROTHER] Hello, and thank you for using the TESTING version of BigBrother!
    2011-07-28 13:14:22 [INFO] [BBROTHER] Please note that, since this is far from complete, there will be many bugs.
    2011-07-28 13:14:22 [INFO] [BBROTHER] IF YOU FIND ANY BUGS, PLEASE REPORT THEM ON http://bugs.nexisonline.net/bb
    2011-07-28 13:14:22 [INFO] [BBROTHER] Please stay tuned in irc.esper.net #bigbrother for updates and build notifications.
    2011-07-28 13:14:22 [INFO] [BBROTHER] ------------------------------------
    2011-07-28 13:14:22 [INFO] [BBROTHER] Building `bbdata` table...
    2011-07-28 13:14:22 [INFO] [BBROTHER] BBData H2 Driver r1 loaded!
    2011-07-28 13:14:22 [INFO] [BBROTHER] Building `bbworlds` table...
    2011-07-28 13:14:22 [INFO] [BBROTHER] Building `bbactions` table...
    2011-07-28 13:14:22 [INFO] [BBROTHER] Action #1 - BrokenBlock
    2011-07-28 13:14:22 [INFO] [BBROTHER] Action #2 - PlacedBlock
    2011-07-28 13:14:22 [INFO] [BBROTHER] Action #3 - DestroySignText
    2011-07-28 13:14:22 [INFO] [BBROTHER] Action #4 - Teleport
    2011-07-28 13:14:22 [INFO] [BBROTHER] Action #5 - DeltaChest
    2011-07-28 13:14:22 [INFO] [BBROTHER] Action #6 - Command
    2011-07-28 13:14:22 [INFO] [BBROTHER] Action #7 - Chat
    2011-07-28 13:14:22 [INFO] [BBROTHER] Action #8 - Disconnect
    2011-07-28 13:14:22 [INFO] [BBROTHER] Action #9 - Login
    2011-07-28 13:14:22 [INFO] [BBROTHER] Action #10 - DoorOpen
    2011-07-28 13:14:22 [INFO] [BBROTHER] Action #11 - ButtonPress
    2011-07-28 13:14:22 [INFO] [BBROTHER] Action #12 - LeverSwitch
    2011-07-28 13:14:22 [INFO] [BBROTHER] Action #13 - CreateSignText
    2011-07-28 13:14:22 [INFO] [BBROTHER] Action #14 - LeafDecay
    2011-07-28 13:14:22 [INFO] [BBROTHER] Action #15 - FlintAndSteel
    2011-07-28 13:14:22 [INFO] [BBROTHER] Action #16 - TNTExplosion
    2011-07-28 13:14:22 [INFO] [BBROTHER] Action #17 - CreeperExplosion
    2011-07-28 13:14:22 [INFO] [BBROTHER] Action #18 - MiscExplosion
    2011-07-28 13:14:22 [INFO] [BBROTHER] Action #19 - ChestOpen
    2011-07-28 13:14:22 [INFO] [BBROTHER] Action #20 - BlockBurn
    2011-07-28 13:14:22 [INFO] [BBROTHER] Action #21 - Flow
    2011-07-28 13:14:22 [INFO] [BBROTHER] Action #22 - DropItem
    2011-07-28 13:14:22 [INFO] [BBROTHER] Action #23 - PickupItem
    2011-07-28 13:14:22 [INFO] [BBROTHER] Action #24 - SignDestroyed
    2011-07-28 13:14:22 [INFO] [BBROTHER] Action #25 - Heartbeat
    2011-07-28 13:14:22 [INFO] [BBROTHER] Action #26 - BlockPistoned
    2011-07-28 13:14:22 [INFO] [BBROTHER] Building `bbusers` table...
    2011-07-28 13:14:22 [INFO] [BBROTHER] Permissions plugin found but disabled. Enabling 'Permissions' (v3.1.6).
    2011-07-28 13:14:22 [INFO] [Permissions] (Yeti) disabled successfully.
    2011-07-28 13:14:22 [INFO] [BBROTHER] Permissions enabled using: Permissions v3.1.6
    2011-07-28 13:14:22 [WARNING] [BBROTHER] 'Help' isn't detected. No /help support
    2011-07-28 13:14:22 [INFO] [BBROTHER] BigBrother 1.10.1-SNAPSHOT (build #648) enabled!
    2011-07-28 13:14:22 [INFO] ChairCraft 1.2.4 is enabled.
    2011-07-28 13:14:22 [INFO] CommandBook 1.5.2 enabled.
    2011-07-28 13:14:23 [INFO] CommandBook: Maximum wrapper compatibility is enabled. Some features have been disabled to be compatible with poorly written server wrappers.
    2011-07-28 13:14:23 [INFO] CommandBook: 0 banned name(s) loaded.
    2011-07-28 13:14:23 [INFO] CommandBook: 1 kit(s) loaded.
    2011-07-28 13:14:23 [INFO] CommandBook: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-07-28 13:14:23 [INFO] CraftBookCommon 54-7495537 enabled.
    2011-07-28 13:14:23 [INFO] CraftBookCommon: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-07-28 13:14:23 [INFO] CraftBookCircuits 54-7495537 enabled.
    2011-07-28 13:14:23 [INFO] CraftBookCircuits: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-07-28 13:14:23 [INFO] CraftBookCircuits: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-07-28 13:14:23 [INFO] CraftBook: Enumerating chunks for self-triggered components...
    2011-07-28 13:14:23 [INFO] CraftBook: 1250 chunk(s) for 2 world(s) processed (0s elapsed)
    2011-07-28 13:14:23 [INFO] CraftBookMechanisms 54-7495537 enabled.
    2011-07-28 13:14:23 [INFO] CraftBookMechanisms: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-07-28 13:14:23 [INFO] 1 cauldron recipe(s) loaded
    2011-07-28 13:14:23 [INFO] CraftBookVehicles 54-7495537 enabled.
    2011-07-28 13:14:23 [INFO] CraftBookVehicles: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-07-28 13:14:23 [INFO] CraftBukkitUpToDate version 2.5.9 is enabled!
    2011-07-28 13:14:23 [INFO] [Permissions] (Yeti) disabled successfully.
    2011-07-28 13:14:23 [INFO] CommandBook: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-07-28 13:14:23 [INFO] CraftBookCircuits: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-07-28 13:14:23 [INFO] CommandBook: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-07-28 13:14:23 [INFO] CraftBookCircuits: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-07-28 13:14:23 [INFO] CButD: CraftBukkit is up to Date
    2011-07-28 13:14:23 [INFO] DeathMessagePlugin version 2.2 is enabled with permissions!
    2011-07-28 13:14:23 [INFO] [iConomy] Logging is currently disabled.
    2011-07-28 13:14:23 [INFO] [iConomy] v5.01 (Eruanna) loaded.
    2011-07-28 13:14:23 [INFO] [iConomy] Developed by: [Nijikokun]
    2011-07-28 13:14:23 [INFO] [MagicCarpet] MagicCarpet version 1.5.6 is enabled!
    2011-07-28 13:14:23 [INFO] [MagicCarpet] Take yourself wonder by wonder, using /magiccarpet or /mc.
    2011-07-28 13:14:23 [INFO] [MagicCarpet] Restricted to: []
    2011-07-28 13:14:23 [INFO] [MYHOME]: 0 homes loaded
    2011-07-28 13:14:23 [INFO] [MYHOME] Permissions enabled using: Permissions v3.1.6
    2011-07-28 13:14:23 [WARNING] [MYHOME] 'Help' isn't detected. No /help support.
    2011-07-28 13:14:23 [INFO] [MYHOME] MyHome 1.9.5 enabled
    2011-07-28 13:14:23 [INFO] [MYWARP] [MYWARP]: 0 warps loaded
    2011-07-28 13:14:23 [INFO] [MYWARP] Permissions enabled using: Permissions v3.1.6
    2011-07-28 13:14:23 [WARNING] [MYWARP] Help plugin not detected. Only providing help via /warp help.
    2011-07-28 13:14:23 [INFO] [MYWARP] MyWarp 2.0 enabled
    2011-07-28 13:14:23 [INFO] [OpenInv] version 1.3.3 enabled!
    2011-07-28 13:14:23 [INFO] [PermissionsAttributeProvider] Enabled!
    2011-07-28 13:14:23 [INFO] [Permissions] SQL Interface enabled!
    2011-07-28 13:14:23 [INFO] [Runecraft] Rune blacklist with 0 runes loaded.
    2011-07-28 13:14:23 [INFO] [Runecraft] Loaded:
    2011-07-28 13:14:23 [INFO] [Runecraft] - 0 waypoints, 0 teleporters
    2011-07-28 13:14:23 [INFO] [Runecraft] - 0 position runes
    2011-07-28 13:14:23 [INFO] [Runecraft] - 0 rune pads
    2011-07-28 13:14:23 [INFO] [Runecraft] World 'S.H Canopy Carnage': id 0.
    2011-07-28 13:14:23 [INFO] [Runecraft] World 'S.H Canopy Carnage_nether': id 1.
    2011-07-28 13:14:23 [INFO] [Runecraft] Runecraft 2.8 initialized.
    2011-07-28 13:14:23 [INFO] Runecraft plugin version 0.4 is enabled!
    2011-07-28 13:14:23 [INFO] [Permissions] (Yeti) disabled successfully.
    2011-07-28 13:14:23 [INFO] CommandBook: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-07-28 13:14:23 [INFO] CraftBookCircuits: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-07-28 13:14:23 [INFO] CommandBook: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-07-28 13:14:23 [INFO] CraftBookCircuits: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-07-28 13:14:23 [INFO] CButD: Permission didn't work, defaulting to OP
    2011-07-28 13:14:23 [INFO] [VanishNoPickup] 1.9.12 enabled.
    2011-07-28 13:14:23 [INFO] WorldEdit 4.6 enabled.
    2011-07-28 13:14:23 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-07-28 13:14:23 [INFO] WorldGuard: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-07-28 13:14:23 [INFO] WorldGuard: (S.H Canopy Carnage) Single session is enforced.
    2011-07-28 13:14:23 [INFO] WorldGuard: (S.H Canopy Carnage) TNT ignition is blocked.
    2011-07-28 13:14:23 [INFO] WorldGuard: (S.H Canopy Carnage) Lighters are PERMITTED.
    2011-07-28 13:14:23 [INFO] WorldGuard: (S.H Canopy Carnage) Lava fire is blocked.
    2011-07-28 13:14:23 [INFO] WorldGuard: (S.H Canopy Carnage) All fire spread is disabled.
    2011-07-28 13:14:23 [INFO] WorldGuard: Loaded configuration for world 'S.H Canopy Carnage"
    2011-07-28 13:14:23 [INFO] WorldGuard: (S.H Canopy Carnage_nether) Single session is enforced.
    2011-07-28 13:14:23 [INFO] WorldGuard: (S.H Canopy Carnage_nether) TNT ignition is blocked.
    2011-07-28 13:14:23 [INFO] WorldGuard: (S.H Canopy Carnage_nether) Lighters are PERMITTED.
    2011-07-28 13:14:23 [INFO] WorldGuard: (S.H Canopy Carnage_nether) Lava fire is blocked.
    2011-07-28 13:14:23 [INFO] WorldGuard: (S.H Canopy Carnage_nether) All fire spread is disabled.
    2011-07-28 13:14:23 [INFO] WorldGuard: Loaded configuration for world 'S.H Canopy Carnage_nether"
    2011-07-28 13:14:23 [INFO] WorldGuard 5.2.2 enabled.
    2011-07-28 13:14:23 [INFO] [Citizens] Creating new config file at plugins/Citizens/npc-profiles.yml.
    2011-07-28 13:14:23 [INFO] [Citizens] Creating new config file at plugins/Citizens/economy.yml.
    2011-07-28 13:14:23 [INFO] [Citizens] Writing default setting prices.wizard.spawnmob.item.
    2011-07-28 13:14:23 [INFO] [Citizens] Writing default setting prices.blacksmith.armorrepair.econplugin.iron.
    2011-07-28 13:14:23 [INFO] [Citizens] Writing default setting prices.quester.creation.econplugin.
    2011-07-28 13:14:23 [INFO] [Citizens] Writing default setting prices.blacksmith.armorrepair.econplugin.leather.
    2011-07-28 13:14:23 [INFO] [Citizens] Writing default setting prices.wizard.creation.econplugin.
    2011-07-28 13:14:23 [INFO] [Citizens] Writing default setting prices.blacksmith.toolrepair.item-currency-id.
    2011-07-28 13:14:23 [INFO] [Citizens] Writing default setting prices.guard.creation.econplugin.
    2011-07-28 13:14:23 [INFO] [Citizens] Writing default setting prices.healer.levelup.econplugin.
    2011-07-28 13:14:23 [INFO] [Citizens] Writing default setting prices.blacksmith.creation.item-currency-id.
    2011-07-28 13:14:23 [INFO] [Citizens] Writing default setting prices.guard.creation.item.
    2011-07-28 13:14:23 [INFO] [Citizens] Writing default setting prices.blacksmith.toolrepair.econplugin.wood.
    2011-07-28 13:14:23 [INFO] [Citizens] Writing default setting prices.basic.creation.econplugin.
    2011-07-28 13:14:23 [INFO] [Citizens] Writing default setting prices.basic.creation.item.
    2011-07-28 13:14:23 [INFO] [Citizens] Writing default setting prices.wizard.togglestorm.item.
    2011-07-28 13:14:23 [INFO] [Citizens] Writing default setting prices.blacksmith.armorrepair.item-currency-id.
    2011-07-28 13:14:23 [INFO] [Citizens] Writing default setting economy.use-econplugin.
    2011-07-28 13:14:23 [INFO] [Citizens] Writing default setting prices.healer.heal.item-currency-id.
    2011-07-28 13:14:23 [INFO] [Citizens] Writing default setting prices.quester.creation.item.
    2011-07-28 13:14:23 [INFO] [Citizens] Writing default setting economy.use-economy.
    2011-07-28 13:14:23 [INFO] [Citizens] Writing default setting prices.healer.heal.econplugin.
    2011-07-28 13:14:23 [INFO] [Citizens] Writing default setting prices.blacksmith.toolrepair.item.diamond.
    2011-07-28 13:14:23 [INFO] [Citizens] Writing default setting prices.wizard.spawnmob.item-currency-id.
    2011-07-28 13:14:23 [INFO] [Citizens] Writing default setting prices.blacksmith.toolrepair.item.iron.
    2011-07-28 13:14:23 [INFO] [Citizens] Writing default setting prices.wizard.teleport.item.
    2011-07-28 13:14:23 [INFO] [Citizens] Writing default setting prices.wizard.teleport.econplugin.
    2011-07-28 13:14:23 [INFO] [Citizens] Writing default setting prices.blacksmith.toolrepair.item.wood.
    2011-07-28 13:14:23 [INFO] [Citizens] Writing default setting prices.blacksmith.armorrepair.item.iron.
    2011-07-28 13:14:23 [INFO] [Citizens] Writing default setting prices.blacksmith.creation.econplugin.
    2011-07-28 13:14:23 [INFO] [Citizens] Writing default setting prices.blacksmith.toolrepair.econplugin.gold.
    2011-07-28 13:14:23 [INFO] [Citizens] Writing default setting prices.blacksmith.creation.item.
    2011-07-28 13:14:23 [INFO] [Citizens] Writing default setting prices.wizard.teleport.item-currency-id.
    2011-07-28 13:14:23 [INFO] [Citizens] Writing default setting prices.blacksmith.armorrepair.item.diamond.
    2011-07-28 13:14:23 [INFO] [Citizens] Writing default setting prices.blacksmith.armorrepair.item.leather.
    2011-07-28 13:14:23 [INFO] [Citizens] Writing default setting prices.healer.levelup.item-currency-id.
    2011-07-28 13:14:23 [INFO] [Citizens] Writing default setting prices.wizard.changetime.econplugin.
    2011-07-28 13:14:23 [INFO] [Citizens] Writing default setting prices.wizard.spawnmob.econplugin.
    2011-07-28 13:14:23 [INFO] [Citizens] Writing default setting prices.healer.creation.item.
    2011-07-28 13:14:23 [INFO] [Citizens] Writing default setting prices.trader.creation.item.
    2011-07-28 13:14:23 [INFO] [Citizens] Writing default setting prices.blacksmith.toolrepair.econplugin.iron.
    2011-07-28 13:14:23 [INFO] [Citizens] Writing default setting prices.blacksmith.armorrepair.item.chainmail.
    2011-07-28 13:14:23 [INFO] [Citizens] Writing default setting prices.blacksmith.armorrepair.econplugin.diamond.
    2011-07-28 13:14:23 [INFO] [Citizens] Writing default setting prices.trader.creation.item-currency-id.
    2011-07-28 13:14:23 [INFO] [Citizens] Writing default setting prices.guard.creation.item-currency-id.
    2011-07-28 13:14:23 [INFO] [Citizens] Writing default setting prices.wizard.togglestorm.item-currency-id.
    2011-07-28 13:14:23 [INFO] [Citizens] Writing default setting prices.blacksmith.armorrepair.econplugin.gold.
    2011-07-28 13:14:23 [INFO] [Citizens] Writing default setting prices.healer.levelup.item.
    2011-07-28 13:14:23 [INFO] [Citizens] Writing default setting prices.blacksmith.toolrepair.econplugin.diamond.
    2011-07-28 13:14:23 [INFO] [Citizens] Writing default setting prices.healer.heal.item.
    2011-07-28 13:14:23 [INFO] [Citizens] Writing default setting prices.healer.creation.econplugin.
    2011-07-28 13:14:23 [INFO] [Citizens] Writing default setting prices.basic.creation.item-currency-id.
    2011-07-28 13:14:23 [INFO] [Citizens] Writing default setting prices.wizard.creation.item-currency-id.
    2011-07-28 13:14:23 [INFO] [Citizens] Writing default setting prices.blacksmith.toolrepair.econplugin.misc.
    2011-07-28 13:14:23 [INFO] [Citizens] Writing default setting prices.wizard.togglestorm.econplugin.
    2011-07-28 13:14:23 [INFO] [Citizens] Writing default setting prices.blacksmith.toolrepair.item.gold.
    2011-07-28 13:14:23 [INFO] [Citizens] Writing default setting prices.trader.creation.econplugin.
    2011-07-28 13:14:23 [INFO] [Citizens] Writing default setting prices.wizard.creation.item.
    2011-07-28 13:14:23 [INFO] [Citizens] Writing default setting prices.blacksmith.toolrepair.item.misc.
    2011-07-28 13:14:23 [INFO] [Citizens] Writing default setting prices.blacksmith.toolrepair.econplugin.stone.
    2011-07-28 13:14:23 [INFO] [Citizens] Writing default setting prices.quester.creation.item-currency-id.
    2011-07-28 13:14:23 [INFO] [Citizens] Writing default setting prices.blacksmith.armorrepair.econplugin.chainmail.
    2011-07-28 13:14:23 [INFO] [Citizens] Writing default setting prices.blacksmith.toolrepair.item.stone.
    2011-07-28 13:14:23 [INFO] [Citizens] Writing default setting prices.wizard.changetime.item-currency-id.
    2011-07-28 13:14:23 [INFO] [Citizens] Writing default setting prices.healer.creation.item-currency-id.
    2011-07-28 13:14:23 [INFO] [Citizens] Writing default setting prices.wizard.changetime.item.
    2011-07-28 13:14:23 [INFO] [Citizens] Writing default setting prices.blacksmith.armorrepair.item.gold.
    2011-07-28 13:14:23 [INFO] [Citizens] Creating new config file at plugins/Citizens/citizens.yml.
    2011-07-28 13:14:23 [INFO] [Citizens] Creating new config file at plugins/Citizens/mobs.yml.
    2011-07-28 13:14:23 [INFO] [Citizens] Creating new config file at plugins/Citizens/quests.yml.
    2011-07-28 13:14:23 [INFO] [Citizens] Loaded 0 quests.
    2011-07-28 13:14:23 [INFO] [Citizens] Permissions enabled.
    2011-07-28 13:14:23 [INFO] [Citizens] Writing default setting evil.items.tame-item.
    2011-07-28 13:14:23 [INFO] [Citizens] Writing default setting evil.misc.tame-chance.
    2011-07-28 13:14:23 [INFO] [Citizens] Writing default setting evil.spawn.max.
    2011-07-28 13:14:23 [INFO] [Citizens] Writing default setting pirates.spawn.max.
    2011-07-28 13:14:23 [INFO] [Citizens] Writing default setting general.spawn.delay.
    2011-07-28 13:14:23 [INFO] [Citizens] Writing default setting evil.misc.names.
    2011-07-28 13:14:23 [INFO] [Citizens] Writing default setting pirates.misc.names.
    2011-07-28 13:14:23 [INFO] [Citizens] Writing default setting evil.misc.failed-tame-messages.
    2011-07-28 13:14:23 [INFO] [Citizens] Writing default setting pirates.misc.steal-messages.
    2011-07-28 13:14:23 [INFO] [Citizens] Writing default setting evil.items.drops.
    2011-07-28 13:14:23 [INFO] [Citizens] Writing default setting evil.spawn.spawn.
    2011-07-28 13:14:23 [INFO] [Citizens] Writing default setting pirates.spawn.spawn.
    2011-07-28 13:14:23 [INFO] [Citizens] Writing default setting ticks.guards.respawn-delay.
    2011-07-28 13:14:23 [INFO] [Citizens] Writing default setting items.healers.give-health-item.
    2011-07-28 13:14:23 [INFO] [Citizens] Writing default setting items.healers.take-health-item.
    2011-07-28 13:14:23 [INFO] [Citizens] Writing default setting ticks.healers.health-regen-increment.
    2011-07-28 13:14:23 [INFO] [Citizens] Writing default setting ticks.pathing.max-stationary.
    2011-07-28 13:14:23 [INFO] [Citizens] Writing default setting ticks.pathing.max-pathing.
    2011-07-28 13:14:23 [INFO] [Citizens] Writing default setting general.wizards.max-mana.
    2011-07-28 13:14:23 [INFO] [Citizens] Writing default setting ticks.saving.delay.
    2011-07-28 13:14:23 [INFO] [Citizens] Writing default setting ticks.waypoints.right-click-pause.
    2011-07-28 13:14:23 [INFO] [Citizens] Writing default setting ticks.general.delay.
    2011-07-28 13:14:23 [INFO] [Citizens] Writing default setting general.wizards.wizard-max-locations.
    2011-07-28 13:14:23 [INFO] [Citizens] Writing default setting items.wizards.interact-item.
    2011-07-28 13:14:23 [INFO] [Citizens] Writing default setting items.wizards.mana-regen-item.
    2011-07-28 13:14:23 [INFO] [Citizens] Writing default setting ticks.wizards.mana-regen-rate.
    2011-07-28 13:14:23 [INFO] [Citizens] Writing default setting range.basic.look.
    2011-07-28 13:14:23 [INFO] [Citizens] Writing default setting range.guards.default-bouncer-protection-radius.
    2011-07-28 13:14:23 [INFO] [Citizens] Writing default setting range.guards.pathfinding.
    2011-07-28 13:14:23 [INFO] [Citizens] Writing default setting general.chat.format.
    2011-07-28 13:14:23 [INFO] [Citizens] Writing default setting general.chat.default-text.
    2011-07-28 13:14:23 [INFO] [Citizens] Writing default setting general.colors.npc-colour.
    2011-07-28 13:14:23 [INFO] [Citizens] Writing default setting items.basic.talk-items.
    2011-07-28 13:14:23 [INFO] [Citizens] Writing default setting items.basic.select-items.
    2011-07-28 13:14:23 [INFO] [Citizens] Writing default setting general.chat.selection-message.
    2011-07-28 13:14:23 [INFO] [Citizens] Writing default setting general.chat.creation-message.
    2011-07-28 13:14:23 [INFO] [Citizens] Writing default setting general.defaults.enable-following.
    2011-07-28 13:14:23 [INFO] [Citizens] Writing default setting general.healers.pay-for-heal.
    2011-07-28 13:14:23 [INFO] [Citizens] Writing default setting general.healers.regen-health.
    2011-07-28 13:14:23 [INFO] [Citizens] Writing default setting general.wizards.regen-mana.
    2011-07-28 13:14:23 [INFO] [Citizens] Writing default setting ticks.saving.save-often.
    2011-07-28 13:14:23 [INFO] [Citizens] Writing default setting items.item-list-on.
    2011-07-28 13:14:23 [INFO] [Citizens] Writing default setting general.colors.use-npc-colours.
    2011-07-28 13:14:23 [INFO] [Citizens] Writing default setting ticks.saving.use-task.
    2011-07-28 13:14:23 [INFO] [Citizens] Writing default setting general.selection.quick-select.
    2011-07-28 13:14:23 [INFO] [Citizens] Writing default setting general.debug-mode.
    2011-07-28 13:14:23 [INFO] [Citizens] Writing default setting general.notify-updates.
    2011-07-28 13:14:23 [INFO] [Citizens] Writing default setting general.chat.slashes-to-spaces.
    2011-07-28 13:14:23 [INFO] [Citizens] Writing default setting general.defaults.talk-when-close.
    2011-07-28 13:14:23 [INFO] [Citizens] Writing default setting general.use-bukkit-permissions.
    2011-07-28 13:14:23 [INFO] [Citizens] version [1.0.9d] (Odyssey) loaded
    2011-07-28 13:14:23 [INFO] [Citizens] Payment method found (iConomy version: 5)
    2011-07-28 13:14:23 [INFO] Server permissions file permissions.yml is empty, ignoring it
    2011-07-28 13:14:23 [INFO] Done (0.476s)! For help, type "help" or "?"
    2011-07-28 13:14:23 [INFO] [Citizens] Loaded 0 NPCs.
    2011-07-28 13:14:23 [INFO] Unknown console command. Type "help" for help.
    2011-07-28 13:14:26 [INFO] [BBROTHER] Removed 0 records older than 168h00m00s in 0h00m00s.
    2011-07-28 13:14:31 [INFO] Forcing save..
    2011-07-28 13:14:31 [INFO] Save complete.
    2011-07-28 13:14:32 [INFO] Stopping the server..
    2011-07-28 13:14:32 [INFO] Stopping server
    2011-07-28 13:14:32 [INFO] BetterShop now unloaded
    2011-07-28 13:14:32 [INFO] ChairCraft 1.2.4 is disabled.
    2011-07-28 13:14:32 [INFO] DeathMessagePlugin version 2.2 is disabled!
    2011-07-28 13:14:32 [INFO] [iConomy] Plugin disabled.
    2011-07-28 13:14:32 [INFO] [Citizens] Payment method disabled.
    2011-07-28 13:14:32 [INFO] Magic Carpet disabled. Thanks for trying the plugin!
    2011-07-28 13:14:32 [INFO] [Permissions] SQL Interface disabled!
    2011-07-28 13:14:32 [INFO] Runecraft plugin disabled.
    2011-07-28 13:14:32 [INFO] [VanishNoPickup] 1.9.12 disabled.
    2011-07-28 13:14:32 [INFO] WorldGuard 5.2.2 disabled.
    2011-07-28 13:14:32 [INFO] [Citizens] version [1.0.9d] (Odyssey) disabled
    2011-07-28 13:14:32 [INFO] [PermissionsAttributeProvider] Disabled...
    2011-07-28 13:14:32 [INFO] Saving chunks
     
  6. Offline

    Nielscorn

    didnt you see when it says NOT ENOUGH RAM?

    Pretty obvious first error you should get fixed... Not enough RAM = not enough place to calculate stuff so stuff gets loaded halfway or not loaded at all, thus your entire structure collapses
     
  7. Offline

    Buffalo_Bill

    it always say that even if you do have enough
     
  8. Offline

    B4LLzEE

    erm... this was working fine earlier on, but now nobody seems to have build permissions and lockette leaves doors open when they are on a timer and they wont shut.
    I have read through the permissions file time and time over but I can not find any faults. any ideas?

    groups.yml
    Code:
    ##
    # Permissions has AntiBuild, which prevents a player from destroying/placing blocks.
    # To prevent a group of players then set the build: flag to false (build: false).
    # If you want a group to be able to build then set it to true.
    ##
    # Groups can inherit from other groups.
    #   To make a group inherit the permissions and info nodes from another
    #   group, simply place the groups name in the "inheritance:" like so:
    #
    #   Example:
    #       inheritance:
    #           - Default
    ##
    #   Wildcard Permission settings:
    #
    #       You can have wildcard nodes which encompass all nodes that match it.
    #       For example, the node "modplugin.*" matches "modplugin.kick", "modplugin.ban",
    #       "modplugin.settings.view", and so on.
    #
    ##
    #   A single asterisk means that this user/group has all permissions.
    #       - '*'
    ##
    #   Negated nodes are created by prefixing a normal node with "-".
    #   They prevent less specific wildcard nodes from matching the negated node.
    #   For example:
    #
    #   permissions:
    #       - 'foo.*'
    #       - '-foo.bar'
    #
    #   In this case, the user/group will have "foo.foo", "foo.foobar", and so on, but not "foo.bar".
    #
    ##
    #   prefix: and suffix: do not do anything on their own.  You need another outside plugin
    #   such as iChat or HeroChat in order for these to do anything.
    ##
    #
    #   For more info, visit https://github.com/TheYeti/Permissions/wiki/Guide-to-creating-YAML-configs
    #
    ##
    
    groups:
        Guest:
            default: true
            info:
                prefix: ''
                suffix: ''
                build: false
            inheritance:
            permissions:
                - 'essentials.help'
                - 'essentials.rules'
    
        Member:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            permissions:
                - 'AlwaysHave.allowed'
                - 'blockhat.hat'
                - 'blockhat.hat.items'
                - 'blockhat.nodrown'
                - 'essentials.afk'
                - 'essentials.give'
                - '-essentials.give.item-7'
                - 'essentials.help'
                - 'essentials.home'
                - 'essentials.kit'
                - 'essentials.motd'
                - 'essentials.rules'
                - 'essentials.sethome'
                - 'essentials.warp'
                - 'essentials.warp.list'
                - 'iConomy.access'
                - 'iConomy.rank'
                - 'iConomy.list'
                - 'iConomy.payment'
                - 'iConomy.bank.access'
                - 'iConomy.bank.main'
                - 'iConomy.bank.main.view'
                - 'iConomy.bank.join'
                - 'iConomy.bank.join.multiple'
                - 'mailbox.user.send'
                - 'mailbox.user.create'
                - 'mailbox.user.remove'
                - 'spawny.spawn'
                - 'supernatural.command.classes'
                - 'supernatural.command.list'
                - 'supernatural.command.help'
                - 'supernatural.command.power'
                - 'supernatural.player.shrineuse'
                - 'supernatural.player.wolfbane'
                - 'supernatural.player.witchhuntersign'
                - 'choptree.chop'
     
        Moderator:
            info:
                prefix: '&4'
                suffix: ''
                build: true
            inheritance:
                - Member
            permissions:
                - 'autosave.save'
                - 'commandpay.free'
                - 'essentials.tp'
                - 'essentials.tphere'
                - 'essentials.give'
                - 'iConomy.admin.grant'
                - 'iConomy.admin.set'
                - 'iConomy.admin.hide'
                - 'iConomy.admin.account.create'
                - 'iConomy.admin.account.remove'
                - 'iConomy.admin.stats'
                - 'iConomy.admin.bank.create'
                - 'iConomy.admin.bank.remove'
                - 'iConomy.admin.bank.set'
                - 'spawny.set'
        Admin:
            info:
                prefix: '&4'
                suffix: ''
                build: true
            inheritance:
            permissions:
                - '*'
    users.yml
    Code:
    users:
        B4LLzEE:
            groups:
            - Guest
        permissions:
            groups:
            - Admin
        PKFifer:
            permissions:
            - triggercmds
            - EasyProtect.Area.*
            groups:
            - Moderator
        flowerfleur:
            permissions:
            groups:
            - Member
        Kennethbabes:
            permissions:
            groups:
            - Member
        barking_gman:
            permissions:
            groups:
            - Moderator
        Dubzzzyy:
            permissions:
            groups:
            - Member
        norm58:
            permissions:
            groups:
            - Member
     
  9. Offline

    TibTuner04

    can someone look at my groups.yml for me? I had it working fine but another admin went to add some permissions for new mod and messed it up somehow so now it throws errors on start and i cannot figure it out.

    Here is the errors in console

    Code:
    2011-07-28 07:42:54 [INFO] BS [o] Opening skates.config file...
    2011-07-28 07:42:54 [INFO] BS [o] Loading BinarySkates v0.3.2
    2011-07-28 07:42:55 [SEVERE] java.lang.IllegalAccessError: tried to access class com.nijiko.permissions.ModularControl$RefreshTask from class com.nijiko.permissions.ModularControl
    2011-07-28 07:42:55 [SEVERE]     at com.nijiko.permissions.ModularControl.<init>(ModularControl.java:64)
    2011-07-28 07:42:55 [SEVERE]     at com.nijikokun.bukkit.Permissions.Permissions.setupPermissions(Permissions.java:179)
    2011-07-28 07:42:55 [SEVERE]     at com.nijikokun.bukkit.Permissions.Permissions.onLoad(Permissions.java:133)
    2011-07-28 07:42:55 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:131)
    2011-07-28 07:42:55 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:97)
    2011-07-28 07:42:55 [SEVERE]     at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:51)
    2011-07-28 07:42:55 [SEVERE]     at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:132)
    2011-07-28 07:42:55 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
    2011-07-28 07:42:55 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-07-28 07:42:55 [SEVERE] [Permissions] Unable to load permission data.
    2011-07-28 07:42:55 [SEVERE] [Permissions] Shutting down Permissions due to error(s).
    2011-07-28 07:42:55 [INFO] [Permissions] (Yeti) was initialized.
    2011-07-28 07:42:55 [INFO] [Permissions] (Yeti) disabled successfully.
    2011-07-28 07:42:55 [INFO] Preparing level "smp"
    2011-07-28 07:42:55 [INFO] Preparing start region for level 0 (Seed: 235328460)
    2011-07-28 07:42:55 [INFO] Preparing start region for level 1 (Seed: 235328460)
    2011-07-28 07:42:56 [INFO] Preparing spawn area: 73%
    2011-07-28 07:42:56 [INFO] AutoHelp version 0.2 is enabled!
    2011-07-28 07:42:56 [INFO] BS [o] Permissions plugin detected! Will obey binaryskates permission nodes.
    2011-07-28 07:42:56 [INFO] BS [o] Allowing these items to be registered as pucks: GOLD_RECORD(2256), GREEN_RECORD(2257), COOKIE(357), SLIME_BALL(341), SNOW_BALL(332), IRON_INGOT(265)
    2011-07-28 07:42:56 [INFO] BS [o] Listener registered: ENTITY_DAMAGE with priority: Normal
    2011-07-28 07:42:56 [INFO] BS [o] Listener registered: PLAYER_MOVE with priority: Normal
    2011-07-28 07:42:56 [INFO] BS [o] Listener registered: PLAYER_QUIT with priority: Normal
    2011-07-28 07:42:56 [INFO] BS [o] Listener registered: PLAYER_PICKUP_ITEM with priority: Normal
    2011-07-28 07:42:56 [INFO] BS [o] Listener registered: PLAYER_INTERACT with priority: Normal
    2011-07-28 07:42:56 [INFO] BS [o] Registering fighting task.
    2011-07-28 07:42:56 [INFO] BS [o] Fight task successfully registered with taskId: 2
    2011-07-28 07:42:56 [INFO] [HELP] 0 extra help entries loaded
    2011-07-28 07:42:56 [INFO] [HELP] Permissions enabled using: Permissions v3.1.6
    2011-07-28 07:42:56 [INFO] [HELP] Help 0.2.4.1 enabled
    2011-07-28 07:42:56 [INFO] [BasicHerobrine] BasicHerobrine version 1.2 has been enabled.
    2011-07-28 07:42:56 [INFO] [HeroicDeath] 1.8.1.156 enabled.
    2011-07-28 07:42:56 [INFO] Lockette version 1.3.8 is being enabled!  Yay!  (Core version 1.0)
    2011-07-28 07:42:56 [INFO] Lockette: Detected craftbukkit build [1000] ok.
    2011-07-28 07:42:56 [INFO] [Permissions] (Yeti) disabled successfully.
    2011-07-28 07:42:56 [INFO] Lockette: Failed to link to Permissions plugin version 3.1.6!
    2011-07-28 07:42:56 [INFO] Lockette: Using ops file for admin permissions.
    2011-07-28 07:42:56 [INFO] Lockette: Ready to protect your containers.
    2011-07-28 07:42:56 [INFO] [MinecraftViewer] v1.0c Plugin Enabled.
    2011-07-28 07:42:56 [INFO] [MinecraftViewer] Query running on 174.37.218.71:25614
    2011-07-28 07:42:56 [INFO] [MonsterHunt] MonsterHunt Loaded!
    2011-07-28 07:42:56 [INFO] [PVP Arena] enabled. (version 0.0.5)
    2011-07-28 07:42:56 [INFO] [SupernaturalPlayers v2.2.6] SupernaturalPlayers version 2.2.6 enabled.
    2011-07-28 07:42:56 [INFO] [SupernaturalPlayers v2.2.6] Found and will use plugin Permissions v3.1.6
    2011-07-28 07:42:56 [INFO] WeatherRestrictions version 1.8 is enabled!
    2011-07-28 07:42:56 [INFO] WelcomeMe version 1.2.0 is enabled!
    2011-07-28 07:42:56 [INFO] [MobArena] v0.93.4 enabled.
    2011-07-28 07:42:56 [INFO] Server permissions file permissions.yml is empty, ignoring it
    2011-07-28 07:42:56 [INFO] Done (0.182s)! For help, type "help" or "?"
    
    and here is the groups.yml

    Code:
    groups:
        Default:
            default: true
            info:
                prefix: ''
                suffix: ''
                build: false
            inheritance:
        Member:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
                - Default
            permissions:
                - 'mobarena.use.*'
                - 'mobarena.classes.*'
                - 'mobarena.arenas.*'
                - 'fight.user'
                - 'monsterhunt.usercmd.hunt'
                - 'monsterhunt.usercmd.huntscore'
                - 'monsterhunt.usercmd.huntstatus'
                - 'monsterhunt.usercmd.hunttele'
                - 'supernatural.command.help'
                - 'supernatural.command.list'
                - 'supernatural.command.power'
                - 'supernatural.command.classes'
                - 'supernatural.player.shrineuse'
                - 'supernatural.player.wolfbane'
                - 'supernatural.player.preventwaterdamage'
                - 'supernatural.player.preventsundamage'
                - 'supernatural.player.witchhuntersign'
        Moderator:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
                - Member
            permissions:
                - 'modplugin.ban'
                - 'modplugin.kick'
                - 'modplugin.unban'
        Admin:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            permissions:
                - '*'
     
  10. Offline

    DigitalMocking

    So there's an area near the spawn that my members can't dig/place blocks in, and I have no idea why.

    I'm only running essentials/permissions and for about a 30 block radius from the initial spawn no on can dig/place blocks.
     
  11. Offline

    Fallen_Advent

    @DigitalMocking , From what I am aware of, Only OP's can build in this area, yes in theory you could let everyone be an OP but then having essentials is pointless, also, This area is there by default (most likely to prevent people from TnT'ing the place and leaving the spawn to being a giant hole in the ground) so it is most likely not removable except by being a OP
     
  12. Offline

    digga

    Hi,

    I just seted up my new server and want to use Permissions with MySQL now, so i installied Permissions+ PermissionsSQL and started the server.

    Then i edited the storagefile.yml:

    Code:
    permissions:
    storage:
    type: SQL
    dbms: 'MYSQL'
    uri: 'jdbc:mysql://<localhost>:3306/<ni22430_1_DB>'
    username: '*****'
    password: '**********'
    
    Serverlog:

    Code:
    2011-07-28 15:06:06 [INFO] Starting minecraft server version Beta 1.7.3
    2011-07-28 15:06:06 [INFO] Loading properties
    2011-07-28 15:06:06 [INFO] Starting Minecraft server on 217.198.135.207:25565
    2011-07-28 15:06:06 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-945-g73697a4-b1000jnks (MC: 1.7.3)
    2011-07-28 15:06:06 [INFO] [Permissions] Initializing Permissions 3 SQL interface.
    2011-07-28 15:06:06 [INFO] [Permissions] Initializing Permissions 3 SQL interface.
    2011-07-28 15:06:06 [INFO] [Permissions] Initializing Permissions 3 SQL interface.
    2011-07-28 15:06:06 [INFO] [Permissions] Converting GM/2.x syntax files...
    2011-07-28 15:06:06 [INFO] [Permissions] Conversion complete!
    2011-07-28 15:06:06 [INFO] [Permissions] Initializing Permissions 3 SQL interface.
    2011-07-28 15:06:06 [INFO] [Permissions] (Yeti) was initialized.
    2011-07-28 15:06:06 [INFO] [Permissions] version [3.1.6] (Yeti) loaded
    2011-07-28 15:06:06 [INFO] Preparing level "world"
    2011-07-28 15:06:06 [INFO] Preparing start region for level 0 (Seed: 3324250618814233728)
    2011-07-28 15:06:07 [INFO] Preparing start region for level 1 (Seed: 3324250618814233728)
    2011-07-28 15:06:07 [INFO] Preparing spawn area: 61%
    2011-07-28 15:06:08 [INFO] [Permissions] Initializing Permissions 3 SQL interface.
    2011-07-28 15:06:08 [INFO] [Permissions] Initializing Permissions 3 SQL interface.
    2011-07-28 15:06:08 [INFO] [Permissions] SQL Interface enabled!
    2011-07-28 15:06:08 [INFO] Server permissions file permissions.yml is empty, ignoring it
    2011-07-28 15:06:08 [INFO] Done (0.152s)! For help, type "help" or "?"
    2011-07-28 15:06:35 [INFO] digga [/84.150.142.41:58112] logged in with entity id 130 at ([world] -108.46875, 64.0, -191.53125)
    2011-07-28 15:20:03 [INFO] Forcing save..
    2011-07-28 15:20:03 [INFO] Save complete.
    But after logging in it didnt create a MySQL table or sth like this. Can u tell me what i missed or what i did wrong??

    Digga
     
  13. Offline

    DigitalMocking

    Thanks for the reply, I just wish we hadn't done some building there prior to adding permissions :p
     
  14. Offline

    MrLawless

    after finally adding permissions I can no longer do the /reload command for my server.
    I'm set up as admin with permissions of just '*'
    When I type /reload in game I get "You do not have sufficient access to reload this server"

    Can someone help me out? Sorry I'm a permissions noob :p
     
  15. Offline

    Buffalo_Bill

    can someone find a flaw here?
    Code:
    groups:
        New Guy:
            default: true
            info:
                prefix: '[New Guy]&f'
                suffix: ''
                build: false
            inheritance:
            permissions:
                - commandbook.who
                - commandbook.rules
                - commandbook.spawn
                - commandbook.warp.teleport
                - commandbook.say.me
                - commandbook.msg
                - commandbook.whereami
                - commandbook.whereami.compass
                - craftbook.mech.bookshelf.use
                - craftbook.mech.bridge.use
                - craftbook.mech.elevator.use
                - mywarp.warp.basic.warp
                - deathmessageplugin.sendmessage
                - deathmessageplugin.getmessage
                - iConomy.access
                - iConomy.list
                - iConomy.payment
                - iConomy.rank
        Novice:
            default: false
            info:
                prefix: '[Novice]&f'
                suffix: ''
                build: true
            inheritance:
                - New Guy
            permissions:
                - worldedit.selection.pos
                - worldedit.selection.hpos
                - worldedit.wand
                - craftbook.mech.gate
                - worldguard.region.claim.*
                - worldguard.region.info.*
                - worldguard.region.info.own.*
                - worldguard.region.info.member.*
                - worldguard.region.remove.own.*
                - worldguard.region.remove.own.
                - craftbook.mech.light-switch
                - chaircraft.sit
                - mywarp.warp.basic.createprivate
                - mywarp.warp.basic.list
                - mywarp.warp.basic.delete
                - mywarp.warp.soc.invite
                - mywarp.warp.soc.uninvite
                - mywarp.warp.soc.give
                - myhome.home.basic.home
                - myhome.home.basic.set
                - myhome.home.basic.delete
                - myhome.home.soc.list
                - myhome.home.soc.public
                - myhome.home.soc.private
                - myhome.home.soc.invite
                - myhome.home.soc.uninvite
                - myhome.home.soc.list
                - BetterShop.user.*
                - runecraft.rune.phantomtorch
                - runecraft.rune.compass
                - runecraft.rune.oracle
                - runecraft.rune.powerpick
                - runecraft.rune.powershovel
                - runecraft.rune.flight
                - runecraft.rune.hiddendoor
        Trusted:
            default: false
            info:
                prefix: '[&2Trusted&f]&2'
                suffix: ''
                build: true
            inheritance:
                - Novice
            permissions:
                - runecraft.rune.chronotrigger
        Adept:
            default: false
            info:
                prefix: '[&5Adept&f]&5'
                suffix: ''
                build: true
            inheritance:
                - Trusted
            permissions:
                - /thru
                - /jumpto
                - magiccarpet.mc
                - mywarp.warp.basic.createpublic
                - mywarp.warp.soc.private
                - mywarp.warp.soc.public
                - runecraft.rune.*
        Mod:
            default: false
            info:
                prefix: '[&9Mod&f]&9'
                suffix: ''
                build: true
            inheritance:
                - Trusted
            permissions:
                - magiccarpet.ml
                - OpenInv.openinv
                - OpenInv.search
                - OpenInv.crossworld
                - mywarp.admin
                - myhome.admin
                - bb.admin.watch
                - bb.admin.info
                - bb.admin.rollback
                - BetterShop.admin.*
                - iConomy.admin.grant
                - iConomy.admin.reset
                - iConomy.admin.set
                - vanish.vanish
                - vanish.nopickup
                - runecraft.rune.*
        Admins:
            default: false
            info:
                prefix: '[&8Admin&f]&8'
                suffix: ''
                build: true
            inheritance:
            permissions:
                - '*'
    
        Herobrine:
            default: false
            info:
                prefix: '[&0Herobrine&f]&0'
                suffix: ''
                build: true
            inheritance:
                - Trusted
            permissions:
    
            
    Ignore herobrine group its a special thing on my server ^.^
     
  16. Offline

    JohnnyKiet

  17. Offline

    zbzeppelin

    I keep geting this error message while starting my server and puting in a ton of nodes, is there a solution to this problem?
    Code:
    2011-07-28 12:54:42 [INFO] Starting minecraft server version Beta 1.7.2
    2011-07-28 12:54:42 [INFO] Loading properties
    2011-07-28 12:54:42 [INFO] Starting Minecraft server on 5.138.105.203:25565
    2011-07-28 12:54:42 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-904-g9277096-b953jnks (MC: 1.7.2)
    2011-07-28 12:54:44 [INFO] Lottery version 0.4.5 is enabled
    2011-07-28 12:54:44 [SEVERE] java.lang.IllegalAccessError: tried to access class com.nijiko.permissions.ModularControl$RefreshTask from class com.nijiko.permissions.ModularControl
    2011-07-28 12:54:44 [SEVERE]     at com.nijiko.permissions.ModularControl.<init>(ModularControl.java:64)
    2011-07-28 12:54:44 [SEVERE]     at com.nijikokun.bukkit.Permissions.Permissions.setupPermissions(Permissions.java:179)
    2011-07-28 12:54:44 [SEVERE]     at com.nijikokun.bukkit.Permissions.Permissions.onLoad(Permissions.java:133)
    2011-07-28 12:54:44 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:121)
    2011-07-28 12:54:44 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:89)
    2011-07-28 12:54:44 [SEVERE]     at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:51)
    2011-07-28 12:54:44 [SEVERE]     at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:132)
    2011-07-28 12:54:44 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
    2011-07-28 12:54:44 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-07-28 12:54:44 [SEVERE] [Permissions] Unable to load permission data.
    2011-07-28 12:54:44 [SEVERE] [Permissions] Shutting down Permissions due to error(s).
    2011-07-28 12:54:44 [INFO] [Permissions] (Yeti) was initialized.
    2011-07-28 12:54:44 [INFO] [Permissions] (Yeti) disabled successfully.
    2011-07-28 12:54:44 [INFO] Preparing level "z4 server"
    2011-07-28 12:54:44 [INFO] Preparing start region for level 0 (Seed: 5874669587789780825)
    2011-07-28 12:54:45 [INFO] Preparing spawn area: 73%
    2011-07-28 12:54:45 [INFO] Preparing start region for level 1 (Seed: 438059840644914770)
    2011-07-28 12:54:46 [INFO] Preparing spawn area: 57%
    2011-07-28 12:54:46 [INFO] [BBROTHER] ------------------------------------
    2011-07-28 12:54:46 [INFO] [BBROTHER] Hello, and thank you for using the TESTING version of BigBrother!
    2011-07-28 12:54:46 [INFO] [BBROTHER] Please note that, since this is far from complete, there will be many bugs.
    2011-07-28 12:54:46 [INFO] [BBROTHER] IF YOU FIND ANY BUGS, PLEASE REPORT THEM ON http://bugs.nexisonline.net/bb
    2011-07-28 12:54:46 [INFO] [BBROTHER] Please stay tuned in irc.esper.net #bigbrother for updates and build notifications.
    2011-07-28 12:54:46 [INFO] [BBROTHER] ------------------------------------
    2011-07-28 12:54:49 [INFO] [BBROTHER] Building `bbdata` table...
    2011-07-28 12:54:49 [INFO] [BBROTHER] BBData H2 Driver r1 loaded!
    2011-07-28 12:54:49 [INFO] [BBROTHER] Building `bbworlds` table...
    2011-07-28 12:54:49 [INFO] [BBROTHER] Building `bbusers` table...
    2011-07-28 12:54:49 [INFO] [BBROTHER] Permissions plugin found but disabled. Enabling 'Permissions' (v3.1.6).
    2011-07-28 12:54:49 [INFO] [Permissions] (Yeti) disabled successfully.
    2011-07-28 12:54:49 [INFO] [BBROTHER] Permissions enabled using: Permissions v3.1.6
    2011-07-28 12:54:49 [WARNING] [BBROTHER] 'Help' isn't detected. No /help support
    2011-07-28 12:54:49 [INFO] [BBROTHER] BigBrother 1.9.1-SNAPSHOT (build #581) enabled!
    2011-07-28 12:54:49 [INFO] Loading ColoredSigns
    2011-07-28 12:54:49 [INFO] [ColorMe] v2.2 has been enabled.
    2011-07-28 12:54:49 [INFO] CommandBook 1.5.2 enabled.
    2011-07-28 12:54:49 [INFO] CommandBook: Maximum wrapper compatibility is enabled. Some features have been disabled to be compatible with poorly written server wrappers.
    2011-07-28 12:54:49 [INFO] CommandBook: 0 banned name(s) loaded.
    2011-07-28 12:54:49 [INFO] CommandBook: 1 kit(s) loaded.
    2011-07-28 12:54:49 [INFO] CommandBook: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-07-28 12:54:49 [INFO] CraftBookCommon 56-7495537 enabled.
    2011-07-28 12:54:49 [INFO] CraftBookCommon: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-07-28 12:54:49 [INFO] CraftBookCircuits 56-7495537 enabled.
    2011-07-28 12:54:49 [INFO] CraftBookCircuits: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-07-28 12:54:49 [INFO] CraftBookCircuits: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-07-28 12:54:49 [INFO] CraftBook: Enumerating chunks for self-triggered components...
    2011-07-28 12:54:49 [INFO] CraftBook: 1250 chunk(s) for 2 world(s) processed (0s elapsed)
    2011-07-28 12:54:49 [INFO] CraftBookMechanisms 56-7495537 enabled.
    2011-07-28 12:54:49 [INFO] CraftBookMechanisms: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-07-28 12:54:49 [INFO] 1 cauldron recipe(s) loaded
    2011-07-28 12:54:49 [INFO] CraftBookVehicles 56-7495537 enabled.
    2011-07-28 12:54:49 [INFO] CraftBookVehicles: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-07-28 12:54:49 [INFO] DailyBonus is running!
    2011-07-28 12:54:49 [INFO] DeathMessagePlugin version 2.2 is enabled with permissions!
    2011-07-28 12:54:49 [INFO] FLT Detector detected Permissions.
    2011-07-28 12:54:49 [INFO] FLTDetector version 1.2.6 by <Soxra> has been enabled!
    2011-07-28 12:54:49 [INFO] Found Diamonds STARTED
    2011-07-28 12:54:51 [INFO] [iConomy] v5.01 (Eruanna) loaded.
    2011-07-28 12:54:52 [INFO] [iConomy] Developed by: [Nijikokun]
    2011-07-28 12:54:52 [INFO] [ColorMe] hooked into iConomy.
    2011-07-28 12:54:52 [INFO] [Jail] Loaded 1 jail zones.
    2011-07-28 12:54:52 [INFO] [Jail] Loaded 1 prisoners.
    2011-07-28 12:54:52 [INFO] [Jail] Loaded 10 cells.
    2011-07-28 12:54:52 [INFO] Lockette version 1.3.8 is being enabled!  Yay!  (Core version 1.0)
    2011-07-28 12:54:52 [INFO] Lockette: Detected craftbukkit build [953] ok.
    2011-07-28 12:54:52 [INFO] [Permissions] (Yeti) disabled successfully.
    2011-07-28 12:54:52 [INFO] CommandBook: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-07-28 12:54:52 [INFO] CraftBookCircuits: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-07-28 12:54:52 [INFO] CommandBook: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-07-28 12:54:52 [INFO] CraftBookCircuits: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-07-28 12:54:52 [INFO] Lockette: Failed to link to Permissions plugin version 3.1.6!
    2011-07-28 12:54:52 [INFO] Lockette: Using ops file for admin permissions.
    2011-07-28 12:54:52 [INFO] Lockette: Ready to protect your containers.
    2011-07-28 12:54:52 [INFO] [MyPlugin] hooked into iConomy.
    2011-07-28 12:54:52 [INFO] [MagicCarpet] MagicCarpet version 1.5.6 is enabled!
    2011-07-28 12:54:52 [INFO] [MagicCarpet] Take yourself wonder by wonder, using /magiccarpet or /mc.
    2011-07-28 12:54:52 [INFO] [MagicCarpet] Restricted to: []
    2011-07-28 12:54:52 [INFO] MCBans: mcbans version 2.9.1 is enabled!
    2011-07-28 12:54:52 [INFO] MCBans: Voting enabled!
    2011-07-28 12:54:52 [INFO] MCBans: Debug mode active!
    2011-07-28 12
     
  18. Offline

    Snipes01

    permissions:
    - commandbook.who


    above is all wrong


    correct

    permissions:
    - 'commandbook.who'

    spaces, quotes single

    never do /command under perms

    you must use perm nodes.



    '*' this takes all nodes in the previous group and allows it on the group it is place under. Like say a group before admins has permission to change weather and time if you don't want to type those and what admin to have it you can use '*'

    do this

    under admin add 'permissions.*' all done.

    Prefix and suffix should be two single quotes. prefix: ' '

    Plugins don't let anything fly.

    inheritance could help that way you don't have to put each node everytime

    - '-essentials.give.item-7' this part may cause an issue

    it helps to have all perm nodes this way

    (spaces 4) - (space 1) ' (perm node) '

    - 'essentials.give.item'

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

    Jeyge

    You have a spacing problem probably starting on line 65. Admins: should start in column 5. I can't tell if there are any more problems since you didn't post your permissions yml files.
    All 3 of you have an IllegalAccessError. See the wiki FAQ for information on how to fix but it is probably cause by an out of date MyHome or Help.
    I don't see any problems with your permissions files so I'm guessing it is another plugin that is causing it but it wouldn't hurt to look at the information in the wiki FAQ about building problems. If that doesn't fix things, perhaps posting your server.log will help someone see a conflict.
    Permissions isn't preventing the building in the spawn area. That is a built in function of CraftBukkit. You can turn it off in the bukkit.yml file.
    It seems to create the tables for some but not for others which is why the create scripts are in the wiki. Just create them by hand following the directions there.
    You need to be an OP for that to work.
     
  20. Offline

    digga

    If i try in phpMyAdmin to use this:
    Code:
    CREATE TABLE IF NOT EXISTS PrWorlds (
     worldid INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT,
     worldname VARCHAR(32) NOT NULL UNIQUE
    );
    
    CREATE TABLE IF NOT EXISTS PrEntries (
     entryid INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT,
     name VARCHAR(32) NOT NULL,
     worldid INTEGER NOT NULL,
     type TINYINT NOT NULL,
     CONSTRAINT NameWorld UNIQUE (name, worldid, type),
     ENTRYINDEX,
     FOREIGN KEY(worldid) REFERENCES PrWorlds(worldid) ON DELETE CASCADE ON UPDATE CASCADE
    );
    
    CREATE TABLE IF NOT EXISTS PrPermissions (
     permid INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT,
     permstring VARCHAR(64) NOT NULL,
     entryid INTEGER NOT NULL,
     CONSTRAINT PrEntryPerm UNIQUE (entryid, permstring),
     FOREIGN KEY(entryid) REFERENCES PrEntries(entryid) ON DELETE CASCADE ON UPDATE CASCADE
    );
    
    CREATE TABLE IF NOT EXISTS PrInheritance (
     uinheritid INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT,
     childid INTEGER NOT NULL,
     parentid INTEGER NOT NULL,
     parentorder INTEGER NOT NULL,
    
    
     CONSTRAINT PrParent UNIQUE (childid, parentid),
     CONSTRAINT PrOrderedInheritance UNIQUE (childid, parentorder),
     CONSTRAINT PrNoSelfInherit CHECK (childid <> parentid),
     FOREIGN KEY(childid) REFERENCES PrEntries(entryid) ON DELETE CASCADE ON UPDATE CASCADE,
     FOREIGN KEY(parentid) REFERENCES PrEntries(entryid) ON DELETE CASCADE ON UPDATE CASCADE
    );
    
    CREATE TABLE IF NOT EXISTS PrWorldBase (
     worldid INTEGER NOT NULL,
     defaultid INTEGER,
     FOREIGN KEY(worldid) REFERENCES PrWorlds(worldid) ON DELETE CASCADE ON UPDATE CASCADE,
     FOREIGN KEY(defaultid) REFERENCES PrEntries(entryid) ON DELETE CASCADE ON UPDATE CASCADE
    );
    
    CREATE TABLE IF NOT EXISTS PrData (
     dataid INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT,
     entryid INTEGER NOT NULL ,
     path VARCHAR(64) NOT NULL,
     data VARCHAR(64) NOT NULL,
     CONSTRAINT PrDataUnique UNIQUE (entryid, path),
     FOREIGN KEY(entryid) REFERENCES PrEntries(entryid) ON DELETE CASCADE ON UPDATE CASCADE
    );
    
    CREATE TABLE IF NOT EXISTS PrTracks (
     trackid INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT,
     trackname VARCHAR(64) NOT NULL UNIQUE,
     worldid INTEGER NOT NULL,
     CONSTRAINT TracksUnique UNIQUE (trackid, worldid),
     FOREIGN KEY(worldid) REFERENCES PrWorlds(worldid) ON DELETE CASCADE ON UPDATE CASCADE
    );
    
    CREATE TABLE IF NOT EXISTS PrTrackGroups (
     trackgroupid INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT,
     trackid INTEGER NOT NULL,
     gid INTEGER NOT NULL,
     groupOrder INTEGER NOT NULL,
     CONSTRAINT TrackGroupsUnique UNIQUE (trackid, gid),
     FOREIGN KEY(trackid) REFERENCES PrTracks(trackid) ON DELETE CASCADE ON UPDATE CASCADE,
     FOREIGN KEY(gid) REFERENCES PrEntries(entryid) ON DELETE CASCADE ON UPDATE CASCADE
    );
    If i use this code in PhP MyAdmin, it gives me errors.
     
  21. Offline

    Godleydemon

    ok I give, what the hell am I doing wrong here...
    and when ever I type in anything lwc.protect and under in notepad++ it turns red.. I have no idea what that means -.-
    Code:
    groups:
        Builder:
            default: true
            info:
                prefix: '&2'
                suffix: '&f'
                build: true
            permissions:
            - foo.bar
            - towny.wild.switch
            - towny.publicspawntp
            - towny.wild.item_use
            - towny.spawntp
            - towny.wild.destroy
            - towny.wild.build
            - towny.wild.item_use
            - citizens.use.trader
            - citizens.use.blacksmith
            - lwc.protect
            - iConomyChestShop.shop.create
            - iConomyChestShop.shop.create.<id>
            - iConomyChestShop.shop.exclude.<id>
            - iConomyChestShop.shop.buy
            - iConomyChestShop.shop.sell
            - iConomyChestShop.command.iteminfo
            - mobbounty.collect
            - mobbounty.multipliers.environment
        Moderator:
            default: false
            info:
                prefix: '&b'
                suffix: '&f'
                build: true
            inheritance:
            - Default
            permissions:
            - foo.*
            - -foo.test
            - towny.wild.switch
            - towny.publicspawntp
            - towny.wild.item_use
            - towny.spawntp
            - towny.wild.destroy
            - towny.wild.build
            - towny.wild.item_use
            - towny.admin
            - citizens.use.trader
            - citizens.use.blacksmith
            - lwc.mod
            - iConomyChestShop.shop.create
            - iConomyChestShop.shop.create.<id>
            - iConomyChestShop.shop.exclude.<id>
            - iConomyChestShop.shop.buy
            - iConomyChestShop.shop.sell
            - iConomyChestShop.command.iteminfo
            - iConomyChestShop.admin
            - mobbounty.collect
            - mobbounty.multipliers.environment
        Admins:
            default: false
            info:
                prefix: '&4'
                suffix: '&f'
                build: true
            permissions:
            - '*'
            -lwc.admin
            - iConomyChestShop.shop.create
            - iConomyChestShop.shop.create.<id>
            - iConomyChestShop.shop.exclude.<id>
            - iConomyChestShop.shop.buy
            - iConomyChestShop.shop.sell
            - iConomyChestShop.command.iteminfo
            - iConomyChestShop.admin
            - mobbounty.collect
            - mobbounty.multipliers.environment
            - mobbounty.commands.*
        Admin:
            permissions:
            inheritance:
            default: false
        Default:
            permissions:
            inheritance:
    
     
  22. Offline

    Jeyge

    I thought you had to replace AUTOINCREMENT with AUTO_INCREMENT? If not, posting the errors would probably help someone help you.
     
  23. Offline

    chapter_5

    FOR PEOPLE GETTING ERRORS PLEASE INPUT YOUR CONFIG FILES IN THIS http://yaml-online-parser.appspot.com/

    That website will check your files for breaks in the yaml code. If you get a break its going to cause a boat load of errors. So check it first before coming here saying can you find my error?
     
  24. Offline

    Jeyge

    It means that you have an error in your server.log and it probably says something along the lines of:
    Code:
    2011-07-28 10:53:29 [SEVERE] while scanning a simple key
     in "<reader>", line 67, column 9:
                -lwc.admin
                ^
    could not found expected ':'
     in "<reader>", line 68, column 9:
                - iConomyChestShop.shop.create
                ^
    
    which easily shows that you are missing a space after the - and before the lwc.admin. Another error which is going to show up at some point is that your Moderator group is inheriting from Default but you don't have a Default group. You also have a user assigned to the group Admin but your actual group is Admins.
     
  25. Offline

    digga

    This error i get when creatin the tabels:

    Code:
    SQL-Befehl:
    
    CREATE TABLE IF NOT EXISTS PrEntries(
    entryid INTEGER NOT NULL PRIMARY KEY AUTO_INCREMENT ,
    name VARCHAR( 32 ) NOT NULL ,
    worldid INTEGER NOT NULL ,
    TYPE TINYINT NOT NULL ,
    CONSTRAINT NameWorld UNIQUE (
    name,
    worldid,
    TYPE
    ),
    ENTRYINDEX,
    FOREIGN KEY ( worldid ) REFERENCES PrWorlds( worldid ) ON DELETE CASCADE ON UPDATE CASCADE
    );
    
    MySQL meldet: Dokumentation
    #1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '
    FOREIGN KEY(worldid) REFERENCES PrWorlds(worldid) ON DELETE CASCADE ON UPDATE' at line 7 
     
  26. Offline

    zbzeppelin

    THANKS MAN! it was the permissions.jar, i changed it to zPermissions.jar :D
     
  27. Offline

    Jeyge

    Did you create PrWorlds first? It looks like it can't find that table.
     
  28. Offline

    digga

    Yeah i created it first but now i deleted it and tried it again and the same error poped up again.

    Code:
    CREATE TABLE IF NOT EXISTS PrEntries(
    entryid INTEGER NOT NULL PRIMARY KEY AUTO_INCREMENT ,
    name VARCHAR( 32 ) NOT NULL ,
    worldid INTEGER NOT NULL ,
    TYPE TINYINT NOT NULL ,
    CONSTRAINT NameWorld UNIQUE (
    name,
    worldid,
    TYPE
    ),
    ENTRYINDEX,
    FOREIGN KEY ( worldid ) REFERENCES PrWorlds( worldid ) ON DELETE CASCADE ON UPDATE CASCADE
    );
    
    MySQL meldet: Dokumentation
    #1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '
    FOREIGN KEY(worldid) REFERENCES PrWorlds(worldid) ON DELETE CASCADE ON UPDATE' at line 7 
     
  29. Offline

    Jeyge

    Looks like there might be a missing line in the wiki. You need to replace ENTRYINDEX with INDEX(name). If that works for you, I'll update the wiki to mention that.
     
  30. Offline

    digga

    Lol, GGGGOOOOD LIKE :p

    It Just works to add the tabels. Here is the SQL-Script:

    Code:
    CREATE TABLE IF NOT EXISTS PrWorlds (
     worldid INTEGER NOT NULL PRIMARY KEY AUTO_INCREMENT,
     worldname VARCHAR(32) NOT NULL UNIQUE
    );# MySQL lieferte ein leeres Resultat zurück (d.&nbsp;h. null Zeilen).
    
    
    CREATE TABLE IF NOT EXISTS PrEntries (
     entryid INTEGER NOT NULL PRIMARY KEY AUTO_INCREMENT,
     name VARCHAR(32) NOT NULL,
     worldid INTEGER NOT NULL,
     type TINYINT NOT NULL,
     CONSTRAINT NameWorld UNIQUE (name, worldid, type),
     INDEX(name),
     FOREIGN KEY(worldid) REFERENCES PrWorlds(worldid) ON DELETE CASCADE ON UPDATE CASCADE
    );# MySQL lieferte ein leeres Resultat zurück (d.&nbsp;h. null Zeilen).
    
    
    CREATE TABLE IF NOT EXISTS PrPermissions (
     permid INTEGER NOT NULL PRIMARY KEY AUTO_INCREMENT,
     permstring VARCHAR(64) NOT NULL,
     entryid INTEGER NOT NULL,
     CONSTRAINT PrEntryPerm UNIQUE (entryid, permstring),
     FOREIGN KEY(entryid) REFERENCES PrEntries(entryid) ON DELETE CASCADE ON UPDATE CASCADE
    );# MySQL lieferte ein leeres Resultat zurück (d.&nbsp;h. null Zeilen).
    
    
    CREATE TABLE IF NOT EXISTS PrInheritance (
     uinheritid INTEGER NOT NULL PRIMARY KEY AUTO_INCREMENT,
     childid INTEGER NOT NULL,
     parentid INTEGER NOT NULL,
     parentorder INTEGER NOT NULL,
    
    
     CONSTRAINT PrParent UNIQUE (childid, parentid),
     CONSTRAINT PrOrderedInheritance UNIQUE (childid, parentorder),
     CONSTRAINT PrNoSelfInherit CHECK (childid <> parentid),
     FOREIGN KEY(childid) REFERENCES PrEntries(entryid) ON DELETE CASCADE ON UPDATE CASCADE,
     FOREIGN KEY(parentid) REFERENCES PrEntries(entryid) ON DELETE CASCADE ON UPDATE CASCADE
    );# MySQL lieferte ein leeres Resultat zurück (d.&nbsp;h. null Zeilen).
    
    
    CREATE TABLE IF NOT EXISTS PrWorldBase (
     worldid INTEGER NOT NULL,
     defaultid INTEGER,
     FOREIGN KEY(worldid) REFERENCES PrWorlds(worldid) ON DELETE CASCADE ON UPDATE CASCADE,
     FOREIGN KEY(defaultid) REFERENCES PrEntries(entryid) ON DELETE CASCADE ON UPDATE CASCADE
    );# MySQL lieferte ein leeres Resultat zurück (d.&nbsp;h. null Zeilen).
    
    
    CREATE TABLE IF NOT EXISTS PrData (
     dataid INTEGER NOT NULL PRIMARY KEY AUTO_INCREMENT,
     entryid INTEGER NOT NULL ,
     path VARCHAR(64) NOT NULL,
     data VARCHAR(64) NOT NULL,
     CONSTRAINT PrDataUnique UNIQUE (entryid, path),
     FOREIGN KEY(entryid) REFERENCES PrEntries(entryid) ON DELETE CASCADE ON UPDATE CASCADE
    );# MySQL lieferte ein leeres Resultat zurück (d.&nbsp;h. null Zeilen).
    
    
    CREATE TABLE IF NOT EXISTS PrTracks (
     trackid INTEGER NOT NULL PRIMARY KEY AUTO_INCREMENT,
     trackname VARCHAR(64) NOT NULL UNIQUE,
     worldid INTEGER NOT NULL,
     CONSTRAINT TracksUnique UNIQUE (trackid, worldid),
     FOREIGN KEY(worldid) REFERENCES PrWorlds(worldid) ON DELETE CASCADE ON UPDATE CASCADE
    );# MySQL lieferte ein leeres Resultat zurück (d.&nbsp;h. null Zeilen).
    
    
    CREATE TABLE IF NOT EXISTS PrTrackGroups (
     trackgroupid INTEGER NOT NULL PRIMARY KEY AUTO_INCREMENT,
     trackid INTEGER NOT NULL,
     gid INTEGER NOT NULL,
     groupOrder INTEGER NOT NULL,
     CONSTRAINT TrackGroupsUnique UNIQUE (trackid, gid),
     FOREIGN KEY(trackid) REFERENCES PrTracks(trackid) ON DELETE CASCADE ON UPDATE CASCADE,
     FOREIGN KEY(gid) REFERENCES PrEntries(entryid) ON DELETE CASCADE ON UPDATE CASCADE
    );# MySQL lieferte ein leeres Resultat zurück (d.&nbsp;h. null Zeilen).
    

    Thx u very much for this awesome help:p


    Edit:

    Is it normal that it doesent add me on join? Mybe its cause i didnt created a group or sth like that. Is there an option to convert yml to mysql?
     
  31. Offline

    Jeyge

    I updated the wiki with this information.

    For the default group/new users thing, see issue #142. It isn't working correctly right now but I believe there is a temporary solution listed at the end of the issue.
     
Thread Status:
Not open for further replies.

Share This Page