I'm sorry for this late answer, but I'm currently on vacation without a possibility to upload the 0.7.1 build. If you really need it, you can download the latest development version from my Development Build server here. I'll try to officially upload this build here on Spigot next Wednesday. - CodeHat
The latest development build fails on 1.10 tho sadly Code (Text): [16:01:26] [Server thread/INFO]: [SignColors] Enabling SignColors v0.7.1 [16:01:26] [Server thread/INFO]: [SignColors] config.yml found, loading! [16:01:26] [Server thread/INFO]: [SignColors] Successfully loaded language file: en.yml :) [16:01:26] [Server thread/ERROR]: Error occurred while enabling SignColors v0.7.1 (Is it up to date?) java.lang.NullPointerException at org.bukkit.ChatColor.translateAlternateColorCodes(ChatColor.java:324) ~[spigot.jar:git-Spigot-c55900f-9af379f] at de.codehat.signcolors.util.Message.replaceColors(Message.java:43) ~[?:?] at de.codehat.signcolors.SignColors.coloredSignStack(SignColors.java:432) ~[?:?] at de.codehat.signcolors.SignColors.setupSigns(SignColors.java:356) ~[?:?] at de.codehat.signcolors.SignColors.onEnable(SignColors.java:125) ~[?:?] at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:292) ~[spigot.jar:git-Spigot-c55900f-9af379f] at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340) [spigot.jar:git-Spigot-c55900f-9af379f] at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [spigot.jar:git-Spigot-c55900f-9af379f] at org.bukkit.craftbukkit.v1_10_R1.CraftServer.loadPlugin(CraftServer.java:362) [spigot.jar:git-Spigot-c55900f-9af379f] at org.bukkit.craftbukkit.v1_10_R1.CraftServer.enablePlugins(CraftServer.java:322) [spigot.jar:git-Spigot-c55900f-9af379f] at net.minecraft.server.v1_10_R1.MinecraftServer.t(MinecraftServer.java:416) [spigot.jar:git-Spigot-c55900f-9af379f] at net.minecraft.server.v1_10_R1.MinecraftServer.l(MinecraftServer.java:381) [spigot.jar:git-Spigot-c55900f-9af379f] at net.minecraft.server.v1_10_R1.MinecraftServer.a(MinecraftServer.java:336) [spigot.jar:git-Spigot-c55900f-9af379f] at net.minecraft.server.v1_10_R1.DedicatedServer.init(DedicatedServer.java:270) [spigot.jar:git-Spigot-c55900f-9af379f] at net.minecraft.server.v1_10_R1.MinecraftServer.run(MinecraftServer.java:539) [spigot.jar:git-Spigot-c55900f-9af379f] at java.lang.Thread.run(Thread.java:745) [?:1.8.0_74]
Hai, no pressure but still hoping for it to be updated. The latest dev build fails for me on latest spigot.
CodeHat updated SignColors with a new update entry: Ready for Minecraft 1.10.2, Change amount of crafted colored signs Read the rest of this update entry...
Still fails: Code (Text): [02:00:58] [Server thread/INFO]: [SignColors] Enabling SignColors v0.7.1 [02:00:58] [Server thread/INFO]: [SignColors] config.yml not found, creating! [02:00:58] [Server thread/INFO]: [SignColors] Successfully loaded language file: EN.yml :) [02:00:58] [Server thread/INFO]: [SignColors] Some features won't work, because no Vault/Economy dependency found! [02:00:58] [Server thread/INFO]: [SignColors] Please install this dependency! [02:00:58] [Server thread/ERROR]: Error occurred while enabling SignColors v0.7.1 (Is it up to date?) java.lang.NullPointerException at de.codehat.signcolors.SignColors.onEnable(SignColors.java:132) ~[?:?] at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:292) ~[spigot.jar:git-Spigot-7745d45-02d704b] at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340) [spigot.jar:git-Spigot-7745d45-02d704b] at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [spigot.jar:git-Spigot-7745d45-02d704b] at org.bukkit.craftbukkit.v1_10_R1.CraftServer.loadPlugin(CraftServer.java:362) [spigot.jar:git-Spigot-7745d45-02d704b] at org.bukkit.craftbukkit.v1_10_R1.CraftServer.enablePlugins(CraftServer.java:322) [spigot.jar:git-Spigot-7745d45-02d704b] at net.minecraft.server.v1_10_R1.MinecraftServer.t(MinecraftServer.java:417) [spigot.jar:git-Spigot-7745d45-02d704b] at net.minecraft.server.v1_10_R1.MinecraftServer.l(MinecraftServer.java:382) [spigot.jar:git-Spigot-7745d45-02d704b] at net.minecraft.server.v1_10_R1.MinecraftServer.a(MinecraftServer.java:337) [spigot.jar:git-Spigot-7745d45-02d704b] at net.minecraft.server.v1_10_R1.DedicatedServer.init(DedicatedServer.java:270) [spigot.jar:git-Spigot-7745d45-02d704b] at net.minecraft.server.v1_10_R1.MinecraftServer.run(MinecraftServer.java:540) [spigot.jar:git-Spigot-7745d45-02d704b] at java.lang.Thread.run(Thread.java:745) [?:1.8.0_74]
Hi, this error can be safely ignored If you want to hide it, just install Vault. (Fixed this NPE on GitHub).
Vault is actually installed XD idk why signcolours didn't detect it, but anyways, as you can see in that log, the plugin does not load D:
Yes, the update for 1.11 is in the works. It gets MySQL support and fixes some bugs My Jenkins Server is currently down due to server changes.
CodeHat updated SignColors with a new update entry: Ready for Minecraft 1.11, Add MySQL support, New way of [SC] sign creation, Java 8 only Read the rest of this update entry...
CodeHat updated SignColors with a new update entry: Ready for Minecraft 1.11.2, Updater is now working again Read the rest of this update entry...
CodeHat updated SignColors with a new update entry: Rework under the hood, Remove colorsymbol command, New config style, More settings Read the rest of this update entry...
Code (Text): [17:22:13] [Server thread/ERROR]: Could not pass event BlockBreakEvent to SignColors v0.7 org.bukkit.event.EventException at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[spigot.jar:git-Spigot-c6871e2-0cd0397] at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot.jar:git-Spigot-c6871e2-0cd0397] at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot.jar:git-Spigot-c6871e2-0cd0397] at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot.jar:git-Spigot-c6871e2-0cd0397] at net.minecraft.server.v1_9_R2.PlayerInteractManager.breakBlock(PlayerInteractManager.java:293) [spigot.jar:git-Spigot-c6871e2-0cd0397] at net.minecraft.server.v1_9_R2.PlayerInteractManager.a(PlayerInteractManager.java:125) [spigot.jar:git-Spigot-c6871e2-0cd0397] at net.minecraft.server.v1_9_R2.PlayerConnection.a(PlayerConnection.java:831) [spigot.jar:git-Spigot-c6871e2-0cd0397] at net.minecraft.server.v1_9_R2.PacketPlayInBlockDig.a(SourceFile:40) [spigot.jar:git-Spigot-c6871e2-0cd0397] at net.minecraft.server.v1_9_R2.PacketPlayInBlockDig.a(SourceFile:10) [spigot.jar:git-Spigot-c6871e2-0cd0397] at net.minecraft.server.v1_9_R2.PlayerConnectionUtils$1.run(SourceFile:13) [spigot.jar:git-Spigot-c6871e2-0cd0397] at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_121] at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_121] at net.minecraft.server.v1_9_R2.SystemUtils.a(SourceFile:45) [spigot.jar:git-Spigot-c6871e2-0cd0397] at net.minecraft.server.v1_9_R2.MinecraftServer.D(MinecraftServer.java:726) [spigot.jar:git-Spigot-c6871e2-0cd0397] at net.minecraft.server.v1_9_R2.DedicatedServer.D(DedicatedServer.java:399) [spigot.jar:git-Spigot-c6871e2-0cd0397] at net.minecraft.server.v1_9_R2.MinecraftServer.C(MinecraftServer.java:665) [spigot.jar:git-Spigot-c6871e2-0cd0397] at net.minecraft.server.v1_9_R2.MinecraftServer.run(MinecraftServer.java:564) [spigot.jar:git-Spigot-c6871e2-0cd0397] at java.lang.Thread.run(Thread.java:745) [?:1.8.0_121] Caused by: java.lang.NullPointerException at de.codehat.signcolors.SignColors.checkSign(SignColors.java:295) ~[?:?] at de.codehat.signcolors.listener.ColoredSignListener.onSignBreak(ColoredSignListener.java:91) ~[?:?] at sun.reflect.GeneratedMethodAccessor234.invoke(Unknown Source) ~[?:?] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_121] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_121] at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot.jar:git-Spigot-c6871e2-0cd0397] ... 17 more Spigot 1.9.4
Uh, an old version. I'll try my best to help you It seems that the plugin can't connect to the SQLite database. Can you make sure that there is a logging message from SignColors on startup saying something like "[SignColors] Loading database..."?
Hello, I have a problem with latest build (1.1.0) on Spigot 1.11.2: Code (Text): [09:39:47 ERROR]: Error occurred while enabling SignColors v1.1.0 (Is it up to date?) java.lang.NullPointerException at de.codehat.signcolors.SignColors.loadDatabase(SignColors.java:231) ~[?:?] at de.codehat.signcolors.SignColors.onEnable(SignColors.java:132) ~[?:?] at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:271) ~[mc.jar:git-Spigot-3fb9445-2b6c9f4] at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337) [mc.jar:git-Spigot-3fb9445-2b6c9f4] at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [mc.jar:git-Spigot-3fb9445-2b6c9f4] at org.bukkit.craftbukkit.v1_11_R1.CraftServer.enablePlugin(CraftServer.java:376) [mc.jar:git-Spigot-3fb9445-2b6c9f4] at org.bukkit.craftbukkit.v1_11_R1.CraftServer.enablePlugins(CraftServer.java:326) [mc.jar:git-Spigot-3fb9445-2b6c9f4] at net.minecraft.server.v1_11_R1.MinecraftServer.t(MinecraftServer.java:421) [mc.jar:git-Spigot-3fb9445-2b6c9f4] at net.minecraft.server.v1_11_R1.MinecraftServer.l(MinecraftServer.java:382) [mc.jar:git-Spigot-3fb9445-2b6c9f4] at net.minecraft.server.v1_11_R1.MinecraftServer.a(MinecraftServer.java:337) [mc.jar:git-Spigot-3fb9445-2b6c9f4] at net.minecraft.server.v1_11_R1.DedicatedServer.init(DedicatedServer.java:272) [mc.jar:git-Spigot-3fb9445-2b6c9f4] at net.minecraft.server.v1_11_R1.MinecraftServer.run(MinecraftServer.java:544) [mc.jar:git-Spigot-3fb9445-2b6c9f4] at java.lang.Thread.run(Thread.java:745) [?:1.8.0_91] I'm using Java 8 on server. Where is the problem?
I'm sorry for the late answer. I found the problem and fixed it. The fixed version will be released soon (with support for Spigot 1.12). Thank you for reporting this bug!