1. The Leaderboard (my:leaderboard)
Displays a top-score list on an entity.
-
Syntax: /scriptevent my:leaderboard <tag> <objective> <prefix> <separator> <suffix> <header>
-
Example: /scriptevent my:leaderboard top_kills kills §e §7:§f §b ---_Top_Kills_---
-
Result: The entity tagged top_kills will show:
--- Top Kills ---
Steve : 15
Alex : 10
2. Custom Scoreboard Text (my:scoreboardtxt)
Creates a custom layout that pulls specific scores or the entity's name. It uses {} to find scoreboard objectives.
-
Syntax: /scriptevent my:scoreboardtxt <tag> <text>
-
Example: /scriptevent my:scoreboardtxt stats §6{playername}/n§fKills: §a{kills}/n§fCoins: §e{money}
-
Result: If an armor stand tagged stats has 5 kills and 100 money, it will display: Steve
Kills: 5
Coins: 100
3. Simple Rename (my:rename)
Changes an entity's name tag with support for line breaks (/n).
-
Syntax: /scriptevent my:rename <tag> <name>
-
Example: /scriptevent my:rename welcome §l§bWelcome_to_the_Server!/n§7Enjoy_your_stay.
-
Result: Entity tagged welcome displays the text on two lines.
4. Remove Entity (my:remove)
Deletes any entity with a specific tag.
-
Syntax: /scriptevent my:remove <tag>
-
Example: /scriptevent my:remove stats
-
Result: Deletes the entity tagged stats.

