Skip to content

A disguise plugin for Spigot 1.7.10 to 1.19.3

License

Notifications You must be signed in to change notification settings

Gabimolia/EazyNick

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

362 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logo

EazyNick

Useful links

Discord

Documentation

Support my work

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

  1. Open .run/compile-unix.run.xml (Mac OS & Linux) or .run/compile-win.run.xml (Windows) in IntelliJ IDEA
  2. Click on Open Run/Debug Configurations...
  3. 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

  1. Compile the sources using mvn clean compile (in IntelliJ IDEA: Maven menu --> Lifecycle --> clean/compile)
  2. Open target/classes/plugin.yml and replace 0.0.0 with the current version (located in .github/.version)
  3. Run mvn -B package --file pom.xml (in IntelliJ IDEA: Maven menu --> Lifecycle --> package)
  4. The jar will be saved at target/eazynick-0.0.0.jar

License

EazyNick is licensed under the permissive MIT license. Please see LICENSE for more info.

About

A disguise plugin for Spigot 1.7.10 to 1.19.3

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%