NucleoidMC / plasmid

Server-side minigame development library based on Fabric.
GNU Lesser General Public License v3.0
88 stars 31 forks source link

Various messages fail to send due to using non-stringified objects #289

Closed haykam821 closed 5 months ago

haykam821 commented 8 months ago

Certain Text.translatable method calls provide arguments that are not strings, numbers, or other texts. These instances should use the allowed arguments or be replaced with Text.stringifiedTranslatable method calls.