ScriptableMC-Engine
ScriptableMC-Engine copied to clipboard
Create TypeScript/JavaScript plugins for Minecraft 1.16 Bukkit/Spigot/Paper
I'm not able to use any javascript built-in function like setTimeout, setInterval.
So I've started using SMC recently and wanted to depend on some functionality of some other plugins, in this specific case [LuckPerms](https://luckperms.net/). I'm not quite sure how I would retrieve...
Can I call this project from another plugin, and pass it a JavaScript string, and have that string evaluated as if it were plugin code?
Is there any way to use or implement the protocol of the action bar? I've seen there are some libs/snippets of using them with Java, altough you can't really implement...
- [ ] Load scripts from a packaged zip file similar to minecraft's resource/data packs for easier distribution. - [ ] Ability to package scripts and script engine in a...
Since we have access to the bukkit JavaDocs we should be able to generate documentation comments automatically. Need to research more.
Can i run another version? like 1.12.2 1.13.2 1.14.4... something