Thanks for the review and glad you're enjoying the plugin!
I would continue working on this but I had accidentally deleted all the code. I may come back within the next month or so and completely recode it.
Version: 0.5
The plugin itself is actually great but when a player joins or leavs there is this error:
[Server thread/ERROR]: Could not pass event PlayerJoinEvent to UltimateChatFormat v0.5
org.bukkit.event.EventException: null
at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:319) ~[spigot.jar:git-Spigot-2740d5a-890130b]
at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[spigot.jar:git-Spigot-2740d5a-890130b]
at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:589) ~[spigot.jar:git-Spigot-2740d5a-890130b]
at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:576) ~[spigot.jar:git-Spigot-2740d5a-890130b]
at net.minecraft.server.v1_16_R2.PlayerList.a(PlayerList.java:200) ~[spigot.jar:git-Spigot-2740d5a-890130b]
at net.minecraft.server.v1_16_R2.LoginListener.c(LoginListener.java:153) ~[spigot.jar:git-Spigot-2740d5a-890130b]
at net.minecraft.server.v1_16_R2.LoginListener.tick(LoginListener.java:52) ~[spigot.jar:git-Spigot-2740d5a-890130b]
at net.minecraft.server.v1_16_R2.NetworkManager.a(NetworkManager.java:219) ~[spigot.jar:git-Spigot-2740d5a-890130b]
at net.minecraft.server.v1_16_R2.ServerConnection.c(ServerConnection.java:130) ~[spigot.jar:git-Spigot-2740d5a-890130b]
at net.minecraft.server.v1_16_R2.MinecraftServer.b(MinecraftServer.java:1126) ~[spigot.jar:git-Spigot-2740d5a-890130b]
at net.minecraft.server.v1_16_R2.DedicatedServer.b(DedicatedServer.java:349) ~[spigot.jar:git-Spigot-2740d5a-890130b]
at net.minecraft.server.v1_16_R2.MinecraftServer.a(MinecraftServer.java:1007) ~[spigot.jar:git-Spigot-2740d5a-890130b]
at net.minecraft.server.v1_16_R2.MinecraftServer.w(MinecraftServer.java:846) ~[spigot.jar:git-Spigot-2740d5a-890130b]
at net.minecraft.server.v1_16_R2.MinecraftServer.lambda$0(MinecraftServer.java:164) ~[spigot.jar:git-Spigot-2740d5a-890130b]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_265]
Caused by: java.lang.NullPointerException
at net.thecryptic.ultimatechatformat.events.PlayerJoin.onPlayerJoin(PlayerJoin.java:32) ~[?:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_265]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_265]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_265]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_265]
at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:315) ~[spigot.jar:git-Spigot-2740d5a-890130b]
... 14 more