From 65b856389010253d59d4b2124c53ffaa9f1fe7d5 Mon Sep 17 00:00:00 2001 From: Chromachine Date: Fri, 20 Nov 2020 22:58:56 +0000 Subject: [PATCH] After update to 1.16.4 --- FastAsyncWorldEdit/config.yml | 6 +++--- Server/paper.yml | 9 ++++++++- Server/server.properties | 3 ++- Server/spigot.yml | 2 ++ 4 files changed, 15 insertions(+), 5 deletions(-) diff --git a/FastAsyncWorldEdit/config.yml b/FastAsyncWorldEdit/config.yml index 3c62525..117a3bd 100644 --- a/FastAsyncWorldEdit/config.yml +++ b/FastAsyncWorldEdit/config.yml @@ -1,9 +1,9 @@ # These first 6 aren't configurable issues: "https://github.com/IntellectualSites/FastAsyncWorldEdit/issues" wiki: "https://wiki.intellectualsites.com/FastAsyncWorldEdit/index" -date: "Sun Nov 15 00:00:00 UTC 2020" -build: "https://ci.athion.net/job/FastAsyncWorldEdit-1.16/422" -commit: "https://github.com/IntellectualSites/FastAsyncWorldEdit/commit/f2c9ff1c" +date: "Thu Dec 17 00:00:00 UTC 2020" +build: "https://ci.athion.net/job/FastAsyncWorldEdit-1.16/444" +commit: "https://github.com/IntellectualSites/FastAsyncWorldEdit/commit/f04368d1" platform: "Bukkit" # Set true to enable WorldEdit restrictions per region (e.g. PlotSquared or WorldGuard). # To be allowed to WorldEdit in a region, users need the appropriate diff --git a/Server/paper.yml b/Server/paper.yml index 6ce0abf..2f25861 100644 --- a/Server/paper.yml +++ b/Server/paper.yml @@ -6,7 +6,7 @@ # join us in our Discord or IRC channel. # # Discord: https://discord.gg/papermc -# IRC: #paper @ irc.spi.gt ( http://irc.spi.gt/iris/?channels=paper ) +# IRC: #paper @ irc.esper.net ( https://webchat.esper.net/?channels=paper ) # Website: https://papermc.io/ # Docs: https://paper.readthedocs.org/ @@ -77,6 +77,7 @@ timings: server-name: Unknown Server world-settings: default: + should-remove-dragon: false zombies-target-turtle-eggs: true phantoms-do-not-spawn-on-creative-players: true phantoms-only-attack-insomniacs: true @@ -214,6 +215,12 @@ world-settings: baby-zombie-movement-modifier: 0.5 viewdistances: no-tick-view-distance: -1 + wandering-trader: + spawn-minute-length: 1200 + spawn-day-length: 24000 + spawn-chance-failure-increment: 25 + spawn-chance-min: 25 + spawn-chance-max: 75 worldhub: anti-xray: enabled: false diff --git a/Server/server.properties b/Server/server.properties index a69bbf0..8decff9 100644 --- a/Server/server.properties +++ b/Server/server.properties @@ -1,5 +1,5 @@ #Minecraft server properties -#Fri Nov 20 12:01:39 UTC 2020 +#Fri Nov 20 17:23:24 UTC 2020 spawn-protection=16 max-tick-time=60000 query.port=25565 @@ -11,6 +11,7 @@ enforce-whitelist=false gamemode=survival broadcast-console-to-ops=true enable-query=false +text-filtering-config= player-idle-timeout=0 difficulty=normal spawn-monsters=true diff --git a/Server/spigot.yml b/Server/spigot.yml index 5ddfdcd..9fdc8dc 100644 --- a/Server/spigot.yml +++ b/Server/spigot.yml @@ -161,3 +161,5 @@ world-settings: item: 4.0 worldeditregentempworld: verbose: false +players: + disable-saving: false