Compare commits
1 commit
main
...
renovate/n
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b2f15b98c1 |
18 changed files with 17 additions and 25 deletions
|
|
@ -13,7 +13,7 @@ sourceCompatibility = targetCompatibility = compileJava.sourceCompatibility = co
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation project(':DynmapCoreAPI')
|
implementation project(':DynmapCoreAPI')
|
||||||
implementation 'javax.servlet:javax.servlet-api:3.1.0'
|
implementation 'javax.servlet:javax.servlet-api:3.1.0'
|
||||||
implementation'org.eclipse.jetty:jetty-server:9.4.58.v20250814'
|
implementation'org.eclipse.jetty:jetty-server:9.4.26.v20200117'
|
||||||
implementation 'org.eclipse.jetty:jetty-servlet:9.4.26.v20200117'
|
implementation 'org.eclipse.jetty:jetty-servlet:9.4.26.v20200117'
|
||||||
implementation 'com.googlecode.json-simple:json-simple:1.1.1'
|
implementation 'com.googlecode.json-simple:json-simple:1.1.1'
|
||||||
implementation 'org.yaml:snakeyaml:1.23' // DON'T UPDATE - NEWER ONE TRIPS ON WINDOWS ENCODED FILES
|
implementation 'org.yaml:snakeyaml:1.23' // DON'T UPDATE - NEWER ONE TRIPS ON WINDOWS ENCODED FILES
|
||||||
|
|
|
||||||
|
|
@ -1,13 +1,5 @@
|
||||||
# Dynmap® - dynamic web maps for Minecraft servers
|
# Dynmap® - dynamic web maps for Minecraft servers
|
||||||
|
|
||||||
> **About this fork.** This repository tracks [Dynmap](https://github.com/webbukkit/dynmap)
|
|
||||||
> with an added **NeoForge 1.21.1** build. The `main` branch mirrors the upstream
|
|
||||||
> multi-platform project (Spigot/Paper, Forge, Fabric, and the original README below);
|
|
||||||
> the **`neoforge-1.21.1`** branch holds the standalone NeoForge 1.21.1 port and its own
|
|
||||||
> build/install instructions. For the canonical project, see
|
|
||||||
> [webbukkit/dynmap](https://github.com/webbukkit/dynmap).
|
|
||||||
|
|
||||||
|
|
||||||
# Jump around the README
|
# Jump around the README
|
||||||
* [How to build](#how-to-build)
|
* [How to build](#how-to-build)
|
||||||
* [What platforms are supported?](#what-platforms-are-supported)
|
* [What platforms are supported?](#what-platforms-are-supported)
|
||||||
|
|
|
||||||
|
|
@ -12,6 +12,6 @@ dependencies {
|
||||||
implementation project(':bukkit-helper')
|
implementation project(':bukkit-helper')
|
||||||
implementation project(':dynmap-api')
|
implementation project(':dynmap-api')
|
||||||
implementation project(path: ':DynmapCore', configuration: 'shadow')
|
implementation project(path: ':DynmapCore', configuration: 'shadow')
|
||||||
compileOnly group: 'org.spigotmc', name: 'spigot-api', version:'1.18-rc3-R0.1-SNAPSHOT'
|
compileOnly group: 'org.spigotmc', name: 'spigot-api', version:'1.18-R0.1-SNAPSHOT'
|
||||||
compileOnly group: 'org.spigotmc', name: 'spigot', version:'1.18-R0.1-SNAPSHOT'
|
compileOnly group: 'org.spigotmc', name: 'spigot', version:'1.18-R0.1-SNAPSHOT'
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -12,6 +12,6 @@ dependencies {
|
||||||
implementation project(':bukkit-helper')
|
implementation project(':bukkit-helper')
|
||||||
implementation project(':dynmap-api')
|
implementation project(':dynmap-api')
|
||||||
implementation project(path: ':DynmapCore', configuration: 'shadow')
|
implementation project(path: ':DynmapCore', configuration: 'shadow')
|
||||||
compileOnly group: 'org.spigotmc', name: 'spigot-api', version:'1.20.2-experimental-SNAPSHOT'
|
compileOnly group: 'org.spigotmc', name: 'spigot-api', version:'1.20.2-R0.1-SNAPSHOT'
|
||||||
compileOnly group: 'org.spigotmc', name: 'spigot', version:'1.20.2-R0.1-SNAPSHOT'
|
compileOnly group: 'org.spigotmc', name: 'spigot', version:'1.20.2-R0.1-SNAPSHOT'
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -12,6 +12,6 @@ dependencies {
|
||||||
implementation project(':bukkit-helper')
|
implementation project(':bukkit-helper')
|
||||||
implementation project(':dynmap-api')
|
implementation project(':dynmap-api')
|
||||||
implementation project(path: ':DynmapCore', configuration: 'shadow')
|
implementation project(path: ':DynmapCore', configuration: 'shadow')
|
||||||
compileOnly group: 'org.spigotmc', name: 'spigot-api', version:'1.20.4-experimental-SNAPSHOT'
|
compileOnly group: 'org.spigotmc', name: 'spigot-api', version:'1.20.4-R0.1-SNAPSHOT'
|
||||||
compileOnly group: 'org.spigotmc', name: 'spigot', version:'1.20.4-R0.1-SNAPSHOT'
|
compileOnly group: 'org.spigotmc', name: 'spigot', version:'1.20.4-R0.1-SNAPSHOT'
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -12,6 +12,6 @@ dependencies {
|
||||||
implementation project(':bukkit-helper')
|
implementation project(':bukkit-helper')
|
||||||
implementation project(':dynmap-api')
|
implementation project(':dynmap-api')
|
||||||
implementation project(path: ':DynmapCore', configuration: 'shadow')
|
implementation project(path: ':DynmapCore', configuration: 'shadow')
|
||||||
compileOnly group: 'org.spigotmc', name: 'spigot-api', version:'1.20.4-experimental-SNAPSHOT'
|
compileOnly group: 'org.spigotmc', name: 'spigot-api', version:'1.20.4-R0.1-SNAPSHOT'
|
||||||
compileOnly group: 'org.spigotmc', name: 'spigot', version:'1.20.5-R0.1-SNAPSHOT'
|
compileOnly group: 'org.spigotmc', name: 'spigot', version:'1.20.5-R0.1-SNAPSHOT'
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@ dependencies {
|
||||||
implementation project(':bukkit-helper')
|
implementation project(':bukkit-helper')
|
||||||
implementation project(':dynmap-api')
|
implementation project(':dynmap-api')
|
||||||
implementation project(path: ':DynmapCore', configuration: 'shadow')
|
implementation project(path: ':DynmapCore', configuration: 'shadow')
|
||||||
compileOnly group: 'org.spigotmc', name: 'spigot-api', version:'1.21.11-R0.2-SNAPSHOT'
|
compileOnly group: 'org.spigotmc', name: 'spigot-api', version:'1.21.11-R0.1-SNAPSHOT'
|
||||||
compileOnly ('org.spigotmc:spigot:1.21.11-R0.1-SNAPSHOT') {
|
compileOnly ('org.spigotmc:spigot:1.21.11-R0.1-SNAPSHOT') {
|
||||||
exclude group: "com.mojang", module: "jtracy"
|
exclude group: "com.mojang", module: "jtracy"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -25,7 +25,7 @@ eclipse {
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation 'javax.servlet:javax.servlet-api:3.1.0'
|
implementation 'javax.servlet:javax.servlet-api:3.1.0'
|
||||||
implementation'org.eclipse.jetty:jetty-server:9.4.58.v20250814'
|
implementation'org.eclipse.jetty:jetty-server:9.4.26.v20200117'
|
||||||
implementation 'org.eclipse.jetty:jetty-servlet:9.4.26.v20200117'
|
implementation 'org.eclipse.jetty:jetty-servlet:9.4.26.v20200117'
|
||||||
implementation 'com.googlecode.json-simple:json-simple:1.1.1'
|
implementation 'com.googlecode.json-simple:json-simple:1.1.1'
|
||||||
implementation 'org.yaml:snakeyaml:1.23' // DON'T UPDATE - NEWER ONE TRIPS ON WINDOWS ENCODED FILES
|
implementation 'org.yaml:snakeyaml:1.23' // DON'T UPDATE - NEWER ONE TRIPS ON WINDOWS ENCODED FILES
|
||||||
|
|
|
||||||
|
|
@ -36,7 +36,7 @@ project.archivesBaseName = "${project.archivesBaseName}-forge-1.14.4"
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation project(path: ":DynmapCore", configuration: "shadow")
|
implementation project(path: ":DynmapCore", configuration: "shadow")
|
||||||
minecraft 'net.minecraftforge:forge:1.14.4-28.2.10'
|
minecraft 'net.minecraftforge:forge:1.21-51.0.33'
|
||||||
}
|
}
|
||||||
|
|
||||||
processResources
|
processResources
|
||||||
|
|
|
||||||
|
|
@ -36,7 +36,7 @@ project.archivesBaseName = "${project.archivesBaseName}-forge-1.15.2"
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation project(path: ":DynmapCore", configuration: "shadow")
|
implementation project(path: ":DynmapCore", configuration: "shadow")
|
||||||
minecraft 'net.minecraftforge:forge:1.15.2-31.2.3'
|
minecraft 'net.minecraftforge:forge:1.21-51.0.33'
|
||||||
}
|
}
|
||||||
|
|
||||||
processResources
|
processResources
|
||||||
|
|
|
||||||
|
|
@ -36,7 +36,7 @@ project.archivesBaseName = "${project.archivesBaseName}-forge-1.16.5"
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation project(path: ":DynmapCore", configuration: "shadow")
|
implementation project(path: ":DynmapCore", configuration: "shadow")
|
||||||
minecraft 'net.minecraftforge:forge:1.16.5-36.0.15'
|
minecraft 'net.minecraftforge:forge:1.21-51.0.33'
|
||||||
}
|
}
|
||||||
|
|
||||||
processResources
|
processResources
|
||||||
|
|
|
||||||
|
|
@ -40,7 +40,7 @@ dependencies {
|
||||||
implementation project(path: ":DynmapCore", configuration: "shadow")
|
implementation project(path: ":DynmapCore", configuration: "shadow")
|
||||||
implementation project(path: ':DynmapCoreAPI')
|
implementation project(path: ':DynmapCoreAPI')
|
||||||
|
|
||||||
minecraft 'net.minecraftforge:forge:1.17.1-37.0.12'
|
minecraft 'net.minecraftforge:forge:1.21-51.0.33'
|
||||||
}
|
}
|
||||||
|
|
||||||
processResources
|
processResources
|
||||||
|
|
|
||||||
|
|
@ -40,7 +40,7 @@ dependencies {
|
||||||
implementation project(path: ":DynmapCore", configuration: "shadow")
|
implementation project(path: ":DynmapCore", configuration: "shadow")
|
||||||
implementation project(path: ':DynmapCoreAPI')
|
implementation project(path: ':DynmapCoreAPI')
|
||||||
|
|
||||||
minecraft 'net.minecraftforge:forge:1.18.2-40.0.2'
|
minecraft 'net.minecraftforge:forge:1.21-51.0.33'
|
||||||
}
|
}
|
||||||
|
|
||||||
processResources
|
processResources
|
||||||
|
|
|
||||||
|
|
@ -40,7 +40,7 @@ dependencies {
|
||||||
implementation project(path: ":DynmapCore", configuration: "shadow")
|
implementation project(path: ":DynmapCore", configuration: "shadow")
|
||||||
implementation project(path: ':DynmapCoreAPI')
|
implementation project(path: ':DynmapCoreAPI')
|
||||||
|
|
||||||
minecraft 'net.minecraftforge:forge:1.19.3-44.0.1'
|
minecraft 'net.minecraftforge:forge:1.21-51.0.33'
|
||||||
}
|
}
|
||||||
|
|
||||||
processResources
|
processResources
|
||||||
|
|
|
||||||
|
|
@ -42,7 +42,7 @@ dependencies {
|
||||||
implementation project(path: ":DynmapCore", configuration: "shadow")
|
implementation project(path: ":DynmapCore", configuration: "shadow")
|
||||||
implementation project(path: ':DynmapCoreAPI')
|
implementation project(path: ':DynmapCoreAPI')
|
||||||
|
|
||||||
minecraft 'net.minecraftforge:forge:1.20.6-50.0.31'
|
minecraft 'net.minecraftforge:forge:1.21-51.0.33'
|
||||||
}
|
}
|
||||||
|
|
||||||
processResources
|
processResources
|
||||||
|
|
|
||||||
|
|
@ -44,7 +44,7 @@ dependencies {
|
||||||
implementation project(path: ':DynmapCoreAPI')
|
implementation project(path: ':DynmapCoreAPI')
|
||||||
annotationProcessor 'net.minecraftforge:eventbus-validator:7.0.5'
|
annotationProcessor 'net.minecraftforge:eventbus-validator:7.0.5'
|
||||||
|
|
||||||
minecraft 'net.minecraftforge:forge:1.21.10-60.1.5'
|
minecraft 'net.minecraftforge:forge:1.21-51.0.33'
|
||||||
}
|
}
|
||||||
|
|
||||||
processResources
|
processResources
|
||||||
|
|
|
||||||
|
|
@ -44,7 +44,7 @@ dependencies {
|
||||||
implementation project(path: ':DynmapCoreAPI')
|
implementation project(path: ':DynmapCoreAPI')
|
||||||
annotationProcessor 'net.minecraftforge:eventbus-validator:7.0.5'
|
annotationProcessor 'net.minecraftforge:eventbus-validator:7.0.5'
|
||||||
|
|
||||||
minecraft 'net.minecraftforge:forge:1.21.11-61.0.5'
|
minecraft 'net.minecraftforge:forge:1.21-51.0.33'
|
||||||
}
|
}
|
||||||
|
|
||||||
processResources
|
processResources
|
||||||
|
|
|
||||||
|
|
@ -42,7 +42,7 @@ dependencies {
|
||||||
implementation project(path: ":DynmapCore", configuration: "shadow")
|
implementation project(path: ":DynmapCore", configuration: "shadow")
|
||||||
implementation project(path: ':DynmapCoreAPI')
|
implementation project(path: ':DynmapCoreAPI')
|
||||||
|
|
||||||
minecraft 'net.minecraftforge:forge:1.21.6-56.0.9'
|
minecraft 'net.minecraftforge:forge:1.21-51.0.33'
|
||||||
}
|
}
|
||||||
|
|
||||||
processResources
|
processResources
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue