Very good plugin! It works perfectly in 1.21, but are you going to make it support some older versions? I have a server that is 1.20.4 and it is not available
If you click the "Version History" tab of the plugin, there are versions available for 1.20.1 which feel close enough to work with 1.20.4. I suggest trying them. If they do not, then I do not have any intention of backporting. Thank you for the review though.
Version: 1.20.1.a.3
I am a server from China, this is an excellent resource, my server is using it, it is great
It was a simple typo which I fixed within an hour of it being reported on my Discord rather than on Spigot, which I share everywhere I possibly can that I don't get notifications on. Don't be so cranky and passive aggressive lol. You also have access to all old releases in the "Updates" tab which still work fine in the future. Anyways, should be fixed in the new update :)
Version: 1.18.1.a.10
There was an idea to add sound for different players, an excellent donation service)
Thanks for the review! I understand the request and I think it's reasonable to make, however I feel the functionality of the prefix system compounded with the complexity of the placeholder system makes the overall coloring process too complicated for me to explain with a prefilled config. Unfortunately there are just too many orders, overrides, and niche things to learn about how the coloring would work. So me not coloring by default is due to it not really being of much help as trial and error will probably be needed to understand and try to obtain a server's desired appearance. Hope my explanation is reasonable as well.
Version: 1.17.1.a.1
Because of me using Java 8, I had to install version 1.5.6 of the plugin, this plugin literally gives 50% of all the resources needed for an RP mc server. plus, it supports HEX colors! thanks for making this plugin!
Thanks for the review! You asked on the forum if I can add sound support for when chatbubbles go off and that is already supported and in the config.yml :)
Version: 1.15.1.a.2
Plugin still works in 1.16.5 I just noticed 1 tiny issue but it isn't a big deal, plugin is amazing hoping it can properly be supported for 1.16.5.
If you wish to punish individual players and strip their individual ability to send or see chatbubbles, you should use a permission manager and the permissions you set in config.yml to give them a negating permission such as "-chatbubble.use" to disallow them from sending chatbubbles. The toggle command isn't meant to be used by staff members as punishment. The toggle command is meant to be a quality of life feature for players to make on their own accord.
Version: 1.15.1.a.2
I installed a plug-in called multimate chat and connected it to the server chat. Chatbubble doesn't work. /cb message will work. You do not have to set up an imageechat this time.
Many chat handling plugins will override my plugin and alter the message in ways that effectively ruin my plugin. There is nothing I can do without overriding them back. My plugin is essentially a chat handler so if you have any other plugin handling chat it's only natural there will be headbutting.
Version: 1.15.1.a.1
> [22:50:22] [Server thread/ERROR]: Could not load 'plugins/ChatBubbles.jar' in folder 'plugins'
org.bukkit.plugin.InvalidPluginException: java.lang.UnsupportedClassVersionError: me/TheTealViper/chatbubbles/ChatBubbles has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0
at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:139) ~[server.jar:git-Spigot-6de3d4b-a6f8093]
at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:394) ~[server.jar:git-Spigot-6de3d4b-a6f8093]
at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:301) [server.jar:git-Spigot-6de3d4b-a6f8093]
at org.bukkit.craftbukkit.v1_15_R1.CraftServer.loadPlugins(CraftServer.java:353) [server.jar:git-Spigot-6de3d4b-a6f8093]
at org.bukkit.craftbukkit.v1_15_R1.CraftServer.reload(CraftServer.java:833) [server.jar:git-Spigot-6de3d4b-a6f8093]
at org.bukkit.Bukkit.reload(Bukkit.java:620) [server.jar:git-Spigot-6de3d4b-a6f8093]
at org.bukkit.command.defaults.ReloadCommand.execute(ReloadCommand.java:27) [server.jar:git-Spigot-6de3d4b-a6f8093]
at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:149) [server.jar:git-Spigot-6de3d4b-a6f8093]
at org.bukkit.craftbukkit.v1_15_R1.CraftServer.dispatchCommand(CraftServer.java:723) [server.jar:git-Spigot-6de3d4b-a6f8093]
at org.bukkit.craftbukkit.v1_15_R1.CraftServer.dispatchServerCommand(CraftServer.java:708) [server.jar:git-Spigot-6de3d4b-a6f8093]
at net.minecraft.server.v1_15_R1.DedicatedServer.handleCommandQueue(DedicatedServer.java:443) [server.jar:git-Spigot-6de3d4b-a6f8093]
at net.minecraft.server.v1_15_R1.DedicatedServer.b(DedicatedServer.java:407) [server.jar:git-Spigot-6de3d4b-a6f8093]
at net.minecraft.server.v1_15_R1.MinecraftServer.a(MinecraftServer.java:984) [server.jar:git-Spigot-6de3d4b-a6f8093]
at net.minecraft.server.v1_15_R1.MinecraftServer.run(MinecraftServer.java:824) [server.jar:git-Spigot-6de3d4b-a6f8093]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_242]
Caused by: java.lang.UnsupportedClassVersionError: me/TheTealViper/chatbubbles/ChatBubbles has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0
at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.8.0_242]
at java.lang.ClassLoader.defineClass(ClassLoader.java:757) ~[?:1.8.0_242]
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) ~[?:1.8.0_242]
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:163) ~[server.jar:git-Spigot-6de3d4b-a6f8093]
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:96) ~[server.jar:git-Spigot-6de3d4b-a6f8093]
at java.lang.ClassLoader.loadClass(ClassLoader.java:419) ~[?:1.8.0_242]
at java.lang.ClassLoader.loadClass(ClassLoader.java:352) ~[?:1.8.0_242]
at java.lang.Class.forName0(Native Method) ~[?:1.8.0_242]
at java.lang.Class.forName(Class.java:348) ~[?:1.8.0_242]
at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[server.jar:git-Spigot-6de3d4b-a6f8093]
at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:135) ~[server.jar:git-Spigot-6de3d4b-a6f8093]
You didn't read the plugin requirements much like anyone else. This plugin requires Java 11. You or your host is using Java 8. Java 8 is no longer supported by the company that created it.
Good plugin, does the job, but I will stay on 1.14 for now as I'm not running Java 11.
If you can, I highly suggest to make it work with Java 8 as the vast majority of minecraft servers use it (and it's still the default jdk in the official ubuntu repos)
Ubuntu will surely be updating all their repos as Oracle, the company who made Java, has ended long term support for Java 8 and now has long term support for Java 11. I will not be making any plugins moving forward with Java 8 because it's not the standard anymore.
Version: 1.15.1.a.1
Hello, why require java 11? most of the host have java 8 :( and i cant use the plugin. how ever, it's a nice plugin.
Java 8 is no longer supported by the company that MADE it Naizen. Java 11 is the currently supported Java, literally free, more optimized, and has a better feature set. There is no reason why you or your hosting provider can't update.
Version: 1.15.1.a.1
nice plugins, it works well. although it needs placeholders API but i think it should have more description in the page...
It does not require PlaceholderAPI. Just because the default config.yml utilizes PlaceholderAPI does not mean it is required. Simply change the config. Thanks for the review though.
Version: 1.14.a
Awesome plugin, bring to survival sv a more inmersive experience!
i explain too bad what i was trying to say, the config is in "0", and yet still have to type /cb "msg" for the bubble appear. (this happen with uchat)
Thanks for the 5 stars! I saw your comment in the discussion section. Does it only happen with uchat? I might have to make note of an incompatibility if that's the case.
Version: 1.5.6
I really love this plugin, I wish there was a way for it to work with multichat/bungee. if there is a way I am probably being really dumb but other than that its great!
That's a good direction for future possibilities! I've moved on to other projects but if I ever come back to this one, now I know what people would like :)
Version: 1.5.6
I never rated 5 star at any plugin... but this... this is future
Love the plugins
<3 tq Dev!
This brings SQUAREHEADED people alive !!
Now not just NPC's can talk -
Can see who's talking ...lol
Had this with Liteloader as client side mod.
This is much better now for all on the server to see....
Thanks for the review! Be sure to report any other bugs you find or any suggestions you may have :)
Version: 1.5.4
Things seem to work alright, but only for operators! Players with the permission node can see the bubble, however when they used /cb and their message, nothing happens. No error, no message in chat, and no feedback in console either. I've tried multiple settings, triple checked for errors on my end, and can't seem to find a solution.
Hey Jail. To fix this issue type "/papi ecloud download player". The issue wasn't my plugin's fault. PlaceholderAPI requires you to download it's "modules" for placeholders and you have to download the player module in order for playername to kick in and actually change. I'll make sure to add that to my plugins description so people know :)
Version: 1.4.10
Hey so it's pretty great for my RPG server
(hope I'll get this work with MythicMobs, didn't test i yet)
I have one small problem tho, %player_name% doesn't work. I mean, it shows "%player_name%" above chat bubble instead of actual nickname.
Besides that, u just saved my server :D
Hey there F4eddy. Thanks for the review man. If placeholders aren't working for you, it's because you need to install PlaceholderAPI. Once you add that in everything should work :)
Version: 1.4.10
YES! A chat Bubble Plugin that works in 1.12! I’m offically starting to follow you dude, you have some useful, simple, and clean plugins
Aye sick! Recently I've been throwing stuff together really quick because it's been for request but when I release stuff that's my own idea it tends to be pretty good in my opinion haha. You can tell trash from gold by the thumbnail. If it's a weird looking dude, it's been a request. If it's literally anything else, it's been me :)
Version: 1.4.10
pretty banging.
One day a boy was frolicking in an enchanted forest. He saw a tree house, went inside and found a plant with a big mouth. He entered inside the plant's mouth and got eaten.
It's actually not unique haha. I saw two other versions but neither had bubbles that 1. followed the player nor 2. allowed for custom formatting. I didn't invent anything I just improved what was already there. Thanks for the review though!
Version: 1.3.3
This plugin is excellent, i love the concept, however the chat bubbles use regular nameplate backgrounds, maybe you could add a different background, such as an actual chat bubble like on habbo or something, also maybe use placeholders to customize the chat bubbles a little more efficiently from config?
Overall, really good plugin, i love the idea man keep it up ;)
Heh I prefer recommendations in the discussion section and/or pm but thanks for the 5 star! I'm going to start working on placeholders and better server-sided control of the layout of the messages right now :)
Version: 1.2.9
Excellent plugin for roleplay servers! 10/10 great developer too! Thanks for the plugin!