Inactive [SEC] AuthMe v2.5.1 - High Performance Authorization plugin [1818/1.1-R1]

Discussion in 'Inactive/Unsupported Plugins' started by pomo4ka, Jun 19, 2011.

  1. Offline

    Tanner Smith

    ):
    2012-02-26 12:24:26 [SEVERE] Could not load 'plugins\AuthMe.jar' in folder 'plugins':
    org.bukkit.plugin.UnknownDependencyException: Vault
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:166)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:164)
    at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:140)
    at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:52)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:148)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:408)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:465)
     
  2. Offline

    Subrosa20

    already found this solution. superspawn works for me. thanks anyway. ;)
     
  3. Offline

    MissPicket

    Glad you found it too. Many people obviously haven't, I see this question on xAuth and AuthMe forums all over! So I thought I'd share, because I spent a very long time looking for the solution.
     
  4. Offline

    CourierRus

    this plugin looks pretty cool damn!
     
  5. Offline

    mazius123

  6. pomo4ka Can you disable all comands if a player isn't logged? Players not logged can use Faction Commands
     
  7. Offline

    BeeT

    Can you update github source?
     
  8. Offline

    darkwarriors

    iam doint it

    iam doing it
     
  9. darkwarriors When you post the next relase? I need it to open my server :'( or griefers grief it :(
     
  10. Offline

    darkwarriors

    just configure AuthMe with unLoggedIn Group and u solve all your problem..
     
  11. Offline

    FaithlessGod

    It does not work with Craftbukkit build 2010, and I really need this plugin, I will try to get the error from the log and post it.

    When trying to enable version 2.6.2 it gives this error:
    Code:
    2012-03-02 13:32:26 [SEVERE] Could not load 'plugins\AuthMe.jar' in folder 'plugins'
    org.bukkit.plugin.UnknownDependencyException: Vault
        at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:176)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:207)
        at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:183)
        at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:53)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:156)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:420)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:490)
    Anyone got an idea?

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 16, 2016
  12. Deskata likes this.
  13. Offline

    Deskata

    Yeah , make a new version for the 1.2.3 please :)
     
  14. Please, update to R5 =)
     
  15. Offline

    darkwarriors

    use bukkitDev, iam bored to asnwer at this error.

    install vault for first time, then check the wiki and how to install.
     
  16. Offline

    FaithlessGod

    Sorry, did not read the BukkitDev. Sorry for wasting your time D:
    I will post and like when it works :D (Or if it doesn't)

    Okay, added Vault.
    Now it says this:
    Code:
    2012-03-02 17:33:46 [SEVERE] Error occurred while enabling AuthMe v2.6 (Is it up to date?)
    java.lang.NoClassDefFoundError: org/bukkit/util/config/Configuration
        at java.lang.ClassLoader.defineClass1(Native Method)
        at java.lang.ClassLoader.defineClassCond(Unknown Source)
        at java.lang.ClassLoader.defineClass(Unknown Source)
        at java.security.SecureClassLoader.defineClass(Unknown Source)
        at java.net.URLClassLoader.defineClass(Unknown Source)
        at java.net.URLClassLoader.access$000(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:41)
        at org.bukkit.plugin.java.JavaPluginLoader.getClassByName(JavaPluginLoader.java:234)
        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:37)
        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:29)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at uk.org.whoami.authme.AuthMe.onEnable(AuthMe.java:66)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:215)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:336)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:363)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:250)
        at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:232)
        at org.bukkit.craftbukkit.CraftServer.reload(CraftServer.java:531)
        at org.bukkit.Bukkit.reload(Bukkit.java:174)
        at org.bukkit.command.defaults.ReloadCommand.execute(ReloadCommand.java:22)
        at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:166)
        at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:461)
        at org.bukkit.craftbukkit.CraftServer.dispatchServerCommand(CraftServer.java:457)
        at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:594)
        at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:563)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:447)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:490)
    Caused by: java.lang.ClassNotFoundException: org.bukkit.util.config.Configuration
        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:41)
        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:29)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        ... 31 more
    I hope it can be fixed soon :D

    The dev build does not work either, here is the error.
    Code:
    2012-03-02 17:40:11 [SEVERE] Error occurred while enabling AuthMe v2.6.3b1 (Is it up to date?)
    java.lang.NullPointerException
        at uk.org.whoami.authme.settings.Settings.checkDefaults(Settings.java:398)
        at uk.org.whoami.authme.settings.Settings.<init>(Settings.java:90)
        at uk.org.whoami.authme.AuthMe.onEnable(AuthMe.java:76)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:215)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:336)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:363)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:250)
        at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:232)
        at org.bukkit.craftbukkit.CraftServer.reload(CraftServer.java:531)
        at org.bukkit.Bukkit.reload(Bukkit.java:174)
        at org.bukkit.command.defaults.ReloadCommand.execute(ReloadCommand.java:22)
        at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:166)
        at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:461)
        at org.bukkit.craftbukkit.CraftServer.dispatchServerCommand(CraftServer.java:457)
        at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:594)
        at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:563)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:447)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:490)
    Good luck!

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 16, 2016
  17. Offline

    M60

    The only way I see change when I charge or discharge items is the damage value goes down to as little as 1 when charging and when I'm discharging items the damage goes up some something like 27. But when I log out and in again with charged items the damage value doesn't change, the items just stop functioning. Maybe the real charge level is stored somewhere in the metadata, but I can't see those from in a game, I already need Not Enough Items to see the damage value.
     
  18. Offline

    darkwarriors

    redownload i fix it.

    dev version for Minecraft 1.2 is out check it on bukkit dev!

    i known i try to find a correct way to fix it, but seems that even if i add it manually energy isent read correcly.
     
  19. Offline

    JayWayne

    I have the problem :S But i cannot fixed -.-
    When i write in the chat /register <Password> not worked
    When i write in the chat /register password <Password> not worked
    When i write in the chat/register password confirmpassword <Password> not WORKED xD
    When i write in the chat/register <Password> confirmpassword NOT Worked :OO

    Can help me? Thanks!
     
  20. Offline

    darkwarriors

    download Vault or wait next dev release and use command /register password password
     
  21. Offline

    FaithlessGod

    The dev version now works like a charm! Thanks Darkwarriors!
     
  22. Offline

    Mthekings

    With 1.2 Well i installed the plugin than i start up the server and i did /register pass confirm It says again the same and i cant register anymore...
     
  23. Offline

    darkwarriors

    u can choose 2 fix:

    download Vault plugin

    or wait some minuts that a upload new dev that fix this usses.
     
  24. Offline

    JayWayne

    Mhh?

    Code:
    DataSource:
      mySQLColumnName: username
      mySQLTablename: authme
      mySQLUsername: authme
      backend: file
      mySQLColumnLastLogin: lastlogin
      mySQLDatabase: authme
      mySQLPort: '3306'
      mySQLColumnIp: ip
      mySQLHost: 127.0.0.1
      mySQLColumnPassword: password
      mySQLPassword: '12345'
      caching: true
    GroupOptions:
      UnregisteredPlayerGroup: ''
      RegisteredPlayerGroup: ''
      Permissions:
        PermissionsOnJoin: []
    settings:
      sessions:
        enabled: false
        timeout: 10
      restrictions:
        allowChat: false
        maxRegPerIp: 1
        maxNicknameLength: 20
        ForceSingleSession: true
        ForceSpawnLocOnJoinEnabled: false
        SaveQuitLocation: false
        AllowRestrictedUser: false
        AllowedRestrictedUser: []
        kickNonRegistered: false
        kickOnWrongPassword: true
        teleportUnAuthedToSpawn: false
        minNicknameLength: 3
        allowMovement: false
        timeout: 50
        allowedNicknameCharacters: '[a-zA-Z0-9_?]*'
        allowedMovementRadius: 100
      GameMode:
        ForceSurvivalMode: false
        ResetInventotyIfCreative: false
      security:
        minPasswordLength: 4
        unLoggedinGroup: unLoggedinGroup
        passwordHash: SHA256
      registration:
        enabled: true
        messageInterval: 5
        force: true
      unrestrictions:
        UnrestrictedName: []
    VBullettinOptions:
      mySQLColumnSalt: ''
      mySQLColumnGroup: ''
      nonActivedUserGroup: -1
    permission:
      EnablePermissionCheck: true
    Sorry but i muss /register password confirmpassword + Vault = /regsiter <MyPassword> 12345 is confirm password but i will not a confirm password! Can i the confirmpassword to off? Sorry for MY REALLY bad english :p
     
  25. Offline

    darkwarriors

    confirm password is a must of all registration app!

    /register myPassword myPassword - simple type 2 time the same password for check if some wrong characters is pulled
     
  26. Offline

    JayWayne

    Oh Sorry its ok ;) But its Great!

    But dark. We have Groupmanager on the Server but when my User = Moderator on the Server come = Builder?
    i have uploaded the Serverlog!
     

    Attached Files:

    Last edited by a moderator: May 17, 2016
  27. Offline

    Sawcar

    Hey, can you please update this to 1.2.3 ? I really need it for my server to work out, btw, if someone know any else problems, please write back, becosue i dont know why bukkit is so weird atm. Like.. my plugins doesnt work, wich means they arent updated, and the actual craftbukkit.jar doesnt really work out.. I get **Cant bind to port** and stuff.. Please reply :)
     
  28. Offline

    darkwarriors

    its on bukkitdev http://dev.bukkit.org/server-mods/authme-reloaded/

    check dev version
     
  29. Offline

    Sawcar

    Well, it doesnt seem to work, but i think it is becouse the bukkit version 1.2.3 isnt really that great, like.. none of my plugins work, when i write /Plugins it all is there, but none of em work.. Does this happend to you or anyone else? I downloaded AuthMe from Dev and it doesnt work either.
     
  30. Offline

    darkwarriors

    the last dev version 2.6.3b2 works on 1.2.3
     

Share This Page