HTMLEngineNK

HTMLEngineNK 0.3.0

Trollhunters501

Active Member
Trollhunters501 submitted a new resource:

HTMLEngineNK - Create simple Nukkit plugins written in HTML5!

Create simple Nukkit plugins written in HTML5!

if you try to run JavaScript use: JSEngineNK !

How to use?
  • Create html archive, example: test.html
  • Drop archive in plugins/HTMLEngineNK/test.html
  • Create your code!
  • Start your server! Instantly run
  • All the information how to use Html in Nukkit, and much more here! Wiki
Read more about this resource...
 

Trollhunters501

Active Member
Trollhunters501 updated HTMLEngineNK with a new update entry:

Update 0.2.0

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...
Read the rest of this update entry...
 
Top