Advertisement
ArifJan

Untitled

Mar 31st, 2020
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.32 KB | None | 0 0
  1. [06:08:33] [Server thread/INFO]: [VGrant] Enabling VGrant v1.0.0
  2. [06:08:33] [Server thread/INFO]: [com.zaxxer.hikari.HikariDataSource] VGrant-Pool - Starting...
  3. [06:08:34] [Server thread/INFO]: [com.zaxxer.hikari.HikariDataSource] VGrant-Pool - Start completed.
  4. [06:08:34] [Server thread/ERROR]: Error occurred while enabling VGrant v1.0.0 (Is it up to date?)
  5. java.sql.SQLException: 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 'grant
  6. (
  7. player VARCHAR(16) NOT NULL PRIMARY KEY,
  8. gives INT NOT ' at line 1 Query: CREATE TABLE IF NOT EXISTS grant
  9. (
  10. player VARCHAR(16) NOT NULL PRIMARY KEY,
  11. gives INT NOT NULL
  12. ) Parameters: []
  13. at org.apache.commons.dbutils.AbstractQueryRunner.rethrow(AbstractQueryRunner.java:527) ~[?:?]
  14. at org.apache.commons.dbutils.QueryRunner.update(QueryRunner.java:531) ~[?:?]
  15. at org.apache.commons.dbutils.QueryRunner.update(QueryRunner.java:461) ~[?:?]
  16. at ru.zabelov.vgrant.VGrant.onEnable(VGrant.java:73) ~[?:?]
  17. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264) ~[patched_1.12.2.jar:git-Paper-1618]
  18. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:316) ~[patched_1.12.2.jar:git-Paper-1618]
  19. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) ~[patched_1.12.2.jar:git-Paper-1618]
  20. at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugin(CraftServer.java:395) ~[patched_1.12.2.jar:git-Paper-1618]
  21. at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugins(CraftServer.java:344) ~[patched_1.12.2.jar:git-Paper-1618]
  22. at net.minecraft.server.v1_12_R1.MinecraftServer.t(MinecraftServer.java:442) ~[patched_1.12.2.jar:git-Paper-1618]
  23. at net.minecraft.server.v1_12_R1.MinecraftServer.l(MinecraftServer.java:403) ~[patched_1.12.2.jar:git-Paper-1618]
  24. at net.minecraft.server.v1_12_R1.MinecraftServer.a(MinecraftServer.java:341) ~[patched_1.12.2.jar:git-Paper-1618]
  25. at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:289) ~[patched_1.12.2.jar:git-Paper-1618]
  26. at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:616) ~[patched_1.12.2.jar:git-Paper-1618]
  27. at java.lang.Thread.run(Unknown Source) [?:1.8.0_241]
  28. [06:08:34] [Server thread/INFO]: [VGrant] Disabling VGrant v1.0.0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement