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

    spongbobrules

    You have to set it to "build: true". This part of permissions determines whether they can build at all. Which means if you set it to false, it doesn't matter what region you set them to, they can't build. You have to set it to true and then define their regions. If you're trying to make it so people that first join can't build then make another group that newcomers will default to and set their build status to false. Then when you want them to be able to build, reassign them to the User group with the build set to true so they can be defined a region and build.
     
  3. Offline

    dbizzzle

    Yeah but I want it to be so you have to buy VIP 5$ to build in the wilderness and if your only a user you can only build on your lot/freebuild, does anybody know a way to do this?
     
  4. Offline

    KID_Pryde

    for some reason, my promote/demote commands aren't working and i cant figure out why, theres no error, it just fails, heres my groups file, if someone could help me that'd be awesome.



    Code:
    groups:
        Newbie:
            default: true
            info:
                prefix: '&f'
                suffix: '&f'
                build: false
            inheritance:
            permissions:
            - 'essentials.portal'
            - 'essentials.list'
            - 'essentials.info'
            - 'essentials.tpdeny'
            - 'essentials.help'
            - 'essentials.tpaccept'
            - 'ichat.color'
            - 'chaircraft.sit'
            - 'essentials.rules'
            - 'essentials.msg'
            - 'essentials.spawn'
            - 'essentials.motd'
            - 'essentials.afk'
        Member:
            default: false
            info:
                prefix: '&8'
                suffix: '&f'
                build: true
            inheritance:
            - Newbie
            permissions:
            - 'essentials.warp'
            - 'essentials.sethome'
            - 'essentials.home'
            - 'essentials.suicide'
            - 'essentials.realname'
            - 'essentials.me'
            - 'essentials.mail'
            - 'essentials.ignore'
            - 'essentials.helpop'
            - 'essentials.getpos'
            - 'essentials.kit.stone'
            - 'essentials.kit.house'
            - 'essentials.kit'
            - 'essentials.unlimited.item-3'
            - 'essentials.unlimited.item-4'
            - 'essentials.unlimited.item-5'
            - 'iConomy.access'
            - 'iConomy.list'
            - 'iConomy.payment'
            - 'iConomy.rank'
            - 'citizens.use.*'
            - 'jail.usercmd.jailstatus'
            - 'multihome.home'
            - 'multihome.sethome'
            - 'multihome.namedhome'
            - 'multihome.setnamedhome'
            - 'multihome.deletehome'
            - 'multihome.listhomes.myself'
            - 'multihome.invitehome'
            - 'multihome.invitenamedhome'
            - 'multihome.invitetimedhome'
            - 'multihome.invitenamedtimedhome'
            - 'multihome.uninvitehome'
            - 'multihome.uninvitenamedhome'
            - 'multihome.listinvites.tome'
            - 'nSpleef.member.*'
            - '-nSpleef.member.creategame'
            - '-nSpleef.member.deletegame'
            - 'fight.user'
            - 'multiverse.world.spawn'
        VIP:
            default: false
            info:
                prefix: '&a'
                suffix: '&f'
                build: true
            inheritance:
            - Member
            permissions:
            - 'worldguard.heal'
            - 'worldguard.heal.other'
            - 'worldguard.slay'
            - 'essentials.god'
            - 'essentials.back'
            - 'essentials.back.ondeath'
            - 'essentials.compass'
            - 'essentials.depth'
            - 'essentials.mail.send'
            - 'essentials.seen'
            - 'essentials.whois'
            - 'essentials.ping'
            - 'essentials.jump'
            - 'essentials.tpa'
            - 'essentials.tpahere'
            - 'essentials.warp.list'
            - 'essentials.kit.iron'
            - 'essentials.kit.castle'
            - 'essentials.tptoggle'
            - 'essentials.unlimited.item-1'
            - 'essentials.unlimited.item-20'
            - 'essentials.unlimited.item-12'
            - 'essentials.unlimited.item-35'
            - 'essentials.unlimited.item-24'
            - 'essentials.unlimited.item-17'
            - 'essentials.nick'
            - 'iConomy.bank.*'
            - 'worldedit.jumpto'
            - 'worldguard.stack'
            - 'worldguard.locate'
            - 'craftbook.mech.*'
            - 'craftbook.ic.safe.*'
            - 'jobs.join.*'
            - 'jobs.world.*'
            - 'nSpleef.member.*'
            - 'multiverse.portal.list'
        Operator:
            default: false
            info:
                prefix: '&7'
                suffix: '&f'
                build: true
            inheritance:
            - VIP
            permissions:
            - 'essentials.tphere'
            - 'essentials.spawner'
            - 'essentials.ext'
            - 'jail.command.jaillist'
            - 'essentials.mute'
            - 'jail.command.jail'
            - 'jail.command.jailmute'
            - 'worldedit.selection.*'
            - 'multihome.listhomes.others'
            - 'essentials.broadcast'
            - 'essentials.item'
            - 'essentials.tempban'
            - 'essentials.tp'
            - 'essentials.top'
            - 'essentials.unlimited.item.all'
            - 'jail.command.jailcheck'
            - 'worldedit.navigation.*'
            - 'citizens.modify.*'
            - 'multihome.listinvites.toothers'
            - 'worldedit.butcher'
            - 'worldguard.region.*'
            - 'essentials.setwarp'
            - 'essentials.clearinventory'
            - 'essentials.kick'
            - 'essentials.time'
            - 'essentials.time.world'
            - 'essentials.world'
            - 'jail.command.unjail'
            - 'essentials.unban'
            - 'worldedit.wand.*'
            - 'citizens.create.*'
            - 'essentials.thunder'
            - 'essentials.weather'
            - 'multihome.othershome'
            - 'jail.command.jaillistcells'
            - 'multiverse.tp'
        Moderator:
            default: false
            info:
                prefix: '&c'
                suffix: '&f'
                build: true
            inheritance:
            - Operator
            permissions:
            - 'essentials.ban'
            - 'essentials.burn'
            - 'essentials.delwarp'
            - 'essentials.fireball'
            - 'essentials.give'
            - 'essentials.kill'
            - 'essentials.lightning'
            - 'essentials.powertool'
            - 'essentials.spawnmob'
            - 'essentials.socialspy'
            - 'iConomy.admin.stats'
            - 'essentials.god.others'
            - 'essentials.clearinventory.others'
            - 'essentials.home.others'
            - 'worldedit.region.*'
            - 'worldguard.slay.other'
            - 'worldguard.fire-toggle.*'
            - 'craftbook.ic.restricted.*'
            - 'jail.command.unjailforce'
            - 'nSpleef.admin.*'
            - 'multiverse.portal.*'
        Administrator:
            default: false
            info:
                prefix: '&5'
                suffix: '&f'
                build: true
            inheritance:
            permissions:
            - '*'
            - '-essentials.antioch'
            - '-essentials.nuke'
            - '-essentials.backup'
            - '-essentials.banip'
            - '-essentials.unbanip'
            - '-essentials.essentials'
            - '-essentials.plugin'
            - '-essentials.setspawn'
            - '-iConomy.admin.bank*'
            - '-iConomy.admin.set'
            - '-iConomy.admin.reset'
            - '-iConomy.admin.empty'
            - '-iConomy.admin.account.*'
            - '-worldedit.override.bedrock'
            - 'citizens.admin'
            - '-fight.admin'
            - '-multiverse.world.create'
            - '-multiverse.world.remove'
            - '-multiverse.world.import'
        Founder:
            Default: false
            info:
                prefix: '&6'
                suffix: '&f'
                build: true
            inheritance:
            permissions:
            - '*'
            - '-essentials.antioch'
            - '-essentials.nuke'
            - '-worldedit.override.bedrock'
            - 'citizens.admin'
    tracks:
        maintrack:
            -Newbie
            -Member
            -VIP
            -Operator
            -Moderator
            -Administrator
     
  5. Offline

    obscurehero

    Your groups file is a bit of a mess. Remember, if you give a group the '*' permission, there really is no need to give it any other permission. Also, I'm not sure its entirely necessary but I'd give your nodes 4 spaces indentation. Same deal when you're using inheritances. Try to indent that.

    From there, I'm not sure why your promotion/demotion isn't working. Have you tried typing

    /pr <username> [promote|demote] t:maintrack <currentgroup> <world>

    Where current group is the 'parent group' (ie the current group), world is the folder whose users.yml will change (and which world the user will be promoted on), and <username> is the player's name in the users.yml file. Also check and make sure you have the latest permissions and you have permissions.* access as the tracks permission is apparently messed up.

    YES! This is an excellent problem for WorldGuard's flag system.

    Set __global__ region build false. Then define regions where a user can build. You would need to give it a higher priority than its parent. I believe you can even define this by group. That is to say, some groups can build in the whole 'town' while others can only build in the 'freebuild' area, for example. You'll need to direct your questions over there, as I really haven't ever done this before. I've just seen it described.

    I think you can use worldguard in conjunction with something like residence if you so desire...

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

    dark_hunter

    Got a question, if I update a groups config in one world does it update the other configs if a have multi worlds on the next /pr reload -all?
     
  7. Offline

    seanpaune

    I have reached the point where I have no choice. I have to find help somewhere on how to write this group.yml. I know I'm smart enough to do this, but it just keeps not working out and I'm at the point of almost crying I am so frustrated with this.

    I am running a very vanilla server, our only plugins are:
    BigBrother
    Lockette
    NoCheat
    SpawnControl
    Tree Assist
    WorldEdit
    WorldGuard

    I want to run Permissions, but everything I find tells me how to incorporate Essentials, which I don't need. I want the groups to go:
    First Timer
    Player
    Mod
    Admin

    First Timer's can't build
    Player's can build but have nothing but basic commands
    Mods have powers of Players as well as kick, ban and pardon. Can also promote first timers to players
    Admins

    Can anyone point me to a sample yml like this one before I pull my hair out?

    Oh, and how do you make yourself an Admin at lunch?
     
  8. Offline

    darkwarriors

    maybe your plugin is the cause of Read time out and connection Reset of more bukkit followers, i disable all yml permissionsion removed the plugin and my server dint crash in the past 19 Hours, before this test server crashes around 3 or 2 H with no error and Read time out in console, no way to save no way to stop only kill the main java process!

    i will test this uses with sql version asp.
     
  9. Offline

    KID_Pryde

    yeah, i tried that command exactly, it says "[permissions] specified user group does not exist". i put spaces in the groups file and it still doesn't work. im a founder so i have all permissions, that wasn't the problem.
     
  10. Offline

    spongbobrules

    Try making the track section like this:

    Code:
    tracks:
        maintrack:
            - 'Newbie'
            - 'Member'
            - 'VIP'
            - 'Operator'
            - 'Moderator'
            - 'Administrator'


    Well those commands are best utilized by using Essentials. Is there a reason why you don't want to use it?

    No it doesn't, you have to copy all that code to the other groups.yml files in each world folder if you want them to be the same.
     
  11. Offline

    darkwarriors

    someone can help me how i can import ymal format to mySQL format? i have to insert in the table all my permissions and groups? there isnt a way to update it from ymal file?
     
  12. Offline

    hellsome

    ok here i did find one but i dont know how to fix it here are all my files...

    command moduel:

    Code:
    2011-07-13 23:37:10 [INFO] Starting minecraft server version Beta 1.7.2
    2011-07-13 23:37:10 [INFO] Loading properties
    2011-07-13 23:37:10 [INFO] Starting Minecraft server on 5.172.106.175:25565
    2011-07-13 23:37:10 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-904-g9277096-b953jnks (MC: 1.7.2)
    2011-07-13 23:37:10 [INFO] DataSourcePool [DimensionDoor] autoCommit[false] transIsolation[SERIALIZABLE] min[2] max[20]
    2011-07-13 23:37:11 [INFO] SubClassFactory parent ClassLoader [org.bukkit.plugin.java.PluginClassLoader]
    2011-07-13 23:37:11 [INFO] Entities enhanced[0] subclassed[1]
    2011-07-13 23:37:11 [INFO] DataSourcePool [iConomyChestShop] autoCommit[false] transIsolation[SERIALIZABLE] min[2] max[20]
    2011-07-13 23:37:11 [INFO] SubClassFactory parent ClassLoader [org.bukkit.plugin.java.PluginClassLoader]
    2011-07-13 23:37:11 [INFO] Entities enhanced[0] subclassed[1]
    2011-07-13 23:37:12 [SEVERE] java.lang.IllegalAccessError: tried to access class com.nijiko.permissions.ModularControl$RefreshTask from class com.nijiko.permissions.ModularControl
    2011-07-13 23:37:12 [SEVERE]     at com.nijiko.permissions.ModularControl.<init>(ModularControl.java:64)
    2011-07-13 23:37:12 [SEVERE]     at com.nijikokun.bukkit.Permissions.Permissions.setupPermissions(Permissions.java:179)
    2011-07-13 23:37:12 [SEVERE]     at com.nijikokun.bukkit.Permissions.Permissions.onLoad(Permissions.java:133)
    2011-07-13 23:37:12 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:121)
    2011-07-13 23:37:12 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:89)
    2011-07-13 23:37:12 [SEVERE]     at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:51)
    2011-07-13 23:37:12 [SEVERE]     at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:132)
    2011-07-13 23:37:12 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
    2011-07-13 23:37:12 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-07-13 23:37:12 [SEVERE] [Permissions] Unable to load permission data.
    2011-07-13 23:37:12 [SEVERE] [Permissions] Shutting down Permissions due to error(s).
    2011-07-13 23:37:12 [INFO] [Permissions] (Yeti) was initialized.
    2011-07-13 23:37:12 [INFO] [Permissions] (Yeti) disabled successfully.
    2011-07-13 23:37:12 [INFO] Preparing level "Main_Spawn"
    2011-07-13 23:37:12 [INFO] Preparing start region for level 0 (Seed: 3850433055)
    2011-07-13 23:37:13 [INFO] Preparing spawn area: 93%
    2011-07-13 23:37:13 [INFO] AntiCreeper v1.5 (with AntiTNT) - by Rothens
    2011-07-13 23:37:13 [INFO] Anticreeper v1.5 (with AntiTNT) - STARTED
    2011-07-13 23:37:13 [INFO] AntiHack version 2.0 is enabled with permissions!
    2011-07-13 23:37:13 [SEVERE] Error occurred while enabling AutoMessage v1.5 (Is it up to date?): 1
    java.lang.ArrayIndexOutOfBoundsException: 1
        at uk.co.mdtechnology.automessage.AutoMessage.loadData(AutoMessage.java:79)
        at uk.co.mdtechnology.automessage.AutoMessage.onEnable(AutoMessage.java:41)
        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)
    2011-07-13 23:37:13 [INFO] [bColoredChat] Permission system found
    2011-07-13 23:37:13 [INFO] [bColoredChat] version 2.1.0 is enabled!
    2011-07-13 23:37:13 [INFO] [BBROTHER] ------------------------------------
    2011-07-13 23:37:13 [INFO] [BBROTHER] Hello, and thank you for using the TESTING version of BigBrother!
    2011-07-13 23:37:13 [INFO] [BBROTHER] Please note that, since this is far from complete, there will be many bugs.
    2011-07-13 23:37:13 [INFO] [BBROTHER] IF YOU FIND ANY BUGS, PLEASE REPORT THEM ON http://bugs.nexisonline.net/bb
    2011-07-13 23:37:13 [INFO] [BBROTHER] Please stay tuned in irc.esper.net #bigbrother for updates and build notifications.
    2011-07-13 23:37:13 [INFO] [BBROTHER] ------------------------------------
    2011-07-13 23:37:16 [INFO] [BBROTHER] Building `bbdata` table...
    2011-07-13 23:37:16 [INFO] [BBROTHER] BBData H2 Driver r1 loaded!
    2011-07-13 23:37:16 [INFO] [BBROTHER] Building `bbworlds` table...
    2011-07-13 23:37:16 [INFO] [BBROTHER] Building `bbusers` table...
    2011-07-13 23:37:16 [INFO] [BBROTHER] Permissions plugin found but disabled. Enabling 'Permissions' (v3.1.6).
    2011-07-13 23:37:16 [INFO] [Permissions] (Yeti) disabled successfully.
    2011-07-13 23:37:16 [INFO] [BBROTHER] Permissions enabled using: Permissions v3.1.6
    2011-07-13 23:37:16 [WARNING] [BBROTHER] 'Help' isn't detected. No /help support
    2011-07-13 23:37:16 [INFO] [BBROTHER] BigBrother 1.9.1-SNAPSHOT (build #581) enabled!
    2011-07-13 23:37:16 [INFO] BOSEconomy: Located Phoenix Permissions 3.1.6.
    2011-07-13 23:37:16 [INFO] BOSEconomy 0.6.2 enabled.
    2011-07-13 23:37:16 [INFO] ChestLock 1.0 is enabled!
    2011-07-13 23:37:16 [INFO] [ChestLock] Successfully linked with Permissions!
    2011-07-13 23:37:16 [INFO] [ClearInventory] v0.3 enabled
    2011-07-13 23:37:16 [INFO] [ChestLock] Successfully linked with Permissions!
    2011-07-13 23:37:16 [INFO] [DimensionDoor] DimensionDoor v1.3.1 is enabled!
    2011-07-13 23:37:16 [INFO] [DimensionDoor] - Permissions found (Permissions v3.1.6)
    2011-07-13 23:37:16 [INFO] [DimensionDoor] - Applying configuration for Main_Spawn
    2011-07-13 23:37:16 [INFO] Preparing start region for level 1 (Seed: -5617565814279672235)
    2011-07-13 23:37:17 [INFO] [DimensionDoor] - Applying configuration for world
    2011-07-13 23:37:17 [INFO] Preparing start region for level 2 (Seed: 2037939516554131055)
    2011-07-13 23:37:18 [INFO] Preparing spawn area for world_nether, 89%
    2011-07-13 23:37:19 [INFO] [DimensionDoor] - Applying configuration for world_nether
    2011-07-13 23:37:19 [INFO] Preparing start region for level 3 (Seed: -4118182169025594724)
    2011-07-13 23:37:20 [INFO] [DimensionDoor] - Applying configuration for skygliders
    2011-07-13 23:37:20 [INFO] Preparing start region for level 4 (Seed: 7875570013096528670)
    2011-07-13 23:37:20 [INFO] [DimensionDoor] - Applying configuration for skygliders_nether
    2011-07-13 23:37:20 [INFO] Preparing start region for level 5 (Seed: 3850433055)
    2011-07-13 23:37:21 [INFO] [DimensionDoor] - Applying configuration for survival
    2011-07-13 23:37:21 [INFO] Preparing start region for level 6 (Seed: -619115496260767987)
    2011-07-13 23:37:22 [INFO] [DimensionDoor] - Applying configuration for main_spawn_nether
    2011-07-13 23:37:22 [INFO] Preparing start region for level 7 (Seed: 7836462294039939384)
    2011-07-13 23:37:24 [INFO] Preparing spawn area for pure_survival, 57%
    2011-07-13 23:37:24 [INFO] [DimensionDoor] - Applying configuration for pure_survival
    2011-07-13 23:37:24 [INFO] Preparing start region for level 8 (Seed: 1315387916418559495)
    2011-07-13 23:37:25 [INFO] Preparing spawn area for chaos, 85%
    2011-07-13 23:37:25 [INFO] [DimensionDoor] - Applying configuration for chaos
    2011-07-13 23:37:25 [INFO] Preparing start region for level 9 (Seed: 4490034494322543873)
    2011-07-13 23:37:26 [INFO] [DimensionDoor] - Applying configuration for skylands
    2011-07-13 23:37:26 [INFO] Preparing start region for level 10 (Seed: 6558060219279022613)
    2011-07-13 23:37:27 [INFO] Preparing spawn area for creative, 89%
    2011-07-13 23:37:27 [INFO] [DimensionDoor] - Applying configuration for creative
    2011-07-13 23:37:27 [INFO] Preparing start region for level 11 (Seed: 2058124802178684692)
    2011-07-13 23:37:28 [INFO] Preparing spawn area for nether, 69%
    2011-07-13 23:37:28 [INFO] [DimensionDoor] - Applying configuration for nether
    2011-07-13 23:37:28 [INFO] [DimensionDoor] 12 worlds configured!
    2011-07-13 23:37:28 [INFO] [ChestLock] Successfully linked with Permissions!
    2011-07-13 23:37:28 [INFO] [GODMODE] 0.3.0 is enabled!
    2011-07-13 23:37:28 [INFO] [ChestLock] Successfully linked with Permissions!
    2011-07-13 23:37:28 [INFO] [iConomyChestShop] version 2.75 initialized!
    2011-07-13 23:37:28 [INFO] [ChestLock] Successfully linked with Permissions!
    2011-07-13 23:37:28 [INFO] [iConomyChestShop] BOSEconomy version 0.6.2 loaded.
    2011-07-13 23:37:28 [INFO] [iConomyChestShop] Permissions version 3.1.6 loaded.
    2011-07-13 23:37:28 [INFO] [iOP] v0.6 Enabled
    2011-07-13 23:37:28 [INFO] [ChestLock] Successfully linked with Permissions!
    2011-07-13 23:37:28 [INFO] [iConomyChestShop] Permissions version 3.1.6 loaded.
    2011-07-13 23:37:28 [INFO] [LazyRoad] : Version 0.5 is enabled!
    2011-07-13 23:37:29 [INFO] [ChestLock] Successfully linked with Permissions!
    2011-07-13 23:37:29 [INFO] [iConomyChestShop] Permissions version 3.1.6 loaded.
    2011-07-13 23:37:29 [INFO] MCBans: mcbans version 2.9.1 is enabled!
    2011-07-13 23:37:29 [INFO] MCBans: Voting enabled!
    2011-07-13 23:37:29 [INFO] MCBans: Debug mode active!
    2011-07-13 23:37:29 [INFO] MCBans: Checking for premium!
    2011-07-13 23:37:30 [INFO] MCBans: MCBans is offline? Switching to Offline Mode!
    2011-07-13 23:37:30 [SEVERE] org.json.JSONException: A JSONObject text must begin with '{' at 1 [character 2 line 1]
    2011-07-13 23:37:30 [SEVERE]     at org.json.JSONTokener.syntaxError(JSONTokener.java:432)
    2011-07-13 23:37:30 [SEVERE]     at org.json.JSONObject.<init>(JSONObject.java:186)
    2011-07-13 23:37:30 [SEVERE]     at org.json.JSONObject.<init>(JSONObject.java:312)
    2011-07-13 23:37:30 [SEVERE]     at com.firestar.mcbans.Data_Handler.to_json(Data_Handler.java:62)
    2011-07-13 23:37:30 [SEVERE]     at com.firestar.mcbans.backup.Backup.load(Backup.java:66)
    2011-07-13 23:37:30 [SEVERE]     at com.firestar.mcbans.mcbans.onEnable(mcbans.java:219)
    2011-07-13 23:37:30 [SEVERE]     at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
    2011-07-13 23:37:30 [SEVERE]     at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:857)
    2011-07-13 23:37:30 [SEVERE]     at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:264)
    2011-07-13 23:37:30 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:151)
    2011-07-13 23:37:30 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:136)
    2011-07-13 23:37:30 [SEVERE]     at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:284)
    2011-07-13 23:37:30 [SEVERE]     at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:271)
    2011-07-13 23:37:30 [SEVERE]     at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:148)
    2011-07-13 23:37:30 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
    2011-07-13 23:37:30 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-07-13 23:37:30 [INFO] MCBans: Sent From: Console .::. Error 309: Json error in the file plugins/mcbans/backup.json
    2011-07-13 23:37:30 [INFO] [ChestLock] Successfully linked with Permissions!
    2011-07-13 23:37:30 [INFO] [iConomyChestShop] Permissions version 3.1.6 loaded.
    2011-07-13 23:37:30 [INFO] [Mean Admins] is loading settings...
    2011-07-13 23:37:30 [INFO] [Mean Admins] version 0.3.1 is enabled
    2011-07-13 23:37:30 [INFO] [ChestLock] Successfully linked with Permissions!
    2011-07-13 23:37:30 [INFO] [iConomyChestShop] Permissions version 3.1.6 loaded.
    2011-07-13 23:37:31 [INFO] MoveCraft 0.6.9 Final Beta plugin enabled
    2011-07-13 23:37:31 [INFO] [ChestLock] Successfully linked with Permissions!
    2011-07-13 23:37:31 [INFO] [iConomyChestShop] Permissions version 3.1.6 loaded.
    2011-07-13 23:37:31 [INFO] [MultiInv] version 2.3.0 is enabled!
    2011-07-13 23:37:31 [INFO] [ChestLock] Successfully linked with Permissions!
    2011-07-13 23:37:31 [INFO] [iConomyChestShop] Permissions version 3.1.6 loaded.
    2011-07-13 23:37:31 [INFO] [MYHOME]: 0 homes loaded
    2011-07-13 23:37:31 [INFO] [MYHOME] Permissions enabled using: Permissions v3.1.6
    2011-07-13 23:37:31 [WARNING] [MYHOME] 'Help' isn't detected. No /help support.
    2011-07-13 23:37:31 [INFO] [MYHOME] MyHome 1.9.5 enabled
    2011-07-13 23:37:31 [INFO] [ChestLock] Successfully linked with Permissions!
    2011-07-13 23:37:31 [INFO] [iConomyChestShop] Permissions version 3.1.6 loaded.
    2011-07-13 23:37:31 [SEVERE] [MYHOME]SQLite exception on initialize
    java.sql.SQLException: path to 'C:\Users\Sean\Desktop\Minecraft Server\plugins\MyWarp/warps.db': 'C:\Users\Sean\Desktop\Minecraft Server\plugins\MyWarp' does not exist
        at org.sqlite.Conn.open(Conn.java:103)
        at org.sqlite.Conn.<init>(Conn.java:57)
        at org.sqlite.JDBC.createConnection(JDBC.java:77)
        at org.sqlite.JDBC.connect(JDBC.java:64)
        at java.sql.DriverManager.getConnection(Unknown Source)
        at java.sql.DriverManager.getConnection(Unknown Source)
        at me.taylorkelly.mywarp.ConnectionManager.initialize(ConnectionManager.java:15)
        at me.taylorkelly.mywarp.MyWarp.onEnable(MyWarp.java:57)
        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)
    2011-07-13 23:37:31 [SEVERE] [MYWARP] Could not establish SQL connection. Disabling MyWarp
    2011-07-13 23:37:31 [INFO] [ChestLock] Successfully linked with Permissions!
    2011-07-13 23:37:31 [INFO] [iConomyChestShop] Permissions version 3.1.6 loaded.
    2011-07-13 23:37:31 [INFO] [ChestLock] Successfully linked with Permissions!
    2011-07-13 23:37:31 [INFO] [iConomyChestShop] Permissions version 3.1.6 loaded.
    2011-07-13 23:37:31 [INFO] [OpenInv] version 1.3.2-test enabled!
    2011-07-13 23:37:31 [INFO] [ChestLock] Successfully linked with Permissions!
    2011-07-13 23:37:31 [INFO] [iConomyChestShop] Permissions version 3.1.6 loaded.
    2011-07-13 23:37:31 [INFO] PlgSetspawn version 4.1 is enabled!
    2011-07-13 23:37:31 [INFO] [ChestLock] Successfully linked with Permissions!
    2011-07-13 23:37:31 [INFO] [iConomyChestShop] Permissions version 3.1.6 loaded.
    2011-07-13 23:37:31 [INFO] [PVP Arena] enabled. (version 0.0.4)
    2011-07-13 23:37:31 [INFO] [ChestLock] Successfully linked with Permissions!
    2011-07-13 23:37:31 [INFO] [iConomyChestShop] Permissions version 3.1.6 loaded.
    2011-07-13 23:37:31 [INFO] [SimpleAntiGrief] Permissions system detected!
    2011-07-13 23:37:31 [INFO] [SimpleAntiGrief] Your old blacklist file still exists, please delete it and use blacklist.yml!
    2011-07-13 23:37:31 [INFO] [SimpleAntiGrief] Version 1.4 by captainawesome7 has been enabled!
    2011-07-13 23:37:31 [INFO] [ChestLock] Successfully linked with Permissions!
    2011-07-13 23:37:31 [INFO] [iConomyChestShop] Permissions version 3.1.6 loaded.
    2011-07-13 23:37:31 [INFO] [SlowHealth] version [3.2.0] (actruncale) is loaded.
    2011-07-13 23:37:31 [INFO] [ChestLock] Successfully linked with Permissions!
    2011-07-13 23:37:31 [INFO] [iConomyChestShop] Permissions version 3.1.6 loaded.
    2011-07-13 23:37:31 [INFO] TravelPortals version 1.5 is enabled!
    2011-07-13 23:37:31 [INFO] [ChestLock] Successfully linked with Permissions!
    2011-07-13 23:37:31 [INFO] [iConomyChestShop] Permissions version 3.1.6 loaded.
    2011-07-13 23:37:31 [INFO] [Permissions] (Yeti) disabled successfully.
    2011-07-13 23:37:31 [INFO] [ChestLock] Successfully linked with Permissions!
    2011-07-13 23:37:31 [INFO] [iConomyChestShop] Permissions version 3.1.6 loaded.
    2011-07-13 23:37:31 [INFO] [VanishNoPickup] 1.9.9 enabled.
    2011-07-13 23:37:31 [INFO] [ChestLock] Successfully linked with Permissions!
    2011-07-13 23:37:31 [INFO] [iConomyChestShop] Permissions version 3.1.6 loaded.
    2011-07-13 23:37:31 [INFO] WorldEdit 4.6 enabled.
    2011-07-13 23:37:31 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-07-13 23:37:31 [INFO] [ChestLock] Successfully linked with Permissions!
    2011-07-13 23:37:31 [INFO] [iConomyChestShop] Permissions version 3.1.6 loaded.
    2011-07-13 23:37:31 [INFO] WorldGuard: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-07-13 23:37:31 [INFO] WorldGuard: (Main_Spawn) Single session is enforced.
    2011-07-13 23:37:31 [INFO] WorldGuard: (Main_Spawn) TNT ignition is PERMITTED.
    2011-07-13 23:37:31 [INFO] WorldGuard: (Main_Spawn) Lighters are PERMITTED.
    2011-07-13 23:37:31 [INFO] WorldGuard: (Main_Spawn) Lava fire is blocked.
    2011-07-13 23:37:31 [INFO] WorldGuard: (Main_Spawn) Fire spread is UNRESTRICTED.
    2011-07-13 23:37:31 [INFO] WorldGuard: Loaded configuration for world 'Main_Spawn"
    2011-07-13 23:37:31 [INFO] WorldGuard: (world) Single session is enforced.
    2011-07-13 23:37:31 [INFO] WorldGuard: (world) TNT ignition is PERMITTED.
    2011-07-13 23:37:31 [INFO] WorldGuard: (world) Lighters are PERMITTED.
    2011-07-13 23:37:31 [INFO] WorldGuard: (world) Lava fire is blocked.
    2011-07-13 23:37:31 [INFO] WorldGuard: (world) Fire spread is UNRESTRICTED.
    2011-07-13 23:37:31 [INFO] WorldGuard: Loaded configuration for world 'world"
    2011-07-13 23:37:31 [INFO] WorldGuard: (world_nether) Single session is enforced.
    2011-07-13 23:37:31 [INFO] WorldGuard: (world_nether) TNT ignition is PERMITTED.
    2011-07-13 23:37:31 [INFO] WorldGuard: (world_nether) Lighters are PERMITTED.
    2011-07-13 23:37:31 [INFO] WorldGuard: (world_nether) Lava fire is blocked.
    2011-07-13 23:37:31 [INFO] WorldGuard: (world_nether) Fire spread is UNRESTRICTED.
    2011-07-13 23:37:31 [INFO] WorldGuard: Loaded configuration for world 'world_nether"
    2011-07-13 23:37:31 [INFO] WorldGuard: (skygliders) Single session is enforced.
    2011-07-13 23:37:31 [INFO] WorldGuard: (skygliders) TNT ignition is PERMITTED.
    2011-07-13 23:37:31 [INFO] WorldGuard: (skygliders) Lighters are PERMITTED.
    2011-07-13 23:37:31 [INFO] WorldGuard: (skygliders) Lava fire is blocked.
    2011-07-13 23:37:31 [INFO] WorldGuard: (skygliders) Fire spread is UNRESTRICTED.
    2011-07-13 23:37:31 [INFO] WorldGuard: Loaded configuration for world 'skygliders"
    2011-07-13 23:37:31 [INFO] WorldGuard: (skygliders_nether) Single session is enforced.
    2011-07-13 23:37:31 [INFO] WorldGuard: (skygliders_nether) TNT ignition is PERMITTED.
    2011-07-13 23:37:31 [INFO] WorldGuard: (skygliders_nether) Lighters are PERMITTED.
    2011-07-13 23:37:31 [INFO] WorldGuard: (skygliders_nether) Lava fire is blocked.
    2011-07-13 23:37:31 [INFO] WorldGuard: (skygliders_nether) Fire spread is UNRESTRICTED.
    2011-07-13 23:37:31 [INFO] WorldGuard: Loaded configuration for world 'skygliders_nether"
    2011-07-13 23:37:31 [INFO] WorldGuard: (survival) Single session is enforced.
    2011-07-13 23:37:31 [INFO] WorldGuard: (survival) TNT ignition is PERMITTED.
    2011-07-13 23:37:31 [INFO] WorldGuard: (survival) Lighters are PERMITTED.
    2011-07-13 23:37:31 [INFO] WorldGuard: (survival) Lava fire is blocked.
    2011-07-13 23:37:31 [INFO] WorldGuard: (survival) Fire spread is UNRESTRICTED.
    2011-07-13 23:37:31 [INFO] WorldGuard: Loaded configuration for world 'survival"
    2011-07-13 23:37:31 [INFO] WorldGuard: (main_spawn_nether) Single session is enforced.
    2011-07-13 23:37:31 [INFO] WorldGuard: (main_spawn_nether) TNT ignition is PERMITTED.
    2011-07-13 23:37:31 [INFO] WorldGuard: (main_spawn_nether) Lighters are PERMITTED.
    2011-07-13 23:37:31 [INFO] WorldGuard: (main_spawn_nether) Lava fire is blocked.
    2011-07-13 23:37:31 [INFO] WorldGuard: (main_spawn_nether) Fire spread is UNRESTRICTED.
    2011-07-13 23:37:31 [INFO] WorldGuard: Loaded configuration for world 'main_spawn_nether"
    2011-07-13 23:37:31 [INFO] WorldGuard: (pure_survival) Single session is enforced.
    2011-07-13 23:37:31 [INFO] WorldGuard: (pure_survival) TNT ignition is PERMITTED.
    2011-07-13 23:37:31 [INFO] WorldGuard: (pure_survival) Lighters are PERMITTED.
    2011-07-13 23:37:31 [INFO] WorldGuard: (pure_survival) Lava fire is blocked.
    2011-07-13 23:37:31 [INFO] WorldGuard: (pure_survival) Fire spread is UNRESTRICTED.
    2011-07-13 23:37:32 [INFO] WorldGuard: Loaded configuration for world 'pure_survival"
    2011-07-13 23:37:32 [INFO] WorldGuard: (chaos) Single session is enforced.
    2011-07-13 23:37:32 [INFO] WorldGuard: (chaos) TNT ignition is PERMITTED.
    2011-07-13 23:37:32 [INFO] WorldGuard: (chaos) Lighters are PERMITTED.
    2011-07-13 23:37:32 [INFO] WorldGuard: (chaos) Lava fire is blocked.
    2011-07-13 23:37:32 [INFO] WorldGuard: (chaos) Fire spread is UNRESTRICTED.
    2011-07-13 23:37:32 [INFO] WorldGuard: Loaded configuration for world 'chaos"
    2011-07-13 23:37:32 [INFO] WorldGuard: (skylands) Single session is enforced.
    2011-07-13 23:37:32 [INFO] WorldGuard: (skylands) TNT ignition is PERMITTED.
    2011-07-13 23:37:32 [INFO] WorldGuard: (skylands) Lighters are PERMITTED.
    2011-07-13 23:37:32 [INFO] WorldGuard: (skylands) Lava fire is blocked.
    2011-07-13 23:37:32 [INFO] WorldGuard: (skylands) Fire spread is UNRESTRICTED.
    2011-07-13 23:37:32 [INFO] WorldGuard: Loaded configuration for world 'skylands"
    2011-07-13 23:37:32 [INFO] WorldGuard: (creative) Single session is enforced.
    2011-07-13 23:37:32 [INFO] WorldGuard: (creative) TNT ignition is PERMITTED.
    2011-07-13 23:37:32 [INFO] WorldGuard: (creative) Lighters are PERMITTED.
    2011-07-13 23:37:32 [INFO] WorldGuard: (creative) Lava fire is blocked.
    2011-07-13 23:37:32 [INFO] WorldGuard: (creative) Fire spread is UNRESTRICTED.
    2011-07-13 23:37:32 [INFO] WorldGuard: Loaded configuration for world 'creative"
    2011-07-13 23:37:32 [INFO] WorldGuard: (nether) Single session is enforced.
    2011-07-13 23:37:32 [INFO] WorldGuard: (nether) TNT ignition is PERMITTED.
    2011-07-13 23:37:32 [INFO] WorldGuard: (nether) Lighters are PERMITTED.
    2011-07-13 23:37:32 [INFO] WorldGuard: (nether) Lava fire is blocked.
    2011-07-13 23:37:32 [INFO] WorldGuard: (nether) Fire spread is UNRESTRICTED.
    2011-07-13 23:37:32 [INFO] WorldGuard: Loaded configuration for world 'nether"
    2011-07-13 23:37:32 [INFO] WorldGuard: 1 regions loaded for 'Main_Spawn'
    2011-07-13 23:37:32 [INFO] WorldGuard: 1 regions loaded for 'survival'
    2011-07-13 23:37:32 [INFO] WorldGuard 5.2.2 enabled.
    2011-07-13 23:37:32 [INFO] [ChestLock] Successfully linked with Permissions!
    2011-07-13 23:37:32 [INFO] [iConomyChestShop] Permissions version 3.1.6 loaded.
    2011-07-13 23:37:32 [INFO] [AntiBuild] version 1.5.0 enabled with multiworld support
    2011-07-13 23:37:32 [INFO] [ChestLock] Successfully linked with Permissions!
    2011-07-13 23:37:32 [INFO] [iConomyChestShop] Permissions version 3.1.6 loaded.
    2011-07-13 23:37:32 [INFO] Enabled DefaultPermissions v0.3.1
    2011-07-13 23:37:32 [INFO] [ChestLock] Successfully linked with Permissions!
    2011-07-13 23:37:32 [INFO] [iConomyChestShop] Permissions version 3.1.6 loaded.
    2011-07-13 23:37:32 [INFO] [AdminCmd] Plugin Enabled. (version 5.2)
    2011-07-13 23:37:32 [INFO] [ChestLock] Successfully linked with Permissions!
    2011-07-13 23:37:32 [INFO] [iConomyChestShop] Permissions version 3.1.6 loaded.
    2011-07-13 23:37:32 [SEVERE] [Jobs] - configuration file generalConfig.yml does not exist
    2011-07-13 23:37:32 [SEVERE] [Jobs] - configuration file generalConfig.yml does not exist
    2011-07-13 23:37:32 [SEVERE] [Jobs] - configuration file jobConfig.yml does not exist
    2011-07-13 23:37:32 [SEVERE] [Jobs] - configuration file titleConfig.yml does not exist, disabling titles
    2011-07-13 23:37:32 [SEVERE] [Jobs] - configuration file messageConfig.yml does not exist, using default messages.
    2011-07-13 23:37:32 [SEVERE] Error occurred while disabling Jobs v2.4.0 (Is it up to date?): null
    java.lang.NullPointerException
        at com.zford.jobs.config.JobsConfiguration.loadSlots(Unknown Source)
        at com.zford.jobs.config.JobsConfiguration.<init>(Unknown Source)
        at com.zford.jobs.config.JobsConfiguration.getInstance(Unknown Source)
        at com.zford.jobs.Jobs.onDisable(Unknown Source)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:128)
        at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:878)
        at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:280)
        at com.zford.jobs.Jobs.disablePlugin(Unknown Source)
        at com.zford.jobs.config.JobsConfiguration.loadGeneralSettings(Unknown Source)
        at com.zford.jobs.config.JobsConfiguration.<init>(Unknown Source)
        at com.zford.jobs.config.JobsConfiguration.getInstance(Unknown Source)
        at com.zford.jobs.Jobs.onEnable(Unknown Source)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:857)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:264)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:151)
        at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:136)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:284)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:271)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:148)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-07-13 23:37:32 [SEVERE] [Jobs] - configuration file jobConfig.yml does not exist
    2011-07-13 23:37:32 [SEVERE] [Jobs] - configuration file titleConfig.yml does not exist, disabling titles
    2011-07-13 23:37:32 [SEVERE] [Jobs] - configuration file messageConfig.yml does not exist, using default messages.
    2011-07-13 23:37:32 [SEVERE] Error occurred while enabling Jobs v2.4.0 (Is it up to date?): null
    java.lang.NullPointerException
        at com.zford.jobs.config.JobsConfiguration.loadSlots(Unknown Source)
        at com.zford.jobs.config.JobsConfiguration.<init>(Unknown Source)
        at com.zford.jobs.config.JobsConfiguration.getInstance(Unknown Source)
        at com.zford.jobs.Jobs.onEnable(Unknown Source)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:857)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:264)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:151)
        at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:136)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:284)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:271)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:148)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-07-13 23:37:32 [INFO] [ChestLock] Successfully linked with Permissions!
    2011-07-13 23:37:32 [INFO] [iConomyChestShop] Permissions version 3.1.6 loaded.
    2011-07-13 23:37:32 [INFO] [MobArena] v0.92.4 enabled.
    2011-07-13 23:37:32 [INFO] [ChestLock] Successfully linked with Permissions!
    2011-07-13 23:37:32 [INFO] [iConomyChestShop] Permissions version 3.1.6 loaded.
    2011-07-13 23:37:32 [INFO] Done (2.009s)! For help, type "help" or "?"
    2011-07-13 23:37:34 [INFO] [BBROTHER] Removed 0 old records because of age in 0h00m00s.
    

    this message continues .....
     
  13. Offline

    darkwarriors

  14. Offline

    DetCox

    hi, ive been trying to find and switch all of my plugins to sql rather than flat files. so i switched from 2.7.4 to 3.1.6
    worked ok, until i switched it to mysql then i had three problems. ill star least to grateset:
    1. when i set players in PrEntries manualy and set worldid to 1 or all(*), it still adds the same players with worldid's 2(world) and 3(nether). idk but it seams like it should check to see if the player already has 1 or all(*) set. the manualy set players do work in the rest of the setting however so its not a big deal i just have each player listed three times.

    2. second i asume PrWorldBase is to set a default permissions group for new players so i don't have to set each and every player it in PrInheritance for the basic user permissions ("users" group in my case). if so this does not seem to be working at all as i have the "users" group set to each world in PrWorldBase and new players default to nothing. i have to add them manualy to the permissions group. thats a bit of a pain.

    3. last the bigest problem i have is up untill i setup 3.1.6 with mysql i never had any problems soon after i set it up MySQL 5.0 service crashes/stops and will not restart (the restart problem is mysql i could never restart the service after a crash) i beleive it is permissions that at some point crashes the service because this has happend twice and only after i setup permissions with mysql (because mysql can be vary hard to repair after this i was forced to reinstall windows 2003 server (ther is no native restore point service in windows 2003) the first time, the second i was able to role back to a restor point to fix mysql (after installing "system restore points" from an xp disk ;D )
    i could not find any errors other than error related to not being able to conect to the database. sorry i will not try to replicate this because it is way to much of a pain to recover from. all i ask is that you look into it a bit. till then ill just use 2.7.4 it works fine for now however i would still like to switch to a MySQL ver.
    thank you.

    (i know i cant spell and my spell check plugin is not working ATM. so, sorry....)
     
  15. Offline

    Bhikku

    Heyho, i have a question.

    The Inheritance, who does it work? I have for example 3 groups: a, b and c. Group B should have the inheritance of Group A, so i enter under Group B inheritance: -Group A. Thats ok and i understand it.

    But if i want Group C should have the inheritance of Group B, means this, that every Command of Group A will be @Group C too or must i Enter @inheritance Group C - config: inheritance: -Group A -GroupB?

    Hope you understand this fail eng.
    Show Spoiler
    Here is the example.
    Code:
        Group B:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
                - Group A
            permissions:
        - essentials.tp
        - falsebook.ic.mc1241
    
    ... so @C:
        Group C:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
                - Groub B  (is this means, that it takes the inheritance of Group A too(Group B has the inhteriance of A, so?)
            permissions:
        - essentials.tp
        - falsebook.ic.mc1241
     
  16. Offline

    obscurehero

    Not unless you've set up mirroring in the storageconfig. It updates them, yes, but it doesn't make one worlds changes present in all the worlds.
     
  17. Offline

    jasvecht

    Does nobody have a solution for me at all? :(
     
  18. Offline

    der_robert

    I'm just going to program a web interface.

    Currently you can assign users specific groups and change again. Users can be deleted, new rights can be added to both groups as well as exclusive player.

    I use the original "permissions" tables, only the table "PrPermissions" has received an additional column for descriptions.

    An overview of all groups and whose right it is also, these can also be extinguished.


    in Deutsch (open)
    Ich bin gerade dabei, ein Webinterface zu programmieren.

    Momentan kann man Benutzer bestimmten Gruppen zuweisen und auch wieder ändern. Benutzer können gelöscht werden, neue Rechte können sowohl für Gruppen als auch für Spieler exclusiv hinzugefügt werden.

    Ich verwende die originalen "Permissions" Tabellen, lediglich die Tabelle "PrPermissions" hat eine zusätzliche Spalte bekommen für Beschreibungen.

    Eine Übersicht aller Gruppen und deren Rechte gibt es auch, diese können auch gelöscht und bearbeitet werden.
     
    dark_hunter likes this.
  19. Offline

    obscurehero

    I haven't tried using this command before, so I'm not sure what's going wrong. Sorry!

    This is easy enough to configure. You don't need essentials. However, I think you'll need something like CommndBook if you want to be able to have kick, ban, pardon, etc.

    I've written them for you with lwc, as I find that easier and more intuitive than lockette (and personal preference). You'll need to change this if you use lockette.
    Show Spoiler

    Code:
    groups:
        FirstTimer:
            default: true
            info:
                prefix: ''
                suffix: ''
                build: false
            inheritance:
            permissions:
                - 'lwc.blockinventory'
                - 'commandbook.rules'
                - 'commandbook.motd'
                - 'commandbook.spawn'
        Player:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
                - FirstTimer
            permissions:
                - 'lwc.protect'
        Mod:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
                - Player
            permissions:
                - 'commandbook.slap'
                - 'lwc.mod'
                - 'commandbook.weather'
                - 'commandbook.weather.*'
                - 'commandbook.mute'
                - 'commandbook.kick'
                - 'worldguard.heal'
                - 'worldedit.fixwater'
                - 'worldedit.fixlava'
                - 'worldedit.unstuck'
                - 'worldguard.fire-toggle.stop'
                - 'commandbook.whereami.*'
                - 'commandbook.call'
                - 'worldguard.fire-toggle.stop'
                - 'permissions.list.users'
                - 'permissions.*'
                - 'commandbook.bans.ban'
                - 'commandbook.bans.isbanned'
        Admin:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
                - Mod
            permissions:
                - 'commandbook.time'
                - 'myhome.admin'
                - 'worldedit.wand'
                - 'worldedit.wand.*'
                - 'worldedit.selection.*'
                - 'worldguard.region.*'
                - 'commandbook.clear'
                - 'commandbook.shock'
                - 'worldguard.slay.*'
                - 'worldguard.heal.*'
                - 'lwc.admin'
                - 'commandbook.more.*'
                - 'commandbook.give.*'
                - 'commandbook.time.*'
                - 'commandbook.kit.*'
                - 'commandbook.teleport.*'
                - 'commandbook.return'
                - 'commandbook.broadcast'
                - -worldguard.region.bypass.*
        Owner:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
                - Admin
            permissions:
                - '*'
    tracks:
        MainTrack:
        - FirstTimer
        - Player
        AdminTrack:
        - Player
        - Mod
        - Admin


    This is just a starting place.

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

    wdlax11

    ok im having an issue i have my files

    groups:
    Code:
    groups:
        Default:
            default: true
            info:
                prefix: ''
                suffix: ''
                build: false
            inheritance:
            permissions:
                - 'choptree.chop'
                - 'myhome.home.*'
        Member:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
                - Default
            permissions:
                - 'rocketboots.*'
                - 'mapclone.clone'
                - 'multiverse.tp'
                - 'colorme.list'
                - 'colorme.self'
                - 'styxspace.teleport.*'
        Moderator:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
                - Member
            permissions:
                - 'colorme.*'
                - 'multiverse.portal.*'
                - 'mothernature.*'
                - 'myhome.*'
        Admins:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            permissions:
                - '*'
    
    and users:
    Code:
    users:
        wdlax00:
            groups:
                 - Admins
               permissions:
    
        rabbitthegreat:
            groups:
                 - Admins
               permissions:
    
        yo_fayce:
            groups:
                 - Admins
               permissions:
    
        sevenbit03:
            groups: 
                - Moderator
            permissions:
        
        paraplegicrabit:
            groups: 
                - Moderator
            permissions:
        magicalone:
            groups: 
                - Moderator
            permissions:
        
        xtryhardx:
             groups: 
                - Member
             permissions:
    
        aviexon:
            groups:
                 - Member
            permissions:
    
        tnttroll:
            groups:
                 - Member
            permissions:
    
        coaxke:
             groups: 
                - Member
             permissions:
    
        eisz:
            groups:
                 - Member
            permissions:
    
        coaxke707:
            groups:
                 - Member
            permissions:
    
        blacksd345:
            groups:
                 - Member
            permissions:
    
        darkreapa:
            groups:
                 - Member
            permissions:
    
        maels:
            groups:
                 - Member
            permissions:
    
        H1ghvoltage:
            groups:
                 - Member
            permissions:
    
        Mazrith:
            groups:
                 - Member
            permissions:
    
    Im running the server on bukkit's current recommend build running client 1.7.3

    why doesnt it work?
     
  21. Offline

    dbizzzle

    I am not quite sure what you mean because I do plan on making a freebuild area but I want that to be the only place User's can build other than their lot, but with build set to false they can't even build on their lot? And what parent lot?
     
  22. Offline

    sekol

    hello. I encountered a problem like the one asked before. actually i can't promote/demote players, because it says that player isnt in specified group or something. Also i set group "Gracz(Player)" a default one but permissions isnt adding new players to it!
    I have to edit players.yml and set their groups manually :(
    Code:
    groups:
        Admin:
            permissions:
            - commandbook.give.stacks.unlimited
            - worldguard.heal.other
            - commandbook.give.infinite
            - factions.reload
            - xlevel.admin.*
            - factions.manageWarZone
            - easyrpg.canreload
            - worldguard.god.other
            - worldguard.stack
            - worldguard.heal
            - factions.participate
            - worldguard.ungod.other
            - worldguard.god
            - factions.saveall
            - factions.worldOptions
            - factions.manageSafeZone
            - commandbook.more
            - factions.create
            - commandbook.setspawn
            - factions.adminBypass
            - factions.lock
            - factions.disband
            - worldguard.slay.other
            - faction.lock
            - commandbook.give
            - worldguard.ungod
            - commandbook.give.other
            - commandbook.more.infinite
            - commandbook.give.stacks
            inheritance:
            - Gracz
            default: false
            info:
                build: true
        Gracz:
            default: true
            info:
                build: true
            permissions:
            - mcmmo.ability.excavation
            - commandbook.rules
            - mcmmo.ability.axes
            - mcmmo.motd
            - mcmmo.commands.ability
            - mcmmo.ability.mining
            - easyrpg.canrpg
            - mcmmo.skills.*
            - mcmmo.ability.unarmed
            - mcmmo.ability.swords
            - xlevel.player.*
            - commandbook.time.check
            - factions.participate
            - mcmmo.regeneration
            - mcmmo.ability.herbalism
            - commandbook.who
            - mcmmo.ability.woodcutting
            inheritance:
    tracks:
        track:
        - Gracz
        - Admin
    
     
  23. Offline

    wdlax11

    my permissions doesnt work at all... it like crashes...
     
  24. Offline

    obscurehero

    Please take this inquiry to the worldguard forums at sk89Q's site...or his plugin thread here. The people there are more knowledgable.

    Basically you need to set the flag for _global_ as build = false so that you can make other regions like plots and free-build area with higher priority that give build access. As for implementation, I don't have the time ATM to dig up the commands you need. This is all readily accessible on SK89Q's wiki and accompanying reference sheet.

    Your users.yml isn't formatted correctly

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

    seanpaune

    I can not thank you enough, Obscure, I was going out of my mind. I'm going to have to stick with Lockette due to the number of players we already have and they have locked everything you can possibly think of. How would I change those commands? (finding the syntax for each plugin is part of what has driven me insane)
     
  26. Offline

    obscurehero

    Taken from the lockette plugin page
    Show Spoiler
    Advanced Setup:
    There are a few things you can now customize in the configuration files for the plugin, found in the plugins/Lockette folder. After running the plugin for the first time, two files will be created, config.yml and strings.yml. The first holds the following settings:

    • enable-permissions - Allows the use of permission nodes to specify who can do what. If this is disabled, groups will still be used but admin status is taken from the ops file. Defaults to false.
    • enable-messages-* - Enables or disables groups of messages listed in the strings.yml file. Not counting the broadcast ones.
    • broadcast-*-target - Sets the group or player that specific broadcast messages should be sent to. This can be set to "" for no one.
    • explosion-protection-all - Enabling this extends explosion protection to all containers on the server, not just [Private] ones. Default is disabled.
    • allow-admin-bypass - Allows admins to go though any protected door. Default is true.
    • allow-admin-snoop - Allows admins to peek into chests owned by other people. Default is false, and this setting is recommended! A broadcast message will be sent each time an admin snoops in a protected container where the admin doesn't have permission to. The message will be sent to a player or group as specified in another option. Admins can still break protection on chests if this is disabled, however.
    • enable-protection-doors - Enables support for private doors, defaults to true.
    • default-door-timer - Sets the door closing timer for all protected doors on the server, unless overridden by a specific sign. Defaults to 0, which disables the door closing timer.
    In the strings.yml file, you can set alternate language tags for [Private] and such, in UTF-8 format. The default alternate tags are in French, but server ops are free to translate the whole file into the language of their choice. If you do this, please share it back to me~ :3 If you want to disable only a specific message, you can set it to "", the empty string. Admins can use the command '/lockette reload' after editing the configuration files, to reload them.

    If a Permissions plugin is not available or the enable-permissions option is set to false, Lockette will use the ops file to determine who are admins. Admins can break the protection on any chest, and look inside protected chests (only if the related option is set), as well as reload the plugins configuration files. All non-ops will be able to create protected containers for themselves.

    If a Permissions plugin is available and the enable-permissions option is set to true, the following nodes will be used instead of the ops file and are included by default in the '*' node:

    • lockette.user.create.* - Permission required to create a protected container or door. Possible sub-nodes include chest, dispenser, furnace, and door. (The permission lockette.create.all is still supported, but obsolete.)
    • lockette.admin.create.* - Allows admins to create containers and doors for other users. Possible sub-nodes include chest, dispenser, furnace, and door. Leave line 2 blank for the default behavior or enter the name of your choice. Capitalization matters.
    • lockette.admin.break - Allows breaking protection on containers.
    • lockette.admin.bypass - Allows opening of any locked door.
    • lockette.admin.snoop - Allows peeking in protected containers. (The setting allow-admin-snoop must be true.)
    • lockette.admin.reload - Allows use of the reload command.



    you'll need to remove anything lwc related that I put in there, and then add permissions nodes that you want. For example, I'd give your admins 'lockette.admin.*'

    I'd give your users who you want to let use protections:
    'lockette.user.create.*'

    OR

    'lockette.user.create.chest' if you only want them to be able to protect chests, for example. Make sense?
     
  27. Offline

    wdlax11

    nope lol what wrong with mine? hows it formatted incorrectly?
     
  28. Offline

    Jeyge

    That is an easy one to fix and happens so much there is a note in the OP about it as well as the wiki FAQ. Most likely it is an out of date plugin like MyHome, MyWarp or Help. Update those plugins if you are running them, read the OP and/or the wiki FAQ.
     
  29. Offline

    seanpaune

    Total sense. Again, thank you, Obscure. And what hair I haven't ripped out also thanks you.
     
  30. Offline

    Techykid3

    But what I need to know is if bob was an admin in the command you told me a while ago, because I really need to be able to promote people from other worlds without having to setup globals, because there is different ranks in each world.
     
  31. Offline

    Jeyge

    The information on how to promote/demote in other worlds seems to have been lost from the wiki but it is still in the code. All you need to do is add a w:<world> to your commands right after the user so the command will look like "/pr <user> (w:<world>) promote t:<track>" or "/pr <user> (w:<world>) promote" if you are using the default track.

    It almost looks like you are trying to use the default track and if that is so, your track: should be where your current tracks: is. If you are using the default track, then your command should be "/pr <user> (w:<world>) promote". If you want track: to actually be a track, then your command should be "/pr <user> (w:<world>) promote t:track.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Sep 9, 2018
    Techykid3 likes this.
Thread Status:
Not open for further replies.

Share This Page