You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Install [NodeJS/NPM](https://nodejs.org/en/download/) or if you're on linux/macos you can install [GraalVM-CE](https://github.com/graalvm/graalvm-ce-builds/releases/latest) which includes a NodeJS runtime
@@ -10,7 +10,7 @@
10
10
## How To Compile The Source
11
11
- Run the TypeScript compiler script `npm run compile` or `npm run watch`
12
12
- The compiled scripts will be placed in the `dist` folder
13
-
- Upload the compiled scripts to your minecraft server `scripts` folder and execute the `/jsrl` command ingame or restart the server to load the new scripts
13
+
- Upload the compiled scripts to your minecraft server `scripts` folder and execute the `/smc js reload` command or restart the server to load the new scripts
0 commit comments