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. Offline

    Oosmus

    I started getting this code after installing Jobs. I've tried deleting and reinstalling h2 but it doesn't work.
    Code:
    2011-07-21 22:27:03 [SEVERE] [xAuth] Could not connect to H2 database!
    org.h2.jdbc.JdbcSQLException: File corrupted while reading record: "-1 of 553". Possible solution: use the recovery tool; SQL statement:
    CREATE CACHED TABLE IF NOT EXISTS INFORMATION_SCHEMA.LOB_MAP(
        LOB BIGINT NOT NULL,
        SEQ INT NOT NULL,
        HASH INT,
        BLOCK BIGINT
    )
    HIDDEN [90030-153]
        at org.h2.message.DbException.getJdbcSQLException(DbException.java:327)
        at org.h2.message.DbException.get(DbException.java:167)
        at org.h2.message.DbException.get(DbException.java:144)
        at org.h2.store.PageStore.readPage(PageStore.java:1267)
        at org.h2.store.PageStore.getPage(PageStore.java:706)
        at org.h2.index.PageDataIndex.getPage(PageDataIndex.java:222)
        at org.h2.index.PageDataIndex.<init>(PageDataIndex.java:80)
        at org.h2.table.RegularTable.<init>(RegularTable.java:92)
        at org.h2.schema.Schema.createTable(Schema.java:542)
        at org.h2.command.ddl.CreateTable.update(CreateTable.java:130)
        at org.h2.engine.MetaRecord.execute(MetaRecord.java:58)
        at org.h2.engine.Database.open(Database.java:598)
        at org.h2.engine.Database.openDatabase(Database.java:218)
        at org.h2.engine.Database.<init>(Database.java:213)
        at org.h2.engine.Engine.openSession(Engine.java:56)
        at org.h2.engine.Engine.openSession(Engine.java:159)
        at org.h2.engine.Engine.createSessionAndValidate(Engine.java:138)
        at org.h2.engine.Engine.createSession(Engine.java:121)
        at org.h2.engine.Engine.createSession(Engine.java:28)
        at org.h2.engine.SessionRemote.connectEmbeddedOrServer(SessionRemote.java:285)
        at org.h2.jdbc.JdbcConnection.<init>(JdbcConnection.java:114)
        at org.h2.jdbc.JdbcConnection.<init>(JdbcConnection.java:98)
        at org.h2.Driver.connect(Driver.java:72)
        at java.sql.DriverManager.getConnection(Unknown Source)
        at java.sql.DriverManager.getConnection(Unknown Source)
        at com.cypherx.xauth.datamanager.DataManager.connectH2(DataManager.java:65)
        at com.cypherx.xauth.datamanager.DataManager.connect(DataManager.java:42)
        at com.cypherx.xauth.datamanager.DataManager.<init>(DataManager.java:35)
        at com.cypherx.xauth.xAuth.onEnable(xAuth.java:64)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:878)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:272)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:162)
        at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:146)
        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)
    2011-07-21 22:27:03 [SEVERE] [xAuth] Disabling - No connection to database
    2011-07-21 22:27:03 [INFO] [xAuth] v2.0b3.5 Disabled!
    2011-07-21 22:27:03 [INFO] [NoSpawn] Permissions found, using Permissions!
    2011-07-21 22:27:03 [INFO] NoSpawn version 1.5.3 is enabled!
    2011-07-21 22:27:03 [INFO] [MyWolf] Permissions integration enabled!
    2011-07-21 22:27:03 [INFO] [MyWolf] 1 wolf/wolves loaded
    2011-07-21 22:27:03 [INFO] [MyWolf] version 0.4.7 ENABLED
    2011-07-21 22:27:03 [INFO] Server permissions file permissions.yml is empty, ignoring it
    2011-07-21 22:27:03 [INFO] Done (1.290s)! For help, type "help" or "?"
     
  3. Offline

    Boon Pek

    I have a suggestion. I'd like a permission node that can be assigned to a user to exclude them from the 1 account/IP address setting. You see, I run my server for my friends, most of whom are siblings. This means that they share the same network.

    Due to this, I disabled the 1 account/IP. In doing so, I provide the opportunities for people I banned via nickname to re-register themselves, come back to the server and continue to wreak havoc. I do not wish for this to happen as it clogs up my BigBrother database with useless user data, my xAuth database and MultiInv.

    So, for example, we have 3 users: User1, User2 and User3. User1 and User2 are on the same network, and User3 is on a different network. The 1 account/IP is on, and User1 and User3 join the server. This means that User2 cannot join the server. To fix this, I just give User1 the "xauth.exempt.ip" which would unbind them from any IP addresses (and allow them to join from any location) whilst allowing User2 to join...

    I apologise if my description is not easily understood.
     
  4. Offline

    L24D

    You might have to ask @alta189 about it, its blocking something that allows it to work properly at login...
    He's the dev for it... I'm not sure about all the details.
     
  5. Offline

    sfxworks

    Code:
    [SEVERE] [xAuth] Could not delete session for player: sfxworks
    com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: The last packet successfully received from the server was 15,209,354 milliseconds ago.  The last packet sent successfully to the server was 15,209,448 milliseconds ago. is longer than the server configured value of 'wait_timeout'. You should consider either expiring and/or testing connection validity before use in your application, increasing the server configured values for client timeouts, or using the Connector/J connection property 'autoReconnect=true' to avoid this problem.
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
        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:1116)
        at com.mysql.jdbc.MysqlIO.send(MysqlIO.java:3348)
        at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1967)
        at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2140)
        at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2626)
        at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:2111)
        at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2407)
        at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2325)
        at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2310)
        at com.cypherx.xauth.datamanager.DataManager.deleteSession(DataManager.java:555)
        at com.cypherx.xauth.listeners.xAuthPlayerListener.onPlayerQuit(xAuthPlayerListener.java:98)
        at org.bukkit.plugin.java.JavaPluginLoader$2.execute(JavaPluginLoader.java:251)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:332)
        at net.minecraft.server.ServerConfigurationManager.disconnect(ServerConfigurationManager.java:146)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:608)
        at net.minecraft.server.NetworkManager.b(NetworkManager.java:231)
        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)
    Caused by: java.net.SocketException: Software caused connection abort: socket write error
        at java.net.SocketOutputStream.socketWrite0(Native Method)
        at java.net.SocketOutputStream.socketWrite(Unknown Source)
        at java.net.SocketOutputStream.write(Unknown Source)
        at java.io.BufferedOutputStream.flushBuffer(Unknown Source)
        at java.io.BufferedOutputStream.flush(Unknown Source)
        at com.mysql.jdbc.MysqlIO.send(MysqlIO.java:3329)
        ... 20 more
    This was triggered when I disconnected.
     
  6. Offline

    tinez

    Hi everyone,

    i'm using xauth since a month. CB1000, xauth last version, essentials 2.5.
    I want to set my spawn inside a house.

    When people come into the serveur for the first time, they do spawn into the house with the classic "register yourself...", but once they register, they are teleported randomly on the roof of the spawn building! It's very annoying since i want them to follow a path inside the building...

    Thank for helping me out.
     
  7. Offline

    Peter Hsieh

    I'm having the exact same issue. It seems to be an xAuth error, cause /spawn correctly spawn me the /setspawn location. It only applies to those who use the /register command (i.e. all new players). I have my spawn, located 45 blocks below sea level, and when they register, they are teleported to the top level (in the open) of that spawn location (as if they used /top). If we could get that fixed, it would be great :) and highly appreciated! Thanks for your great work.
     
  8. Offline

    Andys

    Can anyone provide instructions for installing it on Win system? I tried installing H2 and running server with -cp switch, it still says 'missing H2 library'. I really do not want to bloat my computer with mysql services just for one program.
     
  9. Offline

    EMOberger

  10. Offline

    spunkiie

    Yeap, ppl are using this to break in houses... All I ask is an OPTION to turn off teleporting to the previous location after login.
     
  11. Offline

    tombik

    Still getting this err (I've newest xauth):
    Code:
    2011-07-23 12:30:37 [SEVERE] [xAuth] Could not delete StrikeBan for host: 90.176.27.17
    java.sql.SQLException: Can not issue executeUpdate() for SELECTs
        at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1073)
        at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:987)
        at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:982)
        at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:927)
        at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2365)
        at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2325)
        at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2310)
        at com.cypherx.xauth.datamanager.DataManager.deleteStrikeBan(DataManager.java:649)
        at com.cypherx.xauth.xAuth.isBanned(xAuth.java:319)
        at com.cypherx.xauth.listeners.xAuthPlayerListener.onPlayerLogin(xAuthPlayerListener.java:44)
        at org.bukkit.plugin.java.JavaPluginLoader$12.execute(JavaPluginLoader.java:321)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:332)
        at net.minecraft.server.ServerConfigurationManager.a(ServerConfigurationManager.java:184)
        at net.minecraft.server.NetLoginHandler.b(NetLoginHandler.java:82)
        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:226)
        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)
     
  12. Offline

    SilencShadoW

    I got the same Problem, they get ported on the top of the building in a RANDOM Possision!! Sometmes they fell onto the ground because they get random spawned .... /spawn works fine .... i tried /xauth loc set / remove aswell .. nothing work...! need help very fast plz :(
     
    tinez likes this.
  13. Offline

    oqenscool

    can you add an automatic logout if someone leaves the server?
     
  14. I'm relatively new to mysql and I' getting these Errors ater I installed xAuth on my Server even if I switch back to the H2 database for xAuth. I hope someone can tell me how I can solve this problem :/

    Code:
    2011-07-24 16:08:48 [SEVERE] com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown column 'player' in 'where clause'
    2011-07-24 16:08:48 [SEVERE]     at sun.reflect.GeneratedConstructorAccessor66.newInstance(Unknown Source)
    2011-07-24 16:08:48 [SEVERE]     at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
    2011-07-24 16:08:48 [SEVERE]     at java.lang.reflect.Constructor.newInstance(Unknown Source)
    2011-07-24 16:08:48 [SEVERE]     at com.mysql.jdbc.Util.handleNewInstance(Util.java:407)
    2011-07-24 16:08:48 [SEVERE]     at com.mysql.jdbc.Util.getInstance(Util.java:382)
    2011-07-24 16:08:48 [SEVERE]     at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1052)
    2011-07-24 16:08:48 [SEVERE]     at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3593)
    2011-07-24 16:08:48 [SEVERE]     at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3525)
    2011-07-24 16:08:48 [SEVERE]     at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1986)
    2011-07-24 16:08:48 [SEVERE]     at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2140)
    2011-07-24 16:08:48 [SEVERE]     at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2626)
    2011-07-24 16:08:48 [SEVERE]     at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:2111)
    2011-07-24 16:08:48 [SEVERE]     at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2407)
    2011-07-24 16:08:48 [SEVERE]     at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2325)
    2011-07-24 16:08:48 [SEVERE]     at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2310)
    2011-07-24 16:08:48 [SEVERE]     at com.griefcraft.sql.MemDB.unregisterPlayer(MemDB.java:819)
    2011-07-24 16:08:48 [SEVERE]     at com.griefcraft.listeners.LWCPlayerListener.onPlayerQuit(LWCPlayerListener.java:171)
    2011-07-24 16:08:48 [SEVERE]     at org.bukkit.plugin.java.JavaPluginLoader$2.execute(JavaPluginLoader.java:251)
    2011-07-24 16:08:48 [SEVERE]     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    2011-07-24 16:08:48 [SEVERE]     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:332)
    2011-07-24 16:08:48 [SEVERE]     at net.minecraft.server.ServerConfigurationManager.disconnect(ServerConfigurationManager.java:146)
    2011-07-24 16:08:48 [SEVERE]     at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:608)
    2011-07-24 16:08:48 [SEVERE]     at net.minecraft.server.NetworkManager.b(NetworkManager.java:231)
    2011-07-24 16:08:48 [SEVERE]     at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:85)
    2011-07-24 16:08:48 [SEVERE]     at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
    2011-07-24 16:08:48 [SEVERE]     at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
    2011-07-24 16:08:48 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
    2011-07-24 16:08:48 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
     
  15. Offline

    tinez

    How can i import all my H2 database accounts into MySQL?

    I tried with the backup.sql outputed by "java -cp h2*.jar org.h2.tools.Script -url jdbc:h2:/pathtoxAuth.h2.db"

    But it don't work when i import it cause error or misfonctions on each Query.

    Don't you have a simple way?

    Thanks

    EDIT: nvm i manage to do it by editing the backup.sql
     
  16. Offline

    7thSyn

    Uhm, When i start up cmd.exe of the server, it says xAuth is disabled because it cannot connect to database, why is this ;o..
     
  17. Offline

    da_boom

    when i updatedevery time i log in i get: your name contains one or more illegal characters.
     
  18. I have the same problem than tombik, do you have an issue ?

    Thank you
     
  19. Offline

    NotYetRated

    New players cannot register.

    CB 1000
    Latest Xauth
    Using H2

    Code:
    2011-07-26 18:53:19 [INFO] MarkMadrid [/76.218.58.211:50941] logged in with entity id 102564 at ([world] -84.34375, 70.0, 394.5625)
    2011-07-26 18:53:19 [SEVERE] Could not pass event PLAYER_JOIN to xAuth
    java.lang.NullPointerException
    at com.cypherx.xauth.xAuth.protect(xAuth.java:171)
    at com.cypherx.xauth.xAuth.createGuest(xAuth.java:155)
    at com.cypherx.xauth.listeners.xAuthPlayerListener.onPlayerJoin(xAuthPlayerListener.java:62)
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:244)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:332)
    at net.minecraft.server.ServerConfigurationManager.c(ServerConfigurationManager.java:124)
    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:226)
    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) 
    Yes I am using Iconomy with H2. There a fix for this? Or anything I can do?

    Renamed xAuth.jar to Auth.jar so it loads before anything else and players can now register. Don't know what else it will break though :)

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

    NotYetRated

    Nevermind, did not fix it.... this is game breaking.
     
  21. Offline

    Stephen304

    I have a weird problem, I recently updated everything from CB 953 to 1k and all plugins as well and whenever people log in, they are left at spawn, they do not teleport to their last location. This is particularly annoying to users with out in the wild houses because it means lots of walking every time they log in. Is this a known problem, has it been fixed in a recent update or is it in progress being fixed? No errors in console upon login.
     
  22. Offline

    malaka

    I play, and when i do restart i get error:null
     
  23. Offline

    Stephen304

    I figured out what it was, its a plugin conflict between exact spawn and xauth. Then they are both on the server, players will always be at spawn when they log in instead of the location they were at upon their last exit. When I removed exactspawn, I was placed where I was supposed to be instead of spawn. I hope this helps.
     
  24. Offline

    thedarkdima

    hello this plugin is not working good with BukkitContribEssentials and BukkitContrib i think the problem is that your plugin is too GOOD ^_^ i checked some other Auth plugins and found out that CAuth is working fine but the plugin too weak could you please check the problem and fix.
     
  25. Offline

    Stephen304

    I run xauth and bukkitcontrib and see no problems. I hear a lot of problems with essentials. For me, contrib and xauth seem to work fine together.
     
  26. Offline

    thedarkdima

    because u don't use 100% of bukkitcontrib -_-
     
  27. Offline

    Stephen304

    Exactly, which is why its essentials which is really causing your problems.
     
  28. Offline

    MiniKahn

    I get an MySQl Error..
    CB 1000
    newest xAuth

    Error:
    Code:
    23:31:06 [WARNUNG] [xAuth] 'Help' isn't detected. No /help support
    23:31:06 [INFO] [xAuth] Connection to MySQL server established!
    23:31:06 [SCHWERWIEGEND] [xAuth] Could not delete expired settings!
    com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown column 'logintime' in 'where clause'
            at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
            at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
            at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
            at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
            at com.mysql.jdbc.Util.handleNewInstance(Util.java:407)
            at com.mysql.jdbc.Util.getInstance(Util.java:382)
            at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1052)
            at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3593)
            at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3525)
            at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1986)
            at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2140)
            at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2620)
            at com.mysql.jdbc.StatementImpl.executeUpdate(StatementImpl.java:1662)
            at com.mysql.jdbc.StatementImpl.executeUpdate(StatementImpl.java:1581)
            at com.cypherx.xauth.datamanager.DataManager.runStartupTasks(DataManager.java:95)
            at com.cypherx.xauth.xAuth.onEnable(xAuth.java:70)
            at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
            at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:878)
            at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:272)
            at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:162)
            at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:146)
            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)
    
     
  29. Offline

    thedarkdima

    in bukkitcontrib when you put force singelclint(or somthing like this)=true it will kick any one even if they have the program and in BukkitContribEssentials (no so big problem) you need to disconnect and connect to start the skins.
    i think its the same problem so if u the developer will fix it it will all be ok.
     
  30. Offline

    Stephen304

    Haha ok ill stop being an ass your right there is a problem there.
     
  31. Offline

    gumball3000

    every time a new player joins the server, they go up and down until they register but many times they fail to do so because they are kicked for flying. Can you please fix this? It really has a negative effect on new players.
    i have protect location turned off.
     
Thread Status:
Not open for further replies.

Share This Page