Giter Site home page Giter Site logo

Comments (10)

Ghost-chu avatar Ghost-chu commented on June 16, 2024

/qs export
And try turn on use-varchar in config.yml
You know, update log you should see it...

from quickshop-reremake.

Ghost-chu avatar Ghost-chu commented on June 16, 2024

If you got "qs_shop" already exists it was okay, because QuickShop will try create table when booting up.
Just ignore it.

from quickshop-reremake.

arboriginal avatar arboriginal commented on June 16, 2024

Wow, what a quick response :)
I would like to edit my issue to say I've tried both use-varchar true and false values.

QuickShop will try create table when booting up. Just ignore it.

I can't, just after the warning, I receive this:

[Server thread/INFO]: [QuickShop] Disabling QuickShop vReremake 1.3.0.2
[Server thread/ERROR]: [QuickShop] Error setting up database. Aborting plugin load.

and so:

[Server thread/ERROR]: Error occurred while enabling QuickShop vReremake 1.3.0.2 (Is it up to date?)
org.bukkit.plugin.IllegalPluginAccessException: Plugin attempted to register org.maxgamer.quickshop.Listeners.BlockListener@26f055bd while not enabled

I will try with export and let you know the result.

from quickshop-reremake.

Ghost-chu avatar Ghost-chu commented on June 16, 2024

Wow, what a quick response :)
I would like to edit my issue to say I've tried both use-varchar true and false values.

QuickShop will try create table when booting up. Just ignore it.

I can't, just after the warning, I receive this:

[Server thread/INFO]: [QuickShop] Disabling QuickShop vReremake 1.3.0.2
[Server thread/ERROR]: [QuickShop] Error setting up database. Aborting plugin load.

and so:

[Server thread/ERROR]: Error occurred while enabling QuickShop vReremake 1.3.0.2 (Is it up to date?)
org.bukkit.plugin.IllegalPluginAccessException: Plugin attempted to register org.maxgamer.quickshop.Listeners.BlockListener@26f055bd while not enabled

I will try with export and let you know the result.

Because we have Github robot in discord channel :)
If i online, i will recive the alert:)

And this problem looks is your database configuration issue.
Can you give me full errors log?

from quickshop-reremake.

arboriginal avatar arboriginal commented on June 16, 2024

Starting up the server with no tables in database:

[16:19:59] [Server thread/WARN]: [QuickShop] Cleaning purchase messages from database that are over a week old...
[16:19:59] [Server thread/WARN]: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'minecraft_206165.messages' doesn't exist
[16:19:59] [Server thread/WARN]: 	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
[16:19:59] [Server thread/WARN]: 	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
[16:19:59] [Server thread/WARN]: 	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
[16:19:59] [Server thread/WARN]: 	at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
[16:19:59] [Server thread/WARN]: 	at com.mysql.jdbc.Util.handleNewInstance(Util.java:425)
[16:19:59] [Server thread/WARN]: 	at com.mysql.jdbc.Util.getInstance(Util.java:408)
[16:19:59] [Server thread/WARN]: 	at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:944)
[16:19:59] [Server thread/WARN]: 	at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3978)
[16:19:59] [Server thread/WARN]: 	at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3914)
[16:19:59] [Server thread/WARN]: 	at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2530)
[16:19:59] [Server thread/WARN]: 	at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2683)
[16:19:59] [Server thread/WARN]: 	at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2495)
[16:19:59] [Server thread/WARN]: 	at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:1903)
[16:19:59] [Server thread/WARN]: 	at com.mysql.jdbc.PreparedStatement.execute(PreparedStatement.java:1242)
[16:19:59] [Server thread/WARN]: 	at org.maxgamer.quickshop.Database.MySQLCore.queue(MySQLCore.java:68)
[16:19:59] [Server thread/WARN]: 	at org.maxgamer.quickshop.Database.Database.execute(Database.java:71)
[16:19:59] [Server thread/WARN]: 	at org.maxgamer.quickshop.Util.MsgUtil.clean(MsgUtil.java:456)
[16:19:59] [Server thread/WARN]: 	at org.maxgamer.quickshop.QuickShop.onEnable(QuickShop.java:574)
[16:19:59] [Server thread/WARN]: 	at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:254)
[16:19:59] [Server thread/WARN]: 	at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:325)
[16:19:59] [Server thread/WARN]: 	at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405)
[16:19:59] [Server thread/WARN]: 	at org.bukkit.craftbukkit.v1_13_R2.CraftServer.enablePlugin(CraftServer.java:441)
[16:19:59] [Server thread/WARN]: 	at org.bukkit.craftbukkit.v1_13_R2.CraftServer.enablePlugins(CraftServer.java:355)
[16:19:59] [Server thread/WARN]: 	at net.minecraft.server.v1_13_R2.MinecraftServer.l(MinecraftServer.java:613)
[16:19:59] [Server thread/WARN]: 	at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:575)
[16:19:59] [Server thread/WARN]: 	at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:435)
[16:19:59] [Server thread/WARN]: 	at net.minecraft.server.v1_13_R2.DedicatedServer.init(DedicatedServer.java:316)
[16:19:59] [Server thread/WARN]: 	at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:791)
[16:19:59] [Server thread/WARN]: 	at java.lang.Thread.run(Thread.java:745)
[16:19:59] [Server thread/INFO]: [QuickShop] QuickShop loaded!

Then after reboot:

[16:22:09] [Server thread/INFO]: [QuickShop] {quickshop=0, quickshop.admins=100000000, quickshop.staff=30, quickshop.vip=20, quickshop.potos=20}
[16:22:09] [Server thread/WARN]: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'qs_shops' already exists
[16:22:09] [Server thread/WARN]: 	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
[16:22:09] [Server thread/WARN]: 	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
[16:22:09] [Server thread/WARN]: 	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
[16:22:09] [Server thread/WARN]: 	at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
[16:22:09] [Server thread/WARN]: 	at com.mysql.jdbc.Util.handleNewInstance(Util.java:425)
[16:22:09] [Server thread/WARN]: 	at com.mysql.jdbc.Util.getInstance(Util.java:408)
[16:22:09] [Server thread/WARN]: 	at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:944)
[16:22:09] [Server thread/WARN]: 	at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3978)
[16:22:09] [Server thread/WARN]: 	at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3914)
[16:22:09] [Server thread/WARN]: 	at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2530)
[16:22:09] [Server thread/WARN]: 	at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2683)
[16:22:09] [Server thread/WARN]: 	at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2491)
[16:22:09] [Server thread/WARN]: 	at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2449)
[16:22:09] [Server thread/WARN]: 	at com.mysql.jdbc.StatementImpl.executeInternal(StatementImpl.java:845)
[16:22:09] [Server thread/WARN]: 	at com.mysql.jdbc.StatementImpl.execute(StatementImpl.java:745)
[16:22:09] [Server thread/WARN]: 	at org.maxgamer.quickshop.Database.DatabaseHelper.createShopsTable(DatabaseHelper.java:82)
[16:22:09] [Server thread/WARN]: 	at org.maxgamer.quickshop.Database.DatabaseHelper.setup(DatabaseHelper.java:15)
[16:22:09] [Server thread/WARN]: 	at org.maxgamer.quickshop.QuickShop.setupDatabase(QuickShop.java:711)
[16:22:09] [Server thread/WARN]: 	at org.maxgamer.quickshop.QuickShop.onEnable(QuickShop.java:245)
[16:22:09] [Server thread/WARN]: 	at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:254)
[16:22:09] [Server thread/WARN]: 	at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:325)
[16:22:09] [Server thread/WARN]: 	at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405)
[16:22:09] [Server thread/WARN]: 	at org.bukkit.craftbukkit.v1_13_R2.CraftServer.enablePlugin(CraftServer.java:441)
[16:22:09] [Server thread/WARN]: 	at org.bukkit.craftbukkit.v1_13_R2.CraftServer.enablePlugins(CraftServer.java:355)
[16:22:09] [Server thread/WARN]: 	at net.minecraft.server.v1_13_R2.MinecraftServer.l(MinecraftServer.java:613)
[16:22:09] [Server thread/WARN]: 	at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:575)
[16:22:09] [Server thread/WARN]: 	at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:435)
[16:22:09] [Server thread/WARN]: 	at net.minecraft.server.v1_13_R2.DedicatedServer.init(DedicatedServer.java:316)
[16:22:09] [Server thread/WARN]: 	at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:791)
[16:22:09] [Server thread/WARN]: 	at java.lang.Thread.run(Thread.java:745)
[16:22:09] [Server thread/INFO]: [QuickShop] Disabling QuickShop vReremake 1.3.0.2
[16:22:09] [Server thread/ERROR]: [QuickShop] Error setting up database. Aborting plugin load.
[16:22:09] [Server thread/INFO]: [QuickShop] Complete to load Itemname i18n.
[16:22:09] [Server thread/INFO]: [QuickShop] Starting loading Enchantment i18n...
[16:22:09] [Server thread/INFO]: [QuickShop] Complete to load enchname i18n.
[16:22:09] [Server thread/INFO]: [QuickShop] Starting loading Potion i18n...
[16:22:09] [Server thread/INFO]: [QuickShop] Complete to load potionname i18n.
[16:22:09] [Server thread/INFO]: [QuickShop] Loading shops from database...
[16:22:09] [Server thread/INFO]: [QuickShop] Loaded 0 shops.
[16:22:09] [Server thread/INFO]: [QuickShop] Registering Listeners
[16:22:09] [Server thread/ERROR]: Error occurred while enabling QuickShop vReremake 1.3.0.2 (Is it up to date?)
org.bukkit.plugin.IllegalPluginAccessException: Plugin attempted to register org.maxgamer.quickshop.Listeners.BlockListener@52d1c006 while not enabled
	at org.bukkit.plugin.SimplePluginManager.registerEvents(SimplePluginManager.java:541) ~[patched_1.13.2.jar:git-Paper-444]
	at org.maxgamer.quickshop.QuickShop.onEnable(QuickShop.java:526) ~[?:?]
	at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:254) ~[patched_1.13.2.jar:git-Paper-444]
	at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:325) ~[patched_1.13.2.jar:git-Paper-444]
	at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) ~[patched_1.13.2.jar:git-Paper-444]
	at org.bukkit.craftbukkit.v1_13_R2.CraftServer.enablePlugin(CraftServer.java:441) ~[patched_1.13.2.jar:git-Paper-444]
	at org.bukkit.craftbukkit.v1_13_R2.CraftServer.enablePlugins(CraftServer.java:355) ~[patched_1.13.2.jar:git-Paper-444]
	at net.minecraft.server.v1_13_R2.MinecraftServer.l(MinecraftServer.java:613) ~[patched_1.13.2.jar:git-Paper-444]
	at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:575) ~[patched_1.13.2.jar:git-Paper-444]
	at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:435) ~[patched_1.13.2.jar:git-Paper-444]
	at net.minecraft.server.v1_13_R2.DedicatedServer.init(DedicatedServer.java:316) ~[patched_1.13.2.jar:git-Paper-444]
	at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:791) ~[patched_1.13.2.jar:git-Paper-444]
	at java.lang.Thread.run(Thread.java:745) [?:1.8.0_72]

Yes, I suppose this a the MySQL config which throw an error instead of a warning when trying to create an existing table, but I cannot edit the configuration because this is provided by my hosting provider (OMGserv).

I will try export / import as soon as possible.

from quickshop-reremake.

Ghost-chu avatar Ghost-chu commented on June 16, 2024

Please paste the config.yml :)

from quickshop-reremake.

arboriginal avatar arboriginal commented on June 16, 2024

You can find it here (simply remove comments and hide my DB infos):
https://gist.github.com/arboriginal/e1178e5ac6f86c73127e510f33b60c13

Edit: Same error than when starting the server with MySql on when using /qs export mysql

from quickshop-reremake.

Ghost-chu avatar Ghost-chu commented on June 16, 2024

Try lastet build 1.3.0.3

from quickshop-reremake.

arboriginal avatar arboriginal commented on June 16, 2024

With 1.3.0.3, when using /qs export mysql

[16:39:28] [Server thread/WARN]: java.lang.NullPointerException
[16:39:28] [Server thread/WARN]: 	at org.maxgamer.quickshop.Database.Database.copyTo(Database.java:166)
[16:39:28] [Server thread/WARN]: 	at org.maxgamer.quickshop.Command.QS.export(QS.java:118)
[16:39:28] [Server thread/WARN]: 	at org.maxgamer.quickshop.Command.QS.onCommand(QS.java:585)
[16:39:28] [Server thread/WARN]: 	at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44)
[16:39:28] [Server thread/WARN]: 	at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:149)
[16:39:28] [Server thread/WARN]: 	at org.bukkit.craftbukkit.v1_13_R2.CraftServer.dispatchCommand(CraftServer.java:732)
[16:39:28] [Server thread/WARN]: 	at org.bukkit.craftbukkit.v1_13_R2.CraftServer.dispatchServerCommand(CraftServer.java:694)
[16:39:28] [Server thread/WARN]: 	at net.minecraft.server.v1_13_R2.DedicatedServer.aU(DedicatedServer.java:483)
[16:39:28] [Server thread/WARN]: 	at net.minecraft.server.v1_13_R2.DedicatedServer.b(DedicatedServer.java:440)
[16:39:28] [Server thread/WARN]: 	at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:943)
[16:39:28] [Server thread/WARN]: 	at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:841)
[16:39:28] [Server thread/WARN]: 	at java.lang.Thread.run(Thread.java:745)
[16:39:28] [Server thread/INFO]: Failed to export to MySQL [email protected] Reason: null

When starting with MySQL enabled, got error "com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'minecraft_206165.messages' doesn't exist", I suppose you forget to add prefix on this table.

Same after a restart after removing the 3 tables, but it says the plugin is loaded.
After another reboot, same warning, plugin loaded too.

I will test in game if it works and write to the database.

Edit: In game, it seems to work (my old shops are not here because could not export but new ones ok). Datas are put into table "shops", but another warning:

[16:48:18] [Server thread/WARN]: com.mysql.jdbc.MysqlDataTruncation: Data truncation: Data too long for column 'owner' at row 1
[16:48:18] [Server thread/WARN]: 	at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3976)
[16:48:18] [Server thread/WARN]: 	at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3914)
[16:48:18] [Server thread/WARN]: 	at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2530)
[16:48:18] [Server thread/WARN]: 	at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2683)
[16:48:18] [Server thread/WARN]: 	at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2495)
[16:48:18] [Server thread/WARN]: 	at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:1903)
[16:48:18] [Server thread/WARN]: 	at com.mysql.jdbc.PreparedStatement.execute(PreparedStatement.java:1242)
[16:48:18] [Server thread/WARN]: 	at org.maxgamer.quickshop.Database.MySQLCore.queue(MySQLCore.java:68)
[16:48:18] [Server thread/WARN]: 	at org.maxgamer.quickshop.Database.Database.execute(Database.java:71)
[16:48:18] [Server thread/WARN]: 	at org.maxgamer.quickshop.Database.DatabaseHelper.createShop(DatabaseHelper.java:155)
[16:48:18] [Server thread/WARN]: 	at org.maxgamer.quickshop.Shop.ShopManager.createShop(ShopManager.java:66)
[16:48:18] [Server thread/WARN]: 	at org.maxgamer.quickshop.Shop.ShopManager$1.run(ShopManager.java:392)
[16:48:18] [Server thread/WARN]: 	at org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63)
[16:48:18] [Server thread/WARN]: 	at org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:423)
[16:48:18] [Server thread/WARN]: 	at net.minecraft.server.v1_13_R2.MinecraftServer.b(MinecraftServer.java:1008)
[16:48:18] [Server thread/WARN]: 	at net.minecraft.server.v1_13_R2.DedicatedServer.b(DedicatedServer.java:439)
[16:48:18] [Server thread/WARN]: 	at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:943)
[16:48:18] [Server thread/WARN]: 	at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:841)
[16:48:18] [Server thread/WARN]: 	at java.lang.Thread.run(Thread.java:745)

Re-edit: With use-varchar set to true, the plugin won't load.

[16:52:32] [Server thread/WARN]: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: BLOB/TEXT column 'owner' used in key specification without a key length
[16:52:32] [Server thread/WARN]: 	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
[16:52:32] [Server thread/WARN]: 	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
[16:52:32] [Server thread/WARN]: 	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
[16:52:32] [Server thread/WARN]: 	at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
[16:52:32] [Server thread/WARN]: 	at com.mysql.jdbc.Util.handleNewInstance(Util.java:425)
[16:52:32] [Server thread/WARN]: 	at com.mysql.jdbc.Util.getInstance(Util.java:408)
[16:52:32] [Server thread/WARN]: 	at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:944)
[16:52:32] [Server thread/WARN]: 	at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3978)
[16:52:32] [Server thread/WARN]: 	at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3914)
[16:52:32] [Server thread/WARN]: 	at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2530)
[16:52:32] [Server thread/WARN]: 	at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2683)
[16:52:32] [Server thread/WARN]: 	at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2491)
[16:52:32] [Server thread/WARN]: 	at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2449)
[16:52:32] [Server thread/WARN]: 	at com.mysql.jdbc.StatementImpl.executeInternal(StatementImpl.java:845)
[16:52:32] [Server thread/WARN]: 	at com.mysql.jdbc.StatementImpl.execute(StatementImpl.java:745)
[16:52:32] [Server thread/WARN]: 	at org.maxgamer.quickshop.Database.DatabaseHelper.createScheduleTable(DatabaseHelper.java:42)
[16:52:32] [Server thread/WARN]: 	at org.maxgamer.quickshop.Database.DatabaseHelper.setup(DatabaseHelper.java:21)
[16:52:32] [Server thread/WARN]: 	at org.maxgamer.quickshop.QuickShop.setupDatabase(QuickShop.java:711)
[16:52:32] [Server thread/WARN]: 	at org.maxgamer.quickshop.QuickShop.onEnable(QuickShop.java:245)
[16:52:32] [Server thread/WARN]: 	at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:254)
[16:52:32] [Server thread/WARN]: 	at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:325)
[16:52:32] [Server thread/WARN]: 	at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405)
[16:52:32] [Server thread/WARN]: 	at org.bukkit.craftbukkit.v1_13_R2.CraftServer.enablePlugin(CraftServer.java:441)
[16:52:32] [Server thread/WARN]: 	at org.bukkit.craftbukkit.v1_13_R2.CraftServer.enablePlugins(CraftServer.java:355)
[16:52:32] [Server thread/WARN]: 	at net.minecraft.server.v1_13_R2.MinecraftServer.l(MinecraftServer.java:613)
[16:52:32] [Server thread/WARN]: 	at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:575)
[16:52:32] [Server thread/WARN]: 	at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:435)
[16:52:32] [Server thread/WARN]: 	at net.minecraft.server.v1_13_R2.DedicatedServer.init(DedicatedServer.java:316)
[16:52:32] [Server thread/WARN]: 	at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:791)
[16:52:32] [Server thread/WARN]: 	at java.lang.Thread.run(Thread.java:745)
[16:52:32] [Server thread/INFO]: [QuickShop] Disabling QuickShop vReremake 1.3.0.3
[16:52:32] [Server thread/ERROR]: [QuickShop] Error setting up database. Aborting plugin load.
[16:52:32] [Server thread/INFO]: [QuickShop] Complete to load Itemname i18n.
[16:52:32] [Server thread/INFO]: [QuickShop] Starting loading Enchantment i18n...
[16:52:32] [Server thread/INFO]: [QuickShop] Complete to load enchname i18n.
[16:52:32] [Server thread/INFO]: [QuickShop] Starting loading Potion i18n...
[16:52:32] [Server thread/INFO]: [QuickShop] Complete to load potionname i18n.
[16:52:32] [Server thread/INFO]: [QuickShop] Loading shops from database...
[16:52:32] [Server thread/INFO]: [QuickShop] Loaded 0 shops.
[16:52:32] [Server thread/INFO]: [QuickShop] Registering Listeners
[16:52:32] [Server thread/ERROR]: Error occurred while enabling QuickShop vReremake 1.3.0.3 (Is it up to date?)
org.bukkit.plugin.IllegalPluginAccessException: Plugin attempted to register org.maxgamer.quickshop.Listeners.BlockListener@316fd0c while not enabled
	at org.bukkit.plugin.SimplePluginManager.registerEvents(SimplePluginManager.java:541) ~[patched_1.13.2.jar:git-Paper-444]
	at org.maxgamer.quickshop.QuickShop.onEnable(QuickShop.java:526) ~[?:?]
	at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:254) ~[patched_1.13.2.jar:git-Paper-444]
	at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:325) ~[patched_1.13.2.jar:git-Paper-444]
	at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) ~[patched_1.13.2.jar:git-Paper-444]
	at org.bukkit.craftbukkit.v1_13_R2.CraftServer.enablePlugin(CraftServer.java:441) ~[patched_1.13.2.jar:git-Paper-444]
	at org.bukkit.craftbukkit.v1_13_R2.CraftServer.enablePlugins(CraftServer.java:355) ~[patched_1.13.2.jar:git-Paper-444]
	at net.minecraft.server.v1_13_R2.MinecraftServer.l(MinecraftServer.java:613) ~[patched_1.13.2.jar:git-Paper-444]
	at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:575) ~[patched_1.13.2.jar:git-Paper-444]
	at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:435) ~[patched_1.13.2.jar:git-Paper-444]
	at net.minecraft.server.v1_13_R2.DedicatedServer.init(DedicatedServer.java:316) ~[patched_1.13.2.jar:git-Paper-444]
	at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:791) ~[patched_1.13.2.jar:git-Paper-444]
	at java.lang.Thread.run(Thread.java:745) [?:1.8.0_72]

from quickshop-reremake.

Ghost-chu avatar Ghost-chu commented on June 16, 2024

Asking in discord, close issue in Github

from quickshop-reremake.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.