ScriptableMC-Engine icon indicating copy to clipboard operation
ScriptableMC-Engine copied to clipboard

Create TypeScript/JavaScript plugins for Minecraft 1.16 Bukkit/Spigot/Paper

Results 8 ScriptableMC-Engine issues
Sort by recently updated
recently updated
newest added

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...

question

Hi! Can you try add in tab autocomplete?

enhancement

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?

enhancement

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...

enhancement

- [ ] 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...

enhancement

Since we have access to the bukkit JavaDocs we should be able to generate documentation comments automatically. Need to research more.

enhancement

Can i run another version? like 1.12.2 1.13.2 1.14.4... something

question