Insprill / custom-join-messages

Feature-packed plugin for handling all join and quit notifications on Spigot/Paper servers
https://modrinth.com/plugin/custom-join-messages/
GNU General Public License v3.0
10 stars 0 forks source link

Display names don't work in join messages? #15

Closed ClickyMCSMP closed 2 years ago

ClickyMCSMP commented 2 years ago

Description of issue: I have tried two displayname placedholders, %player_displayname%, and the built in one, %displayname%, and both seem to not display the displayname, but rather display the color infront of the placeholder. This seems to ONLY happen on the join message - the leave message displays the display name perfectly. image

CONFIG SECTION ` 5: Permission: cjm.ethereal Messages: 1:

` 5: Permission: cjm.ethereal Messages: 1:

Output of "/cjm version"! image

Insprill commented 2 years ago

What plugin is managing the display name? Try adding some delay to the message, it's probably not being loaded in time.

ClickyMCSMP commented 2 years ago

What plugin is managing the display name? Try adding some delay to the message, it's probably not being loaded in time.

I am using EssentialsX displayname, along with the built in one inside the plugin that is listed inside of the top of the config. Could you explain how to add a delay..?

ClickyMCSMP commented 2 years ago

I think it's an issue with CJM... I've tested other players/ways to display the name using essentialsx display_name placeholder, and it worked just fine... something just doesn't work in cjm, please fix this?

Insprill commented 2 years ago

You can see how to add a delay on the wiki. Can almost guarantee that'll fix it.

ClickyMCSMP commented 2 years ago

Is it possible to make the delay almost not noticeable?

On Sun, Nov 21, 2021 at 8:30 PM Insprill @.***> wrote:

You can see how to add a delay on the wiki. Can almost guarantee that'll fix it.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Insprill/Custom-Join-Messages/issues/15#issuecomment-974992652, or unsubscribe https://github.com/notifications/unsubscribe-auth/AWC5MYSYI6LQ7V73E5YLGTLUNGMLTANCNFSM5IERHY2Q . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

Insprill commented 2 years ago

Just set it to the lowest that still allows for the names to reliably load.