Update Paper to 1.16.5

This commit is contained in:
mathiascode 2021-01-20 07:36:18 +02:00
parent 7b9dc9e724
commit 6779efcd1f
13 changed files with 97 additions and 14 deletions

View file

@ -25,6 +25,7 @@ settings:
minimum-api: none
world-container: worlds
spawn-limits:
water-ambient: 20
monsters: 70
animals: 10
water-animals: 15

View file

@ -24,6 +24,12 @@ timings:
history-length: 3600
server-name: Unknown Server
settings:
console-has-all-permissions: false
max-joins-per-tick: 3
track-plugin-scoreboards: false
fix-entity-position-desync: true
player-auto-save-rate: -1
max-player-auto-save-per-tick: -1
chunk-tasks-per-tick: 1000
load-permissions-yml-before-plugins: true
region-file-cache-size: 256
@ -38,6 +44,8 @@ settings:
early-warning-every: 15000
early-warning-delay: 20000
spam-limiter:
recipe-spam-increment: 1
recipe-spam-limit: 20
tab-spam-increment: 1
tab-spam-limit: 500
velocity-support:
@ -50,6 +58,18 @@ settings:
async-chunks:
enable: true
threads: -1
unsupported-settings:
allow-headless-pistons: false
allow-permanent-block-break-exploits: false
allow-piston-duplication: false
allow-headless-pistons-readme: This setting controls if players should be able
to create headless pistons.
allow-permanent-block-break-exploits-readme: This setting controls if players
should be able to break bedrock, end portals and other intended to be permanent
blocks.
allow-piston-duplication-readme: This setting controls if player should be able
to use TNT duplication, but this also allows duplicating carpet, rails and potentially
other items
messages:
no-permission: '&cI''m sorry, but you do not have permission to perform this command.
Please contact the server administrators if you believe that this is in error.'

Binary file not shown.

Binary file not shown.

View file

@ -1,21 +1,26 @@
# These first 6 aren't configurable
issues: "https://github.com/IntellectualSites/FastAsyncWorldEdit/issues"
wiki: "https://github.com/IntellectualSites/FastAsyncWorldEdit/wiki"
date: "14 May 2020 22:00:00 GMT"
build: "https://ci.athion.net/job/FastAsyncWorldEdit-1.15/167"
commit: "https://github.com/IntellectualSites/FastAsyncWorldEdit-1.13/commit/f7c96d89"
wiki: "https://wiki.intellectualsites.com/FastAsyncWorldEdit/index"
date: "Fri Feb 19 00:00:00 EET 2021"
build: "https://ci.athion.net/job/FastAsyncWorldEdit-1.16/569"
commit: "https://github.com/IntellectualSites/FastAsyncWorldEdit/commit/f5337587"
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
# fawe.<plugin> permission. See the Permissions page for supported region plugins.
region-restrictions: false
# FAWE will skip chunks when there's not enough memory available
prevent-crashes: true
# FAWE will cancel non admin edits when memory consumption exceeds this %
# - Bypass with `/wea` or `//fast` or `fawe.bypass`
# - Disable with 100 or -1.
max-memory-percent: 60
# Enable or disable core components
enabled-components:
commands: true
# Disable the FAWE-PlotSquared hook to take over most intense P2 queueing
# Specific aspects can be turned on and off further below
plotsquared-hook: false
clipboard:
# Store the clipboard on disk instead of memory
# - Will be slightly slower
@ -32,7 +37,7 @@ clipboard:
lighting:
# If packet sending should be delayed until relight is finished
delay-packet-sending: true
delay-packet-sending: false
async: true
# The relighting mode to use:
# - 0 = None (Do no relighting)
@ -41,6 +46,8 @@ lighting:
mode: 1
# If existing lighting should be removed before relighting
remove-first: false
# Calculate and set heightmaps when relighting
do-heightmaps: false
# Generic tick limiter (not necessarily WorldEdit related, but useful to stop abuse)
tick-limiter:
@ -69,6 +76,12 @@ web:
# - Supports clipboard uploads, downloads and saves
url: "https://athion.net/fawe/"
plotsquared-integration:
clear: true
cuboids: true
copy-and-swap: true
set-biome: true
extent:
# Don't bug console when these plugins slow down WorldEdit operations
# - You'll see a message in console if you need to change this option
@ -100,6 +113,24 @@ experimental:
# - PERM: fawe.freebuild
# - PERM: fawe.freebuild.<plugin>
freebuild: false
# Other experimental features
other: false
# Allow blocks placed by WorldEdit to tick. This could cause the big lags.
# This has no effect on existing blocks one way or the other.
allow-tick-placed: false
# Force re-ticking of existing blocks not edited by FAWE.
# This will increase time taken slightly.
allow-tick-existing: false
# [SAFE] Do not wait for a chunk's history to save before sending it
# - Undo/redo commands will wait until the history has been written to disk before executing
# - Requires combine_stages = true
send-before-history: true
# Sets a maximum limit (in kb) for the size of a player's schematics directory (per-player mode only)
# Set to -1 to disable
per-player-file-size-limit: -1
# Sets a maximum limit for the amount of schematics in a player's schematics directory (per-player mode only)
# Set to -1 to disable
per-player-file-num-limit: -1
# This relates to how FAWE places chunks
queue:
@ -143,6 +174,8 @@ queue:
# - E.g. A plugin creates an EditSession but never does anything with it
# - This only applies to plugins improperly using WorldEdit's legacy API
discard-after-ms: 60000
# When using fastmode also do not bother to fix existing ticking blocks
no-tick-fastmode: true
history:
# Should history be saved on disk:
@ -227,10 +260,6 @@ region-restrictions-options:
# - MEMBER = Players added to a region
# - OWNER = Players who own the region
mode: "MEMBER"
# Enable or disable core components
enabled-components:
commands: true
# The "default" limit group affects those without a specific limit permission.
# To grant someone different limits, copy the default limits group
# and give it a different name (e.g. newbie). Then give the user the limit

Binary file not shown.

Binary file not shown.

View file

@ -1,5 +1,8 @@
# If you need help, you can join our Discord - https://viaversion.com/discord
#
# Always shows a mapped mob's original name, and not only when hovering over it with the cursor.
always-show-original-mob-name: true
#
# Writes name and level of custom enchantments into the item's lore.
# Set this to false if you see the entries doubled/if the custom-enchant plugin already writes these into the lore manually.
add-custom-enchants-into-lore: true

Binary file not shown.

View file

@ -14,7 +14,7 @@ checkforupdates: false
# Send the supported versions with the Status (Ping) response packet
send-supported-versions: false
# Block specific Minecraft protocols that ViaVersion allows
# List of all Minecraft protocol versions: http://wiki.vg/Protocol_version_numbers
# List of all Minecraft protocol versions: http://wiki.vg/Protocol_version_numbers or use a generator: https://via.krusic22.com
block-protocols: []
# Change the blocked disconnect message
block-disconnect-msg: You are using an unsupported Minecraft version!
@ -103,6 +103,10 @@ flowerstem-when-block-above: false
# Vines that are not connected to blocks will be mapped to air, else 1.13+ would still be able to climb up on them.
vine-climb-fix: false
#
# Ignores incoming plugin channel messages of 1.16+ clients with channel names longer than 32 characters.
# CraftBukkit had this limit hardcoded until 1.16, so we have to assume any server/proxy might have this arbitrary check present.
ignore-long-1_16-channel-names: true
#
# ----------------------------------------------------------#
# 1.9+ CLIENTS ON 1.8 SERVERS OPTIONS #
# ----------------------------------------------------------#

Binary file not shown.

Binary file not shown.

View file

@ -27,8 +27,8 @@ messages:
whitelist: The server is temporarily down for maintenance. Please try again later!
unknown-command: Unknown command. Type "/help" for help.
server-full: The server is temporarily down for maintenance. Please try again later!
outdated-client: Your client is outdated. Please join with Minecraft version 1.16.3!
outdated-server: The server is outdated. Please join with Minecraft version 1.16.3!
outdated-client: Your client is outdated. Please join with Minecraft version 1.16.5!
outdated-server: The server is outdated. Please join with Minecraft version 1.16.5!
restart: The server is restarting. Please wait...
settings:
timeout-time: 60
@ -51,6 +51,8 @@ settings:
max: 2048.0
attackDamage:
max: 2048.0
players:
disable-saving: true
stats:
disable-saving: true
forced-stats: {}
@ -60,6 +62,12 @@ advancements:
- '*'
world-settings:
default:
seed-bastion: 30084232
seed-fortress: 30084232
seed-mansion: 10387319
seed-fossil: 14357921
seed-portal: 34222645
end-portal-sound-radius: 0
verbose: false
view-distance: default
mob-spawn-range: 3
@ -111,8 +119,26 @@ world-settings:
monsters: 24
raiders: 32
misc: 4
villagers: 32
flying-monsters: 32
villagers-work-immunity-after: 100
villagers-work-immunity-for: 20
villagers-active-for-panic: true
water: 16
tick-inactive-villagers: false
wake-up-inactive:
animals-max-per-tick: 4
animals-every: 1200
animals-for: 100
monsters-max-per-tick: 8
monsters-every: 400
monsters-for: 100
villagers-max-per-tick: 4
villagers-every: 600
villagers-for: 100
flying-monsters-max-per-tick: 8
flying-monsters-every: 200
flying-monsters-for: 100
entity-tracking-range:
players: 48
animals: 48