diff --git a/paper.yml b/paper.yml index 264e383..4e4133c 100644 --- a/paper.yml +++ b/paper.yml @@ -33,6 +33,7 @@ timings: server-name: Unknown Server config-version: 24 settings: + time-command-affects-all-worlds: false max-joins-per-tick: 3 track-plugin-scoreboards: false fix-entity-position-desync: true @@ -107,6 +108,15 @@ settings: action: DROP world-settings: default: + slime-spawn-height: + swamp-biome: + maximum: 70.0 + minimum: 50.0 + slime-chunk: + maximum: 40.0 + wateranimal-spawn-height: + maximum: default + minimum: default disable-teleportation-suffocation-check: false delay-chunk-unloads-by: 10s generator-settings: diff --git a/plugins/InfernalMobs/config.yml b/plugins/InfernalMobs/config.yml index 5addec1..ee8d5db 100644 --- a/plugins/InfernalMobs/config.yml +++ b/plugins/InfernalMobs/config.yml @@ -245,4 +245,4 @@ enableDrops: true dropChance: 1 enableFarmingDrops: false naturalSpawnHeight: 0 -configVersion: 'git-Paper-136 (MC: 1.18.1)' +configVersion: 'git-Paper-147 (MC: 1.18.1)' diff --git a/plugins/LuckPerms/luckperms-h2.mv.db b/plugins/LuckPerms/luckperms-h2.mv.db index 7d42984..e1e0bfb 100644 Binary files a/plugins/LuckPerms/luckperms-h2.mv.db and b/plugins/LuckPerms/luckperms-h2.mv.db differ diff --git a/plugins/SmoothTimber/config.yml b/plugins/SmoothTimber/config.yml index ec5a362..e1e7b5f 100644 --- a/plugins/SmoothTimber/config.yml +++ b/plugins/SmoothTimber/config.yml @@ -41,3 +41,6 @@ worlds: - world - world_nether - world_the_end +inclusion: + enabled: false + list: [] diff --git a/run.sh b/run.sh index 94c2bda..b8ec4f6 100755 --- a/run.sh +++ b/run.sh @@ -1,4 +1,3 @@ #!/bin/sh - -/usr/lib/jvm/java-18-openjdk/bin/java -XX:+UseG1GC -Xmx5G -jar paper.jar nogui +$JAVA -XX:+UseG1GC -Xmx5G -jar paper.jar nogui diff --git a/server.properties b/server.properties index 7c6615c..98dc190 100644 --- a/server.properties +++ b/server.properties @@ -1,5 +1,5 @@ #Minecraft server properties -#Sat Jan 08 12:39:59 CST 2022 +#Sat Apr 16 00:50:08 CDT 2022 enable-jmx-monitoring=false rcon.port=25575 level-seed= diff --git a/spigot.yml b/spigot.yml index c1f6e5f..26d5bc4 100644 --- a/spigot.yml +++ b/spigot.yml @@ -5,9 +5,9 @@ # http://www.spigotmc.org/wiki/spigot-configuration/ # # If you need help with the configuration or have any questions related to Spigot, -# join us at the IRC or drop by our forums and leave a post. +# join us at the Discord or drop by our forums and leave a post. # -# IRC: #spigot @ irc.spi.gt ( http://www.spigotmc.org/pages/irc/ ) +# Discord: https://www.spigotmc.org/go/discord # Forums: http://www.spigotmc.org/ messages: diff --git a/version_history.json b/version_history.json index 36efe55..1f323cd 100644 --- a/version_history.json +++ b/version_history.json @@ -1 +1 @@ -{"oldVersion":"git-Paper-134 (MC: 1.18.1)","currentVersion":"git-Paper-136 (MC: 1.18.1)"} \ No newline at end of file +{"oldVersion":"git-Paper-136 (MC: 1.18.1)","currentVersion":"git-Paper-147 (MC: 1.18.1)"} \ No newline at end of file