walterhiggins / ScriptCraft

Write Minecraft Plugins in JavaScript.
MIT License
1.84k stars 380 forks source link

Run on a client PC/website, or backend only? #448

Open PVNFU-28 opened 4 years ago

PVNFU-28 commented 4 years ago

Can the javascript run on the client's computer like in a website or is it backend only?(the code only runs in the server and then displays to the client). And if it can run on the client, can it use more than one thread?

walterhiggins commented 4 years ago

Not a dumb question at all. The javascript runs on the server only not the client (this is a server-side plugin).

jwulf commented 3 years ago

Not a great title for a GitHub issue, though... :-)