After update to 1.16.4
This commit is contained in:
parent
ab00e8c15a
commit
65b8563890
4 changed files with 15 additions and 5 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -161,3 +161,5 @@ world-settings:
|
|||
item: 4.0
|
||||
worldeditregentempworld:
|
||||
verbose: false
|
||||
players:
|
||||
disable-saving: false
|
||||
|
|
Loading…
Reference in a new issue