@customrealms/cli

0.4.10 • Public • Published

@customrealms/cli

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

Installation

Install the CLI on your computer:

npm install -g @customrealms/cli

Then, you can use the CustomRealms 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

Readme

Keywords

none

Package Sidebar

Install

npm i @customrealms/cli

Weekly Downloads

19

Version

0.4.10

License

MIT

Unpacked Size

34.5 MB

Total Files

17

Last publish

Collaborators

  • connerdouglass