APickledWalrus / skript-placeholders

Placeholder integration for Skript.
GNU General Public License v3.0
28 stars 8 forks source link

Breaking placeholders (luckperms?) #57

Closed MennoGamed closed 2 months ago

MennoGamed commented 4 months ago

Description

Hi there, It seems that since the 1.6.0 update something is not going quite right. Placeholders I use for Luckperms' prefix, "%luckperms_prefix%", don't seem to do anything anymore. I don't use any other placeholders, so I can't confirm the rest.

afbeelding afbeelding

Steps to Reproduce

Create a paper server, and download the plugins below:

You can use the added script to test it. You will see in chat that the player's prefix will not appear in chat. Simple Chat Skript: chat.txt

Expected Behavior

The players' prefix should simply appear in chat due to the Luckperms prefix. This should work using the "%placeholder "luckperms_prefix" from player%".

Errors

Unfortunately, the plugin does not give any errors. It simply doesn't work with the prefixes of Luckperms.

Server Information

APickledWalrus commented 4 months ago

Is it that the prefix or not working or just the color/formatting? Try colored placeholder "luckperms_prefix" from player

MennoGamed commented 4 months ago

It was the color/formatting that didn't work. The option you gave me was indeed the solution, thx! Since when is that a thing?

With colored placeholder "luckperms_prefix" from player it indeed works without any problems.

APickledWalrus commented 2 months ago

I apologize for not getting back to you. There were some changes made, and as a result, coloring is no longer added by default. Let me know if that solution stops working for you though.

MennoGamed commented 2 months ago

Hi, So far it has solved everything, and I have had a problem free experience! 😊