Compatibility
Minecraft: Java Edition
1.20.1–1.20.6
Platforms
Supported environments
Creators
Details
Licensed ARR
Published 10 months ago
Updated 9 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 }