forked from kaboomserver/server
General config fixup
This commit is contained in:
parent
aa43a4d382
commit
d2fea1d669
7 changed files with 125 additions and 71 deletions
|
@ -2,10 +2,10 @@
|
||||||
# As you can see, there's actually not that much to configure without any plugins.
|
# As you can see, there's actually not that much to configure without any plugins.
|
||||||
# For a reference for any variable inside this file, check out the Bukkit Wiki at
|
# For a reference for any variable inside this file, check out the Bukkit Wiki at
|
||||||
# https://www.spigotmc.org/go/bukkit-yml
|
# https://www.spigotmc.org/go/bukkit-yml
|
||||||
#
|
#
|
||||||
# If you need help on this file, feel free to join us on irc or leave a message
|
# If you need help on this file, feel free to join us on irc or leave a message
|
||||||
# on the forums asking for advice.
|
# on the forums asking for advice.
|
||||||
#
|
#
|
||||||
# IRC: #spigot @ irc.spi.gt
|
# IRC: #spigot @ irc.spi.gt
|
||||||
# (If this means nothing to you, just go to https://www.spigotmc.org/go/irc )
|
# (If this means nothing to you, just go to https://www.spigotmc.org/go/irc )
|
||||||
# Forums: https://www.spigotmc.org/
|
# Forums: https://www.spigotmc.org/
|
||||||
|
@ -37,6 +37,8 @@ chunk-gc:
|
||||||
load-threshold: 200
|
load-threshold: 200
|
||||||
period-in-ticks: 200
|
period-in-ticks: 200
|
||||||
ticks-per:
|
ticks-per:
|
||||||
|
water-underground-creature-spawns: 100
|
||||||
|
axolotl-spawns: 100
|
||||||
water-spawns: 100
|
water-spawns: 100
|
||||||
water-ambient-spawns: 100
|
water-ambient-spawns: 100
|
||||||
ambient-spawns: 100
|
ambient-spawns: 100
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
# This is the commands configuration file for Bukkit.
|
# This is the commands configuration file for Bukkit.
|
||||||
# For documentation on how to make use of this file, check out the Bukkit Wiki at
|
# For documentation on how to make use of this file, check out the Bukkit Wiki at
|
||||||
# https://www.spigotmc.org/go/commands-yml
|
# https://www.spigotmc.org/go/commands-yml
|
||||||
#
|
#
|
||||||
# If you need help on this file, feel free to join us on irc or leave a message
|
# If you need help on this file, feel free to join us on irc or leave a message
|
||||||
# on the forums asking for advice.
|
# on the forums asking for advice.
|
||||||
#
|
#
|
||||||
# IRC: #spigot @ irc.spi.gt
|
# IRC: #spigot @ irc.spi.gt
|
||||||
# (If this means nothing to you, just go to https://www.spigotmc.org/go/irc )
|
# (If this means nothing to you, just go to https://www.spigotmc.org/go/irc )
|
||||||
# Forums: https://www.spigotmc.org/
|
# Forums: https://www.spigotmc.org/
|
||||||
|
@ -52,12 +52,12 @@ aliases:
|
||||||
- []
|
- []
|
||||||
essentials:memo:
|
essentials:memo:
|
||||||
- []
|
- []
|
||||||
|
|
||||||
paper:
|
paper:
|
||||||
- []
|
- []
|
||||||
paper:paper:
|
paper:paper:
|
||||||
- []
|
- []
|
||||||
|
|
||||||
icanhasbukkit:
|
icanhasbukkit:
|
||||||
- version $1-
|
- version $1-
|
||||||
ban:
|
ban:
|
||||||
|
|
|
@ -13,8 +13,6 @@
|
||||||
# Website: https://papermc.io/
|
# Website: https://papermc.io/
|
||||||
|
|
||||||
_version: 28
|
_version: 28
|
||||||
async-chunks:
|
|
||||||
threads: -1
|
|
||||||
chunk-loading:
|
chunk-loading:
|
||||||
autoconfig-send-distance: true
|
autoconfig-send-distance: true
|
||||||
enable-frustum-priority: false
|
enable-frustum-priority: false
|
||||||
|
@ -26,6 +24,18 @@ chunk-loading:
|
||||||
player-max-chunk-load-rate: -1.0
|
player-max-chunk-load-rate: -1.0
|
||||||
player-max-concurrent-loads: 20.0
|
player-max-concurrent-loads: 20.0
|
||||||
target-player-chunk-send-rate: 100.0
|
target-player-chunk-send-rate: 100.0
|
||||||
|
chunk-loading-advanced:
|
||||||
|
auto-config-send-distance: true
|
||||||
|
player-max-concurrent-chunk-generates: 0
|
||||||
|
player-max-concurrent-chunk-loads: 0
|
||||||
|
chunk-loading-basic:
|
||||||
|
player-max-chunk-generate-rate: -1.0
|
||||||
|
player-max-chunk-load-rate: 100.0
|
||||||
|
player-max-chunk-send-rate: 75.0
|
||||||
|
chunk-system:
|
||||||
|
gen-parallelism: enabled
|
||||||
|
io-threads: -1
|
||||||
|
worker-threads: -1
|
||||||
collisions:
|
collisions:
|
||||||
enable-player-collisions: true
|
enable-player-collisions: true
|
||||||
send-full-pos-for-hard-colliding-entities: true
|
send-full-pos-for-hard-colliding-entities: true
|
||||||
|
@ -51,7 +61,6 @@ item-validation:
|
||||||
logging:
|
logging:
|
||||||
deobfuscate-stacktraces: true
|
deobfuscate-stacktraces: true
|
||||||
log-player-ip-addresses: true
|
log-player-ip-addresses: true
|
||||||
use-rgb-for-named-text-colors: true
|
|
||||||
messages:
|
messages:
|
||||||
kick:
|
kick:
|
||||||
authentication-servers-down: <lang:multiplayer.disconnect.authservers_down>
|
authentication-servers-down: <lang:multiplayer.disconnect.authservers_down>
|
||||||
|
@ -62,6 +71,9 @@ messages:
|
||||||
Please contact the server administrators if you believe that this is in error.
|
Please contact the server administrators if you believe that this is in error.
|
||||||
use-display-name-in-quit-message: false
|
use-display-name-in-quit-message: false
|
||||||
misc:
|
misc:
|
||||||
|
chat-threads:
|
||||||
|
chat-executor-core-size: -1
|
||||||
|
chat-executor-max-size: -1
|
||||||
fix-entity-position-desync: true
|
fix-entity-position-desync: true
|
||||||
lag-compensate-block-breaking: true
|
lag-compensate-block-breaking: true
|
||||||
load-permissions-yml-before-plugins: true
|
load-permissions-yml-before-plugins: true
|
||||||
|
@ -113,6 +125,7 @@ timings:
|
||||||
url: https://timings.aikar.co/
|
url: https://timings.aikar.co/
|
||||||
verbose: true
|
verbose: true
|
||||||
unsupported-settings:
|
unsupported-settings:
|
||||||
|
allow-grindstone-overstacking: false
|
||||||
allow-headless-pistons: true
|
allow-headless-pistons: true
|
||||||
allow-permanent-block-break-exploits: true
|
allow-permanent-block-break-exploits: true
|
||||||
allow-piston-duplication: true
|
allow-piston-duplication: true
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
# Discord: https://discord.gg/papermc
|
# Discord: https://discord.gg/papermc
|
||||||
# Website: https://papermc.io/
|
# Website: https://papermc.io/
|
||||||
|
|
||||||
_version: 28
|
_version: 30
|
||||||
anticheat:
|
anticheat:
|
||||||
anti-xray:
|
anti-xray:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
@ -51,6 +51,7 @@ anticheat:
|
||||||
items:
|
items:
|
||||||
hide-durability: false
|
hide-durability: false
|
||||||
hide-itemmeta: false
|
hide-itemmeta: false
|
||||||
|
hide-itemmeta-with-visual-effects: false
|
||||||
chunks:
|
chunks:
|
||||||
auto-save-interval: default
|
auto-save-interval: default
|
||||||
delay-chunk-unloads-by: 10s
|
delay-chunk-unloads-by: 10s
|
||||||
|
@ -62,6 +63,7 @@ chunks:
|
||||||
small_fireball: -1
|
small_fireball: -1
|
||||||
snowball: -1
|
snowball: -1
|
||||||
fixed-chunk-inhabited-time: -1
|
fixed-chunk-inhabited-time: -1
|
||||||
|
flush-regions-on-save: false
|
||||||
max-auto-save-chunks-per-tick: 6
|
max-auto-save-chunks-per-tick: 6
|
||||||
prevent-moving-into-unloaded-chunks: true
|
prevent-moving-into-unloaded-chunks: true
|
||||||
collisions:
|
collisions:
|
||||||
|
@ -72,9 +74,10 @@ collisions:
|
||||||
only-players-collide: false
|
only-players-collide: false
|
||||||
entities:
|
entities:
|
||||||
armor-stands:
|
armor-stands:
|
||||||
do-collision-entity-lookups: true
|
do-collision-entity-lookups: false
|
||||||
tick: true
|
tick: true
|
||||||
behavior:
|
behavior:
|
||||||
|
allow-spider-world-border-climbing: true
|
||||||
baby-zombie-movement-modifier: 0.5
|
baby-zombie-movement-modifier: 0.5
|
||||||
disable-chest-cat-detection: true
|
disable-chest-cat-detection: true
|
||||||
disable-creeper-lingering-effect: false
|
disable-creeper-lingering-effect: false
|
||||||
|
@ -100,6 +103,8 @@ entities:
|
||||||
parrots-are-unaffected-by-player-movement: false
|
parrots-are-unaffected-by-player-movement: false
|
||||||
phantoms-do-not-spawn-on-creative-players: true
|
phantoms-do-not-spawn-on-creative-players: true
|
||||||
phantoms-only-attack-insomniacs: true
|
phantoms-only-attack-insomniacs: true
|
||||||
|
phantoms-spawn-attempt-max-seconds: 119
|
||||||
|
phantoms-spawn-attempt-min-seconds: 60
|
||||||
piglins-guard-chests: true
|
piglins-guard-chests: true
|
||||||
pillager-patrols:
|
pillager-patrols:
|
||||||
disable: false
|
disable: false
|
||||||
|
@ -110,11 +115,14 @@ entities:
|
||||||
start:
|
start:
|
||||||
day: 5
|
day: 5
|
||||||
per-player: false
|
per-player: false
|
||||||
|
player-insomnia-start-ticks: 72000
|
||||||
should-remove-dragon: false
|
should-remove-dragon: false
|
||||||
spawner-nerfed-mobs-should-jump: false
|
spawner-nerfed-mobs-should-jump: false
|
||||||
zombie-villager-infection-chance: -1.0
|
zombie-villager-infection-chance: -1.0
|
||||||
zombies-target-turtle-eggs: false
|
zombies-target-turtle-eggs: false
|
||||||
entities-target-with-follow-range: false
|
entities-target-with-follow-range: false
|
||||||
|
markers:
|
||||||
|
tick: false
|
||||||
mob-effects:
|
mob-effects:
|
||||||
immune-to-wither-effect:
|
immune-to-wither-effect:
|
||||||
wither: true
|
wither: true
|
||||||
|
@ -158,7 +166,13 @@ entities:
|
||||||
duplicate-uuid:
|
duplicate-uuid:
|
||||||
mode: SAFE_REGEN
|
mode: SAFE_REGEN
|
||||||
safe-regen-delete-range: 32
|
safe-regen-delete-range: 32
|
||||||
filter-nbt-data-from-spawn-eggs-and-related: false
|
filter-bad-tile-entity-nbt-from-falling-blocks: false
|
||||||
|
filtered-entity-tag-nbt-paths:
|
||||||
|
- Pos
|
||||||
|
- Motion
|
||||||
|
- SleepingX
|
||||||
|
- SleepingY
|
||||||
|
- SleepingZ
|
||||||
iron-golems-can-spawn-in-air: false
|
iron-golems-can-spawn-in-air: false
|
||||||
monster-spawn-max-light-level: -1
|
monster-spawn-max-light-level: -1
|
||||||
non-player-arrow-despawn-rate: default
|
non-player-arrow-despawn-rate: default
|
||||||
|
@ -193,13 +207,14 @@ environment:
|
||||||
disable-ice-and-snow: false
|
disable-ice-and-snow: false
|
||||||
disable-teleportation-suffocation-check: false
|
disable-teleportation-suffocation-check: false
|
||||||
disable-thunder: false
|
disable-thunder: false
|
||||||
|
fire-tick-delay: 30
|
||||||
frosted-ice:
|
frosted-ice:
|
||||||
delay:
|
delay:
|
||||||
max: 40
|
max: 40
|
||||||
min: 20
|
min: 20
|
||||||
enabled: true
|
enabled: true
|
||||||
generate-flat-bedrock: false
|
generate-flat-bedrock: false
|
||||||
nether-ceiling-void-damage-height: 0
|
nether-ceiling-void-damage-height: disabled
|
||||||
optimize-explosions: true
|
optimize-explosions: true
|
||||||
portal-create-radius: 16
|
portal-create-radius: 16
|
||||||
portal-search-radius: 16
|
portal-search-radius: 16
|
||||||
|
@ -217,12 +232,12 @@ fishing-time-range:
|
||||||
minimum: 100
|
minimum: 100
|
||||||
fixes:
|
fixes:
|
||||||
disable-unloaded-chunk-enderpearl-exploit: true
|
disable-unloaded-chunk-enderpearl-exploit: true
|
||||||
falling-block-height-nerf: 0
|
falling-block-height-nerf: disabled
|
||||||
fix-curing-zombie-villager-discount-exploit: true
|
fix-curing-zombie-villager-discount-exploit: true
|
||||||
fix-items-merging-through-walls: false
|
fix-items-merging-through-walls: false
|
||||||
prevent-tnt-from-moving-in-water: false
|
prevent-tnt-from-moving-in-water: false
|
||||||
split-overstacked-loot: true
|
split-overstacked-loot: true
|
||||||
tnt-entity-height-nerf: 0
|
tnt-entity-height-nerf: disabled
|
||||||
hopper:
|
hopper:
|
||||||
cooldown-when-full: true
|
cooldown-when-full: true
|
||||||
disable-move-event: true
|
disable-move-event: true
|
||||||
|
@ -244,7 +259,7 @@ max-growth-height:
|
||||||
cactus: 3
|
cactus: 3
|
||||||
reeds: 3
|
reeds: 3
|
||||||
misc:
|
misc:
|
||||||
disable-end-credits: false
|
disable-end-credits: true
|
||||||
disable-relative-projectile-velocity: false
|
disable-relative-projectile-velocity: false
|
||||||
disable-sprint-interruption-on-attack: false
|
disable-sprint-interruption-on-attack: false
|
||||||
light-queue-size: 20
|
light-queue-size: 20
|
||||||
|
|
|
@ -7,9 +7,11 @@
|
||||||
#
|
#
|
||||||
# Discord: https://discord.com/invite/mtVQcHn58h
|
# Discord: https://discord.com/invite/mtVQcHn58h
|
||||||
# Website: https://scissors.gg/
|
# Website: https://scissors.gg/
|
||||||
# Docs: https://scissors.gg/javadoc/1.19/
|
# Docs: https://javadoc.scissors.gg/1.20.1/
|
||||||
|
|
||||||
|
excludePlayersFromNbtComponents: false
|
||||||
|
componentDepthLimit: 128
|
||||||
chatSignaturesEnabled: false
|
chatSignaturesEnabled: false
|
||||||
commandSignsBypassPermissions: false
|
commandSignsBypassPermissions: false
|
||||||
runCommandsInBooks: true
|
runCommandsInBooks: true
|
||||||
config-version: 3
|
config-version: 5
|
||||||
|
|
|
@ -1,57 +1,59 @@
|
||||||
#Minecraft server properties
|
#Minecraft server properties
|
||||||
allow-flight=true
|
|
||||||
allow-nether=true
|
|
||||||
broadcast-console-to-ops=true
|
|
||||||
broadcast-rcon-to-ops=true
|
|
||||||
debug=false
|
|
||||||
difficulty=easy
|
|
||||||
enable-command-block=true
|
|
||||||
enable-jmx-monitoring=false
|
enable-jmx-monitoring=false
|
||||||
enable-query=true
|
|
||||||
enable-rcon=false
|
|
||||||
enable-status=true
|
|
||||||
enforce-secure-profile=false
|
|
||||||
enforce-whitelist=false
|
|
||||||
entity-broadcast-range-percentage=100
|
|
||||||
force-gamemode=false
|
|
||||||
function-permission-level=2
|
|
||||||
gamemode=creative
|
|
||||||
generate-structures=true
|
|
||||||
generator-settings={}
|
|
||||||
hardcore=false
|
|
||||||
hide-online-players=false
|
|
||||||
level-name=world
|
|
||||||
level-seed=
|
level-seed=
|
||||||
level-type=minecraft\:normal
|
|
||||||
max-chained-neighbor-updates=1000000
|
|
||||||
max-players=0
|
|
||||||
max-tick-time=60000
|
|
||||||
max-world-size=29999984
|
|
||||||
motd=\u00A78\u00A7l Welcome to Kaboom\!\n > \u00A77Free OP - Anarchy - Creative
|
|
||||||
network-compression-threshold=256
|
|
||||||
online-mode=false
|
|
||||||
op-permission-level=4
|
|
||||||
player-idle-timeout=0
|
|
||||||
prevent-proxy-connections=false
|
|
||||||
previews-chat=false
|
|
||||||
pvp=true
|
|
||||||
query.port=25565
|
|
||||||
rate-limit=0
|
|
||||||
rcon.password=
|
|
||||||
rcon.port=25575
|
rcon.port=25575
|
||||||
|
enable-command-block=true
|
||||||
|
gamemode=creative
|
||||||
|
enable-query=true
|
||||||
|
generator-settings={}
|
||||||
|
enforce-secure-profile=false
|
||||||
|
level-name=world
|
||||||
|
motd=§8§l Welcome to Kaboom\!\n > §7Free OP - Anarchy - Creative
|
||||||
|
query.port=25565
|
||||||
|
pvp=true
|
||||||
|
generate-structures=true
|
||||||
|
max-chained-neighbor-updates=200
|
||||||
|
difficulty=easy
|
||||||
|
network-compression-threshold=512
|
||||||
|
max-tick-time=30000
|
||||||
require-resource-pack=false
|
require-resource-pack=false
|
||||||
resource-pack=
|
max-players=0
|
||||||
resource-pack-prompt=
|
|
||||||
resource-pack-sha1=
|
|
||||||
server-ip=
|
|
||||||
server-port=25565
|
|
||||||
simulation-distance=5
|
|
||||||
spawn-animals=true
|
|
||||||
spawn-monsters=true
|
|
||||||
spawn-npcs=true
|
|
||||||
spawn-protection=0
|
|
||||||
sync-chunk-writes=false
|
|
||||||
text-filtering-config=
|
|
||||||
use-native-transport=true
|
use-native-transport=true
|
||||||
|
enable-status=true
|
||||||
|
online-mode=false
|
||||||
|
allow-flight=true
|
||||||
|
initial-disabled-packs=
|
||||||
|
broadcast-rcon-to-ops=true
|
||||||
view-distance=5
|
view-distance=5
|
||||||
|
resource-pack-prompt=
|
||||||
|
server-ip=
|
||||||
|
allow-nether=true
|
||||||
|
server-port=25565
|
||||||
|
enable-rcon=false
|
||||||
|
sync-chunk-writes=false
|
||||||
|
op-permission-level=4
|
||||||
|
prevent-proxy-connections=false
|
||||||
|
hide-online-players=false
|
||||||
|
resource-pack=
|
||||||
|
entity-broadcast-range-percentage=100
|
||||||
|
simulation-distance=5
|
||||||
|
player-idle-timeout=0
|
||||||
|
rcon.password=
|
||||||
|
debug=false
|
||||||
|
force-gamemode=false
|
||||||
|
rate-limit=0
|
||||||
|
hardcore=false
|
||||||
white-list=false
|
white-list=false
|
||||||
|
broadcast-console-to-ops=true
|
||||||
|
previews-chat=false
|
||||||
|
spawn-npcs=true
|
||||||
|
spawn-animals=true
|
||||||
|
function-permission-level=2
|
||||||
|
initial-enabled-packs=vanilla
|
||||||
|
level-type=minecraft\:normal
|
||||||
|
text-filtering-config=
|
||||||
|
spawn-monsters=true
|
||||||
|
enforce-whitelist=false
|
||||||
|
resource-pack-sha1=
|
||||||
|
spawn-protection=0
|
||||||
|
max-world-size=29999984
|
||||||
|
|
28
spigot.yml
28
spigot.yml
|
@ -3,11 +3,11 @@
|
||||||
# with caution, and make sure you know what each option does before configuring.
|
# with caution, and make sure you know what each option does before configuring.
|
||||||
# For a reference for any variable inside this file, check out the Spigot wiki at
|
# For a reference for any variable inside this file, check out the Spigot wiki at
|
||||||
# http://www.spigotmc.org/wiki/spigot-configuration/
|
# http://www.spigotmc.org/wiki/spigot-configuration/
|
||||||
#
|
#
|
||||||
# If you need help with the configuration or have any questions related to Spigot,
|
# 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/
|
# Forums: http://www.spigotmc.org/
|
||||||
|
|
||||||
config-version: 12
|
config-version: 12
|
||||||
|
@ -63,6 +63,16 @@ advancements:
|
||||||
- '*'
|
- '*'
|
||||||
world-settings:
|
world-settings:
|
||||||
default:
|
default:
|
||||||
|
below-zero-generation-in-existing-chunks: true
|
||||||
|
simulation-distance: default
|
||||||
|
thunder-chance: 100000
|
||||||
|
hopper-can-load-chunks: false
|
||||||
|
seed-nether: 30084232
|
||||||
|
seed-ancientcity: 20083232
|
||||||
|
seed-trailruins: 83469867
|
||||||
|
seed-buriedtreasure: 10387320
|
||||||
|
seed-mineshaft: default
|
||||||
|
seed-stronghold: default
|
||||||
seed-bastion: 30084232
|
seed-bastion: 30084232
|
||||||
seed-fortress: 30084232
|
seed-fortress: 30084232
|
||||||
seed-mansion: 10387319
|
seed-mansion: 10387319
|
||||||
|
@ -96,6 +106,12 @@ world-settings:
|
||||||
hanging-tick-frequency: 100
|
hanging-tick-frequency: 100
|
||||||
max-entity-collisions: 1
|
max-entity-collisions: 1
|
||||||
growth:
|
growth:
|
||||||
|
torchflower-modifier: 100
|
||||||
|
twistingvines-modifier: 100
|
||||||
|
weepingvines-modifier: 100
|
||||||
|
cavevines-modifier: 100
|
||||||
|
glowberry-modifier: 100
|
||||||
|
pitcherplant-modifier: 100
|
||||||
cactus-modifier: 100
|
cactus-modifier: 100
|
||||||
cane-modifier: 100
|
cane-modifier: 100
|
||||||
melon-modifier: 100
|
melon-modifier: 100
|
||||||
|
@ -116,6 +132,7 @@ world-settings:
|
||||||
item: 2.5
|
item: 2.5
|
||||||
exp: 3.0
|
exp: 3.0
|
||||||
entity-activation-range:
|
entity-activation-range:
|
||||||
|
ignore-spectators: false
|
||||||
animals: 16
|
animals: 16
|
||||||
monsters: 24
|
monsters: 24
|
||||||
raiders: 32
|
raiders: 32
|
||||||
|
@ -141,6 +158,7 @@ world-settings:
|
||||||
flying-monsters-every: 200
|
flying-monsters-every: 200
|
||||||
flying-monsters-for: 100
|
flying-monsters-for: 100
|
||||||
entity-tracking-range:
|
entity-tracking-range:
|
||||||
|
display: 128
|
||||||
players: 48
|
players: 48
|
||||||
animals: 48
|
animals: 48
|
||||||
monsters: 48
|
monsters: 48
|
||||||
|
@ -162,3 +180,5 @@ world-settings:
|
||||||
entity: 20
|
entity: 20
|
||||||
squid-spawn-range:
|
squid-spawn-range:
|
||||||
min: 45.0
|
min: 45.0
|
||||||
|
faweregentempworld:
|
||||||
|
verbose: false
|
||||||
|
|
Loading…
Reference in a new issue