Skip to content

projopenrealms/cli

 
 

Repository files navigation

@openrealms/cli

OpenRealms command-line tools for setting up and compiling JavaScript Minecraft plugins.

Installation

Install the CLI on your computer:

npm install -g @openrealms/cli

Then, you can use the OpenRealms CLI using the crx command in your terminal.

Start a project

mkdir my-plugin
cd my-plugin
crx init

That's it! You now have a plugin project ready to develop!

Build a JAR file

Compile your plugin project to a JAR file:

If you used crx init above to create your project, you can compile a JAR file using:

npm run build:jar

If you used a different method to create your project, use this instead:

crx build -o ./dist/my-plugin.jar

About

Command line tools for creating and compiling JavaScript Minecraft plugins.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Go 70.1%
  • JavaScript 27.2%
  • PowerShell 2.7%