forked from kaboomserver/server
Update config files (#30)
* Update paper.yml * Update upgrades-done.yml * Update config.yml * Update server.properties
This commit is contained in:
parent
f2f7c693ba
commit
c7c8eb4670
4 changed files with 123 additions and 43 deletions
70
paper.yml
70
paper.yml
|
@ -11,7 +11,7 @@
|
|||
# Docs: https://paper.readthedocs.org/
|
||||
|
||||
verbose: false
|
||||
config-version: 21
|
||||
config-version: 22
|
||||
timings:
|
||||
url: https://timings.aikar.co/
|
||||
enabled: false
|
||||
|
@ -25,6 +25,8 @@ timings:
|
|||
history-length: 3600
|
||||
server-name: Unknown Server
|
||||
settings:
|
||||
send-full-pos-for-hard-colliding-entities: true
|
||||
lag-compensate-block-breaking: true
|
||||
console-has-all-permissions: false
|
||||
max-joins-per-tick: 3
|
||||
track-plugin-scoreboards: false
|
||||
|
@ -85,6 +87,25 @@ settings:
|
|||
title: 8192
|
||||
author: 8192
|
||||
page: 16384
|
||||
packet-limiter:
|
||||
kick-message: ''
|
||||
limits:
|
||||
all:
|
||||
interval: 0.0
|
||||
max-packet-rate: 0.0
|
||||
PacketPlayInAutoRecipe:
|
||||
interval: 0.0
|
||||
max-packet-rate: 0.0
|
||||
chunk-loading:
|
||||
min-load-radius: 2
|
||||
max-concurrent-sends: 2
|
||||
autoconfig-send-distance: true
|
||||
target-player-chunk-send-rate: 100.0
|
||||
global-max-chunk-send-rate: -1.0
|
||||
enable-frustum-priority: false
|
||||
global-max-chunk-load-rate: 300.0
|
||||
player-max-concurrent-loads: 4.0
|
||||
global-max-concurrent-loads: 500.0
|
||||
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.'
|
||||
|
@ -164,7 +185,7 @@ world-settings:
|
|||
max-auto-save-chunks-per-tick: 6
|
||||
count-all-mobs-for-spawning: false
|
||||
fix-zero-tick-instant-grow-farms: true
|
||||
per-player-mob-spawns: false
|
||||
per-player-mob-spawns: true
|
||||
entities-target-with-follow-range: false
|
||||
zombie-villager-infection-chance: -1.0
|
||||
tracker-update-distance: 1.0
|
||||
|
@ -256,3 +277,48 @@ world-settings:
|
|||
disable-move-event: true
|
||||
viewdistances:
|
||||
no-tick-view-distance: 10
|
||||
entity-per-chunk-save-limit:
|
||||
experience_orb: -1
|
||||
snowball: -1
|
||||
ender_pearl: -1
|
||||
arrow: -1
|
||||
fireball: -1
|
||||
small_fireball: -1
|
||||
wandering-trader:
|
||||
spawn-minute-length: 1200
|
||||
spawn-day-length: 24000
|
||||
spawn-chance-failure-increment: 25
|
||||
spawn-chance-min: 25
|
||||
spawn-chance-max: 75
|
||||
door-breaking-difficulty:
|
||||
zombie:
|
||||
- HARD
|
||||
vindicator:
|
||||
- NORMAL
|
||||
- HARD
|
||||
mobs-can-always-pick-up-loot:
|
||||
zombies: false
|
||||
skeletons: false
|
||||
spawn-limits:
|
||||
monsters: -1
|
||||
animals: -1
|
||||
water-animals: -1
|
||||
water-ambient: -1
|
||||
ambient: -1
|
||||
mob-effects:
|
||||
undead-immune-to-certain-effects: true
|
||||
spiders-immune-to-poison-effect: true
|
||||
immune-to-wither-effect:
|
||||
wither: true
|
||||
wither-skeleton: true
|
||||
tick-rates:
|
||||
sensor:
|
||||
villager:
|
||||
secondarypoisensor: 40
|
||||
behavior:
|
||||
villager:
|
||||
validatenearbypoi: -1
|
||||
unsupported-settings:
|
||||
fix-invulnerable-end-crystal-exploit: true
|
||||
feature-seeds:
|
||||
generate-random-seeds-for-all: false
|
||||
|
|
|
@ -10,4 +10,8 @@ banFormatChange: true
|
|||
userMapRepaired: true
|
||||
kitsyml: true
|
||||
deleteOldItemsCsv: true
|
||||
uuidFileChange: true
|
||||
uuidFileChange: true
|
||||
updateUsersIgnoreListUUID: true
|
||||
updateUsersStupidLegacyPathNames: true
|
||||
updateUsersMailList: true
|
||||
updatePurgeBrokenNpcAccounts: true
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
# These first 6 aren't configurable
|
||||
issues: "https://github.com/IntellectualSites/FastAsyncWorldEdit/issues"
|
||||
wiki: "https://github.com/IntellectualSites/FastAsyncWorldEdit-Documentation/wiki"
|
||||
date: "Thu Sep 23 00:00:00 EEST 2021"
|
||||
build: "https://ci.athion.net/job/FastAsyncWorldEdit-1.17/176"
|
||||
commit: "https://github.com/IntellectualSites/FastAsyncWorldEdit/commit/f8265437"
|
||||
date: "Wed Oct 13 00:00:00 GMT 2021"
|
||||
build: "https://ci.athion.net/job/FastAsyncWorldEdit-1.17/253"
|
||||
commit: "https://github.com/IntellectualSites/FastAsyncWorldEdit/commit/f255be76"
|
||||
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
|
||||
|
@ -20,7 +20,7 @@ enabled-components:
|
|||
# Disable the FAWE-PlotSquared hook to take over most intense P2 queueing
|
||||
# Specific aspects can be turned on and off further below
|
||||
# Only disables/enables the hook with v4. For v6, see PlotSquared settings.yml
|
||||
plotsquared-v4-hook: false
|
||||
plotsquared-v4-hook: true
|
||||
# Show additional information in console. It helps us at IntellectualSites to find out more about an issue.
|
||||
# Leave it off if you don't need it, it can spam your console.
|
||||
debug: false
|
||||
|
@ -159,7 +159,7 @@ queue:
|
|||
# - Higher values use more memory and isn't noticeably faster
|
||||
# - A good (relatively) safe way to set this is
|
||||
# - Use 32 x GB of RAM / number of players expected to be using WE at the same time
|
||||
# - Paper and derivatives only.
|
||||
# - Paper and derivatives only. (requires delay-chunk-unloads-by to be set).
|
||||
preload-chunk-count: 16
|
||||
# If pooling is enabled (reduces GC, higher memory usage)
|
||||
# - Enable to improve performance at the expense of memory
|
||||
|
|
|
@ -1,44 +1,54 @@
|
|||
#Minecraft server properties
|
||||
allow-flight=true
|
||||
allow-nether=true
|
||||
broadcast-console-to-ops=true
|
||||
broadcast-rcon-to-ops=true
|
||||
debug=false
|
||||
difficulty=1
|
||||
enable-jmx-monitoring=false
|
||||
rcon.port=25575
|
||||
level-seed=
|
||||
gamemode=creative
|
||||
enable-command-block=true
|
||||
enable-query=true
|
||||
enable-rcon=false
|
||||
enforce-whitelist=false
|
||||
force-gamemode=false
|
||||
gamemode=1
|
||||
generate-structures=true
|
||||
generator-settings=
|
||||
hardcore=false
|
||||
level-name=world
|
||||
level-seed=
|
||||
level-type=default
|
||||
max-build-height=256
|
||||
max-players=0
|
||||
max-world-size=29999984
|
||||
motd=\u00A78\u00A7l Welcome to Kaboom\!\n > \u00A77Free OP - Anarchy - Creative
|
||||
network-compression-threshold=256
|
||||
online-mode=true
|
||||
op-permission-level=4
|
||||
player-idle-timeout=0
|
||||
prevent-proxy-connections=false
|
||||
pvp=true
|
||||
query.port=25565
|
||||
rcon.password=
|
||||
rcon.port=
|
||||
resource-pack=
|
||||
resource-pack-sha1=
|
||||
server-ip=
|
||||
server-port=25565
|
||||
snooper-enabled=false
|
||||
spawn-animals=true
|
||||
spawn-monsters=true
|
||||
spawn-npcs=true
|
||||
spawn-protection=0
|
||||
pvp=true
|
||||
generate-structures=true
|
||||
difficulty=easy
|
||||
network-compression-threshold=256
|
||||
max-tick-time=60000
|
||||
require-resource-pack=false
|
||||
max-players=0
|
||||
use-native-transport=true
|
||||
online-mode=true
|
||||
enable-status=true
|
||||
allow-flight=true
|
||||
broadcast-rcon-to-ops=true
|
||||
view-distance=5
|
||||
white-list=false
|
||||
max-build-height=256
|
||||
resource-pack-prompt=
|
||||
server-ip=
|
||||
allow-nether=true
|
||||
server-port=25565
|
||||
enable-rcon=false
|
||||
sync-chunk-writes=true
|
||||
op-permission-level=4
|
||||
prevent-proxy-connections=false
|
||||
resource-pack=
|
||||
entity-broadcast-range-percentage=100
|
||||
rcon.password=
|
||||
player-idle-timeout=0
|
||||
force-gamemode=false
|
||||
debug=false
|
||||
rate-limit=0
|
||||
hardcore=false
|
||||
white-list=true
|
||||
broadcast-console-to-ops=true
|
||||
spawn-npcs=true
|
||||
spawn-animals=true
|
||||
snooper-enabled=false
|
||||
function-permission-level=2
|
||||
level-type=default
|
||||
text-filtering-config=
|
||||
spawn-monsters=true
|
||||
enforce-whitelist=false
|
||||
resource-pack-sha1=
|
||||
spawn-protection=0
|
||||
max-world-size=29999984
|
||||
|
|
Loading…
Reference in a new issue