generateFakeText
Creates a packet-based FakeText display visible to all nearby players. Uses EasyMinecraftGoals' FakeText system for better performance.
Return
The FakeText instance, or null if NMSManager is not available
Parameters
The location to spawn the text
The text to display (supports color codes)
The range in blocks for visibility (players within this range will see it)
Creates a packet-based FakeText display visible to specific players.
Return
The FakeText instance, or null if NMSManager is not available
Parameters
The location to spawn the text
The text to display (supports color codes)
The players who should see the text
Creates a packet-based FakeText display visible to a single player.
Return
The FakeText instance, or null if NMSManager is not available
Parameters
The location to spawn the text
The text to display (supports color codes)
The player who should see the text