-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Jonathan Crowder (Jon) edited this page Apr 21, 2020
·
7 revisions
Welcome to the RepCraft wiki!
This page serves as a portal for reading help docs
JavaScript Reference,
as well as looking up code implementation docs.
RepCraft is a new way to write JavaScript plugins for the minecraft server.
I've been a huge user of walterhiggins/ScriptCraft and really
enjoyed using it.
However, I wanted modern features of the language, and the engine it uses
is both no longer developed, and deprecated.
I've been looking for a solution for a while, and considered using transpilation.
I didn't want to make it more complicated than it had to be,
and recently found GraalVM and knew what to do.