Compatibility
Minecraft: Java Edition
1.20.1–1.20.6
Platforms
Supported environments
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
Licensed ARR
Published 9 months ago
Updated 8 months ago

eSayBar
script function interact(e){ e.npc.eSayBar(e.player, "Greetings to you. Let's start the fight!", "Lololowka", "d47fff", "customnpcs:textures/icons/youicon.png", 36,31); }

eSay
script function interact(e){ e.npc.eSay("THIS LIME COLOR!", "#ADFF2F"); // lime color e.npc.eSay("Hello! This gold color.", "#DAA520") // gold color e.npc.eSay("HELLO...") // color sets default - C0C0C0 }