Search code examples
javahtmlminecraftbukkit

Display HTML iframe in Bukkit client


I currently working on a project that requires display of a HTML iframe in the Bukkit client. Is it possible? And and how I can do it?


Solution

  • It's not possible to display HTML to the client unless it's a modded client. You can only use what is provided by the Bukkit API or Minecraft server.