Automatic server data synchronization commit.
This commit is contained in:
parent
447e25881d
commit
c860c9692d
10
paper.yml
10
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:
|
||||
|
@ -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)'
|
||||
|
Binary file not shown.
@ -41,3 +41,6 @@ worlds:
|
||||
- world
|
||||
- world_nether
|
||||
- world_the_end
|
||||
inclusion:
|
||||
enabled: false
|
||||
list: []
|
||||
|
3
run.sh
3
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
|
||||
|
||||
|
@ -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=
|
||||
|
@ -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:
|
||||
|
@ -1 +1 @@
|
||||
{"oldVersion":"git-Paper-134 (MC: 1.18.1)","currentVersion":"git-Paper-136 (MC: 1.18.1)"}
|
||||
{"oldVersion":"git-Paper-136 (MC: 1.18.1)","currentVersion":"git-Paper-147 (MC: 1.18.1)"}
|
Loading…
x
Reference in New Issue
Block a user