Skip to content

customrealms/example-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

example-plugin

This is an example of a Minecraft plugin written in JavaScript.

Setting up

Run npm install to make sure all needed dependencies are installed.

Building a JAR file

npm run build:jar

The JAR file will be put into dist/ExamplePlugin.jar in your project.