Started by
Starfruit1
on
Topic category: Help with Minecraft modding (Java Edition)
Is there anyway to create a permanent box in the top right corner of the screen witch states a players name who killed another player?
And if so how would I create this?
Thanks.
You could use global session variables for this, print them on the overlay and set the session variable on when entity killed trigger and check if the entity killed was player. But you can only show the name of the killed player, not the name of the killer yet. This will be possible once we fix this: https://mcreator.net/tracker/issue/45976
Thank you very much for this information! :D
You are welcome!