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

    der_robert

    Try this -->
    /pr <username> parents add <groupname>

    dont forget -->
    /pr g:<groupname> info set <path> <data>

    --> /pr g:Admins info set build true
     
  3. Offline

    Mactaveous

    Code:
       qzach:
            permissions: []
            groups:
            - Member
        lveilleux:
            permissions: []
            groups:
            - Member
        mdimalanta:
            permissions: []
            groups:
            - Member
        TalonPoole:
            permissions: []
            groups:
            - Member
        pandarapist:
            permissions: []
            groups:
            - Member
        lab140:
            permissions:
            - worldedit.selection.expand
            - worldguard.region.addmember
            groups:
            - Foreman
        bam1950:
            permissions: []
            groups: []
        Mariodjw:
            permissions: []
            groups: []
        JonathanLNG:
            permissions: []
            groups: []
        mnfreak:
            permissions: []
            groups: []
        OlavF97:
            permissions: []
            groups: []
        Enty_:
            permissions: []
            groups: []
        Ccblast:
            permissions: []
            groups: []
        EpicEskimo:
            permissions: []
            groups: []
        NinjaPeddler:
            permissions: []
            groups: []
    
    The command I've been using is /pr username promote
    0r
    /pr username promote t:Eve
    or
    /pr username promote g:"GroupName"
    or
    /pr username promote "groupname"

    NONE of the work all come back with [Permissions] User not in specified group.

     
  4. Offline

    Jarok

    Hello, PERMISSIONS DON'T WORK

    Everytime I start the server these error logs appear:

    Code:
    2011-07-11 16:03:55 [SEVERE] Error occurred while enabling NoCheat v1.08a (Is it up to date?): com/nijikokun/bukkit/Permissions/Permissions
    java.lang.NoClassDefFoundError: com/nijikokun/bukkit/Permissions/Permissions
        at cc.co.evenprime.bukkit.nocheat.NoCheat.setupPermissions(NoCheat.java:218)
        at cc.co.evenprime.bukkit.nocheat.NoCheat.onEnable(NoCheat.java:155)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:857)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:264)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:151)
        at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:136)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:284)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:271)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:148)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.lang.ClassNotFoundException: com.nijikokun.bukkit.Permissions.Permissions
        at java.net.URLClassLoader$1.run(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(Unknown Source)
        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:36)
        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:24)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        ... 12 more
    2011-07-11 16:03:55 [INFO] Done (0.141s)! For help, type "help" or "?"
    ALL plugins create these errors...

    I really don't know how to setup permissions 3.x ...

    help me please -.-
     
  5. Offline

    Poe

    i found the one tab in the file XD thanks for the help!
     
  6. Offline

    quickclay

    Do I need both permissions.jar and permissionssql.jar running? It's working fine, but I don't see permissionssql.jar mentioned in the installation instructions.. thanks.
     
  7. Offline

    Routaruo

    I'm getting this error :
    An internal error occurred while attempting to perform this command
    The command i'm doing /pr Palacsko promote Owner
    groups are spelt exactly how they should be, here's consoole log.
    Code:
    11.07 09:28:15 [Server] INFO     ... 12 more
    11.07 09:28:15 [Server] INFO     at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
    11.07 09:28:15 [Server] INFO     at com.nijikokun.bukkit.Permissions.Permissions.onCommand(Permissions.java:731)
    11.07 09:28:15 [Server] INFO     at com.nijiko.permissions.ModularControl.getTracks(ModularControl.java:532)
    11.07 09:28:15 [Server] INFO     at com.nijiko.permissions.PermissionWorld.getTracks(PermissionWorld.java:168)
    11.07 09:28:15 [Server] INFO     at com.nijiko.data.YamlGroupStorage.getTracks(YamlGroupStorage.java:284)
    11.07 09:28:15 [Server] INFO     at java.util.HashSet.<init>(Unknown Source)
    11.07 09:28:15 [Server] INFO Caused by: java.lang.NullPointerException
    11.07 09:28:15 [Server] INFO     at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    11.07 09:28:15 [Server] INFO     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
    11.07 09:28:15 [Server] INFO     at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
    11.07 09:28:15 [Server] INFO     at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
    11.07 09:28:15 [Server] INFO     at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:84)
    11.07 09:28:15 [Server] INFO     at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    11.07 09:28:15 [Server] INFO     at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33)
    11.07 09:28:15 [Server] INFO     at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:669)
    11.07 09:28:15 [Server] INFO     at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:676)
    11.07 09:28:15 [Server] INFO     at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:711)
    11.07 09:28:15 [Server] INFO     at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:298)
    11.07 09:28:15 [Server] INFO     at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:129)
    11.07 09:28:15 [Server] INFO     at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
    11.07 09:28:15 [Server] INFO org.bukkit.command.CommandException: Unhandled exception executing command 'pr' in plugin Permissions v3.1.6
    11.07 09:28:15 [Server] SEVERE null
     
  8. Offline

    ereldak

    quicklay : No, you didn't, it's required only for those who want use a MySQL Db instead of YML.

    Rouaruo : Can we have the complete logs?
     
  9. Offline

    Routaruo

    sure, my apologizes!
    Code:
    11.07 10:47:36 [Server] INFO     ... 12 more
    11.07 10:47:36 [Server] INFO     at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
    11.07 10:47:36 [Server] INFO     at com.nijikokun.bukkit.Permissions.Permissions.onCommand(Permissions.java:731)
    11.07 10:47:36 [Server] INFO     at com.nijiko.permissions.ModularControl.getTracks(ModularControl.java:532)
    11.07 10:47:36 [Server] INFO     at com.nijiko.permissions.PermissionWorld.getTracks(PermissionWorld.java:168)
    11.07 10:47:36 [Server] INFO     at com.nijiko.data.YamlGroupStorage.getTracks(YamlGroupStorage.java:284)
    11.07 10:47:36 [Server] INFO     at java.util.HashSet.<init>(Unknown Source)
    11.07 10:47:36 [Server] INFO Caused by: java.lang.NullPointerException
    11.07 10:47:36 [Server] INFO     at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    11.07 10:47:36 [Server] INFO     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
    11.07 10:47:36 [Server] INFO     at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
    11.07 10:47:36 [Server] INFO     at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
    11.07 10:47:36 [Server] INFO     at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:84)
    11.07 10:47:36 [Server] INFO     at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    11.07 10:47:36 [Server] INFO     at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33)
    11.07 10:47:36 [Server] INFO     at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:669)
    11.07 10:47:36 [Server] INFO     at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:676)
    11.07 10:47:36 [Server] INFO     at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:711)
    11.07 10:47:36 [Server] INFO     at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:298)
    11.07 10:47:36 [Server] INFO     at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:129)
    11.07 10:47:36 [Server] INFO     at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
    11.07 10:47:36 [Server] INFO org.bukkit.command.CommandException: Unhandled exception executing command 'pr' in plugin Permissions v3.1.6
    11.07 10:47:36 [Server] SEVERE null
    11.07 10:46:06 [Server] INFO [BBROTHER] Removed 0 old records because of age in 0h00m00s.
    11.07 10:46:06 [Server] INFO [Factions v1.3.7] === INIT DONE (Took 51ms) ===
    11.07 10:46:06 [Server] INFO [Factions v1.3.7] Found and will use plugin Permissions v2.7.2
    11.07 10:46:06 [Server] INFO [Factions v1.3.7] Loading board from disk
    11.07 10:46:06 [Server] INFO [Factions v1.3.7] Loading factions from disk
    11.07 10:46:06 [Server] INFO [Factions v1.3.7] Loading players from disk
    11.07 10:46:06 [Server] INFO [Factions v1.3.7] Loading conf from disk
    11.07 10:46:05 [Server] INFO [Factions v1.3.7] === INIT START ===
    11.07 10:46:05 [Server] INFO Anticreeper v1.5 (with AntiTNT) - STARTED
    11.07 10:46:05 [Server] INFO AntiCreeper v1.5 (with AntiTNT) - by Rothens
    11.07 10:46:05 [Server] INFO WorldEdit: Permissions plugin detected! Using Permissions plugin for permissions.
    11.07 10:46:05 [Server] INFO WorldEdit 4.6 enabled.
    11.07 10:46:05 [Server] INFO ScheduledAnnouncer v1.6.3 is enabled!
    11.07 10:46:05 [Server] INFO [ScheduledAnnouncer] Connected to Permissions.
    11.07 10:46:05 [Server] INFO [ScheduledAnnouncer] Connected to Permissions.
    11.07 10:46:05 [Server] INFO [ScheduledAnnouncer] Connected to GroupManager.
    11.07 10:46:05 [Server] INFO [MinecraftViewer] v1.0c Plugin Enabled.
    11.07 10:46:05 [Server] INFO [MinecraftViewer] Query running on 173.224.127.155:25565
    11.07 10:46:05 [Server] INFO [HeroChat] Permissions 2.7.2 found.
    11.07 10:46:05 [Server] INFO [HeroChat] HeroChat version 4.10.3 enabled.
    11.07 10:46:05 [Server] INFO CommandBook: Permissions plugin detected! Using Permissions plugin for permissions.
    11.07 10:46:05 [Server] INFO CommandBook: 1 kit(s) loaded.
    11.07 10:46:05 [Server] INFO CommandBook: 3 banned name(s) loaded.
    11.07 10:46:05 [Server] INFO CommandBook: Maximum wrapper compatibility is enabled. Some features have been disabled to be compatible with poorly written server wrappers.
    11.07 10:46:05 [Server] INFO CommandBook 1.5.2-customized enabled.
    11.07 10:46:05 [Server] INFO PlgColdLightning version 1.0 is enabled!
    11.07 10:46:05 [Server] INFO [BBROTHER] BigBrother 1.9-SNAPSHOT (build #569) enabled!
    11.07 10:46:05 [Server] WARNING [BBROTHER] 'Help' isn't detected. No /help support
    11.07 10:46:05 [Server] INFO [BBROTHER] Permissions enabled using: Permissions v2.7.2
    11.07 10:46:05 [Server] INFO WorldGuard: Permissions plugin detected! Using Permissions plugin for permissions.
    11.07 10:46:05 [Server] INFO [Permissions] version [2.7.2] (Yeti)  loaded
    11.07 10:46:05 [Server] INFO [BBROTHER] Permissions plugin found but disabled. Enabling 'Permissions' (v2.7.2).
    11.07 10:46:05 [Server] INFO [BBROTHER] Building `bbusers` table...
    11.07 10:46:05 [Server] INFO [BBROTHER] Building `bbworlds` table...
    11.07 10:46:05 [Server] INFO [BBROTHER] BBData H2 Driver r1 loaded!
    11.07 10:46:05 [Server] INFO [BBROTHER] Building `bbdata` table...
    11.07 10:46:02 [Server] INFO [BBROTHER] ------------------------------------
    11.07 10:46:02 [Server] INFO [BBROTHER] Please stay tuned in irc.esper.net #bigbrother for updates and build notifications.
    11.07 10:46:02 [Server] INFO [BBROTHER] IF YOU FIND ANY BUGS, PLEASE REPORT THEM ON http://bugs.nexisonline.net/bb
    11.07 10:46:02 [Server] INFO [BBROTHER] Please note that, since this is far from complete, there will be many bugs.
    11.07 10:46:02 [Server] INFO [BBROTHER] Hello, and thank you for using the TESTING version of BigBrother!
    11.07 10:46:02 [Server] INFO [BBROTHER] ------------------------------------
    11.07 10:46:02 [Server] INFO SimpleWarp v1.1.0 has been enabled
    11.07 10:46:02 [Server] INFO BedHome version 0.1 - Copyright 2011 - Shannon Wynter (http://fremnet.net) is enabled :)
    11.07 10:46:02 [Server] INFO Lockette: Ready to protect your containers.
    11.07 10:46:02 [Server] INFO Lockette: Using ops file for admin permissions.
    11.07 10:46:02 [Server] INFO Lockette: Linked to GroupManager plugin version 1.0(alpha-5) [Zombie-Version, please switch to Permissions 3]
    11.07 10:46:02 [Server] INFO GroupManager version 1.0(alpha-5) [Zombie-Version, please switch to Permissions 3] is enabled!
    11.07 10:46:02 [Server] INFO GroupManager - INFO - Scheduled Data Saving is set for every 10 minutes!
    11.07 10:46:02 [Server] INFO GroupManager - INFO - Scheduled Data Saving is set for every 10 minutes!
    11.07 10:46:02 [Server] INFO GroupManager - INFO - Scheduled Data Saving is set for every 10 minutes!
    11.07 10:46:02 [Server] INFO GroupManager - INFO - Scheduled Data Saving is set for every 10 minutes!
    11.07 10:46:02 [Server] INFO GroupManager - INFO - Scheduled Data Saving is set for every 10 minutes!
    11.07 10:46:02 [Server] INFO GroupManager - INFO - Scheduled Data Saving is set for every 10 minutes!
    11.07 10:46:02 [Server] INFO GroupManager - INFO - Scheduled Data Saving is set for every 10 minutes!
    11.07 10:46:02 [Server] INFO GroupManager - INFO - Scheduled Data Saving is set for every 10 minutes!
    11.07 10:46:02 [Server] INFO GroupManager - INFO - Scheduled Data Saving is set for every 10 minutes!
    11.07 10:46:02 [Server] INFO GroupManager - INFO - Scheduled Data Saving is set for every 10 minutes!
    11.07 10:46:02 [Server] INFO GroupManager - INFO - Scheduled Data Saving is set for every 10 minutes!
    11.07 10:46:02 [Server] SEVERE GroupManager - SEVERE - Another plugin is trying to enable GroupManager manually. Don't do this! It's probably org.yi.acru.bukkit.PluginCore
    11.07 10:46:02 [Server] SEVERE GroupManager - SEVERE - Another plugin is trying to enable GroupManager manually. Don't do this! It's probably org.yi.acru.bukkit.PluginCore
    11.07 10:46:02 [Server] SEVERE GroupManager - SEVERE - Another plugin is trying to enable GroupManager manually. Don't do this! It's probably org.yi.acru.bukkit.PluginCore
    11.07 10:46:02 [Server] SEVERE GroupManager - SEVERE - Another plugin is trying to enable GroupManager manually. Don't do this! It's probably org.yi.acru.bukkit.PluginCore
    11.07 10:46:02 [Server] SEVERE GroupManager - SEVERE - Another plugin is trying to enable GroupManager manually. Don't do this! It's probably org.yi.acru.bukkit.PluginCore
    11.07 10:46:02 [Server] SEVERE GroupManager - SEVERE - Another plugin is trying to enable GroupManager manually. Don't do this! It's probably org.yi.acru.bukkit.PluginCore
    11.07 10:46:02 [Server] SEVERE GroupManager - SEVERE - Another plugin is trying to enable GroupManager manually. Don't do this! It's probably org.yi.acru.bukkit.PluginCore
    11.07 10:46:02 [Server] SEVERE GroupManager - SEVERE - Another plugin is trying to enable GroupManager manually. Don't do this! It's probably org.yi.acru.bukkit.PluginCore
    11.07 10:46:02 [Server] SEVERE GroupManager - SEVERE - Another plugin is trying to enable GroupManager manually. Don't do this! It's probably org.yi.acru.bukkit.PluginCore
    11.07 10:46:02 [Server] SEVERE GroupManager - SEVERE - Another plugin is trying to enable GroupManager manually. Don't do this! It's probably org.yi.acru.bukkit.PluginCore
    11.07 10:46:02 [Server] INFO Lockette: Detected craftbukkit build [953] ok.
    11.07 10:46:02 [Server] INFO Lockette version 1.3.8 is being enabled!  Yay!  (Core version 1.0)
    11.07 10:46:02 [Server] INFO WorldGuard 5.2.2 enabled.
    11.07 10:46:02 [Server] INFO WorldGuard: Loaded configuration for world 'world_nether"
    11.07 10:46:02 [Server] INFO WorldGuard: (world_nether) Fire spread is UNRESTRICTED.
    11.07 10:46:02 [Server] INFO WorldGuard: (world_nether) Lava fire is blocked.
    11.07 10:46:02 [Server] INFO WorldGuard: (world_nether) Lighters are PERMITTED.
    11.07 10:46:02 [Server] INFO WorldGuard: (world_nether) TNT ignition is PERMITTED.
    11.07 10:46:02 [Server] INFO WorldGuard: (world_nether) Single session is enforced.
    11.07 10:46:02 [Server] INFO WorldGuard: Loaded configuration for world 'world"
    11.07 10:46:02 [Server] INFO WorldGuard: (world) Fire spread is UNRESTRICTED.
    11.07 10:46:02 [Server] INFO WorldGuard: (world) Lava fire is blocked.
    11.07 10:46:02 [Server] INFO WorldGuard: (world) Lighters are PERMITTED.
    11.07 10:46:02 [Server] INFO WorldGuard: (world) TNT ignition is PERMITTED.
    11.07 10:46:02 [Server] INFO WorldGuard: (world) Single session is enforced.
    11.07 10:46:02 [Server] INFO WorldGuard: Permissions plugin detected! Using Permissions plugin for permissions.
    11.07 10:46:02 [Server] INFO [Reporter] v1.1 - Reporter enabled.
    11.07 10:46:02 [Server] INFO [Reporter] v1.1 - Initialising SQL tables...
    11.07 10:46:02 [Server] INFO [Reporter] v1.1 - Permissions support enabled.
    11.07 10:46:02 [Server] INFO [Permissions] version [3.1.6] (Yeti)  loaded
    11.07 10:46:02 [Server] INFO [Permissions] (Yeti) was initialized.
    11.07 10:46:02 [Server] INFO [Permissions] (Yeti) was initialized.
    11.07 10:46:02 [Server] INFO Entities enhanced[0] subclassed[1]
    11.07 10:46:02 [Server] INFO SubClassFactory parent ClassLoader [org.bukkit.plugin.java.PluginClassLoader]
    11.07 10:46:02 [Server] SEVERE Nag author: '<NoAuthorGiven>' of 'Permissions' about the following: This plugin is not properly shutting down its async tasks when it is being reloaded.  This may cause conflicts with the newly loaded version of the plugin
    11.07 10:46:02 [Server] SEVERE Nag author: '<NoAuthorGiven>' of 'Permissions' about the following: This plugin is not properly shutting down its async tasks when it is being reloaded.  This may cause conflicts with the newly loaded version of the plugin
    11.07 10:46:02 [Server] SEVERE Nag author: '<NoAuthorGiven>' of 'WorldEdit' about the following: This plugin is not properly shutting down its async tasks when it is being reloaded.  This may cause conflicts with the newly loaded version of the plugin
    11.07 10:46:02 [Server] SEVERE Nag author: '<NoAuthorGiven>' of 'WorldEdit' about the following: This plugin is not properly shutting down its async tasks when it is being reloaded.  This may cause conflicts with the newly loaded version of the plugin
    
    EDIT:
    Think I may have found my problem, it's groupmanager right?
    Second edit: I was wrong :( !
     
  10. Offline

    cheezyandweezy

    My lowest ranking class (Citizens, Non-ops) Can not open all doors. They can open some, but not all. My friend PLACED a door and then after de-oped (Still Citizen) could not open them. Please help!


    EDIT: NEVER MIND, IT WORKS. I FORGOT TO GIVE A FEW PEOPLE WORLDGUARD BUILDING RIGHTS :)
     
  11. Offline

    Xerxies

    This isn't going to support SQLite is it :(
     
  12. Offline

    KayoticSully

    I just updated to the latest permissions and the latest Bukkit. It seems as if Permissions is not working properly. The group prefix and suffix do not work, among other things that could be problems with other plugins but the prefix and suffix not working makes me think it might have to do with Permissions.

    Can other plugins make the prefix and suffix not work in Permissions?

    Also do tracks work fully yet?
     
  13. Offline

    OZ4RK

    Please somebody help! BigBrother was known to cause Illegal access errors with permissions 3.x. Supposedly it was fixed. However when I installed the newer version of BB i got severe errors regarding all my plugins and permissions was unable to load.
    Code:
    2011-07-11 12:35:20 [SEVERE] while parsing a block mapping
     in "<reader>", line 10, column 9:
                default: false
                ^
    expected <block end>, but found Scalar
     in "<reader>", line 58, column 12:
                - 'PressurePort.Break'
                   ^
    
    2011-07-11 12:35:20 [SEVERE]     at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingKey.produce(ParserImpl.java:576)
    2011-07-11 12:35:20 [SEVERE]     at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:163)
    2011-07-11 12:35:20 [SEVERE]     at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:148)
    2011-07-11 12:35:20 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:228)
    2011-07-11 12:35:20 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
    2011-07-11 12:35:20 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:230)
    2011-07-11 12:35:20 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
    2011-07-11 12:35:20 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:230)
    2011-07-11 12:35:20 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
    2011-07-11 12:35:20 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:122)
    2011-07-11 12:35:20 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105)
    2011-07-11 12:35:20 [SEVERE]     at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:124)
    2011-07-11 12:35:20 [SEVERE]     at org.yaml.snakeyaml.Yaml.load(Yaml.java:264)
    2011-07-11 12:35:20 [SEVERE]     at org.bukkit.util.config.Configuration.load(Configuration.java:82)
    2011-07-11 12:35:20 [SEVERE]     at com.nijiko.data.YamlGroupStorage.reload(YamlGroupStorage.java:179)
    2011-07-11 12:35:20 [SEVERE]     at com.nijiko.data.YamlGroupStorage.<init>(YamlGroupStorage.java:30)
    2011-07-11 12:35:20 [SEVERE]     at com.nijiko.data.YamlCreator.getGroupStorage(YamlCreator.java:57)
    2011-07-11 12:35:20 [SEVERE]     at com.nijiko.data.StorageFactory.getGroupStorage(StorageFactory.java:129)
    2011-07-11 12:35:20 [SEVERE]     at com.nijiko.permissions.ModularControl.forceLoadWorld(ModularControl.java:96)
    2011-07-11 12:35:20 [SEVERE]     at com.nijiko.permissions.ModularControl.loadWorld(ModularControl.java:86)
    2011-07-11 12:35:20 [SEVERE]     at com.nijiko.permissions.ModularControl.load(ModularControl.java:116)
    2011-07-11 12:35:20 [SEVERE]     at com.nijikokun.bukkit.Permissions.Permissions.setupPermissions(Permissions.java:181)
    2011-07-11 12:35:20 [SEVERE]     at com.nijikokun.bukkit.Permissions.Permissions.onLoad(Permissions.java:133)
    2011-07-11 12:35:20 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:121)
    2011-07-11 12:35:20 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:89)
    2011-07-11 12:35:20 [SEVERE]     at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:51)
    2011-07-11 12:35:20 [SEVERE]     at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:132)
    2011-07-11 12:35:20 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
    2011-07-11 12:35:20 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-07-11 12:35:20 [SEVERE] [Permissions] Unable to load permission data.
    2011-07-11 12:35:20 [SEVERE] [Permissions] Shutting down Permissions due to error(s).
    2011-07-11 12:35:20 [INFO] [Permissions] (Yeti) was initialized.
    2011-07-11 12:35:20 [INFO] [Permissions] (Yeti) disabled successfully.
    
    Is BigBrother still a conflicting plugin for permissions? It is essential to my server!
    I'm just not sure. If anybody can share any insight it would be greatly appreciated! :/
     
  14. Offline

    dark_hunter

    I heard the prefix and suffix doesn't work in v3? Can someone confirm?
     
  15. Offline

    Dr_Cox1911

    So BigBrother and the new Bukkit-Build(953) don´t work with permissions? Is there a workaround or only waiting for a update of permissions is a solution?
     
  16. Offline

    dark_hunter

    They work for me?
     
  17. Offline

    Jeyge

    Sounds like what you need to use is the World Mirroring from the Storageconfig.yml Options topic on the wiki.
    That isn't a valid command. Take a look at the Chat Commands topic on the wiki for the correct commands.
    I looked thru your users.yml file (which is missing a users: from the top btw) and I don't see a user named username.

    One thing I did notice though is that most of your users don't have a group which tells me you aren't running 3.1.6. If this is true, the old promote command was a little different.
    That error just means your Permissions plugin didn't load. Post the Permissions error and someone can take a look.
    The promote command you are trying to do will require you to have your default track set up in your groups.yml and for Palacsko to currently be in the Owner group. If you feel as though you do fit these requirements, post your users.yml and groups.yml file. If you haven't set them up or he isn't in the Owners group, then take a look at the Chat Commands topic on the wiki all the way down at the bottom and you will find the Tracks topic.
    I believe it supports both SQLite and MySQL but I'm not sure I've heard of anyone trying it with SQLite yet. You could be the first to give it a try. :)
    Essentials is always capable of making something not work in another plugin so I would say yes to your first question. As for if they are actually working in Permissions, the answer would be yes, as long as they are being used correctly.

    As for tracks, they have been working great for a while now. Just the promote/demote command that breaks from time to time.
    Block Mapping errors are usually caused by some node not being spaced over correctly. Make sure all nodes start in column 1, 5, 9, 13 and 17 or post your groups.yml and users.yml and someone will take a look.
    Prefix and suffix work just fine as long as they are used correctly.
     
  18. @rcjrrjcr

    Is there an up-to-date git repo anywhere?
    I would like to pull the source and compile it with maven for my own projects.
    But the current source in the link is way outdated.
     
  19. Offline

    ACStache

    you have a syntax error in your permissions files. post your groups and users yml files

    I noticed something odd (although it doesn't affect anything) with the globalUsers.yml. I tried giving a specific user the right to use TNT with a different plugin and set it up as such:
    Code:
    users:
        amukon:
            groups:
            - ?,Mod
            permissions:
                - BlockRemover.Block.46
    
    but it it ends up getting saved as:
    Code:
    users:
        amukon:
            groups:
            - ?,Mod
            permissions:
            - BlockRemover.Block.46
    
    it shifts the permission item over left 4 spaces to line up with "permissions:". I don't know if the per world users.yml files do this as well, but I was wondering why the globalUser file did that and the globalGroup file didn't?

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

    Assassin

    WTF???!!

    i was opened my permissions and it closed out on me and got erased!!!

    2 months of progress, lost........:(:mad:
     
  21. Offline

    Jeyge

    The YAML parser that most plugins use likes to keep lists like permissions at the same level as the node itself so if the plugin feels the need to update the yml and save it, that will happen. It will happen to your groups.yml files too but the reasons for the groups.yml to be rewritten are much smaller compared to the users.yml.
     
  22. Offline

    PhonicUK

    Hey All,

    McMyAdmin 0.9.5.1 no longer uses global configuration, and instead uses the per-world users.yml and groups.yml. It should all be playing nice now.
     
    Jeyge likes this.
  23. Offline

    Mr. 47

    Just A quick question. How can I remove Perms for a certain group, for example I have mods set as '*'. How can I remove a few perms but keep all the rest? I've tried putting a '-' in front of the perm but it doesn't seem to work?

    Thanks,

    -47
     
  24. Offline

    ACStache

    for myself I have the * permission as well, so the syntax would be as such:
    Code:
    permissions:
        - '*'
        - '-plugin.permnode'
    
    oh, that makes sense. thanks for that info :)

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

    MarchingSpartan

    I'd like to make everyone aware of a serious issue with 3.1.6. It's impossible to tell what exactly is causing this issue on so many servers, but on my server and a few others 3.1.6 has been the culprit. The problem I speak of is

    [INFO]Read Timed Out

    If you are running 3.1.6 and have just had this start happening to your server I suggest you downgrade to 3.1.5. I just rebuilt my server in stages over 3 days before I found the issue. Once I downgraded to 3.1.5 the problem went away. The sever has not crashed in 12+ hours :).

    Like I said its impossible to really tell whats causing this problem. It might not be permissions 3.1.6 entirely but it had something to do with it on my server (maybe the way it interacted with a certain plugin). I just suggest you start by down grading before you rebuild your server over 3 days :).

    EDIT: I'm running CB953
     
  26. Offline

    Routaruo

    Any help?
    I'm still recieving the same error:
    An internal error occurred while attempting to perform this command

    Code:
    11.07 14:07:24 [Server] INFO Connection reset
    11.07 14:07:22 [Server] INFO     ... 12 more
    11.07 14:07:22 [Server] INFO     at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
    11.07 14:07:22 [Server] INFO     at com.nijikokun.bukkit.Permissions.Permissions.onCommand(Permissions.java:731)
    11.07 14:07:22 [Server] INFO     at com.nijiko.permissions.ModularControl.getTracks(ModularControl.java:532)
    11.07 14:07:22 [Server] INFO     at com.nijiko.permissions.PermissionWorld.getTracks(PermissionWorld.java:168)
    11.07 14:07:22 [Server] INFO     at com.nijiko.data.YamlGroupStorage.getTracks(YamlGroupStorage.java:284)
    11.07 14:07:22 [Server] INFO     at java.util.HashSet.<init>(Unknown Source)
    11.07 14:07:22 [Server] INFO Caused by: java.lang.NullPointerException
    11.07 14:07:22 [Server] INFO     at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    11.07 14:07:22 [Server] INFO     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
    11.07 14:07:22 [Server] INFO     at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
    11.07 14:07:22 [Server] INFO     at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
    11.07 14:07:22 [Server] INFO     at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:84)
    11.07 14:07:22 [Server] INFO     at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    11.07 14:07:22 [Server] INFO     at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33)
    11.07 14:07:22 [Server] INFO     at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:669)
    11.07 14:07:22 [Server] INFO     at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:676)
    11.07 14:07:22 [Server] INFO     at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:711)
    11.07 14:07:22 [Server] INFO     at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:298)
    11.07 14:07:22 [Server] INFO     at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:129)
    11.07 14:07:22 [Server] INFO     at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
    11.07 14:07:22 [Server] INFO org.bukkit.command.CommandException: Unhandled exception executing command 'pr' in plugin Permissions v3.1.6
    11.07 14:07:22 [Server] SEVERE null
    11.07 14:07:00 [Server] INFO [g] [Admin]Palacsko: ohai
    11.07 14:06:52 [Server] INFO [BBROTHER] Removed 0 old records because of age in 0h00m00s.
    11.07 14:06:51 [Multicraft] Palacsko ran command Message of the Day
    11.07 14:06:51 [Connect] User Palacsko, IP 24.64.253.5
    11.07 14:06:48 [Server] Startup Done (1.997s)! For help, type "help" or "?"
    11.07 14:06:48 [Server] INFO [Factions v1.3.7] === INIT DONE (Took 70ms) ===
    11.07 14:06:48 [Server] INFO [Factions v1.3.7] Found and will use plugin Permissions v2.7.2
    11.07 14:06:48 [Server] INFO [Factions v1.3.7] Loading board from disk
    11.07 14:06:48 [Server] INFO [Factions v1.3.7] Loading factions from disk
    11.07 14:06:48 [Server] INFO [Factions v1.3.7] Loading players from disk
    11.07 14:06:48 [Server] INFO [Factions v1.3.7] Loading conf from disk
    11.07 14:06:48 [Server] INFO [Factions v1.3.7] === INIT START ===
    11.07 14:06:48 [Server] INFO Anticreeper v1.5 (with AntiTNT) - STARTED
    11.07 14:06:48 [Server] INFO AntiCreeper v1.5 (with AntiTNT) - by Rothens
    11.07 14:06:48 [Server] INFO WorldEdit: Permissions plugin detected! Using Permissions plugin for permissions.
    11.07 14:06:48 [Server] INFO WorldEdit 4.6 enabled.
    11.07 14:06:48 [Server] INFO ScheduledAnnouncer v1.6.3 is enabled!
    11.07 14:06:48 [Server] INFO [ScheduledAnnouncer] Connected to Permissions.
    11.07 14:06:48 [Server] INFO [ScheduledAnnouncer] Connected to Permissions.
    11.07 14:06:48 [Server] INFO [ScheduledAnnouncer] Connected to GroupManager.
    11.07 14:06:48 [Server] INFO [MinecraftViewer] Query running on 173.224.127.155:25565
    11.07 14:06:48 [Server] INFO [MinecraftViewer] v1.0c Plugin Enabled.
    11.07 14:06:48 [Server] INFO [HeroChat] Permissions 2.7.2 found.
    11.07 14:06:48 [Server] INFO [HeroChat] HeroChat version 4.10.3 enabled.
    11.07 14:06:48 [Server] INFO CommandBook: Permissions plugin detected! Using Permissions plugin for permissions.
    11.07 14:06:48 [Server] INFO CommandBook: 1 kit(s) loaded.
    11.07 14:06:48 [Server] INFO CommandBook: 3 banned name(s) loaded.
    11.07 14:06:48 [Server] INFO CommandBook: Maximum wrapper compatibility is enabled. Some features have been disabled to be compatible with poorly written server wrappers.
    11.07 14:06:48 [Server] INFO CommandBook 1.5.2-customized enabled.
    11.07 14:06:48 [Server] INFO PlgColdLightning version 1.0 is enabled!
    11.07 14:06:48 [Server] INFO [BBROTHER] BigBrother 1.9-SNAPSHOT (build #569) enabled!
    11.07 14:06:48 [Server] WARNING [BBROTHER] 'Help' isn't detected. No /help support
    11.07 14:06:48 [Server] INFO [BBROTHER] Permissions enabled using: Permissions v2.7.2
    11.07 14:06:48 [Server] INFO WorldGuard: Permissions plugin detected! Using Permissions plugin for permissions.
    11.07 14:06:48 [Server] INFO [Permissions] version [2.7.2] (Yeti)  loaded
    11.07 14:06:48 [Server] INFO [BBROTHER] Permissions plugin found but disabled. Enabling 'Permissions' (v2.7.2).
    11.07 14:06:48 [Server] INFO [BBROTHER] Building `bbusers` table...
    11.07 14:06:48 [Server] INFO [BBROTHER] Building `bbworlds` table...
    11.07 14:06:48 [Server] INFO [BBROTHER] BBData H2 Driver r1 loaded!
    11.07 14:06:48 [Server] INFO [BBROTHER] Building `bbdata` table...
    11.07 14:06:29 [Server] INFO [BBROTHER] ------------------------------------
    11.07 14:06:29 [Server] INFO [BBROTHER] Please stay tuned in irc.esper.net #bigbrother for updates and build notifications.
    11.07 14:06:29 [Server] INFO [BBROTHER] IF YOU FIND ANY BUGS, PLEASE REPORT THEM ON http://bugs.nexisonline.net/bb
    11.07 14:06:29 [Server] INFO [BBROTHER] Please note that, since this is far from complete, there will be many bugs.
    11.07 14:06:29 [Server] INFO [BBROTHER] Hello, and thank you for using the TESTING version of BigBrother!
    11.07 14:06:29 [Server] INFO [BBROTHER] ------------------------------------
    11.07 14:06:29 [Server] INFO SimpleWarp v1.1.0 has been enabled
    11.07 14:06:29 [Server] INFO BedHome version 0.1 - Copyright 2011 - Shannon Wynter (http://fremnet.net) is enabled :)
    11.07 14:06:29 [Server] INFO Lockette: Ready to protect your containers.
    11.07 14:06:29 [Server] INFO Lockette: Using ops file for admin permissions.
    11.07 14:06:29 [Server] INFO Lockette: Linked to GroupManager plugin version 1.0(alpha-5) [Zombie-Version, please switch to Permissions 3]
    11.07 14:06:29 [Server] INFO GroupManager version 1.0(alpha-5) [Zombie-Version, please switch to Permissions 3] is enabled!
    11.07 14:06:29 [Server] INFO GroupManager - INFO - Scheduled Data Saving is set for every 10 minutes!
    11.07 14:06:29 [Server] SEVERE Another plugin is trying to enable GroupManager manually. Don't do this! It's probably org.yi.acru.bukkit.PluginCore
    11.07 14:06:29 [Server] INFO Lockette: Detected craftbukkit build [953] ok.
    11.07 14:06:29 [Server] INFO Lockette version 1.3.8 is being enabled!  Yay!  (Core version 1.0)
    11.07 14:06:29 [Server] INFO WorldGuard 5.2.2 enabled.
    11.07 14:06:29 [Server] INFO WorldGuard: Loaded configuration for world 'world_nether"
    11.07 14:06:29 [Server] INFO WorldGuard: (world_nether) Fire spread is UNRESTRICTED.
    11.07 14:06:29 [Server] INFO WorldGuard: (world_nether) Lava fire is blocked.
    11.07 14:06:29 [Server] INFO WorldGuard: (world_nether) Lighters are PERMITTED.
    11.07 14:06:29 [Server] INFO WorldGuard: (world_nether) TNT ignition is PERMITTED.
    11.07 14:06:29 [Server] INFO WorldGuard: (world_nether) Single session is enforced.
    11.07 14:06:29 [Server] INFO WorldGuard: Loaded configuration for world 'world"
    11.07 14:06:29 [Server] INFO WorldGuard: (world) Fire spread is UNRESTRICTED.
    11.07 14:06:29 [Server] INFO WorldGuard: (world) Lava fire is blocked.
    11.07 14:06:29 [Server] INFO WorldGuard: (world) Lighters are PERMITTED.
    11.07 14:06:29 [Server] INFO WorldGuard: (world) TNT ignition is PERMITTED.
    11.07 14:06:29 [Server] INFO WorldGuard: (world) Single session is enforced.
    11.07 14:06:29 [Server] INFO WorldGuard: Permissions plugin detected! Using Permissions plugin for permissions.
    11.07 14:06:29 [Server] INFO [Reporter] v1.1 - Reporter enabled.
    11.07 14:06:29 [Server] INFO [Reporter] v1.1 - Initialising SQL tables...
    11.07 14:06:29 [Server] INFO [Reporter] v1.1 - Permissions support enabled.
    11.07 14:06:29 [Server] INFO Preparing spawn area: 0%
    11.07 14:06:29 [Server] INFO Preparing start region for level 1 (Seed: -9084061074797209513)
    11.07 14:06:28 [Server] INFO Preparing start region for level 0 (Seed: -1817139027725365101)
    11.07 14:06:28 [Server] INFO Preparing level "world"
    11.07 14:06:28 [Server] INFO [Permissions] version [3.1.6] (Yeti)  loaded
    11.07 14:06:28 [Server] INFO [Permissions] (Yeti) was initialized.
    11.07 14:06:28 [Server] INFO [Permissions] (Yeti) was initialized.
    11.07 14:06:27 [Server] INFO Entities enhanced[0] subclassed[1]
    11.07 14:06:27 [Server] INFO SubClassFactory parent ClassLoader [org.bukkit.plugin.java.PluginClassLoader]
    11.07 14:06:27 [Server] INFO DataSourcePool [SimpleWarp] autoCommit[false] transIsolation[SERIALIZABLE] min[2] max[20]
    11.07 14:06:27 [Server] INFO This server is running Craftbukkit version git-Bukkit-0.0.0-904-g9277096-b953jnks (MC: 1.7.2)
    11.07 14:06:27 [Server] INFO Starting Minecraft server on 173.224.127.155:25565
    11.07 14:06:27 [Server] INFO Loading properties
    11.07 14:06:27 [Server] INFO Starting minecraft server version Beta 1.7.2
    11.07 14:06:27 [Server] INFO 16 achievements
    11.07 14:06:27 [Server] INFO 151 recipes
    11.07 14:06:23 [Multicraft] Loaded config for "Craftbukkit Build 953"
    11.07 14:06:23 [Multicraft] Starting Minecraft!
    11.07 14:06:23 [Multicraft] Loading Minecraft instance properties
    11.07 14:06:23 [Disconnect] User Palacsko has disconnected, reason: Server shutting down
    11.07 14:06:23 [Disconnect] User Cobra2275 has disconnected, reason: Server shutting down
    11.07 14:06:23 [Multicraft] Minecraft stopped
    
     
  27. Offline

    streedie

    In my server people need to be op to use commands. How come and how to fix?
     
  28. Offline

    Jeyge

    Are there more problems that my post above didn't address for you?
    You don't have a permissions plugin or it isn't working or they aren't commands that a permissions plugin handles. Lots of possibilities.
    Thank you for making those changes. It will sure cut down on the reports of problems in this thread.
     
  29. Offline

    DevilBlade

    Hello, a friend and I are providing a package to help former zMod users (a now obsolete server wrapper) by providing a prebuilt version of bukkit and plugins pre-configured. We wanted to know if there is a issue with us distributing your plugin and wanted to ask for your permission to do so.
     
  30. Offline

    xlSlaxorlx

    Hello, guys I think I know what to do, download the latest recommended build with the latest version of craftbukkit I think. Also if theres a token also known as /t, IT'S BECAUSE YOU PUT DOWN TABS XD...
     
  31. Offline

    XRayted

    I am having such a hard time to get this sorted and running. I watched the youtube and struggling for 2 days now and checking the comments there(some are assholes). Can you please invest some time to make a package with whats need to be placed in the plugins folders and names? Plus the pré yml files filled in like: groups and users and editted the fake groups -users ? For example on our dedicated server we have a world called "Scranton" and "Scranton_nether", plus the admins are:

    cygon_xi
    xrayted
    cobryis
    steelvh

    For sure, I would like to have a different group as called "Moderators" for our >XI< members to have some VIP powers. The rest are "Guests" group. I did f.e. the commands as your youtube the last 5minutes, but I don't see any of the admins listed in "*", *?" or in "Scranton". I can do /pr permissions or /pr to retrieve that info, but that is it.

    A package with a permissions folder and the already pré filled in yml's would help so much. Thanks for reading this.
     
Thread Status:
Not open for further replies.

Share This Page