Comment on page
CLI
sudo npm i servercraft -g
Don't have Node.js & NPM? Download instructions can be found at https://nodejs.dev/learn/how-to-install-nodejs. And the download can be found at https://nodejs.dev/download/.
servercraft
- Lists all the commandsservercraft start
- Sets up & starts server servercraft setup
- Sets up the server (automatically does this before starting) servercraft eula
- Opens the EULA file servercraft dir
- Opens the directory of server files servercraft config
- Opens server.properties servercraft docs
- Opens the docsservercraft delete
- Deletes your serverservercraft java
- Opens Java's download page.ip
- A seperate command that returns your IP address (append --port
to return your server's IP)servercraft start "args"
The args parameter are added to the end of the command when the server starts.
If you want to use multiple, make sure to put them in quotes, as shown above.
Last modified 1yr ago