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. anyone got a version that has working commands? none of the commands from any of the versions linked in the last 5 pages including the one linked in the thread about the 928 recommended build works. All i get is "unknown command" messages. i basically have to do a full /reload to reload permissions, it really sucks
     
  3. Offline

    JakeLulz

    People have mentioned b933 seems to fix the issue, yet to test it myself.

    http://ci.bukkit.org/job/dev-CraftBukkit/lastSuccessfulBuild/
     
  4. Offline

    Oscarius

    I'm getting this error when importing a second world with MultiVerse /mvimport
    CB 928, Permissions 3.1.5b, MultiVerse 1.7.2

    This results in Permissions failing to load in the second world (named 'rpg') and eventually crashes the server.

    Console, read from bottom to top:
    Code:
    26.06 18:04:36 [Server] SEVERE     at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    26.06 18:04:36 [Server] SEVERE     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
    26.06 18:04:36 [Server] SEVERE     at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
    26.06 18:04:36 [Server] SEVERE     at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
    26.06 18:04:36 [Server] SEVERE     at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
    26.06 18:04:36 [Server] SEVERE     at net.minecraft.server.NetworkManager.b(NetworkManager.java:223)
    26.06 18:04:36 [Server] SEVERE     at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:32)
    26.06 18:04:36 [Server] SEVERE     at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:684)
    26.06 18:04:36 [Server] SEVERE     at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:691)
    26.06 18:04:36 [Server] SEVERE     at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:725)
    26.06 18:04:36 [Server] SEVERE     at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:304)
    26.06 18:04:36 [Server] SEVERE     at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:129)
    26.06 18:04:36 [Server] SEVERE     at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
    26.06 18:04:36 [Server] SEVERE     at com.onarandombox.Rigby.MultiVerse.MultiVerse.onCommand(MultiVerse.java:176)
    26.06 18:04:36 [Server] SEVERE     at com.onarandombox.Rigby.MultiVerse.MVCommands.MVImport(MVCommands.java:47)
    26.06 18:04:36 [Server] SEVERE     at com.onarandombox.Rigby.MultiVerse.MVCommands.worldCreateImport(MVCommands.java:212)
    26.06 18:04:36 [Server] SEVERE     at org.bukkit.craftbukkit.CraftServer.createWorld(CraftServer.java:373)
    26.06 18:04:36 [Server] SEVERE     at org.bukkit.craftbukkit.CraftServer.createWorld(CraftServer.java:377)
    26.06 18:04:36 [Server] SEVERE     at org.bukkit.craftbukkit.CraftServer.createWorld(CraftServer.java:445)
    26.06 18:04:36 [Server] SEVERE     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:310)
    26.06 18:04:36 [Server] SEVERE     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    26.06 18:04:36 [Server] SEVERE     at org.bukkit.plugin.java.JavaPluginLoader$50.execute(JavaPluginLoader.java:591)
    26.06 18:04:36 [Server] SEVERE     at com.nijikokun.bukkit.Permissions.PrWorldListener.onWorldLoad(PrWorldListener.java:11)
    26.06 18:04:36 [Server] SEVERE     at com.nijiko.permissions.ModularControl.loadWorld(ModularControl.java:84)
    26.06 18:04:36 [Server] SEVERE     at com.nijiko.permissions.ModularControl.forceLoadWorld(ModularControl.java:92)
    26.06 18:04:36 [Server] SEVERE     at com.nijiko.data.StorageFactory.getUserStorage(StorageFactory.java:76)
    26.06 18:04:36 [Server] SEVERE     at com.nijiko.data.YamlCreator.getUserStorage(YamlCreator.java:34)
    26.06 18:04:36 [Server] SEVERE     at com.nijiko.data.YamlUserStorage.<init>(YamlUserStorage.java:35)
    26.06 18:04:36 [Server] SEVERE java.lang.NullPointerException
     
  5. Offline

    zit175

    Your site is down could you post a mirror?
     
  6. Since the download link is down due to the domain has expired, is there any link I could download the 3.1.5b from?
     
  7. Offline

    Maxis010

  8. Offline

    ACStache

    looks like it might be an error in one of your config files. post them and the error again (not a screenshot, or atleast not a tiny screenshot :D)
     
  9. Offline

    khazoids

    Code:
    148 recipes
    16 achievements
    09:40:51 [INFO] Starting minecraft server version Beta 1.6.6
    09:40:51 [INFO] Loading properties
    09:40:51 [INFO] Starting Minecraft server on *:25565
    09:40:51 [WARNING] **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
    09:40:51 [WARNING] The server will make no attempt to authenticate usernames. Be
    ware.
    09:40:51 [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.
    09:40:51 [WARNING] To change this, set "online-mode" to "true" in the server.set
    tings file.
    09:40:51 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-889-
    g22f4388-b928jnks (MC: 1.6.6)
    09:40:52 [SEVERE] java.lang.IllegalAccessError: tried to access class com.nijiko
    .permissions.ModularControl$RefreshTask from class com.nijiko.permissions.Modula
    rControl
    09:40:52 [SEVERE]      at com.nijiko.permissions.ModularControl.<clinit>(Modula
    rControl.java:45)
    09:40:52 [SEVERE]      at com.nijikokun.bukkit.Permissions.Permissions.setupPer
    missions(Permissions.java:184)
    09:40:52 [SEVERE]      at com.nijikokun.bukkit.Permissions.Permissions.onLoad(P
    ermissions.java:139)
    09:40:52 [SEVERE]      at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftS
    erver.java:121)
    09:40:52 [SEVERE]      at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer
    .java:89)
    09:40:52 [SEVERE]      at net.minecraft.server.ServerConfigurationManager.<init
    >(ServerConfigurationManager.java:52)
    09:40:52 [SEVERE]      at net.minecraft.server.MinecraftServer.init(MinecraftSe
    rver.java:132)
    09:40:52 [SEVERE]      at net.minecraft.server.MinecraftServer.run(MinecraftSer
    ver.java:335)
    09:40:52 [SEVERE]      at net.minecraft.server.ThreadServerApplication.run(Sour
    ceFile:422)
    09:40:52 [SEVERE] [Permissions] Unable to load permission data.
    09:40:52 [SEVERE] [Permissions] Shutting down Permissions due to error(s).
    09:40:52 [INFO] [Permissions] (Yeti) was initialized.
    09:40:52 [INFO] [Permissions] (Yeti) disabled successfully.
    09:40:52 [INFO] Preparing level "world"
    09:40:52 [INFO] Preparing start region for level 0 (Seed: -920269394)
    09:40:53 [INFO] Preparing spawn area: 77%
    09:40:54 [INFO] [MYHOME]: 3 homes loaded
    09:40:54 [INFO] [MYHOME] Permissions enabled using: Permissions v3.1.5
    09:40:54 [WARNING] [MYHOME] 'Help' isn't detected. No /help support.
    09:40:54 [INFO] [MYHOME] MyHome 1.9.5 enabled
    09:40:54 [INFO] [AuthMe] Using flatfile as datasource!
    09:40:54 [INFO] [AuthMe] Cache for registrations is enabled!
    09:40:54 [INFO] [AuthMe] 23 registered players loaded in 0.0080 seconds!
    09:40:54 [INFO] [AuthMe] Version 0.73 is enabled!
    09:40:54 [INFO] BorderGuard version 3.1 is enabled!
    09:40:54 [SEVERE] [ChestLock] Invalid blocktype for khazoids;world;-144;78;-446;
    0;
    09:40:54 [SEVERE] [ChestLock] Saving turned off to prevent loss of data
    09:40:54 [INFO] ChestLock 0.9.1 is enabled!
    09:40:54 [INFO] [ChestLock] Successfully linked with Permissions!
    09:40:54 [SEVERE] Error occurred while enabling Essentials v2.0.294 (Is it up to
    date?): BLOCK_RIGHTCLICKED
    java.lang.NoSuchFieldError: BLOCK_RIGHTCLICKED
            at com.earth2me.essentials.Essentials.onEnable(Essentials.java:145)
            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(SimplePluginManage
    r.java:253)
            at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:157)
            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)
    09:40:54 [INFO] [ChestLock] Successfully linked with Permissions!
    09:40:54 [INFO] [MotherNature] Using Permissions version 3.1.5 for permission ha
    ndling
    09:40:54 [INFO] [MotherNature] Plugin enabled! (version 1.3.2)
    09:40:54 [INFO] [ChestLock] Successfully linked with Permissions!
    09:40:54 [INFO] [OwnBlocks] Database read in from file
    09:40:54 [INFO] [OwnBlocks] version 10.0 initialized
    09:40:54 [INFO] [ChestLock] Successfully linked with Permissions!
    09:40:54 [INFO] PlgDisableCmd version 1.3 is enabled!
    09:40:54 [INFO] Disabled 4 commands
    09:40:54 [INFO] [ChestLock] Successfully linked with Permissions!
    09:40:54 [INFO] PlgSetspawn version 4.1 is enabled!
    09:40:54 [INFO] [ChestLock] Successfully linked with Permissions!
    09:40:54 [INFO] [RemoveExplosions] Permissions detected, RemoveExplosions hooked
    into permissions
    09:40:54 [INFO] [RemoveExplosions] - Version 1.2 has been enabled.
    09:40:54 [INFO] [ChestLock] Successfully linked with Permissions!
    09:40:54 [INFO] SuperPowers v0.8 loaded!
    09:40:54 [INFO] [ChestLock] Successfully linked with Permissions!
    09:40:54 [INFO] Loaded 53 configs
    09:40:54 [INFO] Loaded 0 shops
    09:40:54 [INFO] [TradeCraft] has recognized Permissions
    09:40:54 [INFO] TradeCraft version AE-1.0.5 is enabled!
    09:40:54 [INFO] [ChestLock] Successfully linked with Permissions!
    09:40:54 [INFO] [Factions v1.3.2] === INIT START ===
    09:40:54 [INFO] [Factions v1.3.2] Loading conf from disk
    09:40:54 [INFO] [Factions v1.3.2] Loading players from disk
    09:40:54 [INFO] [Factions v1.3.2] Loading factions from disk
    09:40:54 [INFO] [Factions v1.3.2] Loading board from disk
    09:40:54 [INFO] [Factions v1.3.2] Found and will use plugin Permissions v3.1.5
    09:40:54 [INFO] [Factions v1.3.2] === INIT DONE (Took 123ms) ===
    09:40:54 [INFO] [ChestLock] Successfully linked with Permissions!
    09:40:54 [INFO] Done (0.242s)! For help, type "help" or "?"
    09:40:54 [INFO] khazoids [/192.168.1.10:49660] logged in with entity id 159 at (
    [world] -98.59393621643554, 87.0092994779484, -465.08156119965196)
    09:40:55 [SEVERE] Could not pass event PLAYER_JOIN to MotherNature
    java.lang.NullPointerException
            at net.minedev.mnplus.MotherNature.MotherNaturePermissions.has(MotherNat
    urePermissions.java:62)
            at net.minedev.mnplus.MotherNature.MotherNaturePermissions.has(MotherNat
    urePermissions.java:76)
            at net.minedev.mnplus.MotherNature.listener.MotherNaturePlayerListener.o
    nPlayerJoin(MotherNaturePlayerListener.java:132)
            at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.ja
    va:244)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
    a:58)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
    ava:310)
            at net.minecraft.server.ServerConfigurationManager.c(ServerConfiguration
    Manager.java:126)
            at net.minecraft.server.NetLoginHandler.b(NetLoginHandler.java:97)
            at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:74)
            at net.minecraft.server.Packet1Login.a(SourceFile:43)
            at net.minecraft.server.NetworkManager.b(NetworkManager.java:223)
            at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:40)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:91)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    09:41:00 [INFO] [AuthMe] Player khazoids logged in!
    09:41:09 [SEVERE] Could not pass event PLAYER_INTERACT to TradeCraft
    java.lang.NullPointerException
            at nl.armeagle.TradeCraft.TradeCraftPermissions.canBuy(TradeCraftPermiss
    ions.java:32)
            at nl.armeagle.TradeCraft.TradeCraftItemShop.handlePatronClick(TradeCraf
    tItemShop.java:117)
            at nl.armeagle.TradeCraft.TradeCraftItemShop.handleRightClick(TradeCraft
    ItemShop.java:17)
            at nl.armeagle.TradeCraft.TradeCraftPlayerListener.onPlayerInteract(Trad
    eCraftPlayerListener.java:32)
            at org.bukkit.plugin.java.JavaPluginLoader$10.execute(JavaPluginLoader.j
    ava:307)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
    a:58)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
    ava:310)
            at org.bukkit.craftbukkit.event.CraftEventFactory.callPlayerInteractEven
    t(CraftEventFactory.java:168)
            at net.minecraft.server.ItemInWorldManager.interact(ItemInWorldManager.j
    ava:213)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:563)
            at net.minecraft.server.Packet15Place.a(SourceFile:57)
            at net.minecraft.server.NetworkManager.b(NetworkManager.java:223)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    09:41:12 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'home
    ' in plugin MyHome v1.9.5
            at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
            at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:12
    9)
            at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:3
    04)
            at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.
    java:725)
            at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:691)
    
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:684)
            at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:32)
            at net.minecraft.server.NetworkManager.b(NetworkManager.java:223)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.lang.NullPointerException
            at me.taylorkelly.myhome.HomePermissions.permission(HomePermissions.java
    :42)
            at me.taylorkelly.myhome.HomePermissions.home(HomePermissions.java:57)
            at me.taylorkelly.myhome.MyHome.onCommand(MyHome.java:144)
            at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
            ... 12 more
    >
    well im getting a bunch of errors when I have permissions in my folder, but when I take the plugin out, no problems at all, here are the errors I get when I try /home commands and right clicking signs with tradecraft
     
  10. Offline

    dumbbell1023

    ok, so i went to download the full zip, but i went to the page and the domain name had expired. is there any way that you can get a new site to post the dowload? I know that some websites pay YOU to put download there, but I'm not totaly sure about that
    the date that i went was 6/26/2011 at 11:00 AM MST and the godaddy thing popped up saying that the domain had expired on 6/25/11
     
  11. Offline

    krisdestruction

    Same here, the domain expired...
     
  12. Offline

    Rizzak

    I also can't download Permissions! The page is loading... and loading... and loading... and is blank all the time. I get no flie, no text nothing! Please upload it to Mediafire or something, thanks! :(
     
  13. Offline

    ACStache

  14. Offline

    Matt Gill

    Does anyone know what this error means?

    Code:
    10:28:00 [SEVERE] java.lang.NullPointerException
    10:28:00 [SEVERE]       at com.nijiko.data.YamlUserStorage.<init>(YamlUserStorag
    e.java:35)
    10:28:00 [SEVERE]       at com.nijiko.data.YamlCreator.getUserStorage(YamlCreato
    r.java:34)
    10:28:00 [SEVERE]       at com.nijiko.data.StorageFactory.getUserStorage(Storage
    Factory.java:76)
    10:28:00 [SEVERE]       at com.nijiko.permissions.ModularControl.forceLoadWorld(
    ModularControl.java:92)
    10:28:00 [SEVERE]       at com.nijiko.permissions.ModularControl.loadWorld(Modul
    arControl.java:84)
    10:28:00 [SEVERE]       at com.nijiko.permissions.ModularControl.load(ModularCon
    trol.java:105)
    10:28:00 [SEVERE]       at com.nijikokun.bukkit.Permissions.Permissions.setupPer
    missions(Permissions.java:186)
    10:28:00 [SEVERE]       at com.nijikokun.bukkit.Permissions.Permissions.onLoad(P
    ermissions.java:139)
    10:28:00 [SEVERE]       at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftS
    erver.java:121)
    10:28:00 [SEVERE]       at org.bukkit.craftbukkit.CraftServer.reload(CraftServer
    .java:362)
    10:28:00 [SEVERE]       at org.bukkit.command.SimpleCommandMap$ReloadCommand.exe
    cute(SimpleCommandMap.java:281)
    10:28:00 [SEVERE]       at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCo
    mmandMap.java:129)
    10:28:00 [SEVERE]       at org.bukkit.craftbukkit.CraftServer.dispatchCommand(Cr
    aftServer.java:296)
    10:28:00 [SEVERE]       at net.minecraft.server.MinecraftServer.b(MinecraftServe
    r.java:480)
    10:28:00 [SEVERE]       at net.minecraft.server.MinecraftServer.h(MinecraftServe
    r.java:465)
    10:28:00 [SEVERE]       at net.minecraft.server.MinecraftServer.run(MinecraftSer
    ver.java:361)
    10:28:00 [SEVERE]       at net.minecraft.server.ThreadServerApplication.run(Sour
    ceFile:422)
    10:28:00 [SEVERE] [Permissions] Unable to load permission data.
    10:28:00 [SEVERE] [Permissions] Shutting down Permissions due to error(s).
    10:28:00 [INFO] [Permissions] (Yeti) was initialized.
    10:28:00 [INFO] [Permissions] (Yeti) disabled successfully.
    
     
  15. Offline

    khazoids

    I'm getting a lot of errors with permissions and CB928, Permissions is also canceling out other plugins to
     
  16. Offline

    Rizzak

    I know, i need the full .zip folder, forgot to write! Sorry! I know that there is a .jar ^^
     
  17. Offline

    Kararty

    My error is NOT yet fixed ... So i give up ... no permissions for me :/
     
  18. Offline

    ACStache

    @khazoids did you check on what I had mentioned in my other post?
    http://forums.bukkit.org/threads/ad...in-of-tomorrow-818.18430/page-119#post-416310
    see if you have the version of MyHome that supports Permissions 3.X, because if you don't, it throws illegal access errors. if you have that version, I'm not sure what's wrong. Try upgrading to the 2.0 release candidate in the OP of MyHome and see if you still get them. As for Essentials, I hadn't heard of it causing issues with Permissions. That might be a separate issue altogether.

    @TheFrostyKillers this is my main world's users and groups YML files, you can use them as a base

    groups:
    Code:
    groups:
        Default:
            default: true
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            permissions:
                - 'commandbook.who'
                - 'commandbook.whois'
                - 'commandbook.whois.other'
                - 'commandbook.motd'
                - 'commandbook.rules'
                - 'commandbook.kit.*'
                - 'commandbook.time.check'
                - 'commandbook.call'
                - 'commandbook.say.me'
                - 'commandbook.msg'
                - 'stealthlogin.kick'
                - 'GiftSend.send'
                - 'icedrop.destroy'
                - 'mywarp.warp.sign.warp'
                - 'Campfire.heal'
        Trusted:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
                - Default
            permissions:
                - 'bog.*'
                - 'bof.*'
                - 'commandbook.more'
                - 'commandbook.give'
                - 'commandbook.give.stacks'
                - 'commandbook.teleport'
                - 'commandbook.whereami'
                - 'textplayer.use'
                - 'textplayer.text'
                - 'textplayer.textadmin'
                - 'textplayer.add'
                - 'textplayer.watch.server'
                - 'textplayer.listcarriers'
                - 'textplayer.listusers'
                - 'textplayer.free'
                - 'scavenger.scavenge'
                - 'choptree.chop'
                - 'WolfSpawn.release'
                - 'WolfSpawn.respawn'
                - 'simplechestlock.lock'
                - 'BlockRemover.Block.2'
                - 'BlockRemover.Block.18'
                - 'BlockRemover.Block.49'
                - 'icedrop.*'
                - 'myhome.home.*'
                - 'mywarp.warp.basic.*'
                - 'mywarp.warp.soc.*'
        Mod:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
                - Trusted
            permissions:
                - 'instabreak.toggle'
                - 'instabreak.bedrock'
                - 'instabreak.ranged'
                - 'weather.get'
                - 'weather.set.*'
                - 'SimpleGodMode.isGod'
                - 'commandbook.give.other'
                - 'commandbook.give.stacks.unlimited'
                - 'commandbook.time'
                - 'commandbook.spawnmob'
                - 'commandbook.teleport.other'
                - 'commandbook.slap'
                - 'commandbook.slap.other'
                - 'commandbook.barrage'
                - 'commandbook.barrage.other'
                - 'commandbook.debug.info'
                - 'textplayer.watch.user'
                - 'herosneak.sneak'
                - 'ClothCommand.cloth'
                - 'remotedet.remote'
                - 'BlockRemover.Block.30'
                - 'BlockRemover.Block.52'
                - 'BlockRemover.Block.92'
                - 'creaturebox.set'
                - 'creaturebox.dropspawner'
                - 'creaturebox.placespawner'
                - 'mywarp.warp.sign.create'
        Admin:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
                - Mod
            permissions:
                - 'instabreak.force'
                - 'weather.strike.*'
                - 'weather.invulnerable'
                - 'SimpleGodMode.isGodByDefault'
                - 'permissions.reload.*'
                - 'permissions.list.*'
                - 'permissions.create'
                - 'permissions.delete'
                - 'permissions.has'
                - 'permissions.perms.*'
                - 'permissions.parents.*'
                - 'permissions.info.get'
                - 'permissions.promote.*'
                - 'commandbook.give.infinite'
                - 'commandbook.spawnmob.many'
                - 'commandbook.broadcast'
                - 'commandbook.say'
                - 'commandbook.mute'
                - 'commandbook.rocket'
                - 'commandbook.rocket.other'
                - 'commandbook.shock'
                - 'commandbook.shock.other'
                - 'commandbook.thor'
                - 'commandbook.thor.other'
                - 'commandbook.debug.clock'
                - 'commandbook.reload'
                - 'commandbook.kick'
                - 'commandbook.bans.*'
                - 'stealthlogin.check'
                - 'textplayer.watch.item'
                - 'choptree.command.*'
                - 'herosneak.exempt'
                - 'WolfSpawn.spawn'
                - 'WolfSpawn.spawnatplayer'
                - 'egg.*'
                - 'ClothCommand.cloth.unlimited'
                - 'simplechestlock.reload'
                - 'simplechestlock.save'
                - 'simplechestlock.ignoreowner'
                - 'BlockRemover.Block.7'
                - 'BlockRemover.Block.46'
                - 'myhome.admin.*'
                - 'mywarp.admin'
                - 'creaturebox.give'
                - 'creaturebox.creature.*'
                - 'creaturebox.period'
                - 'creaturebox.count'
                - 'creaturebox.limit'
                - 'creaturebox.requires'
        CoOwner:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
                - Owner
                - Admin
            permissions:
        Owner:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            permissions:
                - '*'
                - '-herosneak.auto'
    tracks:
        RisingPower:
        - Default
        - Trusted
        - Mod
        - Admin
        - CoOwner
    
    users:
    Code:
    users:
        dasbreen:
            groups:
            - Owner
            permissions: []
        thepoint44:
            groups:
            - Admin
            permissions: []
        amukon:
            groups:
            - Mod
            permissions: []
        awaj2006:
            groups:
            - Mod
            permissions: []
        julyjoe88:
            groups:
            - Mod
            permissions: []
        vader501:
            groups:
            - Mod
            permissions: []
    
    and also just for good measure make sure you have a storageconfig.yml in the Permissions folder
    Code:
    permissions:
        storage:
            type: YAML
    
    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Nov 10, 2018
  19. Please Help, whenever I start Up My Server, This Occurs.
    Code:
    13:47:22 [SEVERE]       at net.minecraft.server.MinecraftServer.run(MinecraftSer
    ver.java:335)
    13:47:22 [SEVERE]       at net.minecraft.server.ThreadServerApplication.run(Sour
    ceFile:422)
    13:47:22 [SEVERE] [Permissions] Unable to load permission data.
    13:47:22 [SEVERE] [Permissions] Shutting down Permissions due to error(s).
    13:47:22 [INFO] [Permissions] (Yeti) was initialized.
    13:47:22 [INFO] [Permissions] (Yeti) disabled successfully.
    13:47:22 [INFO] Preparing level "Seans Server"
    13:47:22 [INFO] Preparing start region for level 0 (Seed: -1506298681)
    13:47:23 [INFO] BorderGuard version 3.1 is enabled!
    13:47:23 [INFO] EasyRules version 1.0.0 is enabled!
    13:47:23 [INFO] [HeroChat] HeroChat version 4.10.3 enabled.
    13:47:25 [INFO] [iConomy] Logging is currently disabled.
    13:47:26 [INFO] [iConomy] v5.01 (Eruanna) loaded.
    13:47:26 [INFO] [iConomy] Developed by: [Nijikokun]
    13:47:26 [SEVERE] Error occurred while enabling MagicCarpet v1.5.5 (Is it up to
    date?): com/nijikokun/bukkit/Permissions/Permissions
    java.lang.NoClassDefFoundError: com/nijikokun/bukkit/Permissions/Permissions
            at com.Android.magiccarpet.MagicCarpet.setupPermissions(MagicCarpet.java
    :334)
            at com.Android.magiccarpet.MagicCarpet.onEnable(MagicCarpet.java:70)
            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(SimplePluginManage
    r.java:253)
            at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:157)
            at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:136
    )
            at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:284)
            at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:271)
            at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:148)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.lang.ClassNotFoundException: com.nijikokun.bukkit.Permissions.Pe
    rmissions
            at java.net.URLClassLoader$1.run(Unknown Source)
            at java.net.URLClassLoader$1.run(Unknown Source)
            at java.security.AccessController.doPrivileged(Native Method)
            at java.net.URLClassLoader.findClass(Unknown Source)
            at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.
    java:36)
            at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.
    java:24)
            at java.lang.ClassLoader.loadClass(Unknown Source)
            at java.lang.ClassLoader.loadClass(Unknown Source)
            ... 12 more
    13:47:26 [SEVERE] Error occurred while enabling mcbans v2.9.1 (Is it up to date?
    ): com/nijikokun/bukkit/Permissions/Permissions
    java.lang.NoClassDefFoundError: com/nijikokun/bukkit/Permissions/Permissions
            at com.firestar.mcbans.mcbans_permissions.setupPermissions(mcbans_permis
    sions.java:18)
            at com.firestar.mcbans.mcbans.onEnable(mcbans.java:121)
            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(SimplePluginManage
    r.java:253)
            at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:157)
            at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:136
    )
            at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:284)
            at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:271)
            at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:148)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.lang.ClassNotFoundException: com.nijikokun.bukkit.Permissions.Pe
    rmissions
            at java.net.URLClassLoader$1.run(Unknown Source)
            at java.net.URLClassLoader$1.run(Unknown Source)
            at java.security.AccessController.doPrivileged(Native Method)
            at java.net.URLClassLoader.findClass(Unknown Source)
            at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.
    java:36)
            at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.
    java:24)
            at java.lang.ClassLoader.loadClass(Unknown Source)
            at java.lang.ClassLoader.loadClass(Unknown Source)
            ... 12 more
    13:47:26 [INFO] [Permissions] (Yeti) disabled successfully.
    13:47:26 [SEVERE] Error occurred while enabling MCDocs v9.5.1 (Is it up to date?
    ): com/nijikokun/bukkit/Permissions/Permissions
    java.lang.NoClassDefFoundError: com/nijikokun/bukkit/Permissions/Permissions
            at com.tazzernator.bukkit.mcdocs.MCDocs.setupPermissions(MCDocs.java:86)
    
            at com.tazzernator.bukkit.mcdocs.MCDocs.onEnable(MCDocs.java:63)
            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(SimplePluginManage
    r.java:253)
            at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:157)
            at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:136
    )
            at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:284)
            at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:271)
            at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:148)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.lang.ClassNotFoundException: com.nijikokun.bukkit.Permissions.Pe
    rmissions
            at java.net.URLClassLoader$1.run(Unknown Source)
            at java.net.URLClassLoader$1.run(Unknown Source)
            at java.security.AccessController.doPrivileged(Native Method)
            at java.net.URLClassLoader.findClass(Unknown Source)
            at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.
    java:36)
            at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.
    java:24)
            at java.lang.ClassLoader.loadClass(Unknown Source)
            at java.lang.ClassLoader.loadClass(Unknown Source)
            ... 12 more
    13:47:26 [INFO] [MYHOME]: 0 homes loaded
    13:47:26 [INFO] [MYHOME] Permissions enabled using: Permissions v3.1.5
    13:47:26 [WARNING] [MYHOME] 'Help' isn't detected. No /help support.
    13:47:26 [INFO] [MYHOME] MyHome 1.9.5 enabled
    13:47:28 [SEVERE] [MYWARP] SQL exception on initialize
    com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link fai
    lure
    
    The last packet sent successfully to the server was 0 milliseconds ago. The driv
    er has not received any packets from the server.
            at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    
            at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
    
            at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Sou
    rce)
            at java.lang.reflect.Constructor.newInstance(Unknown Source)
            at com.mysql.jdbc.Util.handleNewInstance(Util.java:407)
            at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:1
    116)
            at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:343)
            at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2334)
            at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2
    371)
            at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2163)
            at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:794)
            at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47)
            at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    
            at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
    
            at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Sou
    rce)
            at java.lang.reflect.Constructor.newInstance(Unknown Source)
            at com.mysql.jdbc.Util.handleNewInstance(Util.java:407)
            at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:378)
            at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java
    :305)
            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.sqlCheck(MyWarp.java:84)
            at me.taylorkelly.mywarp.MyWarp.onEnable(MyWarp.java:46)
            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(SimplePluginManage
    r.java:253)
            at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:157)
            at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:136
    )
            at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:284)
            at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:271)
            at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:148)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.net.ConnectException: Connection refused: connect
            at java.net.DualStackPlainSocketImpl.connect0(Native Method)
            at java.net.DualStackPlainSocketImpl.socketConnect(Unknown Source)
            at java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
            at java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
            at java.net.AbstractPlainSocketImpl.connect(Unknown Source)
            at java.net.PlainSocketImpl.connect(Unknown Source)
            at java.net.SocksSocketImpl.connect(Unknown Source)
            at java.net.Socket.connect(Unknown Source)
            at java.net.Socket.connect(Unknown Source)
            at java.net.Socket.<init>(Unknown Source)
            at java.net.Socket.<init>(Unknown Source)
            at com.mysql.jdbc.StandardSocketFactory.connect(StandardSocketFactory.ja
    va:254)
            at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:292)
            ... 27 more
    13:47:28 [SEVERE] [MYWARP] Could not establish SQL connection. Disabling MyWarp
    13:47:28 [INFO] SimpleHelp V1.7 Enabled!
    13:47:28 [SEVERE] Error occurred while enabling SimpleHelp v1.7 (Is it up to dat
    e?): com/nijikokun/bukkit/Permissions/Permissions
    java.lang.NoClassDefFoundError: com/nijikokun/bukkit/Permissions/Permissions
            at me.secrettm.SimpleHelp.SimpleHelp.setupPermissions(SimpleHelp.java:36
    1)
            at me.secrettm.SimpleHelp.SimpleHelp.onEnable(SimpleHelp.java:94)
            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(SimplePluginManage
    r.java:253)
            at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:157)
            at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:136
    )
            at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:284)
            at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:271)
            at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:148)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.lang.ClassNotFoundException: com.nijikokun.bukkit.Permissions.Pe
    rmissions
            at java.net.URLClassLoader$1.run(Unknown Source)
            at java.net.URLClassLoader$1.run(Unknown Source)
            at java.security.AccessController.doPrivileged(Native Method)
            at java.net.URLClassLoader.findClass(Unknown Source)
            at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.
    java:36)
            at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.
    java:24)
            at java.lang.ClassLoader.loadClass(Unknown Source)
            at java.lang.ClassLoader.loadClass(Unknown Source)
            ... 12 more
    13:47:28 [SEVERE] Error occurred while enabling SpawnControl v0.8.1 (Is it up to
     date?): com/nijikokun/bukkit/Permissions/Permissions
    java.lang.NoClassDefFoundError: com/nijikokun/bukkit/Permissions/Permissions
            at com.aranai.spawncontrol.SpawnControl.onEnable(SpawnControl.java:237)
            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(SimplePluginManage
    r.java:253)
            at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:157)
            at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:136
    )
            at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:284)
            at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:271)
            at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:148)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.lang.ClassNotFoundException: com.nijikokun.bukkit.Permissions.Pe
    rmissions
            at java.net.URLClassLoader$1.run(Unknown Source)
            at java.net.URLClassLoader$1.run(Unknown Source)
            at java.security.AccessController.doPrivileged(Native Method)
            at java.net.URLClassLoader.findClass(Unknown Source)
            at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.
    java:36)
            at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.
    java:24)
            at java.lang.ClassLoader.loadClass(Unknown Source)
            at java.lang.ClassLoader.loadClass(Unknown Source)
            ... 11 more
    13:47:28 [SEVERE] Error occurred while enabling TimeShift v2.0.1 (Is it up to da
    te?): com/nijikokun/bukkit/Permissions/Permissions
    java.lang.NoClassDefFoundError: com/nijikokun/bukkit/Permissions/Permissions
            at tazzernator.cjc.timeshift.TimeShift.setupPermissions(TimeShift.java:1
    61)
            at tazzernator.cjc.timeshift.TimeShift.onEnable(TimeShift.java:77)
            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(SimplePluginManage
    r.java:253)
            at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:157)
            at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:136
    )
            at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:284)
            at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:271)
            at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:148)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.lang.ClassNotFoundException: com.nijikokun.bukkit.Permissions.Pe
    rmissions
            at java.net.URLClassLoader$1.run(Unknown Source)
            at java.net.URLClassLoader$1.run(Unknown Source)
            at java.security.AccessController.doPrivileged(Native Method)
            at java.net.URLClassLoader.findClass(Unknown Source)
            at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.
    java:36)
            at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.
    java:24)
            at java.lang.ClassLoader.loadClass(Unknown Source)
            at java.lang.ClassLoader.loadClass(Unknown Source)
            ... 12 more
    13:47:28 [INFO] WorldEdit 4.6 enabled.
    13:47:28 [INFO] WorldEdit: No known permissions plugin detected. Using configura
    tion file for permissions.
    13:47:28 [INFO] WorldGuard: No known permissions plugin detected. Using configur
    ation file for permissions.
    13:47:28 [INFO] WorldGuard: (Seans Server) Single session is enforced.
    13:47:28 [INFO] WorldGuard: (Seans Server) TNT ignition is PERMITTED.
    13:47:28 [INFO] WorldGuard: (Seans Server) Lighters are PERMITTED.
    13:47:28 [INFO] WorldGuard: (Seans Server) Lava fire is blocked.
    13:47:28 [INFO] WorldGuard: (Seans Server) Fire spread is UNRESTRICTED.
    13:47:28 [INFO] WorldGuard: Loaded configuration for world 'Seans Server"
    13:47:28 [INFO] WorldGuard: 5 regions loaded for 'Seans Server'
    13:47:28 [INFO] WorldGuard 5.0-alpha10 enabled.
    13:47:28 [INFO] [XcraftGate v0.6.2] by Engelier loaded.
    13:47:28 [INFO] [XcraftGate v0.6.2] loading world Seans Server (NORMAL)
    13:47:28 [INFO] [XcraftGate v0.6.2] loaded 2 gates
    13:47:28 [INFO] Done (0.622s)! For help, type "help" or "?"
    >
     
  20. Offline

    ACStache

    what's the error? I couldn't find it the last few pages.

    did this start happening when you installed permissions or something else? if it was something else try removing everything besides permissions, and add the other plugins 1 by 1 until you find which one causes the error.

    somewhat off topic... do you use MySQL for mywarp? When I installed mywarp it defaulted to try to use MySQL and threw an error similar to one of the errors further down in your post, and you have to change the config file to false if you don't.

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

    shauwk

    hey i really need help , i messed up something in my permissions file and cant find the mistake and been looking for yaml checkers to fix it but all i can find is a yaml parser and i dont know how to find my mistake so does anyone know a better site to find my yaml mistake??? i need asap!! or could someone help me find out what i messed on please
     
  22. Offline

    ACStache

    are you getting errors launching the server now? post your groups.yml and users.yml and see if someone can help find your error. Also make sure to not use tabs, only use spaces.
     
  23. It seemed to fix once I deleted the 'Permissions' folder. It must have been an error in my permissions files. Could anyone give me a template on how to create the file?
     
  24. Offline

    shauwk

    ok heres my user and group file , thanks a TON to whoever helps me figure out whats wrong! been trying to figure it out forever T_T

    also i edited it while my server was running. now when i type 'permissions -reload all' into my console , it says unknown console command
     

    Attached Files:

  25. Offline

    ACStache

    the unknown console command is a known issue and should be fixed in the newest RB (they just released a new RB today). I'll take a look at your files and see if I can't find anything wrong with them.
     
  26. Offline

    shauwk

    thanks it was working perfectly till i edited somethings and messed up . now i cant reload permissions
     
  27. Offline

    ACStache

    @shauwk I loaded your users and groups files into my test server and ran it. everything seems like it's working right. We'll need to see what the error is you're getting to help you further. It will be in your server.log file in your server folder. I would suggest getting Notepad++ to view it so it's a bit more coherent if you don't have it yet already.

    edit: also, do you have more than one world? it might be something from a different world. Also check to see if you have a storageconfig.yml in the Permissions folder (not in the world folder)
     
  28. Offline

    shauwk

    im not getting any errors at all its just that reloading permissions doesnt work after i edited

    edit: this is all i get 2011-06-26 11:19:19 [INFO] Unknown console command. Type "help" for help.
     
  29. Offline

    ACStache

    oh. you'll have to reboot the server then, as in RB928 console/ingame commands don't work. They supposedly work in RB935 (and any build past 933) which was released today. if you don't want to do that then check http://forums.bukkit.org/threads/recommended-build-928.22810/page-3#post-412995 the permissions.jar listed there allows the commands (including -reload all) to work again.
     
  30. Offline

    khazoids

    Myhome isnt the only plugin being canceled with permission, a few other plugins are being canceled along with it, essentials isnt up to date, thats the problem and I'm not updating it til I get permissions fixed
     
  31. Offline

    shauwk

    oh thanks that fixed my problem. i can now reload permissions using console. now i got another problem, after i restarted the server, everyone is saying mcmmo skills are all at 0.. and i have no idea how this happened or how to fix?
     
Thread Status:
Not open for further replies.

Share This Page