You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using the official english version of Slimefun and did not modify the jar.
I am using an up to date "DEV" (not "RC") version of Slimefun.
I am aware that issues related to Slimefun addons need to be reported on their bug trackers and not here.
I searched for similar open issues and could not find an existing bug report on this.
📍 Description
When I'm using /sf open_guide and search while using
I cannot search because it also gets the color of the message of the player. https://ibb.co/DL6HsL4
📑 Reproduction Steps
Just have gradientchat and have a gradient on yourself.
💡 Expected Behavior
I'll report here how you can fix it from the developer of the plugin @ParametersAreNonnullByDefault public static void openSearch(PlayerProfile profile, String input, SlimefunGuideMode mode, boolean addToHistory) { SlimefunGuideImplementation guide = Slimefun.getRegistry().getSlimefunGuide(mode); guide.openSearch(profile, ChatColor.stripColor(input), addToHistory); }
This is (from what he told me) is needed to be fixed so you can search while you have a gradient.
❗ Checklist
📍 Description
When I'm using /sf open_guide and search while using
I cannot search because it also gets the color of the message of the player. https://ibb.co/DL6HsL4
📑 Reproduction Steps
Just have gradientchat and have a gradient on yourself.
💡 Expected Behavior
I'll report here how you can fix it from the developer of the plugin
@ParametersAreNonnullByDefault public static void openSearch(PlayerProfile profile, String input, SlimefunGuideMode mode, boolean addToHistory) { SlimefunGuideImplementation guide = Slimefun.getRegistry().getSlimefunGuide(mode); guide.openSearch(profile, ChatColor.stripColor(input), addToHistory); }
This is (from what he told me) is needed to be fixed so you can search while you have a gradient.
📷 Screenshots / Videos
https://ibb.co/DL6HsL4
📜 Server Log
It does not matter
📂
/error-reports/
folderIt does not matter
💻 Server Software
Purpur
🎮 Minecraft Version
1.19.x
⭐ Slimefun version
🧭 Other plugins
GradientChat
https://www.spigotmc.org/resources/%E2%AD%90gradientplus%E2%AD%90gradient-chat-gradient-name%E2%AD%90best-gradient-plugin.111640/
The text was updated successfully, but these errors were encountered: