UPDATE 3.0.0
After months of work Helix 3.0.0 is here!!! This update brings an entire rewrite of the plugin and all of it's syntax and interfaces!
Helix now has a proper text editing with it's custom file format! Editing scripts via a text file is now like writing code in any other high level scripting language. Although Helix now is very accessible for text editors it will still keep its GUIs and scripts are still possible to create in-game.
Example script:
Player.join():
if(player.hasPermission("message.welcome")):
player.message("Hello " + player.username() + "!")
Other Changes
As Helix has been fully rewritten it has also gotten a load of other changes, these include reworks of GUI interfaces and performance improvements and bug fixes.