better idea
All checks were successful
build / build (21) (push) Successful in 1m21s

This commit is contained in:
Soph :3 2024-09-13 21:31:42 +03:00
parent aa200b17c0
commit 6898039c61
Signed by: sophie
GPG key ID: EDA5D222A0C270F2

View file

@ -65,7 +65,7 @@ public class AnimalRP implements ModInitializer {
return PlaceholderResult.value(""); return PlaceholderResult.value("");
if (noChat.get(ctx.player().getUuid()) != null) if (noChat.get(ctx.player().getUuid()) != null)
return PlaceholderResult.value(""); return PlaceholderResult.value("");
return PlaceholderResult.value("<color " + animal.color + ">"); return PlaceholderResult.value("<color " + animal.color + ">"+arg+"</color>");
} }
}); });