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

    Oscarius

    I am getting the following error when trying to update from 3.1.4 to 3.1.5b:
    Code:
    2011-06-25 05:11:12 [INFO] Starting minecraft server version Beta 1.6.6
    2011-06-25 05:11:12 [INFO] Loading properties
    2011-06-25 05:11:12 [INFO] Starting Minecraft server on 0.0.0.0:25565
    2011-06-25 05:11:12 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-823-gb9d0b04-b860jnks (MC: 1.6.6)
    2011-06-25 05:11:12 [INFO] Preparing level "world"
    2011-06-25 05:11:12 [INFO] Preparing start region for level 0
    2011-06-25 05:11:13 [INFO] DataSourcePool [MinecartManiaCore] autoCommit[false] transIsolation[SERIALIZABLE] min[2] max[20]
    2011-06-25 05:11:13 [INFO] SubClassFactory parent ClassLoader [org.bukkit.plugin.java.PluginClassLoader]
    2011-06-25 05:11:14 [INFO] Entities enhanced[0] subclassed[2]
    2011-06-25 05:11:14 [INFO] DataSourcePool [MinecartManiaSignCommands] autoCommit[false] transIsolation[SERIALIZABLE] min[2] max[20]
    2011-06-25 05:11:14 [INFO] SubClassFactory parent ClassLoader [org.bukkit.plugin.java.PluginClassLoader]
    2011-06-25 05:11:14 [INFO] Entities enhanced[0] subclassed[2]
    2011-06-25 05:11:15 [INFO] DataSourcePool [DispNameChanger] autoCommit[false] transIsolation[SERIALIZABLE] min[2] max[20]
    2011-06-25 05:11:15 [INFO] SubClassFactory parent ClassLoader [org.bukkit.plugin.java.PluginClassLoader]
    2011-06-25 05:11:15 [INFO] Entities enhanced[0] subclassed[1]
    2011-06-25 05:11:15 [INFO] DataSourcePool [SummaCodes] autoCommit[false] transIsolation[SERIALIZABLE] min[2] max[20]
    2011-06-25 05:11:15 [INFO] SubClassFactory parent ClassLoader [org.bukkit.plugin.java.PluginClassLoader]
    2011-06-25 05:11:15 [INFO] Entities enhanced[0] subclassed[1]
    2011-06-25 05:11:16 [INFO] LWC    Loading shared objects
    2011-06-25 05:11:16 [INFO] Cache    Protection cache: 0/10000
    2011-06-25 05:11:16 [INFO] LWC    Native library: plugins/LWC/lib/native/Linux/amd64/libsqlitejdbc.so
    2011-06-25 05:11:16 [INFO] Starting Minequery server on 0.0.0.0:25566
    2011-06-25 05:11:16 [SEVERE] java.lang.NullPointerException
    2011-06-25 05:11:16 [SEVERE]     at com.nijiko.data.YamlUserStorage.<init>(YamlUserStorage.java:35)
    2011-06-25 05:11:16 [SEVERE]     at com.nijiko.data.YamlCreator.getUserStorage(YamlCreator.java:34)
    2011-06-25 05:11:16 [SEVERE]     at com.nijiko.data.StorageFactory.getUserStorage(StorageFactory.java:76)
    2011-06-25 05:11:16 [SEVERE]     at com.nijiko.permissions.ModularControl.forceLoadWorld(ModularControl.java:92)
    2011-06-25 05:11:16 [SEVERE]     at com.nijiko.permissions.ModularControl.loadWorld(ModularControl.java:84)
    2011-06-25 05:11:16 [SEVERE]     at com.nijiko.permissions.ModularControl.load(ModularControl.java:105)
    2011-06-25 05:11:16 [SEVERE]     at com.nijikokun.bukkit.Permissions.Permissions.setupPermissions(Permissions.java:186)
    2011-06-25 05:11:16 [SEVERE]     at com.nijikokun.bukkit.Permissions.Permissions.onLoad(Permissions.java:139)
    2011-06-25 05:11:16 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:112)
    2011-06-25 05:11:16 [SEVERE]     at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:232)
    2011-06-25 05:11:16 [SEVERE]     at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:219)
    2011-06-25 05:11:16 [SEVERE]     at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:146)
    2011-06-25 05:11:16 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:283)
    2011-06-25 05:11:16 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-06-25 05:11:16 [SEVERE] [Permissions] Unable to load permission data.
    2011-06-25 05:11:16 [SEVERE] [Permissions] Shutting down Permissions due to error(s).
    2011-06-25 05:11:16 [INFO] [Permissions] (Yeti) was initialized.
    2011-06-25 05:11:16 [INFO] [Minecart Mania] Debug mode switched to NORMAL
    2011-06-25 05:11:17 [INFO] [Minecart Mania] MinecartManiaCore version 1.2.8 is enabled!
    2011-06-25 05:11:17 [INFO] BorderGuard version 3.1 is enabled!
    2011-06-25 05:11:17 [INFO] [Permissions] (Yeti) disabled successfully.
    
     
  3. Offline

    xboxhacks

    is it possible to rank people up in game??
     
  4. Offline

    Xom

  5. Offline

    NuclearKamikaze

    cant get it to work : (

    Its driving me crazy, I made a new server just to test it with no plugins at all and still!!! SOMEONE HELP PLEASE!

    THIS Comes in the consol! WHAT IS THIS:
    Code:
    ler.java:556)
    03:56:51 [SEVERE]       at net.minecraft.server.Packet15Place.a(SourceFile:57)
    03:56:51 [SEVERE]       at net.minecraft.server.NetworkManager.b(NetworkManager.
    java:217)
    03:56:51 [SEVERE]       at net.minecraft.server.NetServerHandler.a(NetServerHand
    ler.java:75)
    03:56:51 [SEVERE]       at net.minecraft.server.NetworkListenThread.a(SourceFile
    :105)
    03:56:51 [SEVERE]       at net.minecraft.server.MinecraftServer.h(MinecraftServe
    r.java:401)
    03:56:51 [SEVERE]       at net.minecraft.server.MinecraftServer.run(MinecraftSer
    ver.java:311)
    03:56:51 [SEVERE]       at net.minecraft.server.ThreadServerApplication.run(Sour
    ceFile:422)
    03:56:52 [SEVERE] java.lang.NullPointerException
    03:56:52 [SEVERE]       at com.nijikokun.bukkit.Permissions.Listener.onBlockPlac
    e(Listener.java:44)
    03:56:52 [SEVERE]       at org.bukkit.plugin.java.JavaPluginLoader$26.execute(Ja
    vaPluginLoader.java:419)
    03:56:52 [SEVERE]       at org.bukkit.plugin.RegisteredListener.callEvent(Regist
    eredListener.java:58)
    03:56:52 [SEVERE]       at org.bukkit.plugin.SimplePluginManager.callEvent(Simpl
    ePluginManager.java:310)
    03:56:52 [SEVERE]       at org.bukkit.craftbukkit.event.CraftEventFactory.callBl
     
  6. Offline

    Jaker232

    You haven't provided the full error, where it shows illegal stance or position.
     
  7. Offline

    Singapore123

    For me, it will not work with levelcraft.

    EDIT: now it works.
     
  8. Offline

    NuclearKamikaze

    You mean the whole log and permissons? it is:


    Code:
    2011-06-25 03:33:41 [INFO] Starting minecraft server version Beta 1.6.6
    2011-06-25 03:33:41 [INFO] Loading properties
    2011-06-25 03:33:41 [WARNING] server.properties does not exist
    2011-06-25 03:33:41 [INFO] Generating new properties file
    2011-06-25 03:33:41 [INFO] Starting Minecraft server on *:25565
    2011-06-25 03:33:41 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-766-g3fc0460-b818jnks (MC: 1.6.6)
    2011-06-25 03:33:41 [WARNING] Failed to load ban list: java.io.FileNotFoundException: banned-players.txt (The system cannot find the file specified)
    2011-06-25 03:33:41 [WARNING] Failed to load ip ban list: java.io.FileNotFoundException: banned-ips.txt (The system cannot find the file specified)
    2011-06-25 03:33:41 [WARNING] Failed to load ops: java.io.FileNotFoundException: ops.txt (The system cannot find the file specified)
    2011-06-25 03:33:41 [WARNING] Failed to load white-list: java.io.FileNotFoundException: white-list.txt (The system cannot find the file specified)
    2011-06-25 03:33:41 [INFO] Preparing level "world"
    2011-06-25 03:33:42 [INFO] Preparing start region for level 0
    2011-06-25 03:33:43 [INFO] Preparing spawn area: 8%
    2011-06-25 03:33:44 [INFO] Preparing spawn area: 12%
    2011-06-25 03:33:45 [INFO] Preparing spawn area: 20%
    2011-06-25 03:33:46 [INFO] Preparing spawn area: 24%
    2011-06-25 03:33:47 [INFO] Preparing spawn area: 32%
    2011-06-25 03:33:48 [INFO] Preparing spawn area: 40%
    2011-06-25 03:33:49 [INFO] Preparing spawn area: 44%
    2011-06-25 03:33:50 [INFO] Preparing spawn area: 52%
    2011-06-25 03:33:51 [INFO] Preparing spawn area: 60%
    2011-06-25 03:33:52 [INFO] Preparing spawn area: 69%
    2011-06-25 03:33:53 [INFO] Preparing spawn area: 73%
    2011-06-25 03:33:54 [INFO] Preparing spawn area: 81%
    2011-06-25 03:33:55 [INFO] Preparing spawn area: 85%
    2011-06-25 03:33:56 [INFO] Preparing spawn area: 89%
    2011-06-25 03:33:57 [INFO] Preparing spawn area: 93%
    2011-06-25 03:33:58 [INFO] Preparing spawn area: 97%
    2011-06-25 03:33:58 [INFO] Preparing start region for level 1
    2011-06-25 03:34:00 [INFO] Preparing spawn area: 4%
    2011-06-25 03:34:01 [INFO] Preparing spawn area: 4%
    2011-06-25 03:34:02 [INFO] Preparing spawn area: 8%
    2011-06-25 03:34:03 [INFO] Preparing spawn area: 16%
    2011-06-25 03:34:07 [INFO] Preparing spawn area: 20%
    2011-06-25 03:34:09 [INFO] Preparing spawn area: 20%
    2011-06-25 03:34:11 [INFO] Preparing spawn area: 24%
    2011-06-25 03:34:13 [INFO] Preparing spawn area: 28%
    2011-06-25 03:34:14 [INFO] Preparing spawn area: 28%
    2011-06-25 03:34:15 [INFO] Preparing spawn area: 32%
    2011-06-25 03:34:17 [INFO] Preparing spawn area: 36%
    2011-06-25 03:34:18 [INFO] Preparing spawn area: 40%
    2011-06-25 03:34:25 [INFO] Preparing spawn area: 40%
    2011-06-25 03:34:26 [INFO] Preparing spawn area: 44%
    2011-06-25 03:34:27 [INFO] Preparing spawn area: 52%
    2011-06-25 03:34:28 [INFO] Preparing spawn area: 56%
    2011-06-25 03:34:32 [INFO] Preparing spawn area: 57%
    2011-06-25 03:34:33 [INFO] Preparing spawn area: 57%
    2011-06-25 03:34:35 [INFO] Preparing spawn area: 61%
    2011-06-25 03:34:36 [INFO] Preparing spawn area: 65%
    2011-06-25 03:34:37 [INFO] Preparing spawn area: 65%
    2011-06-25 03:34:39 [INFO] Preparing spawn area: 65%
    2011-06-25 03:34:40 [INFO] Preparing spawn area: 69%
    2011-06-25 03:34:41 [INFO] Preparing spawn area: 73%
    2011-06-25 03:34:42 [INFO] Preparing spawn area: 73%
    2011-06-25 03:34:43 [INFO] Preparing spawn area: 77%
    2011-06-25 03:34:44 [INFO] Preparing spawn area: 81%
    2011-06-25 03:34:45 [INFO] Preparing spawn area: 81%
    2011-06-25 03:34:46 [INFO] Preparing spawn area: 85%
    2011-06-25 03:34:47 [INFO] Preparing spawn area: 89%
    2011-06-25 03:34:48 [INFO] Preparing spawn area: 89%
    2011-06-25 03:34:49 [INFO] Preparing spawn area: 89%
    2011-06-25 03:34:51 [INFO] Preparing spawn area: 93%
    2011-06-25 03:34:52 [INFO] Preparing spawn area: 93%
    2011-06-25 03:34:53 [INFO] Preparing spawn area: 97%
    2011-06-25 03:34:54 [INFO] Preparing spawn area: 97%
    2011-06-25 03:34:54 [INFO] Done (7.103s)! For help, type "help" or "?"
    2011-06-25 03:34:57 [INFO] Stopping server
    2011-06-25 03:34:57 [INFO] Saving chunks
    2011-06-25 03:36:39 [INFO] Starting minecraft server version Beta 1.6.6
    2011-06-25 03:36:39 [INFO] Loading properties
    2011-06-25 03:36:39 [INFO] Starting Minecraft server on *:25565
    2011-06-25 03:36:39 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-766-g3fc0460-b818jnks (MC: 1.6.6)
    2011-06-25 03:36:40 [INFO] Preparing level "world"
    2011-06-25 03:36:40 [INFO] Preparing start region for level 0
    2011-06-25 03:36:40 [INFO] Preparing start region for level 1
    2011-06-25 03:36:41 [INFO] Preparing spawn area: 12%
    2011-06-25 03:36:46 [INFO] Preparing spawn area: 20%
    2011-06-25 03:36:53 [INFO] Preparing spawn area: 20%
    2011-06-25 03:36:54 [INFO] Preparing spawn area: 20%
    2011-06-25 03:36:56 [INFO] Preparing spawn area: 24%
    2011-06-25 03:36:57 [INFO] Preparing spawn area: 28%
    2011-06-25 03:36:59 [INFO] Preparing spawn area: 28%
    2011-06-25 03:37:00 [INFO] Preparing spawn area: 32%
    2011-06-25 03:37:01 [INFO] Preparing spawn area: 36%
    2011-06-25 03:37:04 [INFO] Preparing spawn area: 36%
    2011-06-25 03:37:05 [INFO] Preparing spawn area: 40%
    2011-06-25 03:37:08 [INFO] Preparing spawn area: 40%
    2011-06-25 03:37:11 [INFO] Preparing spawn area: 48%
    2011-06-25 03:37:12 [INFO] Preparing spawn area: 48%
    2011-06-25 03:37:13 [INFO] Preparing spawn area: 56%
    2011-06-25 03:37:15 [INFO] Preparing spawn area: 57%
    2011-06-25 03:37:16 [INFO] Preparing spawn area: 57%
    2011-06-25 03:37:18 [INFO] Preparing spawn area: 61%
    2011-06-25 03:37:19 [INFO] Preparing spawn area: 65%
    2011-06-25 03:37:20 [INFO] Preparing spawn area: 65%
    2011-06-25 03:37:21 [INFO] Preparing spawn area: 65%
    2011-06-25 03:37:22 [INFO] Preparing spawn area: 69%
    2011-06-25 03:37:23 [INFO] Preparing spawn area: 73%
    2011-06-25 03:37:25 [INFO] Preparing spawn area: 73%
    2011-06-25 03:37:26 [INFO] Preparing spawn area: 77%
    2011-06-25 03:37:27 [INFO] Preparing spawn area: 81%
    2011-06-25 03:37:28 [INFO] Preparing spawn area: 81%
    2011-06-25 03:37:29 [INFO] Preparing spawn area: 85%
    2011-06-25 03:37:31 [INFO] Preparing spawn area: 89%
    2011-06-25 03:37:32 [INFO] Preparing spawn area: 89%
    2011-06-25 03:37:33 [INFO] Preparing spawn area: 93%
    2011-06-25 03:37:34 [INFO] Preparing spawn area: 93%
    2011-06-25 03:37:35 [INFO] Preparing spawn area: 97%
    2011-06-25 03:37:36 [SEVERE] [Permissions] storageconfig.yml is not a file.
    2011-06-25 03:37:36 [INFO] [Permissions] Shutting down Permissions due to error(s).
    2011-06-25 03:37:36 [SEVERE] [Permissions] storageconfig.yml cannot be read.
    2011-06-25 03:37:36 [INFO] [Permissions] Shutting down Permissions due to error(s).
    2011-06-25 03:37:36 [INFO] [Permissions] Creating storageconfig.yml.
    2011-06-25 03:37:36 [INFO] [Permissions] (Yeti) was initialized.
    2011-06-25 03:37:36 [INFO] [Permissions] version [3.1.4] (Yeti)  loaded
    2011-06-25 03:37:36 [INFO] Done (5.418s)! For help, type "help" or "?"
    2011-06-25 03:38:08 [INFO] [Permissions] (Yeti) saved all data.
    2011-06-25 03:38:08 [INFO] [Permissions] (Yeti) disabled successfully.
    2011-06-25 03:38:08 [INFO] [Permissions] (Yeti) was initialized.
    2011-06-25 03:38:08 [INFO] [Permissions] version [3.1.4] (Yeti)  loaded
    2011-06-25 03:38:08 [INFO] Reload complete.
    2011-06-25 03:38:13 [INFO] Stopping the server..
    2011-06-25 03:38:13 [INFO] Stopping server
    2011-06-25 03:38:13 [INFO] [Permissions] (Yeti) saved all data.
    2011-06-25 03:38:13 [INFO] [Permissions] (Yeti) disabled successfully.
    2011-06-25 03:38:13 [INFO] Saving chunks
    2011-06-25 03:38:15 [INFO] Saving chunks
    2011-06-25 03:38:15 [INFO] Stopping server
    2011-06-25 03:38:15 [INFO] Saving chunks
    2011-06-25 03:46:04 [INFO] Starting minecraft server version Beta 1.6.6
    2011-06-25 03:46:04 [INFO] Loading properties
    2011-06-25 03:46:04 [INFO] Starting Minecraft server on *:25565
    2011-06-25 03:46:04 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-766-g3fc0460-b818jnks (MC: 1.6.6)
    2011-06-25 03:46:04 [INFO] Preparing level "world"
    2011-06-25 03:46:04 [INFO] Preparing start region for level 0
    2011-06-25 03:46:05 [INFO] Preparing start region for level 1
    2011-06-25 03:46:05 [INFO] Preparing spawn area: 57%
    2011-06-25 03:46:06 [SEVERE] while scanning for the next token; found character     '\t' that cannot start any token initializing Permissions v3.1.4 (Is it up to date?)
    while scanning for the next token
    found character     '\t' that cannot start any token
     in "<reader>", line 2, column 1:
            storage:
        ^
    
        at org.yaml.snakeyaml.scanner.ScannerImpl.fetchMoreTokens(ScannerImpl.java:360)
        at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(ScannerImpl.java:183)
        at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingValue.produce(ParserImpl.java:592)
        at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:163)
        at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:148)
        at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:132)
        at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:230)
        at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
        at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:122)
        at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105)
        at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:124)
        at org.yaml.snakeyaml.Yaml.load(Yaml.java:264)
        at com.nijiko.configuration.NotNullConfiguration.load(NotNullConfiguration.java:52)
        at com.nijikokun.bukkit.Permissions.Permissions.onLoad(Permissions.java:136)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:106)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:232)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:219)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:146)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-06-25 03:46:06 [INFO] [Permissions] version [3.1.4] (Yeti)  loaded
    2011-06-25 03:46:06 [INFO] Done (0.154s)! For help, type "help" or "?"
    2011-06-25 03:46:11 [INFO] /70.79.59.207:54994 lost connection
    2011-06-25 03:46:18 [INFO] /70.79.59.207:54997 lost connection
    2011-06-25 03:46:35 [INFO] YXX_RoboKiller [/75.10.159.57:49924] logged in with entity id 3 at (-41.5, 70.62000000476837, -96.5)
    2011-06-25 03:46:37 [INFO] /70.79.59.207:55006 lost connection
    2011-06-25 03:46:46 [INFO] /70.79.59.207:55009 lost connection
    2011-06-25 03:46:56 [INFO] /70.79.59.207:55014 lost connection
    2011-06-25 03:47:00 [SEVERE] Error occurred while disabling Permissions v3.1.4 (Is it up to date?): null
    java.lang.NullPointerException
        at com.nijikokun.bukkit.Permissions.Permissions.onDisable(Permissions.java:148)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:127)
        at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:771)
        at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:269)
        at org.bukkit.plugin.SimplePluginManager.disablePlugins(SimplePluginManager.java:262)
        at org.bukkit.plugin.SimplePluginManager.clearPlugins(SimplePluginManager.java:290)
        at org.bukkit.craftbukkit.CraftServer.reload(CraftServer.java:311)
        at org.bukkit.command.SimpleCommandMap$ReloadCommand.execute(SimpleCommandMap.java:247)
        at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:128)
        at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:273)
        at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:430)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:415)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:311)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-06-25 03:47:00 [SEVERE] while scanning for the next token; found character     '\t' that cannot start any token initializing Permissions v3.1.4 (Is it up to date?)
    while scanning for the next token
    found character     '\t' that cannot start any token
     in "<reader>", line 2, column 1:
            storage:
        ^
    
        at org.yaml.snakeyaml.scanner.ScannerImpl.fetchMoreTokens(ScannerImpl.java:360)
        at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(ScannerImpl.java:183)
        at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingValue.produce(ParserImpl.java:592)
        at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:163)
        at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:148)
        at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:132)
        at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:230)
        at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
        at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:122)
        at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105)
        at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:124)
        at org.yaml.snakeyaml.Yaml.load(Yaml.java:264)
        at com.nijiko.configuration.NotNullConfiguration.load(NotNullConfiguration.java:52)
        at com.nijikokun.bukkit.Permissions.Permissions.onLoad(Permissions.java:136)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:106)
        at org.bukkit.craftbukkit.CraftServer.reload(CraftServer.java:339)
        at org.bukkit.command.SimpleCommandMap$ReloadCommand.execute(SimpleCommandMap.java:247)
        at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:128)
        at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:273)
        at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:430)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:415)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:311)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-06-25 03:47:00 [INFO] [Permissions] version [3.1.4] (Yeti)  loaded
    2011-06-25 03:47:00 [INFO] Reload complete.
    2011-06-25 03:47:07 [INFO] YXX_RoboKiller lost connection: disconnect.quitting
    2011-06-25 03:47:07 [INFO] Connection reset
    2011-06-25 03:47:09 [INFO] YXX_RoboKiller [/75.10.159.57:49928] logged in with entity id 2479 at (-42.24945502341466, 73.0, -103.72992366591781)
    2011-06-25 03:47:16 [INFO] /70.79.59.207:55022 lost connection
    2011-06-25 03:47:46 [INFO] NuclearKamikaze [/70.79.59.207:55027] lost connection
    2011-06-25 03:47:59 [INFO] Stopping the server..
    2011-06-25 03:47:59 [INFO] Stopping server
    2011-06-25 03:47:59 [SEVERE] Error occurred while disabling Permissions v3.1.4 (Is it up to date?): null
    java.lang.NullPointerException
        at com.nijikokun.bukkit.Permissions.Permissions.onDisable(Permissions.java:148)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:127)
        at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:771)
        at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:269)
        at org.bukkit.plugin.SimplePluginManager.disablePlugins(SimplePluginManager.java:262)
        at org.bukkit.craftbukkit.CraftServer.disablePlugins(CraftServer.java:123)
        at net.minecraft.server.MinecraftServer.stop(MinecraftServer.java:260)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:341)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-06-25 03:47:59 [INFO] Saving chunks
    2011-06-25 03:48:00 [INFO] Saving chunks
    2011-06-25 03:48:00 [INFO] Stopping server
    2011-06-25 03:48:35 [INFO] Starting minecraft server version Beta 1.6.6
    2011-06-25 03:48:35 [INFO] Loading properties
    2011-06-25 03:48:35 [INFO] Starting Minecraft server on *:25565
    2011-06-25 03:48:35 [WARNING] **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
    2011-06-25 03:48:35 [WARNING] The server will make no attempt to authenticate usernames. Beware.
    2011-06-25 03:48:35 [WARNING] While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
    2011-06-25 03:48:35 [WARNING] To change this, set "online-mode" to "true" in the server.settings file.
    2011-06-25 03:48:35 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-766-g3fc0460-b818jnks (MC: 1.6.6)
    2011-06-25 03:48:35 [INFO] Preparing level "world"
    2011-06-25 03:48:35 [INFO] Preparing start region for level 0
    2011-06-25 03:48:36 [INFO] Preparing start region for level 1
    2011-06-25 03:48:36 [INFO] Preparing spawn area: 44%
    2011-06-25 03:48:37 [SEVERE] while scanning for the next token; found character     '\t' that cannot start any token initializing Permissions v3.1.4 (Is it up to date?)
    while scanning for the next token
    found character     '\t' that cannot start any token
     in "<reader>", line 2, column 1:
            storage:
        ^
    
        at org.yaml.snakeyaml.scanner.ScannerImpl.fetchMoreTokens(ScannerImpl.java:360)
        at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(ScannerImpl.java:183)
        at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingValue.produce(ParserImpl.java:592)
        at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:163)
        at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:148)
        at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:132)
        at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:230)
        at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
        at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:122)
        at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105)
        at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:124)
        at org.yaml.snakeyaml.Yaml.load(Yaml.java:264)
        at com.nijiko.configuration.NotNullConfiguration.load(NotNullConfiguration.java:52)
        at com.nijikokun.bukkit.Permissions.Permissions.onLoad(Permissions.java:136)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:106)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:232)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:219)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:146)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-06-25 03:48:37 [INFO] [Permissions] version [3.1.4] (Yeti)  loaded
    2011-06-25 03:48:37 [INFO] Done (0.154s)! For help, type "help" or "?"
    2011-06-25 03:48:38 [INFO] NuclearKamikaze [/70.79.59.207:55033] logged in with entity id 112 at (-49.5, 68.62000000476837, -96.5)
    2011-06-25 03:48:58 [INFO] Opping nuclearkamikaze
    2011-06-25 03:49:01 [SEVERE] java.lang.NullPointerException
    2011-06-25 03:49:01 [SEVERE]     at com.nijikokun.bukkit.Permissions.Listener.onBlockBreak(Listener.java:62)
    2011-06-25 03:49:01 [SEVERE]     at org.bukkit.plugin.java.JavaPluginLoader$34.execute(JavaPluginLoader.java:475)
    2011-06-25 03:49:01 [SEVERE]     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    2011-06-25 03:49:01 [SEVERE]     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:310)
    2011-06-25 03:49:01 [SEVERE]     at net.minecraft.server.ItemInWorldManager.c(ItemInWorldManager.java:156)
    2011-06-25 03:49:01 [SEVERE]     at net.minecraft.server.ItemInWorldManager.a(ItemInWorldManager.java:118)
    2011-06-25 03:49:01 [SEVERE]     at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:462)
    2011-06-25 03:49:01 [SEVERE]     at net.minecraft.server.Packet14BlockDig.a(SourceFile:42)
    2011-06-25 03:49:01 [SEVERE]     at net.minecraft.server.NetworkManager.b(NetworkManager.java:217)
    2011-06-25 03:49:01 [SEVERE]     at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
    2011-06-25 03:49:01 [SEVERE]     at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
    2011-06-25 03:49:01 [SEVERE]     at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:401)
    2011-06-25 03:49:01 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:311)
    2011-06-25 03:49:01 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-06-25 03:49:05 [SEVERE] java.lang.NullPointerException
    2011-06-25 03:49:05 [SEVERE]     at com.nijikokun.bukkit.Permissions.Listener.onBlockBreak(Listener.java:62)
    2011-06-25 03:49:05 [SEVERE]     at org.bukkit.plugin.java.JavaPluginLoader$34.execute(JavaPluginLoader.java:475)
    
    It JUST KEEPS GOING AND GOING EVERYTIME U DO SOMTHING INGAME!
    
    
    Users + Global Users"
    Code:
    users:
        TheNo1Yeti:
            groups:
                - Admins
            permissions:
        Herpina:
            groups:
                - Moderator
            permissions:
                - 'herp.derp'
        Derpina:
            groups:
                - Admins
            info:
                prefix: '&4'
            permissions:
                - '-derp.derp'

    Global Groups + world groups:
    Code:
    groups:
        Default:
            default: true
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            permissions:
                - 'foo.bar'
        Moderator:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
                - Default
            permissions:
                - 'bar.foo'
        Admins:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            permissions:
                - '*'
    Please Help Me THANK YOU VERY MUCH : )
     
  9. Offline

    Jaker232

    Hmm....

    First one, storage.. I believe you must move to top.

    Second one where it says (Is it up to date?), are you running CRB (Craftbukkit Recommended Build) 818+?
     
  10. Offline

    NuclearKamikaze

    im runing the latest build 928 we gotta figger this out
     
  11. Offline

    lipe123

    Heya I updated to CB 928 today and now /pr and /permissions just give me "unknown command..."

    Was working fine yesterday, just now with the CB update the commands is no longer usable. Permissions still works too its just that i need to do a full restart or /reloadall to apply changes instead of /pr -reload
     
  12. Offline

    Singapore123

    I am having:
    Code:
    148 recipes
    16 achievements
    13:17:59 [INFO] Starting minecraft server version Beta 1.6.6
    13:17:59 [INFO] Loading properties
    13:17:59 [INFO] Starting Minecraft server on *:25565
    13:17:59 [WARNING] **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
    13:17:59 [WARNING] The server will make no attempt to authenticate usernames. Be
    ware.
    13:17:59 [WARNING] While this makes the game possible to play without internet a
    ccess, it also opens up the ability for hackers to connect with any username the
    y choose.
    13:17:59 [WARNING] To change this, set "online-mode" to "true" in the server.set
    tings file.
    13:17:59 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-823-
    gb9d0b04-b860jnks (MC: 1.6.6)
    13:17:59 [INFO] Preparing level "world"
    13:17:59 [INFO] Preparing start region for level 0
    13:18:00 [INFO] Preparing start region for level 1
    13:18:00 [INFO] Preparing spawn area: 0%
    13:18:02 [SEVERE] expected '<document start>', but found BlockMappingStart
     in "<reader>", line 2, column 1:
        users:
        ^
    
    13:18:02 [SEVERE]       at org.yaml.snakeyaml.parser.ParserImpl$ParseDocumentSta
    rt.produce(ParserImpl.java:233)
    13:18:02 [SEVERE]       at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(Parser
    Impl.java:163)
    13:18:02 [SEVERE]       at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(Parse
    rImpl.java:148)
    13:18:02 [SEVERE]       at org.yaml.snakeyaml.composer.Composer.getSingleNode(Co
    mposer.java:108)
    13:18:02 [SEVERE]       at org.yaml.snakeyaml.constructor.BaseConstructor.getSin
    gleData(BaseConstructor.java:124)
    13:18:02 [SEVERE]       at org.yaml.snakeyaml.Yaml.load(Yaml.java:264)
    13:18:02 [SEVERE]       at com.nijiko.configuration.NotNullConfiguration.load(No
    tNullConfiguration.java:54)
    13:18:02 [SEVERE]       at com.nijiko.data.YamlUserStorage.<init>(YamlUserStorag
    e.java:31)
    13:18:02 [SEVERE]       at com.nijiko.data.YamlCreator.getUserStorage(YamlCreato
    r.java:34)
    13:18:02 [SEVERE]       at com.nijiko.data.StorageFactory.getUserStorage(Storage
    Factory.java:76)
    13:18:02 [SEVERE]       at com.nijiko.permissions.ModularControl.forceLoadWorld(
    ModularControl.java:92)
    13:18:02 [SEVERE]       at com.nijiko.permissions.ModularControl.loadWorld(Modul
    arControl.java:84)
    13:18:02 [SEVERE]       at com.nijiko.permissions.ModularControl.load(ModularCon
    trol.java:104)
    13:18:02 [SEVERE]       at com.nijikokun.bukkit.Permissions.Permissions.setupPer
    missions(Permissions.java:186)
    13:18:02 [SEVERE]       at com.nijikokun.bukkit.Permissions.Permissions.onLoad(P
    ermissions.java:139)
    13:18:02 [SEVERE]       at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftS
    erver.java:112)
    13:18:02 [SEVERE]       at net.minecraft.server.MinecraftServer.e(MinecraftServe
    r.java:232)
    13:18:02 [SEVERE]       at net.minecraft.server.MinecraftServer.a(MinecraftServe
    r.java:219)
    13:18:02 [SEVERE]       at net.minecraft.server.MinecraftServer.init(MinecraftSe
    rver.java:146)
    13:18:02 [SEVERE]       at net.minecraft.server.MinecraftServer.run(MinecraftSer
    ver.java:283)
    13:18:02 [SEVERE]       at net.minecraft.server.ThreadServerApplication.run(Sour
    ceFile:422)
    13:18:02 [SEVERE] [Permissions] Unable to load permission data.
    13:18:02 [SEVERE] [Permissions] Shutting down Permissions due to error(s).
    13:18:02 [INFO] [Permissions] (Yeti) was initialized.
    13:18:02 [INFO] [AmnesiaCraft] Enabled. Breathe steadily and try to relax.
    13:18:02 [INFO] CommandBook 1.5.2-customized enabled.
    13:18:02 [INFO] CommandBook: Maximum wrapper compatibility is enabled. Some feat
    ures have been disabled to be compatible with poorly written server wrappers.
    13:18:02 [INFO] CommandBook: 0 banned name(s) loaded.
    13:18:02 [INFO] CommandBook: 1 kit(s) loaded.
    13:18:02 [INFO] CommandBook: Permissions plugin detected! Using Permissions plug
    in for permissions.
    13:18:02 [INFO] CommandHelper 3.1.1 enabled
    13:18:02 [INFO] CommandHelper: Permissions plugin detected! Using Permissions pl
    ugin for permissions.
    13:18:02 [INFO] [CommandHelper]: 0 alias(es) defined.
    13:18:02 [INFO] [CustomDifficultiy] Found the following difficulties: default, e
    asy, hard, normal, Xtra.
    13:18:02 [INFO] [CustomDifficulty] 0 regions loaded!
    13:18:02 [INFO] [CustomDifficulty] Hooked into Permissions v3.1.5.
    13:18:02 [INFO] [CustomDifficulty] 3.1.0 has been enabled!
    13:18:02 [INFO] [GodPowers] Successfully registered command zeus.
    13:18:02 [INFO] [GodPowers] Successfully registered command godmode.
    13:18:02 [INFO] [GodPowers] Successfully registered command jesus.
    13:18:02 [INFO] [GodPowers] Successfully registered command die.
    13:18:02 [INFO] [GodPowers] Successfully registered command slay.
    13:18:02 [INFO] [GodPowers] Successfully registered command maim.
    13:18:02 [INFO] [GodPowers] Successfully registered command inferno.
    13:18:02 [INFO] [GodPowers] Successfully registered command superjump.
    13:18:02 [INFO] [GodPowers] Successfully registered command gaia.
    13:18:02 [INFO] [GodPowers] Successfully registered command heal.
    13:18:02 [INFO] [GodPowers] Successfully registered command godpowers.
    13:18:02 [INFO] [GodPowers] Successfully registered command vulcan.
    13:18:02 [INFO] [GodPowers] Successfully registered command vulcan.
    13:18:02 [INFO] godPowers version 2.0 is enabled!
    13:18:02 [INFO] [GodPowers] Permissions detected. Now using permissions.
    13:18:02 [INFO] [LC] Level Combat Loaded
    13:18:02 [INFO] [LC] Level Dexterity Loaded.
    13:18:02 [INFO] [LC] Level Excavation 0.1.4_01 Loaded
    13:18:02 [INFO] [LC] Level Explosives 0.1 Loaded
    13:18:02 [INFO] [LC] Level Farming 0.3 Loaded
    13:18:02 [INFO] [LC] Level Health 0.1.2_01 Loaded
    13:18:02 [INFO] [LC] Level Mining 0.2.1 Loaded
    13:18:02 [INFO] [LC] Level Scavenger 0.1 Loaded
    13:18:02 [INFO] [LC] Level Swimming Loaded
    13:18:02 [INFO] [LC] Level WoodCutting Loaded
    13:18:02 [INFO] [LC] Using Permissions.
    13:18:02 [INFO] [LC] Using FlatFile To Store Data.
    13:18:02 [INFO] [LC] LevelCraftCore 0.1.7.1 Loaded
    13:18:02 [INFO] [LC] Loaded levels:[WoodCutting, Swimming, Mining, Dexterity, Co
    mbat, Excavation, Farming, Scavenger, Health, Explosives]
    13:18:02 [INFO] [MYHOME]: 0 homes loaded
    13:18:02 [INFO] [MYHOME] Permissions enabled using: Permissions v3.1.5
    13:18:02 [WARNING] [MYHOME] 'Help' isn't detected. No /help support.
    13:18:02 [INFO] [MYHOME] MyHome 1.9.5 enabled
    13:18:02 [INFO] [OpenInv] version 1.3.1 is enabled!
    13:18:02 [INFO] [Permissions] (Yeti) disabled successfully.
    13:18:02 [INFO] CommandBook: Permissions plugin detected! Using Permissions plug
    in for permissions.
    13:18:02 [INFO] CommandBook: Permissions plugin detected! Using Permissions plug
    in for permissions.
    13:18:02 [INFO] [QuickStrasse] 0.8.1 enabled.
    13:18:02 [INFO] QuickStrasse: Integrated with Permissions
    13:18:02 [INFO] Sunscreen Enabled. Sun-Screening Mobs...
    13:18:02 [INFO] [Tetris] Permission plugin found, Adding these
    13:18:02 [INFO] Tetris version 0.4 is enabled!
    13:18:02 [INFO] Voter has been enabled.
    13:18:02 [INFO] [Permissions] (Yeti) disabled successfully.
    13:18:02 [INFO] CommandBook: Permissions plugin detected! Using Permissions plug
    in for permissions.
    13:18:02 [INFO] QuickStrasse: Unhooked from Permissions
    13:18:02 [INFO] CommandBook: Permissions plugin detected! Using Permissions plug
    in for permissions.
    13:18:02 [INFO] QuickStrasse: Integrated with Permissions
    13:18:02 [INFO] [WeatherControl] version 1.2.0 Permissions detected...
    13:18:02 [INFO] [WeatherControl] version 1.2.0 enabled!
    13:18:02 [INFO] WorldEdit 4.6 enabled.
    13:18:02 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin
     for permissions.
    13:18:02 [INFO] WorldGuard: Permissions plugin detected! Using Permissions plugi
    n for permissions.
    13:18:02 [INFO] WorldGuard: (world) Single session is enforced.
    13:18:02 [INFO] WorldGuard: (world) TNT ignition is blocked.
    13:18:02 [INFO] WorldGuard: (world) Lighters are PERMITTED.
    13:18:02 [INFO] WorldGuard: (world) Lava fire is blocked.
    13:18:02 [INFO] WorldGuard: (world) Fire spread is UNRESTRICTED.
    13:18:02 [INFO] WorldGuard: Loaded configuration for world 'world"
    13:18:02 [INFO] WorldGuard: (world_nether) Single session is enforced.
    13:18:02 [INFO] WorldGuard: (world_nether) TNT ignition is PERMITTED.
    13:18:02 [INFO] WorldGuard: (world_nether) Lighters are PERMITTED.
    13:18:02 [INFO] WorldGuard: (world_nether) Lava fire is blocked.
    13:18:02 [INFO] WorldGuard: (world_nether) Fire spread is UNRESTRICTED.
    13:18:02 [INFO] WorldGuard: Loaded configuration for world 'world_nether"
    13:18:02 [INFO] WorldGuard 5.0-alpha10 enabled.
    13:18:02 [INFO] Done (0.329s)! For help, type "help" or "?"
    >stop
    13:18:03 [INFO] Stopping the server..
    13:18:03 [INFO] Stopping server
    13:18:03 [INFO] [AmnesiaCraft] Disabled. You're safe for the time being.
    13:18:03 [INFO] [CustomDifficulty] 3.1.0 has been disabled!
    13:18:03 [INFO] [LC] Level Combat Unloaded
    13:18:03 [INFO] [LC] Level Dexterity Unloaded
    13:18:03 [INFO] [LC] Level Health Unloaded
    13:18:03 [INFO] [LC] Level Mining Unloaded
    13:18:03 [INFO] [LC] Level Swimming Unloaded
    13:18:03 [INFO] [LC] LevelCraftCore Unloaded
    13:18:03 [INFO] [QuickStrasse] 0.8.1 disabled.
    13:18:03 [INFO] Suncreen Disabled, aww.
    13:18:03 [INFO] Voter has been disabled.
    13:18:03 [INFO] [WeatherControl] version 1.2.0 disabled!
    13:18:03 [INFO] WorldGuard 5.0-alpha10 disabled.
    13:18:03 [INFO] Saving chunks
    >Press any key to continue . . .
    
    Any help?

    EDIT:Found out what happened too.
     
  13. Offline

    recon88

  14. Offline

    jp_foxrocks

    Does this work with 928 build? :eek:[creeper]
     
  15. Offline

    nfs13epic

    Can you tell me what i did wrong for users. Because Default works fine except the users.
    Code:
    plugin:
        permissions:
            system: default
            copies:
    groups:
        Default:
            default: true
            info:
                prefix: '&2'
                suffix: '&f'
                build: true
            permissions:
            - foo.bar
            - lockette.user.create.*
            - lockette.admin.create.*
            - commandbook.call
            - commandbook.spawn
            - commandbook.clear
            - commandbook.who
            - commandbook.kit.list
            - commandbook.kit.kits.starter
            - commandbook.time.check
            - commandbook.rules
            - commandbook.motd
            - commandbook.return
            - commandbook.msg
            - commandbook.say.me
            - woolswitch
            - bog.item
            - bof.item
            - bog.torch
            - bof.wood_door
            - mobRider.command.goto
            - mobRider.command.attack
            - mobRider.command.go
            - mobRider.command.stop
            - mobRider.command.follow
            - mobRider.players
            - mobRider.animals
            - mobRider.monsters
        Moderator:
            default: false
            info:
                prefix: '&b'
                suffix: '&f'
                build: true
            inheritance:
            - Default
            permissions:
            - godPowers.godmode
            - godPowers.godmodeOnLogin
            - commandbook.give
            - commandbook.give.stacks
            - commandbook.give.infinite
            - commandbook.give.stacks.unlimited
            - commandbook.give.other
            - commandbook.override.any-item
        Admins:
            default: false
            info:
                prefix: '&4'
                suffix: '&f'
                build: true
            permissions:
            - '*'
            - godPowers.godmode
            - godPowers.godmodeOnLogin
            - godPowers.die
            - godPowers.slay
            - godPowers.jesus
            - godPowers.heal
            - godPowers.maim
            - godPowers.inferno
            - godPowers.superjump
            - godPowers.zeus
            - godPowers.gaia
            - godPowers.vulcan
            - godPowers.commands
            - fltd.disable
            - dispname.change
    users:
        drodrd:
            groups:
                - Default
            permissions:
                - 'herp.derp'
                - worldguard.heal
                - godPowers.godmode
        bradmartinfl:
            groups:
                - Moderator
            permissions:
                -
        nfs13epic:
            groups:
                - Admins
            permissions:
                -
    
     
  16. Offline

    jp_foxrocks

    Does this work with 928 build? :eek:[creeper]
     
  17. Offline

    NuclearKamikaze

    please tell me how you fixed it!
     
  18. Offline

    jp_foxrocks

    I think u got a syntax error every where :eek: ex. - 'godPowers.godmode' maybe maybe..
     
  19. Offline

    Xom

    Did that fix your Tracks problem? For building, make sure to add the build key to groups.yml
    Code:
    groups:
        Default:
            default: true
            info:
                prefix: 'Put what comes before your name here '
                suffix: ' and after your name here'
    #prefix and suffix require supporting plugins, I use iChat
                build: true    #this is what you need to be able to build
            inheritance:
                - 'group_Default_inherits_permissions_from'    #some versions require ' others don't
            permissions:
                - 'permission.node.here'
                - 'then.another.here'
                - 'These.get.inherited'
                - 'if.you.add'
                - 'Default.to.another'
                - 'groups.inheritance.key'
    
    you can actually copy this and replace what's in your groups folder with it, replace anything between quotes to fit your setup. Anything starting with # is unread by YAML, it is considered comment. I've found it extremely useful to add #comment here and there in YAML files to help memory, or you can codename sections in long YAML files (like my current groups.yml, which at the time of this post has 526 lines of YAML code) and use Ctrl+F to search the sections.

    okay, a few things here. 1) A tip, to make it cleaner, things like 'commandbook.give.(OMG so many f***ing nodes​
    here)' can be shortened to 'command.give.*' " * " denotes "every node in this place". 2) Under Admins group you have '*' and then more nodes, again " * " means "all nodes in this place" meaning that " '*' " is "all nodes, period", adding more actually cancels the added nodes as they are added with " '*' ". 3) Remove "&(whatever follows this)" wherever it is, two reasons, i) I believe it can cause errors ii) it is completely uneeded. 4) FINALLY, under the last two users you have "permissions: (return) - (blank space)" remove the dash, as it tells YAML to keep reading for lists, and if the list does not exist YAML tweaks.
    If these things do not make it work, Google "YAML Parcer" and copy/paste your file to the text space, it will show​
    you any errors. You can also repost or start a conversation with me.

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

    gyoloco

    just typ: /pr (name person) parents add (RANK)
     
  21. Offline

    khazoids

    Hi, i'm new to hosting bukkit servers, and im confused on the two YML files, Groups and Users, whats the difference between the two, groups is for adding groups and users is for adding them to a group with certain commands, but if groups.YML already has the information done, do we still need to add the information to the users? Like the commands under permissions and the prefix, suffix information?
     
  22. Offline

    ADAMTT98

    Will this plugin be updated for Craftbukkit build 928? Or will you discontinue on updating it?
     
  23. Offline

    Xom

    groups.yml is for grouping users which you want to have the same (or similar permissions). users.yml is to place users into the groups. You place a user by adding a groups key
    Code:
    users:
         Player:
             groups:
             -PlayersGroup
    
    Now Player inherits anything added to the group "PlayersGroup", this include info (prefix, suffix, and build=t/f) and any permissions nodes granted to that group, including inherited nodes. The prefix, suffix, and permissions sections in users.yml override anything added via group. If you want a user to have a personal prefix or suffix, different from anyone else's, you add it via users.yml. Any extra permissions you want Player to receive, that the group doesn't already have, you add them under Player's personal permissions key in users.yml, you can also subtract nodes by typing "- '-permissions.node' " replacing permissions.node with whatever permissions you don't want Player to have.
    Code:
    groups:
        PlayersGroup:
            default: false
            info:
                prefix: 'Player '
                suffix: ' in group'
                build: true
            inheritance:
                - 'Default'
            permissions:
                - 'permissions.node.one'
                - 'permissions.node.two'
                - 'some.other.node'
    users:
        Player:
            info:
                prefix: 'This overrides '
                suffix: ' anything in groups'
            groups:
                - PlayersGroup
            permissions:
                - '-some.other.node'
                - 'permissions.node.three'
    
    In this example, Player gains any permissions that Default group has, as well as 'one' and 'two'. Player has a personal prefix and suffix overriding the ones from PlayersGroup. Player also gains 'three' but loses 'some.other.node' because I didn't want him to abuse this power.
     
  24. Offline

    Xordaii

    No, you don't have to add more permissions to the users file, it is there in case you say, have user Tommy who is a default user, and you want to give a few extra permissions. Or you have a group Admin, and you want the head admin to have extra permissions the rest of Admin can't access. Or say someone abuses some permissions, you can negate them from only that user without removing them from the rest of the users in that group. Did that make sense?

    So groups defines the default information and permissions for all the people in the group, and the users file fine tunes it, and maybe adds exceptions or extra permissions to individuals, but only if you need to.

    Edit: lol Xom and I posted same time.
     
  25. Offline

    Gord360

    I have a crazy error log, I think it may have something to do with the Globalusers and Users and GlobalGroups and groups in the world, here it is:
    Code:
    148 recipes
    16 achievements
    03:52:20 [INFO] Starting minecraft server version Beta 1.6.6
    03:52:20 [INFO] Loading properties
    03:52:20 [INFO] Starting Minecraft server on 5.124.241.134:25565
    03:52:20 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-889-
    g22f4388-b928jnks (MC: 1.6.6)
    03:52:21 [SEVERE] ebean.properties not found
    03:52:21 [INFO] DataSourcePool [SimpleWarp] autoCommit[false] transIsolation[SER
    IALIZABLE] min[2] max[20]
    03:52:21 [INFO] SubClassFactory parent ClassLoader [org.bukkit.plugin.java.Plugi
    nClassLoader]
    03:52:22 [INFO] Entities enhanced[0] subclassed[1]
    03:52:22 [SEVERE] while scanning for the next token; found character    '\t' tha
    t cannot start any token initializing Permissions v3.1.5 (Is it up to date?)
    while scanning for the next token
    found character         '\t' that cannot start any token
     in "<reader>", line 3, column 1:
                type: YAML
        ^
    
            at org.yaml.snakeyaml.scanner.ScannerImpl.fetchMoreTokens(ScannerImpl.ja
    va:360)
            at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(ScannerImpl.java:18
    3)
            at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingValue.produce(P
    arserImpl.java:592)
            at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:163)
            at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:148)
            at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:132)
            at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java
    :230)
            at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
            at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java
    :230)
            at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
            at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:12
    2)
            at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105)
    
            at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseCons
    tructor.java:124)
            at org.yaml.snakeyaml.Yaml.load(Yaml.java:264)
            at com.nijiko.configuration.NotNullConfiguration.load(NotNullConfigurati
    on.java:54)
            at com.nijikokun.bukkit.Permissions.Permissions.onLoad(Permissions.java:
    135)
            at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:121)
            at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:89)
            at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigur
    ationManager.java:52)
            at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:132)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    03:52:22 [INFO] Preparing level "world"
    03:52:22 [INFO] Preparing start region for level 0 (Seed: 6679440051610258115)
    03:52:23 [INFO] Preparing start region for level 1 (Seed: 6679440051610258115)
    03:52:23 [INFO] Preparing spawn area: 0%
    03:52:24 [INFO] [AdminCmd] Plugin Enabled. (version 4.13)
    03:52:24 [INFO] [Adminium] version [1.1.0] is enabled!
    03:52:24 [INFO] [BlastPick] Permissions enabled for use.
    03:52:24 [INFO] [BlastPick] Permissions have priority; being an op will do nothi
    ng.
    03:52:24 [INFO] [BlastPick] BlastPick v1.3 enabled successfully.
    03:52:24 [INFO] [ChopTree] Using Permissions.
    03:52:24 [INFO] ChopTree 1.23 enabled!
    03:52:24 [INFO] FLT Detector detected Permissions.
    03:52:24 [INFO] FLTDetector version 1.2.6 by <Soxra> has been enabled!
    03:52:24 [INFO] HomeX enabled
    03:52:24 [INFO] InfChests: Loading InfChests...
    03:52:24 [INFO] InfChests: Count: 2
    03:52:24 [INFO] InfChests version 0.5.1 is enabled!
    03:52:24 [INFO] [Permissions] version [3.1.5] (Yeti)  loaded
    03:52:24 [INFO] [AdminCmd] Successfully linked with Permissions.
    03:52:24 [INFO] PlgSetspawn version 4.1 is enabled!
    03:52:24 [INFO] [AdminCmd] Successfully linked with Permissions.
    03:52:24 [INFO] [Prefixer] v2.4 has been enabled.
    03:52:24 [INFO] [AdminCmd] Successfully linked with Permissions.
    03:52:24 [INFO] SimpleWarp v1.1.0 has been enabled
    03:52:24 [INFO] [AdminCmd] Successfully linked with Permissions.
    03:52:24 [INFO] SpyerAdmin has completed updating the script successfully.
    03:52:25 [SEVERE] sun.org.mozilla.javascript.internal.WrappedException: Wrapped
    java.lang.ClassNotFoundException: com.earth2me.essentials.Console (<Unknown sour
    ce>#115) in <Unknown source> at line number 115
    03:52:25 [INFO] SpyerAdminCommands module version 1.4 stable, a spying utility f
    or administrators and moderators (CommandBook commands module), is active. Part
    of the Spyer package by [nickguletskii200]
    03:52:25 [INFO] [AdminCmd] Successfully linked with Permissions.
    03:52:25 [INFO] SpyerFun module version 1.3_3 stable, a spying utility for norma
    l players, is active. Part of the Spyer package by [nickguletskii200]
    03:52:25 [INFO] [AdminCmd] Successfully linked with Permissions.
    03:52:25 [INFO] Vanilla version 0.1 is enabled!
    03:52:25 [INFO] [AdminCmd] Successfully linked with Permissions.
    03:52:25 [INFO] WorldEdit 4.6 enabled.
    03:52:25 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin
     for permissions.
    03:52:25 [INFO] [AdminCmd] Successfully linked with Permissions.
    03:52:25 [INFO] Zeus configuration loaded.
    03:52:25 [INFO] Zeus version 0.8 has started, the gods are at your will
    03:52:25 [INFO] [AdminCmd] Successfully linked with Permissions.
    03:52:25 [INFO] SpyerAdmin module version 1.4 stable, a spying utility for admin
    istrators and moderators (main module), is active. Part of the Spyer package by
    [nickguletskii200]
    03:52:25 [INFO] [AdminCmd] Successfully linked with Permissions.
    03:52:25 [INFO] Done (0.277s)! For help, type "help" or "?"
    >permissions -list
    03:53:14 [INFO] [Permissions] Permissions was unable to load data during server
    load.
    03:53:14 [INFO] [Permissions] Please post the the portion of your server log sin
    ce the server start/reload in the forums thread.
    >
    Thanks for the help!
     
  26. Offline

    riuthamus

    No errors, but when i changed our server to 928, we get nothing but unkown command...

    Furthermore, its nothing with my configs, it only occurred once we updated to 928.
     
  27. Offline

    Kararty

    My problem is still not solved... (This is why i don't like permissions) :/
     
  28. We have that too.

    A solution for the moment was a downgrade to craftbukkit#910, which seems to be latest version where the commands worked.
     
  29. Offline

    sharkale

    Im very disappointment with this version of Permissions 3.
    Permissions 2.7 was better and more simple to use. This is bullshit. Sorry.
     
  30. Offline

    riuthamus

    hm... ill try that. I hope stargate still works with 910!~ thanks!

    This system has far more power... although not all of the ideas work just yet, its functional and has more power than 2.7 ever did. It has IN GAME commands... hell we have wanted that since day 1

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

    wassilij

    I like the new Permissions 3 System :)

    But the commands dont work with bukkit 928 ;(
     
Thread Status:
Not open for further replies.

Share This Page