EazyNick
EazyNick copied to clipboard
A disguise plugin for Spigot 1.7.10 to 1.19.4
EazyNick
Useful links
Compiling
Requirements
Mac OS
brew: Execute the command on the homepage
sed:
brew install gnu-sed
Debian/Ubuntu
sed:
sudo apt-get install sed
Windows
sed: Read the instructions on the download page
Importing the run configuration in IntelliJ IDEA
- 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
Compiling to jar using the run configuration
Simply run the configuration, the jar will be saved at target/EazyNick-vX.X.X-dev.jar
Compiling to jar manually
- 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
License
EazyNick is licensed under the permissive MIT license. Please see LICENSE
for more info.