HTMLEngineNK

Experimental HTMLEngineNK 0.3.0

Updated to JSEngineNK API 1.12.5
Added iframe tag to load code from a web server
Example:
HTML:
<iframe src="https://example.com/codeNukkit.html"></iframe>
You don't need to add the endline tag for this tag!
Added the new tag that allows you to do new to an Java class
Example:
HTML:
<tag type="global" name="examplenewClassJava"><new><testTagJavaClass/></new></tag>
Added the ability to load Java libraries from a web server with the Java example tag:
HTML:
<java src="https://example.com/new.jar">test.class.java</java>
All nukkit events added!
Also compatibility with all Java versions Java 15 file is also compatible with all Java versions (15-20)
And much more!
Top