Skip to content

Commit

Permalink
Use recently published older version of the library to avoid using ja…
Browse files Browse the repository at this point in the history
…va 21 on 1.20.4
  • Loading branch information
ryderbelserion committed Apr 27, 2024
1 parent d895341 commit 203203c
Show file tree
Hide file tree
Showing 7 changed files with 53 additions and 53 deletions.
2 changes: 1 addition & 1 deletion api/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id("io.github.goooler.shadow")
id("com.github.johnrengelman.shadow")

`root-plugin`
}
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
id("io.papermc.hangar-publish-plugin") version "0.1.2"
id("com.modrinth.minotaur") version "2.+"

id("io.github.goooler.shadow")
id("com.github.johnrengelman.shadow")

`root-plugin`
}
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ repositories {
dependencies {
implementation("io.papermc.paperweight", "paperweight-userdev", "1.5.15")

implementation("io.github.goooler.shadow", "shadow-gradle-plugin", "8.1.7")
implementation("com.github.johnrengelman", "shadow", "8.1.1")
}
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/root-plugin.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ repositories {
}

java {
toolchain.languageVersion.set(JavaLanguageVersion.of("21"))
toolchain.languageVersion.set(JavaLanguageVersion.of("17"))
}

tasks {
compileJava {
options.encoding = Charsets.UTF_8.name()
options.release.set(21)
options.release.set(17)
}

javadoc {
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ oraxen-api = { group = "io.th0rgal", name = "oraxen", version = "1.171.0" }
placeholder-api = { group = "me.clip", name = "placeholderapi", version = "2.11.5" }
head-database-api = { group = "com.arcaniax", name = "HeadDatabase-API", version = "1.3.1" }

vital = { group = "com.ryderbelserion.vital", name = "paper", version = "1.0-snapshot" }
vital = { group = "com.ryderbelserion.vital", name = "paper", version = "0.1" }

decent-holograms = { group = "com.github.decentsoftware-eu", name = "decentholograms", version = "2.8.6" }
fancy-holograms = { group = "de.oliver", name = "FancyHolograms", version = "2.0.6" }
Expand Down
2 changes: 1 addition & 1 deletion paper/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id("io.github.goooler.shadow")
id("com.github.johnrengelman.shadow")

alias(libs.plugins.run.paper)

Expand Down
92 changes: 46 additions & 46 deletions paper/run/server.properties
Original file line number Diff line number Diff line change
@@ -1,61 +1,61 @@
#Minecraft server properties
#Sat Apr 27 12:19:26 EDT 2024
allow-flight=false
allow-nether=false
broadcast-console-to-ops=false
broadcast-rcon-to-ops=false
debug=false
difficulty=peaceful
enable-command-block=false
#Sat Apr 27 14:28:38 EDT 2024
enable-jmx-monitoring=false
enable-query=false
enable-rcon=false
enable-status=true
enforce-secure-profile=true
enforce-whitelist=false
entity-broadcast-range-percentage=100
force-gamemode=false
function-permission-level=2
level-seed=
rcon.port=25575
enable-command-block=false
gamemode=survival
generate-structures=true
enable-query=false
generator-settings={}
hardcore=false
hide-online-players=false
initial-disabled-packs=
initial-enabled-packs=vanilla
enforce-secure-profile=true
level-name=world
level-seed=
level-type=minecraft\:normal
log-ips=false
max-chained-neighbor-updates=1000000
max-players=5
max-tick-time=60000
max-world-size=29999984
motd=A test server
network-compression-threshold=256
online-mode=true
op-permission-level=4
player-idle-timeout=0
prevent-proxy-connections=false
pvp=true
query.port=25565
rate-limit=0
rcon.password=
rcon.port=25575
pvp=true
generate-structures=true
max-chained-neighbor-updates=1000000
difficulty=peaceful
network-compression-threshold=256
max-tick-time=60000
require-resource-pack=false
resource-pack=
resource-pack-id=
max-players=5
use-native-transport=true
enable-status=true
online-mode=true
allow-flight=false
initial-disabled-packs=
broadcast-rcon-to-ops=false
view-distance=6
resource-pack-prompt=
resource-pack-sha1=
server-ip=
allow-nether=false
server-port=25565
enable-rcon=false
sync-chunk-writes=false
resource-pack-id=
op-permission-level=4
prevent-proxy-connections=false
hide-online-players=false
resource-pack=
entity-broadcast-range-percentage=100
simulation-distance=10
player-idle-timeout=0
rcon.password=
debug=false
force-gamemode=false
rate-limit=0
hardcore=false
white-list=false
broadcast-console-to-ops=false
spawn-npcs=true
spawn-animals=true
log-ips=false
function-permission-level=2
initial-enabled-packs=vanilla
level-type=minecraft\:normal
text-filtering-config=
spawn-monsters=true
spawn-npcs=true
enforce-whitelist=false
resource-pack-sha1=
spawn-protection=32
sync-chunk-writes=false
text-filtering-config=
use-native-transport=true
view-distance=6
white-list=false
max-world-size=29999984

0 comments on commit 203203c

Please sign in to comment.