· 4 years ago · Aug 17, 2021, 04:10 AM
1[23:00:32] [Server thread/INFO]: [AlonsoTags] Enabling AlonsoTags v2.0.1-BETA
2[23:00:32] [Server thread/INFO]: [AlonsoTags] Max health Attribute check found. Using it..
3[23:00:32] [Server thread/INFO]: [AlonsoTags] Inventory title with support for more than 32 characters. Skipping..
4[23:00:32] [Server thread/INFO]: [AlonsoTags] Hex colors are available! Ready for RGB..
5[23:00:32] [Server thread/INFO]: [AlonsoTags] Old constructor for HoverEvent found! Using it..
6[23:00:32] [Server thread/INFO]: [AlonsoTags] New sendTitle method found! Using it..
7[23:00:32] [Server thread/INFO]: [AlonsoTags] New setUnbreakable method found! Using it..
8[23:00:32] [Server thread/INFO]: [AlonsoTags] New isUnbreakable method found! Using it..
9[23:00:32] [Server thread/INFO]: _ _ _____
10[23:00:32] [Server thread/INFO]: /_\ | |___ _ _ ___ __|_ _|_ _ __ _ ___
11[23:00:32] [Server thread/INFO]: / _ \| / _ \ ' \(_-</ _ \| |/ _` / _` (_-<
12[23:00:32] [Server thread/INFO]: /_/ \_\_\___/_||_/__/\___/|_|\__,_\__, /__/
13[23:00:32] [Server thread/INFO]: |___/
14[23:00:32] [Server thread/INFO]: Running plugin AlonsoTags v2.0.1-BETA
15[23:00:32] [Server thread/INFO]: Server running Paper version git-Paper-779 (MC: 1.16.5)
16[23:00:32] [Server thread/INFO]: (Implementing API version git-Paper-779 (MC: 1.16.5))
17[23:00:32] [Server thread/INFO]: (Developed by AlonsoAliaga - Thanks for using my plugin ❤)
18[23:00:32] [Server thread/INFO]: Join our official discord server to receive support in alonsoaliaga.com/discord
19[23:00:32] [Server thread/INFO]: If you loved the plugin consider leaving a 5-stars review and mentioning your server IP in it!
20[23:00:32] [Server thread/INFO]:
21[23:00:32] [Server thread/INFO]: ===================================================================================
22[23:00:32] [Server thread/INFO]: [AlonsoTags] You are using a Paper fork (Paper). Plugin might have errors
23[23:00:32] [Server thread/INFO]: [AlonsoTags] and not work properly. Consider using SPIGOT!
24[23:00:32] [Server thread/INFO]: [AlonsoTags] This is not an error! This is just a warning to let you know that this
25[23:00:32] [Server thread/INFO]: [AlonsoTags] plugin has not been tested on paper forks. This plugin was made for spigot
26[23:00:32] [Server thread/INFO]: [AlonsoTags] and has been tested on spigot only. If you have issues report them to the
27[23:00:32] [Server thread/INFO]: [AlonsoTags] developer instead of reviewing 1 star. Thanks in advanced!
28[23:00:32] [Server thread/INFO]: [AlonsoTags] Join our official support server on alonsoaliaga.com/discord
29[23:00:32] [Server thread/INFO]: ===================================================================================
30[23:00:32] [Server thread/INFO]:
31[23:00:32] [Server thread/INFO]: [AlonsoTags] BungeeCord action bar available. Hooking..
32[23:00:32] [Server thread/INFO]: [AlonsoTags] ProtocolLib found! Checking..
33[23:00:32] [Server thread/INFO]: [AlonsoTags] Configuration auto-update is not enabled!
34[23:00:32] [Server thread/INFO]: [AlonsoTags] [HikariCP] Using com.mysql.cj.jdbc.MysqlDataSource for source class name..
35[23:00:32] [Server thread/INFO]: [AlonsoTags] [SQLite] Attempting to create 'alonsotags' table..
36[23:00:32] [Server thread/INFO]: [SQLite] Connecting to database 'database-alonsotags.db'!
37[23:00:32] [Server thread/INFO]: [SQLite] Driver available: SQLite JDBC
38[23:00:32] [Server thread/INFO]: [SQLite] Successfully connected to database!
39[23:00:32] [Server thread/INFO]: [AlonsoTags] [SQLite] Table 'alonsotags' has been created if didn't exist.
40[23:00:32] [Server thread/INFO]: [AlonsoTags] Column called 'purchased_tags' already exists. Skipping..
41[23:00:32] [Server thread/ERROR]: Error occurred while enabling AlonsoTags v2.0.1-BETA (Is it up to date?)
42java.lang.NullPointerException: null
43 at com.alonsoaliaga.alonsotags.AlonsoTags.buildBaseItem(AlonsoTags.java:388) ~[?:?]
44 at com.alonsoaliaga.alonsotags.AlonsoTags.reloadMessages(AlonsoTags.java:336) ~[?:?]
45 at com.alonsoaliaga.alonsotags.AlonsoTags.onEnable(AlonsoTags.java:114) ~[?:?]
46 at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[patched_1.16.5.jar:git-Paper-779]
47 at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:370) ~[patched_1.16.5.jar:git-Paper-779]
48 at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:500) ~[patched_1.16.5.jar:git-Paper-779]
49 at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugin(CraftServer.java:518) ~[patched_1.16.5.jar:git-Paper-779]
50 at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugins(CraftServer.java:432) ~[patched_1.16.5.jar:git-Paper-779]
51 at net.minecraft.server.v1_16_R3.MinecraftServer.loadWorld(MinecraftServer.java:594) ~[patched_1.16.5.jar:git-Paper-779]
52 at net.minecraft.server.v1_16_R3.DedicatedServer.init(DedicatedServer.java:298) ~[patched_1.16.5.jar:git-Paper-779]
53 at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1069) ~[patched_1.16.5.jar:git-Paper-779]
54 at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:291) ~[patched_1.16.5.jar:git-Paper-779]
55 at java.lang.Thread.run(Thread.java:834) [?:?]
56[23:00:32] [Server thread/INFO]: [AlonsoTags] Disabling AlonsoTags v2.0.1-BETA
57[23:00:32] [Server thread/INFO]: [SQLite] Forcing connection close..
58[23:00:32] [Server thread/INFO]:
59[23:00:32] [Server thread/INFO]: [AlonsoTags] Plugin has been disabled!
60[23:00:32] [Server thread/INFO]: [AlonsoTags] Thank you for using my plugin!