SOLVED! Essentials custom join message via config not working/others #4061
-
Hi, I recently downloaded EssentialsX and saw the option to change/add a custom join message here: Upon joining, it doesn't seem like the message is working. I apologize in advance if I'm being a dunce and this is a waste of time, I'm a bit new to Java coding and am trying to learn as I go. The AFK-playerlist also does not work, set up as above: |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
For your first problem, make sure that you haven't accidentally negated For your second, make sure you have I'd recommend joining the MOSS support discord for faster/easier support, since we usually require a number of files to diagnose an issue and can help you debug step-by-step. Join here: https://discord.gg/PHpuzZS |
Beta Was this translation helpful? Give feedback.
-
Bing bing! Found the bug: After much diddling, turns out it was EssentialsX, unbeknownst to me, switching on over to Paper optimization. While switching the symbols to & may have worked in a past version, it sends an error through Essentials.. Not sure when that changed, but using the section sign (§) as a replacement for (&) seems to be all around good practice for developing in minecraft-java plugins/add-ons for color chat in bukkit. Switched to latest paper 1.16.5 build, updated my EssentialsX files (EssentialsX to latest dev build 2.19, with EssentialsXChat andEssentials XSpawn to 2.19 as well) and the join messages are working like a charm!.. But now the changing-of-op-names isn't.. Though I'm sure it wouldn't have worked via the 1.16.5 spigot version I was running earlier either. Time to ask around!.. Heh. |
Beta Was this translation helpful? Give feedback.
Bing bing! Found the bug:
After much diddling, turns out it was EssentialsX, unbeknownst to me, switching on over to Paper optimization.
While switching the symbols to & may have worked in a past version, it sends an error through Essentials.. Not sure when that changed, but using the section sign (§) as a replacement for (&) seems to be all around good practice for developing in minecraft-java plugins/add-ons for color chat in bukkit.
Switched to latest paper 1.16.5 build, updated my EssentialsX files (EssentialsX to latest dev build 2.19, with EssentialsXChat andEssentials XSpawn to 2.19 as well) and the join messages are working like a charm!..
But now the changing-of-op-names isn't.. …