Inactive [SEC] xAuth v2.0.10 - Extra Authentication [1.2.5-R1.3+]

Discussion in 'Inactive/Unsupported Plugins' started by CypherX, Mar 15, 2011.

Thread Status:
Not open for further replies.
  1. Offline

    CypherX

    xAuth v2.0.10 - (CraftBukkit build: [1.2.5-R1.3+])
    Download v2.0.10

    lycano is taking over the development of xAuth as I no longer have the time nor the will to continue working on it. Please see the BukkitDev page: http://dev.bukkit.org/server-mods/xauth/

    Thanks to everyone who has showed support for me and xAuth over the past 17 months. It's been 'fun'. If for any reason you need to contact me, stop by my IRC channel (irc.rizon.net #LoveDespite) or toss me a message at http://love-despite.com/forum. Until we meet again, stay gold. Bang.

    ------------------------------------------------------------------​

    xAuth is a plugin designed with a single task in mind: protect a server and its players while running in offline-mode. The basic idea of this protection is allowing players to register an account based on their player name and a supplied password. When a registered player connects to the server, that player will be prompted to authenticate his or herself by logging in. If and only if a valid password is supplied, they will regain full control of their account until their session expires.


    Features
    • Before registering/logging in, players cannot:
      • Chat, execute commands, interact with objects (levers, chests, etc.), move, or pickup items.
      • Break or place blocks
      • Receive or give damage, be targeted (followed) by hostile mobs
    • Inventory and location protection
    • In-depth setting and message configuration
    • Persistent login sessions through server restarts
    • Player name filter and password complexity configuration
    • Kick non-logged in (but registered) players after a configurable amount of time
    • Bukkit Permissions support
    • Kick or temporarily lockout the IP address of a player who fails to log in after a configurable amount of tries
    • Custom, highly secure password hashing
    • H2 and MySQL support
    • Authentication over URL (AuthURL) allows for connection to forum or website databases
    Changelog (click for full changelog)
    • Version 2.0.10
      • [Fixed] Exploit to completely bypass login system.
      • [Fixed] xAuth commands not working with Rcon
      • [Fixed] Exploiting login system to avoid fire & drowning damage.
      • [Fixed] NPE caused by player connecting & disconnecting during same server tick.
      • [Fixed] 'Table "SESSIONS" not found' error when a player uses /logout while session length is set to zero.
      • [Fixed] Exploiting location protection after dieing to return to the spot of death.
    • Version 2.0.9
      • Added several reverse single session configuration options.
      • Fixed registration.forced: false not working.
      • Updated version check and H2 download links.
    xAuth Importer
    xAuth Importer is a tool used to import accounts from previous versions of xAuth as well as other authentication plugins. Click here for more information.
     
  2. oh, do other users have the same problem. I wan´t to install this mod, but now i think it´s better to wait...
     
  3. I use authdb and it seems to work okay.
     
  4. Offline

    CatsyLady

    there is no problem at all with this build

    Code:
    2012-06-19 23:55:29 [INFO] [xAuth] Enabling xAuth v2.0.10
    2012-06-19 23:55:30 [INFO] [xAuth] Vault found, advanced permission support enabled
    2012-06-19 23:55:30 [INFO] [xAuth] Successfully established connection to MySQL database
    2012-06-19 23:55:30 [INFO] [xAuth] v2.0.10 Enabled!
    
     
  5. Offline

    Averus

    plugin dosnt create DB, plz help, i need you base export or mysql quary
     
  6. Offline

    kisokos25

    hej cypherX! you have hungary translation to this plugin?
    kisokos25
     
  7. The translations are for version 2.0.09 - they have to be updated. Otherwise if you copy your messages.txt over, the old english text will be automatically restored.
     
  8. Offline

    bobitza

    when i login he spawn me in air with scrren black and spam me This area is Protected
     
  9. Offline

    Averus

    still looking for help

    it work with sql?

    Code:
     [xAuth] Something went wrong while updating table [playerdata] to revision [002]
    com.cypherx.xauth.database.TableUpdateException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'ALTER TABLE `playerdata` MODIFY `armor` TEXT NULL' at line 2
        at com.cypherx.xauth.database.DatabaseUpdater.executeQuery(DatabaseUpdater.java:179)
        at com.cypherx.xauth.database.DatabaseUpdater.runUpdate(DatabaseUpdater.java:102)
        at com.cypherx.xauth.database.DatabaseController.runUpdater(DatabaseController.java:146)
        at com.cypherx.xauth.xAuth.onEnable(xAuth.java:92)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:215)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:386)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:262)
        at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:244)
        at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:390)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:377)
    Code:
    You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'ALTER TABLE `playerdata` MODIFY `armor` TEXT NULL' at line 2
    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jul 17, 2016
  10. Offline

    mrbaggins

    When using the proper Minecraft client, users can only connect as "Offline" or "Player" (Seemingly at random). When using Magic Launcher, the name specified in the login box sticks.

    I'm guessing this is a problem fixable with a "Cracked" client. Is there a recommended one, or should I just distribute Magic Launcher (Most of the people playing a paid players, we're just behind a very obtrusive firewall).

    Other than this small problem, everything else appears to be working quite well as an authenticated server. Kudos and thanks.
     
  11. Offline

    CatsyLady

    i solved it,
    was my own fault
     
  12. Offline

    cricrithezar

    Hum, getting this problem since upgrading the server to 1.2.5-R4, players can login, logout but when loging out (either by the /logout command or by disconnecting) and loging in again they seem to lose all the items they had in their inventory ...

    EDIT : WRONG VERSION NOT A PROBLEM ANYMORE SORRY
     
  13. Offline

    isaiasfinger

    Please update source (2.0.10) in GitHub!!!
     
  14. Offline

    HaoSs

    I also have problems with mysql. need fix


    Code:
    Something went wrong while updating table [playerdata] to revision [002]
     
    com.cypherx.xauth.database.TableUpdateException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'ALTER TABLE `playerdata` MODIFY `armor` TEXT NULL' at line 2
     
    
     
  15. Code:
    Used with web registrations that require account activation.
    it´s info from config. But how can i use web-registration?
     
  16. Offline

    Pim1234

    xAuth 2.0.10
    CB1.2.5-R4.0
    Plugins (open)

    IllcitNames, VoxelSniper, Buycraft, Backup, NoFloatingTrees, Vault, Multiverse-Core, Restarter, FirstLastSeen, AutoMessage, xAuth, SkylandsPlus, RunAs, Scavenger, TeleportSuite, OpenInv, BleedingMobs, PluginSpy, EasyBan, TimTheEnchanter, PlgDisableCmd, MultiInv, Minequery, PlgLogCmd, NoCheatPlus, FlatlandsBuilder, FamilyJewels, PorteCoulissante, Spout, NoItem, PluginReloader, PermissionsEx, MobileAdmin, iConomy, CommandHelper, NoSpawnEggs2, Modifyworld, CreeperHeal, Multiverse-Portals, Permissions, mcMMO, HungerBarGames, WorldEdit, SetRankPEX, WorldGuard, LimitedCreative, WorldBorder, AdminCmd, dynmap, HawkEye, ChestShop, VanishNoPacket, PreciousStones, RoyalChat


    Players do not receive a message telling them (how) to set a password when they join my server.

    config.yml (open)

    main:
    auto-disable: false
    check-for-updates: true
    download-library: true
    reload-on-join: false
    mysql:
    enabled: false
    host: localhost
    port: 3306
    user: user
    password: password
    database: xauth
    tables:
    account: accounts
    location: locations
    lockout: lockouts
    playerdata: playerdata
    session: sessions
    authurl:
    enabled: false
    url: http://google.com
    registration: false
    status: false
    groups: false
    broadcast-login: false
    single-session:
    reverse: true
    guests:
    reverse: false
    immunity-length: 5
    registration:
    enabled: true
    forced: true
    require-email: false
    validate-email: false
    account-limit: 3
    activation: false
    require-login: true
    password:
    min-length: 4
    allow-change: true
    complexity:
    lowercase: false
    uppercase: false
    number: false
    symbol: false
    guest:
    timeout: 300
    notify-cooldown: 5
    hide-inventory: true
    protect-location: true
    allowed-commands:
    - register
    - login
    restrict:
    player:
    chat: true
    interact: true
    move: false
    pickup: true
    block:
    place: true
    break: true
    entity:
    damage: true
    target: true
    session:
    length: 5
    verifyip: true
    godmode-length: 3
    strikes:
    amount: 5
    lockout-length: 3600
    account:
    track-last-login: false
    filter:
    min-length: 2
    allowed: ''
    disallowed: ''
    blank-name: true

    messages.yml (open)

    join:
    register: '{RED}You are not registered.{NEWLINE}{RED}Please register using /register
    <password>. Please note that by registering you agree to our rules (http://pimsserver.com/rules)'
    login: '{RED}Please log in using /login <password>.'
    resume: '{BRIGHTGREEN}Welcome back, your login session has been resumed.'
    error:
    lockout: You are temporarily locked out for exceeding the incorrect password threshold.
    name: Your name contains one or more illegal characters.
    online: You are already online!
    register:
    usage: '{RED}Correct Usage: /register <password>'
    success: '{BRIGHTGREEN}You have successfully registered!{NEWLINE}{BRIGHTGREEN}You
    may now log in using /login <password>'
    error:
    disabled: '{RED}Registrations are currently disabled!'
    registered: '{RED}You are already registered!'
    limit: '{RED}You may not register any more accounts!'
    password: '{RED}Your password must be at least {PWMINLENGTH} characters long!'
    email: '{RED}Please use a valid email address when registering!'
    general: '{RED}Something went wrong while creating your account!'
    login:
    usage: '{RED}Correct Usage: /login <password>'
    success: '{BRIGHTGREEN}You are now logged in!'
    error:
    registered: '{RED}You are not registered!'
    authenticated: '{RED}You are already logged in!'
    password: '{RED}Incorrect password!'
    active: '{RED}Your account is not activated!'
    general: '{RED}Something went wrong while logging you in!'
    logout:
    success: '{BRIGHTGREEN}You have been logged out!'
    error:
    logged: '{RED}You are not logged in!'
    general: '{RED}Something went wrong while logging you out!'
    changepw:
    usage: '{RED}Correct Usage: /changepw <old password> <new password>'
    success: '{BRIGHTGREEN}Password changed!'
    error:
    disabled: '{RED}Password changes are currently disabled.'
    logged: '{RED}You are not logged in!'
    incorrect: '{RED}Incorrect old password!'
    invalid: '{RED}Your new password does not meet complexity requirements!'
    general: '{RED}Something went wrong while changing your password!'
    authurl:
    registration: '{RED}AuthURL registration is disabled.'
    changepw: '{RED}AuthURL does not support password changes.'
    misc:
    illegal: '{GRAY}You must be logged in to do that!'
    timeout: You have taken too long to log in!
    strikeout: You have entered too many invalid passwords!
    reloaded: '{RED}Server reloaded, you must log in.'
    admin:
    permission: You do not have permission to use this command!
    register:
    usage: '{RED}Correct Usage: /xauth register <player> <password> '
    success: '{BRIGHTGREEN}Account successfully created for: {WHITE}{TARGET}'
    error:
    registered: '{RED}This player is already registered!'
    general: '{RED}Something went wrong while creating an account for {TARGET}'
    changepw:
    usage: '{RED}Correct Usage: /xauth changepw <player> <new password>'
    success: '{TARGET}''s {BRIGHTGREEN}password has been changed!'
    error:
    registered: '{RED}This player is not registered!'
    general: '{RED}Something went wrong while changing {TARGET}''s password!'
    logout:
    usage: '{RED}Correct Usage: /xauth logout <player>'
    error:
    logged: '{TARGET} {RED}is not logged in!'
    general: '{RED}Something went wrong while logging this player out!'
    success:
    player: '{TARGET} {BRIGHTGREEN}has been logged out!'
    target: '{BRIGHTGREEN}You have been logged out by an Administrator!'
    unregister:
    usage: '{RED}Correct Usage: /xauth unregister <player>'
    error:
    registered: '{RED}This player is not registered!'
    general: '{RED}Something went wrong while unregistering this player!'
    success:
    player: '{TARGET} {BRIGHTGREEN}has been unregistered!'
    target: '{RED}You have been unregistered and logged out!'
    location:
    usage: '{RED}Correct Usage: /xauth location set|remove [global]'
    set:
    error:
    global: '{RED}Global teleport location is set to this world.{NEWLINE}{RED}Please
    remove it first.'
    general: '{RED}Something went wrong while setting this location!'
    success:
    regular: '{BRIGHTGREEN}Teleport location for this world set to your location!'
    global: '{BRIGHTGREEN}Global teleport location set to your location!'
    remove:
    error:
    noglobal: '{RED}A global teleport location is not set!'
    notset: '{RED}This world does not have a teleport location!'
    global: '{RED}Global teleport location is set to this world.{NEWLINE}{RED}Please
    use /xauth location remove global'
    general: '{RED}Something went wrong while removing this location!'
    success:
    regular: '{BRIGHTGREEN}Teleport location for this world has been removed!'
    global: '{BRIGHTGREEN}Global teleport location has been removed!'
    reload: '{BRIGHTGREEN}xAuth reloaded.'
    activate:
    usage: '{RED}Correct Usage: /xauth activate <player>'
    error:
    registered: '{RED}This player is not registered!'
    active: '{RED}This player is already active!'
    general: '{RED}Something went wrong while activating this player!'
    success: '{BRIGHTGREEN}{TARGET} has been activated!'
    config:
    usage: '{RED}Correct Usage: /xauth config <node> <value>'
    error:
    exist: '{RED}This configuration node does not exist!'
    int: '{RED}This configuration node requires an integer value!'
    invalid: '{RED}This setting cannot be altered using this command!'
    success: '{BRIGHTGREEN}Configuration updated!'
     
  17. Offline

    dcshoeoo

     
  18. Offline

    DiegoKooger

    It does not work for me, I've tried different things. If I / pl of / plugins do then the plugin in the red, even when I come in the server then he does not. How do I solve this?:confused:
     
  19. Offline

    CryADsisAM

    I have a problem. Long time ago I was on a server with this plugin
    (Well, I think it is this plugin because it uses the same commands and messages)

    I forgot my password - I tried registering again which didn't work. Tried almost all passwords I could remember but didn't work. And I can't chat either to ask admin to reset the password.

    So is there a way to reset the password for myself or to unregister ?
     
  20. Offline

    Benneht

    Whenever I type /pl xAuth's name comes up in red, and none of the commands work (disabled). I deleted the config and had the .jar make another one and im still having the same problem. Any help?
     
  21. Offline

    CatsyLady

    try /helpop message
    maybe the admis/owners are smart and allowed the helpop
    command when not logged in.
     
  22. Offline

    actionforgames

    I get this in console: http://sharetext.org/ECH5
    I have mySQL but I didn't even touch it. I just set up mySQL and put informations in config.myl, but It was fine... now I get this message 10 times at server startup
     
  23. Bukkitdev page?
     
  24. Offline

    Krazy

    @CypherX
    Hey man i need only LETTERS and NUMBERS in nick, without blankspace and simboly, howto?
     
  25. Hi, I keep getting this error when I run up Xauth for the first time:
    Code:
    15:46:44 [INFO] [xAuth] Enabling xAuth v2.0.10
    15:46:44 [INFO] [xAuth] Vault found, advanced permission support enabled
    15:46:44 [INFO] [xAuth] Successfully established connection to MySQL database
    15:46:44 [INFO] [xAuth] Table created: accounts
    15:46:44 [INFO] [xAuth] Table created: playerdata
    15:46:44 [SEVERE] [xAuth] Something went wrong while updating table [playerdata] to revision[002]
    15:46:44 com.cypherx.xauth.database.TableUpdateException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'ALTER TABLE `playerdata` MODIFY `armor` TEXT NULL' at line 2
    15:46:44    at com.cypherx.xauth.database.DatabaseUpdater.executeQuery(DatabaseUpdater.java:179)
    15:46:44    at com.cypherx.xauth.database.DatabaseUpdater.runUpdate(DatabaseUpdater.java:102)
    15:46:44    at com.cypherx.xauth.database.DatabaseController.runUpdater(DatabaseController.java:146)
    15:46:44    at com.cypherx.xauth.xAuth.onEnable(xAuth.java:92)
    15:46:44    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:215)
    15:46:44    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337)
    15:46:44    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381)
    15:46:44    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:256)
    15:46:44    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:238)
    15:46:44    at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:381)
    15:46:44    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:368)
    15:46:44    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:197)
    15:46:44    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:432)
    15:46:44    at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
    15:46:44 [INFO] [xAuth] Table created: sessions
    15:46:44 [INFO] [xAuth] Table created: locations
    15:46:44 [INFO] [xAuth] Table created: lockouts
    15:46:44 [INFO] [xAuth] Table [lockouts] updated to revision[001]
    15:46:44 [INFO] [xAuth] v2.0.10 Enabled!
    And with every consecutive startup:

    Code:
    15:49:58 [INFO] [xAuth] Enabling xAuth v2.0.10
    15:49:58 [INFO] [xAuth] Vault found, advanced permission support enabled
    15:49:58 [INFO] [xAuth] Successfully established connection to MySQL database
    15:49:58 [SEVERE] [xAuth] Something went wrong while updating table [playerdata] to revision[002]
    15:49:58 com.cypherx.xauth.database.TableUpdateException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'ALTER TABLE `playerdata` MODIFY `armor` TEXT NULL' at line 2
    15:49:58    at com.cypherx.xauth.database.DatabaseUpdater.executeQuery(DatabaseUpdater.java:179)
    15:49:58    at com.cypherx.xauth.database.DatabaseUpdater.runUpdate(DatabaseUpdater.java:102)
    15:49:58    at com.cypherx.xauth.database.DatabaseController.runUpdater(DatabaseController.java:146)
    15:49:58    at com.cypherx.xauth.xAuth.onEnable(xAuth.java:92)
    15:49:58    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:215)
    15:49:58    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337)
    15:49:58    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381)
    15:49:58    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:256)
    15:49:58    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:238)
    15:49:58    at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:381)
    15:49:58    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:368)
    15:49:58    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:197)
    15:49:58    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:432)
    15:49:58    at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
    15:49:58 [INFO] [xAuth] v2.0.10 Enabled!
    With a person joining the server:
    Code:
    15:58:38 [SEVERE] [xAuth] Failed to insert player data into database!
    15:58:38 java.sql.SQLException: Column count doesn't match value count at row 1
    15:58:38    at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1073)
    15:58:38    at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3593)
    15:58:38    at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3525)
    15:58:38    at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1986)
    15:58:38    at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2140)
    15:58:38    at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2626)
    15:58:38    at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:2111)
    15:58:38    at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2407)
    15:58:38    at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2325)
    15:58:38    at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2310)
    15:58:38    at com.cypherx.xauth.PlayerDataHandler.storeData(PlayerDataHandler.java:94)
    15:58:38    at com.cypherx.xauth.PlayerManager.protect(PlayerManager.java:160)
    15:58:38    at com.cypherx.xauth.listeners.xAuthPlayerListener$1.run(xAuthPlayerListener.java:287)
    15:58:38    at org.bukkit.craftbukkit.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:126)
    15:58:38    at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:533)
    15:58:38    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:459)
    15:58:38    at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
    
    DBVERSION with first startup:
    Code:
    #Thu Jun 28 15:58:07 CEST 2012
    lockout=1
    location=0
    playerdata=1
    account=0
    session=0
    
    DBVERSION with consecutive startup and person register:
    Code:
    #Thu Jun 28 15:58:07 CEST 2012
    lockout=1
    location=0
    playerdata=1
    account=0
    session=0
    
    Other information if it is at any help:
    - Only the tables 'accounts' and 'sessions' hold information when a person registers.
    - MySQL is working with the LogBox plugin ( unrelated database)

    I tried deleting the DBVERSION file, dropping all the tables and trying again, trying with another database,... All with the same result.



    Thanks for any advice you can give me,
    ~Dr4gonC0re
     
  26. Offline

    siemaeniu500

    I have the same problem like Dr4gonC0re
     
  27. Offline

    kikostaki

    I want after the players have registered automatically xauth will promote them to another permision group i use PEX. Is thi posible?
     
  28. Offline

    TrainingMatador

    Hi, i have a small problem y created the server with bukkit and your plugin but a few days ago i run the server an a bad thing hapen iside the console started to see ¨GRAVE" in a lot of lines the server runs normal but when i want change the map y change the name of the folder in server propertis and , nothing hapens still the same map i delet evrything and create a new server in an other folder with a new bukkit server without your plugin, it run nice and no "GRAVE" in lines and other map, buth when i redownload your plugin and run the server the "GRAVE" stuf again, and when y play i start in the other map what can i do???
     
  29. Offline

    Wheatley

    Guys please help me !

    I have a problem with this plugin, when i start my server, the console shows me lot of errors of xAuth
    Can you help me please ?

    Errors:

    And there is my configuaration...

    My plugins:

    My craftbukkit version:


    I've posted an issue 8 Days ago but no one respond me
    Thanks for helping me, i don't want other auth plugins, there are so buggy.
     
  30. Offline

    zaq_hack

    I'm having a strange issue with about 1 in 10 logins. When users first join, they are ported to the world spawn point. They can't do much, but then after login, they are ported "back." Often, this seems to put them one or two blocks lower than what they should be. They can sometimes close Minecraft immediately and log back in to find themselves "back" in the right place. Sometimes, they will die. When they go back to that spot, their stuff may or may not be there, and it doesn't seem to have anything to do with normal item time limits (either items are dropped or they die with an empty inventory).

    I'll keep researching this, but wanted to post to ask about it, here.
     
Thread Status:
Not open for further replies.

Share This Page