RocketJoin - Custom Join Messags icon

RocketJoin - Custom Join Messags -----

Create custom join messages with groups, commands on join, sounds and more. PlaceholderAPI support




Version: 2.4.1
Please update to 1.20.1

I have this error in console;

28.09 13:26:58 [Server] [ERROR] Error occurred while enabling RocketJoin v2.4.1 (Is it up to date?)
28.09 13:26:58 [Server] [INFO] java.lang.NoSuchMethodError: 'net.kyori.adventure.text.format.TextDecorationAndState net.kyori.adventure.text.format.TextDecoration.withState(boolean)'
28.09 13:26:58 [Server] [INFO] at net.kyori.adventure.text.minimessage.tag.standard.DecorationTag.createNegated(DecorationTag.java:109) ~[?:?]
28.09 13:26:58 [Server] [INFO] at net.kyori.adventure.text.minimessage.tag.standard.DecorationTag.lambda$resolvers$2(DecorationTag.java:79) ~[?:?]
28.09 13:26:58 [Server] [INFO] at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[?:?]
28.09 13:26:58 [Server] [INFO] at java.util.HashMap$KeySpliterator.forEachRemaining(HashMap.java:1707) ~[?:?]
28.09 13:26:58 [Server] [INFO] at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[?:?]
28.09 13:26:58 [Server] [INFO] at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[?:?]
28.09 13:26:58 [Server] [INFO] at java.util.stream.StreamSpliterators$WrappingSpliterator.forEachRemaining(StreamSpliterators.java:310) ~[?:?]
28.09 13:26:58 [Server] [INFO] at java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:735) ~[?:?]
28.09 13:26:58 [Server] [INFO] at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[?:?]
28.09 13:26:58 [Server] [INFO] at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[?:?]
28.09 13:26:58 [Server] [INFO] at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) ~[?:?]
28.09 13:26:58 [Server] [INFO] at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[?:?]
28.09 13:26:58 [Server] [INFO] at java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) ~[?:?]
28.09 13:26:58 [Server] [INFO] at net.kyori.adventure.text.minimessage.tag.standard.DecorationTag.lambda$static$3(DecorationTag.java:92) ~[?:?]
28.09 13:26:58 [Server] [INFO] at java.util.stream.Collectors.lambda$toMap$68(Collectors.java:1674) ~[?:?]
28.09 13:26:58 [Server] [INFO] at java.util.stream.ReduceOps$3ReducingSink.accept(ReduceOps.java:169) ~[?:?]
28.09 13:26:58 [Server] [INFO] at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:992) ~[?:?]
28.09 13:26:58 [Server] [INFO] at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[?:?]
28.09 13:26:58 [Server] [INFO] at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[?:?]
28.09 13:26:58 [Server] [INFO] at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) ~[?:?]
28.09 13:26:58 [Server] [INFO] at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[?:?]
28.09 13:26:58 [Server] [INFO] at java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) ~[?:?]
28.09 13:26:58 [Server] [INFO] at net.kyori.adventure.text.minimessage.tag.standard.DecorationTag.<clinit>(DecorationTag.java:90) ~[?:?]
28.09 13:26:58 [Server] [INFO] at net.kyori.adventure.text.minimessage.tag.standard.StandardTags.<clinit>(StandardTags.java:48) ~[?:?]
28.09 13:26:58 [Server] [INFO] at net.kyori.adventure.text.minimessage.tag.resolver.TagResolver.standard(TagResolver.java:73) ~[?:?]
28.09 13:26:58 [Server] [INFO] at net.kyori.adventure.text.minimessage.MiniMessageImpl$Instances.lambda$static$0(MiniMessageImpl.java:57) ~[?:?]
28.09 13:26:58 [Server] [INFO] at java.util.Optional.orElseGet(Optional.java:364) ~[?:?]
28.09 13:26:58 [Server] [INFO] at net.kyori.adventure.text.minimessage.MiniMessageImpl$Instances.<clinit>(MiniMessageImpl.java:57) ~[?:?]
28.09 13:26:58 [Server] [INFO] at net.kyori.adventure.text.minimessage.MiniMessage.miniMessage(MiniMessage.java:53) ~[?:?]
28.09 13:26:58 [Server] [INFO] at me.lorenzo0111.rocketjoin.common.ChatUtils.<clinit>(ChatUtils.java:34) ~[?:?]
28.09 13:26:58 [Server] [INFO] at me.lorenzo0111.rocketjoin.utilities.PluginLoader.registerEvents(PluginLoader.java:61) ~[?:?]
28.09 13:26:58 [Server] [INFO] at me.lorenzo0111.rocketjoin.RocketJoinBukkit.onEnable(RocketJoinBukkit.java:85) ~[?:?]
28.09 13:26:58 [Server] [INFO] at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:347) ~[spigot-1.20.1-universal.jar%23174!/:?]
28.09 13:26:58 [Server] [INFO] at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:336) ~[spigot-1.20.1-universal.jar%23174!/:?]
28.09 13:26:58 [Server] [INFO] at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:482) ~[spigot-1.20.1-universal.jar%23174!/:?]
28.09 13:26:58 [Server] [INFO] at org.bukkit.craftbukkit.v1_20_R1.CraftServer.enablePlugin(CraftServer.java:548) ~[spigot-1.20.1-universal.jar%23174!/:997de31d-ddc9a2dad-d2eba2c8-47.1.47]
28.09 13:26:58 [Server] [INFO] at org.bukkit.craftbukkit.v1_20_R1.CraftServer.enablePlugins(CraftServer.java:461) ~[spigot-1.20.1-universal.jar%23174!/:997de31d-ddc9a2dad-d2eba2c8-47.1.47]
28.09 13:26:58 [Server] [INFO] at net.minecraft.server.MinecraftServer.m_129815_(MinecraftServer.java:437) ~[server-1.20.1-20230612.114412-srg.jar%23169!/:?]
28.09 13:26:58 [Server] [INFO] at net.minecraft.server.MinecraftServer.m_130006_(MinecraftServer.java:339) ~[server-1.20.1-20230612.114412-srg.jar%23169!/:?]
28.09 13:26:58 [Server] [INFO] at net.minecraft.server.dedicated.DedicatedServer.m_7038_(DedicatedServer.java:219) ~[server-1.20.1-20230612.114412-srg.jar%23169!/:?]
28.09 13:26:58 [Server] [INFO] at net.minecraft.server.MinecraftServer.m_130011_(MinecraftServer.java:851) ~[server-1.20.1-20230612.114412-srg.jar%23169!/:?]
28.09 13:26:58 [Server] [INFO] at net.minecraft.server.MinecraftServer.m_206580_(MinecraftServer.java:279) ~[server-1.20.1-20230612.114412-srg.jar%23169!/:?]
28.09 13:26:58 [Server] [INFO] at java.lang.Thread.run(Thread.java:833) [?:?]
28.09 13:26:58 [Server] [INFO] [RocketJoin] Disabling RocketJoin v2.4.1
-
Author's response
Please don't use reviews for bug reports. Open an issue on github

Version: 1.9.3
It would be more interesting if you could set up permission groups
thank you please
-
Author's response
Thanks for your review. I'm developing it in this moment, it is almost ready!

Version: 1.9.3
Make possible to edit the sound of vip Join. And i suggest an leave command option too. The plugin still very good!
-
Author's response
Thanks for your review, I’ll add it

Version: 1.9.3
Great plugin, very easy to use. Works great on 1.17 and 1.16. I will continue to follow the updates
-
Author's response
Thanks for your review. I work hard to keep the plugin fast, updated and good

Version: 1.9.3
Poggers! Author added a feature that would benefit staff members. Thank you so much for adding it!
-
Author's response
Thanks for your review. I work hard to keep the plugin fast, updated and good

Version: 1.9.1
Simple plugin and easy to config. I like the fact it has custom VIP permission. Maybe add more slots and custom ones.
-
Author's response
Thanks for your review! I'll add more customization soon.

Version: 1.9.1
Great plugin! it runs perfectly in my 1.16.5 servers!

and, It'll be better if different player in different condition (may hook into placeholderAPI and match some placeholders) can run different commands...It's really cool and player may get specific experiences!
-
Author's response
Thanks for your review!

Version: 1.9.1
Good plugin, could you put multiline messages or sounds when entering?
---------
-
Author's response
Sounds are aleready implemented: https://docs.rocketplugins.space/rocketjoin/configure#vip-features

You can create a new line with \n

Version: 1.8
Works exactly as expected on 1.16.5, works well with hex colors too! Great plugin!
-
Author's response
Thanks for your review!

Version: 1.3
put a permission for the vips, which allows only them to have a message when entering and a firework
-
Author's response
Thanks for your review!
I'll add your suggestion!

Resource Information
Author:
----------
Total Downloads: 2,788
First Release: Aug 8, 2020
Last Update: Jun 25, 2024
Category: ---------------
All-Time Rating:
10 ratings
Find more info at wiki.lorenzo0111.me...
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings