brew: Execute the command on the homepage
sed:
brew install gnu-sed
sed:
sudo apt-get install sed
sed: Read the instructions on the download page
- Open
.run/compile-unix.run.xml
(Mac OS & Linux) or.run/compile-win.run.xml
(Windows) in IntelliJ IDEA - Click on
Open Run/Debug Configurations...
- Click
OK
Simply run the configuration, the jar will be saved at target/EazyNick-vX.X.X-dev.jar
- Compile the sources using
mvn clean compile
(in IntelliJ IDEA: Maven menu --> Lifecycle --> clean/compile) - Open
target/classes/plugin.yml
and replace0.0.0
with the current version (located in.github/.version
) - Run
mvn -B package --file pom.xml
(in IntelliJ IDEA: Maven menu --> Lifecycle --> package) - The jar will be saved as
target/eazynick-0.0.0.jar
EazyNick is licensed under the permissive MIT license. Please see LICENSE
for more info.