https://github.com/volmitsoftware/nmstools
a Gradle Plugin to make NMS usage easier
https://github.com/volmitsoftware/nmstools
Last synced: 11 months ago
JSON representation
a Gradle Plugin to make NMS usage easier
- Host: GitHub
- URL: https://github.com/volmitsoftware/nmstools
- Owner: VolmitSoftware
- License: mpl-2.0
- Created: 2024-07-18T13:51:34.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-09-29T08:17:23.000Z (over 1 year ago)
- Last Synced: 2025-01-08T16:26:47.905Z (about 1 year ago)
- Language: Kotlin
- Homepage:
- Size: 70.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
- License: LICENSE
Awesome Lists containing this project
README
[](https://jitpack.io/#VolmitSoftware/NMSTools)
## Example Usage:
build.gradle
```groovy
buildscript() {
repositories {
maven { url 'https://jitpack.io'}
}
dependencies {
classpath 'com.github.VolmitSoftware:NMSTools:1.0.0'
}
}
apply plugin: 'com.volmit.nmstools'
nmsTools {
jvm = 21
version = "1.20.6-R0.1-SNAPSHOT"
}
```
gradle.properties
```properties
nmsTools.useBuildTools=false
nmsTools.repo-url=https://repo.codemc.org/repository/nms/
nmsTools.specialSourceVersion=1.11.4
```