spraxdev/Compile Minecraft Spigot (via BuildTools)
Makes it easier to compile multiple Spigot versions at the same time and speed up clean builds
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| versions | Versions to build (separate multiple with ',') | no | latest |
| generateSrc | Should sources be generated? | no | false |
| remapped | Should use the SpecialSource Plugin of md_5 to deobfuscate Mojang-NMS-Packets | no | false |
| generateDoc | Should the documentation be generated? | no | false |
| disableJavaCheck | Should we disable the BuildTools's Java-Version-Check | no | false |
| forceRun | Disables the check for existing files in the local maven repository | no | false |
| threads | The amount of builds allowed to run at a time, set to '-1' to use system's cpu count | no | -1 |
| buildToolProvider | Whose BuildTool should be used? (SpigotMC [default]) | no | SpigotMC |
| finalJarOutputDir | The directory BuildTools should put the final server jar into | no | "" |
| sftpCacheHost | The host of the SFTP-Server to use as dedicated artifact cache | no | "" |
| sftpCachePort | The port of the SFTP-Server to use as dedicated artifact cache | no | 22 |
| sftpCacheUser | The username of the SFTP-Server to use as dedicated artifact cache | no | "" |
| sftpCachePrivateKey | The private key of the SFTP-Server to use as dedicated artifact cache | no | "" |
| sftpCacheExpectedHostKey | Setting this to the server's host key, will enable strictly checking the host key (something like `ssh-ed25519 [HASH]` is expected here) | no | "" |
Outputs
no outputs