· 6 years ago · May 03, 2019, 02:34 PM
1[03-05-2019 10:12:59] Error occurred while enabling EliteMobs v7.0.10 (Is it up to date?)
2[03-05-2019 10:12:59] java.lang.NullPointerException: null
3[03-05-2019 10:12:59] at org.bukkit.ChatColor.translateAlternateColorCodes(ChatColor.java:356) ~[spigot.jar:git-Spigot-f09662d-7c395d4]
4[03-05-2019 10:12:59] at com.magmaguy.elitemobs.ChatColorConverter.convert(ChatColorConverter.java:30) ~[EliteMobs.jar:?]
5[03-05-2019 10:12:59] at com.magmaguy.elitemobs.npcs.NPCEntity.setName(NPCEntity.java:166) ~[EliteMobs.jar:?]
6[03-05-2019 10:12:59] at com.magmaguy.elitemobs.npcs.NPCEntity.<init>(NPCEntity.java:106) ~[EliteMobs.jar:?]
7[03-05-2019 10:12:59] at com.magmaguy.elitemobs.npcs.NPCInitializer.<init>(NPCInitializer.java:15) ~[EliteMobs.jar:?]
8[03-05-2019 10:12:59] at com.magmaguy.elitemobs.EliteMobs.onEnable(EliteMobs.java:139) ~[EliteMobs.jar:?]
9[03-05-2019 10:12:59] at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:265) ~[spigot.jar:git-Spigot-f09662d-7c395d4]
10[03-05-2019 10:12:59] at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:347) [spigot.jar:git-Spigot-f09662d-7c395d4]
11[03-05-2019 10:12:59] at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:410) [spigot.jar:git-Spigot-f09662d-7c395d4]
12[03-05-2019 10:12:59] at org.bukkit.craftbukkit.v1_13_R2.CraftServer.enablePlugin(CraftServer.java:436) [spigot.jar:git-Spigot-f09662d-7c395d4]
13[03-05-2019 10:12:59] at org.bukkit.craftbukkit.v1_13_R2.CraftServer.enablePlugins(CraftServer.java:350) [spigot.jar:git-Spigot-f09662d-7c395d4]
14[03-05-2019 10:12:59] at net.minecraft.server.v1_13_R2.MinecraftServer.l(MinecraftServer.java:580) [spigot.jar:git-Spigot-f09662d-7c395d4]
15[03-05-2019 10:12:59] at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:542) [spigot.jar:git-Spigot-f09662d-7c395d4]
16[03-05-2019 10:12:59] at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:420) [spigot.jar:git-Spigot-f09662d-7c395d4]
17[03-05-2019 10:12:59] at net.minecraft.server.v1_13_R2.DedicatedServer.init(DedicatedServer.java:294) [spigot.jar:git-Spigot-f09662d-7c395d4]
18[03-05-2019 10:12:59] at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:698) [spigot.jar:git-Spigot-f09662d-7c395d4]
19[03-05-2019 10:12:59] at java.lang.Thread.run(Thread.java:748) [?:1.8.0_181]
20[03-05-2019 10:12:59] Enabling ChestShop v3.9.3-SNAPSHOT (build 115)
21[03-05-2019 10:12:59] 105400 [Server thread] INFO com.Acrobot.ChestShop.ORMlite.table.TableUtils - creating table 'accounts'
22[03-05-2019 10:12:59] 105403 [Server thread] INFO com.Acrobot.ChestShop.ORMlite.table.TableUtils - creating index 'accounts_uuid_idx' for table 'accounts
23[03-05-2019 10:12:59] 105403 [Server thread] INFO com.Acrobot.ChestShop.ORMlite.table.TableUtils - creating index 'accounts_shortName_idx' for table 'accounts
24[03-05-2019 10:12:59] 105403 [Server thread] INFO com.Acrobot.ChestShop.ORMlite.table.TableUtils - creating index 'accounts_name_idx' for table 'accounts
25[03-05-2019 10:12:59] 105411 [Server thread] INFO com.Acrobot.ChestShop.ORMlite.table.TableUtils - executed create table statement changed 0 rows: CREATE TABLE IF NOT EXISTS `accounts` (`name` VARCHAR NOT NULL , `shortName` VARCHAR NOT NULL , `uuid` VARCHAR NOT NULL , `lastSeen` BIGINT DEFAULT 0 NOT NULL , PRIMARY KEY (`shortName`) , UNIQUE (`name`,`uuid`) )
26[03-05-2019 10:12:59] 105412 [Server thread] INFO com.Acrobot.ChestShop.ORMlite.table.TableUtils - executed create table statement changed 0 rows: CREATE INDEX IF NOT EXISTS `accounts_uuid_idx` ON `accounts` ( `uuid` )
27[03-05-2019 10:12:59] 105412 [Server thread] INFO com.Acrobot.ChestShop.ORMlite.table.TableUtils - executed create table statement changed 0 rows: CREATE INDEX IF NOT EXISTS `accounts_shortName_idx` ON `accounts` ( `shortName` )
28[03-05-2019 10:12:59] 105412 [Server thread] INFO com.Acrobot.ChestShop.ORMlite.table.TableUtils - executed create table statement changed 0 rows: CREATE INDEX IF NOT EXISTS `accounts_name_idx` ON `accounts` ( `name` )