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

    whoami

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    I will add it to 0.83.
  2. Offline

    darkwarriors

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    same i cant update my php script with sha2 256 bit! edit solved with hash() function, maybe onyl sometime fail to compare string!
  3. Offline

    darkwarriors

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    pls help me i have to verify in a web application correct password of the game,

    your codification is sha256? so how u stored password in auths.db?

    i try hash('sha256', 'mypassord' ) but coded password is different from yours so u use a salt or something similar?
  4. Offline

    whoami

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    See here
  5. Offline

    darkwarriors

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    thanks solved!
  6. Offline

    Svenboy222

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Thx I was searching for this! It works great!
  7. Offline

    Garloth

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    CraftBukkitUpToDate support please.
  8. Offline

    swehunter2000

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    i would like this too.
  9. Offline

    whoami

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    I just wrote a PM to the CraftBukkitUpToDate maintainer to add this plugin.
  10. Offline

    Garloth

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Thank you very much.
  11. Offline

    BelluX

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Don't work whit custom messages:
    Code:
    Command:
        UnregisterResponse: '&aNon sei più registrato!'
        LogoutResponse: '&aNon sei più loggato!'
        RegisterResponse: '&aRegistrato usando la password: &e%1'
        LoginResponse: '&aPassword accettata. Benvenuto nel NiceOne       Craft!'
        RegisterExtraInfoCheckFailed: '&cIl tuo %1 non rispetta le nostre regole!'
        ChangePasswordResponse: '&aPassword modificata correttamente!'
    Sessions:
        Hint: '&aSei stato automaticamente identificato e loggato. Benvenuto nel NiceOne Craft!'
    Kick:
        NotRegistered: Perfavore visita il nostro sito [URL='http://www.niceoneteam.com/registration']www.niceoneteam.com/registration[/URL] per registrare il tuo nick!
        OtherUserLoggedIn: Ci risulta che c'è già un player loggato con lo stesso nome! Provane un altro!
        DisallowedCharacters: Il tuo nick (%1) non è corretto, contiene caratteri invalidi o è troppo corto/lungo!
    Alert:
        Login: '&cPerfavore identificati usando /login <password>'
        Registration: '&cPerfavore registrati usando /register <password>'
        PluginReloaded: '&cIl server è stato riavviato! Perfavore loggati di nuovo...'
    JoinMessage:
        Command: '&ePer registrarti, digita /register <password>'
        ForceRegistration: '&dDevi registrare un account prima d'iniziare a giocare!'
        FreeRegistration: '&dSei libero di registrare un account per garantire la miglior protezione del tuo account!'
    Error:
        DatasourceError: '&cErrore Interno! Contatta un admin per risolvere il problema!'
        NotRegistered: '&cErrore: Non sei registrato!'
        NotLogged: '&cErrore: Non sei loggato!'
        WrongPassword: '&cErrore: La password è errata!'
        PlayerNotRegistered: '&cErrore: Questo player non è  registrato!'
        AlreadyRegistered: '&cErrore: Sei già registrato!'
        InvalidPassword: '&cPassword invalida'
        AlreadyLoggedIn: '&cErrore: Sei già loggato!'
    
    Version bukkit 1000
  12. Offline

    whoami

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    This works:

    Code:
    Command:
        UnregisterResponse: '&aNon sei più registrato!'
        LogoutResponse: '&aNon sei più loggato!'
        RegisterResponse: '&aRegistrato usando la password: &e%1'
        LoginResponse: '&aPassword accettata. Benvenuto nel NiceOne Craft!'
        RegisterExtraInfoCheckFailed: '&cIl tuo %1 non rispetta le nostre regole!'
        ChangePasswordResponse: '&aPassword modificata correttamente!'
    Sessions:
        Hint: '&aSei stato automaticamente identificato e loggato. Benvenuto nel NiceOne
            Craft!'
    Kick:
        NotRegistered: Perfavore visita il nostro sito www.niceoneteam.com/registration per registrare il tuo nick!
        OtherUserLoggedIn: Ci risulta che c'è già un player loggato con lo stesso nome! Provane un altro!
        DisallowedCharacters: Il tuo nick (%1) non è corretto, contiene caratteri invalidi o è troppo corto/lungo!
    Alert:
        Login: '&cPerfavore identificati usando /login <password>'
        Registration: '&cPerfavore registrati usando /register <password>'
        PluginReloaded: '&cIl server è stato riavviato! Perfavore loggati di nuovo...'
    JoinMessage:
        Command: '&ePer registrarti, digita /register <password>'
        ForceRegistration: '&dDevi registrare un account prima d''iniziare a giocare!'
        FreeRegistration: '&dSei libero di registrare un account per garantire la miglior
            protezione del tuo account!'
    Error:
        DatasourceError: '&cErrore Interno! Contatta un admin per risolvere il problema!'
        NotRegistered: '&cErrore: Non sei registrato!'
        NotLogged: '&cErrore: Non sei loggato!'
        WrongPassword: '&cErrore: La password è errata!'
        PlayerNotRegistered: '&cErrore: Questo player non è  registrato!'
        AlreadyRegistered: '&cErrore: Sei già registrato!'
        InvalidPassword: '&cPassword invalida'
        AlreadyLoggedIn: '&cErrore: Sei già loggato!'
  13. Offline

    BelluX

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    i saved it whit notepad, up on the server but still don't work.
    EDIT: pls up the working on megaupload. thx
  14. Offline

    whoami

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    http://www.megaupload.com/?d=60XOYMW6

    I just tried it again, it is working on my test server...
  15. Offline

    BelluX

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
  16. Offline

    whoami

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    vim
  17. Offline

    BlazZer

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Could you please make this plugin no case sensitive.
    e.g. if i'm logged in as BlazZer and someone connects as blazzer i get a kick
    but if i'm logged in as blazzer and someone connects as blazzer i get no kick
    would be great if you add this ;)
  18. Offline

    whoami

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    At first I could not reproduce it but with some more tests I found out what you mean.

    It will be fixed in the next release.
  19. Offline

    rad1game

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Code:
    2011-07-24 13:14:02 [INFO] [AuthMe] Player elism0p tried to login with a wrong password!
    2011-07-24 13:14:02 [SEVERE] Could not pass event PLAYER_MOVE to AuthMe
    java.lang.NullPointerException
        at de.fgtech.pomo4ka.AuthMe.PlayerCache.PlayerCache.getLastAlert(PlayerCache.java:68)
        at de.fgtech.pomo4ka.AuthMe.PlayerCache.PlayerCache.isAlertNeeded(PlayerCache.java:76)
        at de.fgtech.pomo4ka.AuthMe.AuthMe.checkAuth(AuthMe.java:589)
        at de.fgtech.pomo4ka.AuthMe.Listener.AuthMePlayerListener.onPlayerMove(AuthMePlayerListener.java:191)
        at org.bukkit.plugin.java.JavaPluginLoader$7.execute(JavaPluginLoader.java:286)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:332)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:164)
        at net.minecraft.server.Packet10Flying.a(SourceFile:126)
        at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:85)
        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)
    CB #1000, AuthMe v0.84
  20. Offline

    whoami

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    This is not 0.84. The getLastAlert() and isAlertNeeded() methods dont exist any more.
  21. Offline

    rad1game

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Oops. My bad, sorry.
  22. Offline

    Sandbird

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    I am using SpawnControl to change my global spawn point for new users and also have the /home etc commands.
    Using AuthMe it totally messes up with my global spawn point. When i dont have AuthMe then everything is fine...once i put the plugin then it works new players to the global spawn and not the spawn point i set up with SpawnControl....

    Also in the log when this happens i see this in the console (when it tps me back to global spawn)


    19:04:09 [WARNING] Sandbird moved too quickly! Elapsed ticks: 32, Distance change: 5346.27033160899
    19:04:09 [INFO] Prevented kicking Sandbird for reason: "You moved too quickly :( (Hacking?)"


    Same thing with HeroSpawn... it spawns me to the proper spawn point and after a couple of seconds it takes me back to the global spawn point and also there is no message from AuthMe to register in the server.

    If i have the radius set to true also, if the player tries to walk outside that radius then he freezes with a terrible lag.


    My guess is that AuthMe checks the location the player is at when they join in order to act upon it...the only problem is....the player is where he is suppose to be...while AuthMe checks the global spawn.
    Can you add an option to disable this check ?
  23. Offline

    whoami

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Ok what is happening is this:

    1. A player connects
    2. SpawnControl tps the player to a place outside of the WalkAroundSpawn zone.
    3. AuthMe tps the player back to the spawn because he is outside of the allowed radius.

    While I am thinking on how to check that a player is within the allowed radius without knowing the middle point you can change 2 things in your config to make the problem disappear.

    Either you disable "WalkAroundSpawn" or you set the radius so high(20000 or more) that all possible spawnpoints are included.

    The radius is supposed to be a number not a boolean value.
  24. Offline

    Sandbird

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    hehe yeah i mean it was set.Bad choice of words. :)

    And thanks for the setting...it worked perfectly :)
  25. Offline

    darkwarriors

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    mmm my usses it that player can chat even if they dint log in with their password, its normal? PS: previuos version chat is forbidding from unlogged players.
  26. Offline

    whoami

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Check your config.yml you can activate and deactivate the pre login chat there with:

    Code:
    AllowNonRegistered:
            Chat: false
    
  27. Offline

    Dyllon

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Could you maybe add a certain area for people to spawn in when you login?

    Because i had some people in my server where, they logged out while in the water, and when they logged in, they were drowning in the water while having to type in their password.
  28. Offline

    whoami

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    I could add is something like that:
    Player joins -> save position and tp player to the normal spawn ->after succesfull login tp player back to the other position.
  29. Offline

    Garloth

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Would be ok.
  30. Offline

    Dyllon

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Yeah! I would definitely like that! :D

Share This Page