You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
1 year ago | |
---|---|---|
assets | 1 year ago | |
gradle/wrapper | 1 year ago | |
src/li/inc/MapVote | 1 year ago | |
.drone.yml | 1 year ago | |
.gitattributes | 1 year ago | |
.gitignore | 1 year ago | |
LICENSE | 1 year ago | |
README.md | 1 year ago | |
build.gradle | 1 year ago | |
gradlew | 1 year ago | |
gradlew.bat | 1 year ago |
README.md
Plugin Template
Building
First, make sure you have JDK 14 installed. Then, setup plugin.json and run the following commands:
- Windows:
gradlew jar
- *nix/Mac OS:
./gradlew jar
Troubleshooting
- If the terminal returns
Permission denied
orCommand not found
, runchmod +x ./gradlew
.