mirror of
https://github.com/kaboomserver/server.git
synced 2024-12-22 15:45:07 +00:00
Sync plugin config
This commit is contained in:
parent
8a9eaef86b
commit
43b2b2b18e
6 changed files with 123 additions and 52 deletions
|
@ -15,3 +15,4 @@ updateUsersIgnoreListUUID: true
|
||||||
updateUsersStupidLegacyPathNames: true
|
updateUsersStupidLegacyPathNames: true
|
||||||
updateUsersMailList: true
|
updateUsersMailList: true
|
||||||
updatePurgeBrokenNpcAccounts: true
|
updatePurgeBrokenNpcAccounts: true
|
||||||
|
newUidCacheBuilt: true
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
# These first 6 aren't configurable
|
# These first 6 aren't configurable
|
||||||
issues: "https://github.com/IntellectualSites/FastAsyncWorldEdit/issues"
|
issues: "https://github.com/IntellectualSites/FastAsyncWorldEdit/issues"
|
||||||
wiki: "https://intellectualsites.github.io/fastasyncworldedit-documentation/"
|
wiki: "https://intellectualsites.github.io/fastasyncworldedit-documentation/"
|
||||||
date: "Fri May 06 00:00:00 EEST 2022"
|
date: "Sun Jul 23 00:00:00 BRT 2023"
|
||||||
build: "https://ci.athion.net/job/FastAsyncWorldEdit/151"
|
build: "https://ci.athion.net/job/FastAsyncWorldEdit/494"
|
||||||
commit: "https://github.com/IntellectualSites/FastAsyncWorldEdit/commit/fdb7c154"
|
commit: "https://github.com/IntellectualSites/FastAsyncWorldEdit/commit/ffa2a52f"
|
||||||
platform: "Bukkit"
|
platform: "Bukkit"
|
||||||
# Set true to enable WorldEdit restrictions per region (e.g. PlotSquared or WorldGuard).
|
# 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
|
# To be allowed to WorldEdit in a region, users need the appropriate
|
||||||
|
@ -39,6 +39,9 @@ clipboard:
|
||||||
delete-after-days: 1
|
delete-after-days: 1
|
||||||
# If a player's clipboard should be deleted upon logout
|
# If a player's clipboard should be deleted upon logout
|
||||||
delete-on-logout: false
|
delete-on-logout: false
|
||||||
|
# Allows NBT stored in a clipboard to be written to disk
|
||||||
|
# - Requires clipboard.use-disk to be enabled
|
||||||
|
save-clipboard-nbt-to-disk: false
|
||||||
|
|
||||||
lighting:
|
lighting:
|
||||||
# If packet sending should be delayed until relight is finished
|
# If packet sending should be delayed until relight is finished
|
||||||
|
@ -64,17 +67,25 @@ tick-limiter:
|
||||||
physics-ms: 10
|
physics-ms: 10
|
||||||
# Max item spawns per interval (per chunk)
|
# Max item spawns per interval (per chunk)
|
||||||
items: 20
|
items: 20
|
||||||
# Whether fireworks can load chunks
|
|
||||||
# - Fireworks usually travel vertically so do not load any chunks
|
|
||||||
# - Horizontal fireworks can be hacked in to crash a server
|
|
||||||
fireworks-load-chunks: false
|
|
||||||
|
|
||||||
|
# Web/HTTP connection related settings
|
||||||
web:
|
web:
|
||||||
# The web interface for clipboards
|
# The web interface for clipboards
|
||||||
# - All schematics are anonymous and private
|
# - All schematics are anonymous and private
|
||||||
# - Downloads can be deleted by the user
|
# - Downloads can be deleted by the user
|
||||||
# - Supports clipboard uploads, downloads and saves
|
# - Supports clipboard uploads, downloads and saves
|
||||||
url: "https://schem.intellectualsites.com/fawe/"
|
url: "https://schem.intellectualsites.com/fawe/"
|
||||||
|
# The maximum amount of time in seconds the plugin can attempt to load images for.
|
||||||
|
max-image-load-time: 5
|
||||||
|
# The maximum size (width x length) an image being loaded can be.
|
||||||
|
# - 8294400 is 3840x2160
|
||||||
|
max-image-size: 8294400
|
||||||
|
# Whitelist of hostnames to allow images to be downloaded from
|
||||||
|
# - Adding '*' to the list will allow any host, but this is NOT adviseable
|
||||||
|
# - Crash exploits exist with malformed images
|
||||||
|
# - See: https://medium.com/chargebee-engineering/perils-of-parsing-pixel-flood-attack-on-java-imageio-a97aeb06637d
|
||||||
|
allowed-image-hosts:
|
||||||
|
- "i.imgur.com"
|
||||||
|
|
||||||
extent:
|
extent:
|
||||||
# Don't bug console when these plugins slow down WorldEdit operations
|
# Don't bug console when these plugins slow down WorldEdit operations
|
||||||
|
@ -101,6 +112,12 @@ experimental:
|
||||||
# [SAFE] Keep entities that are positioned in non-air blocks when editing an area
|
# [SAFE] Keep entities that are positioned in non-air blocks when editing an area
|
||||||
# Might cause client-side FPS lag in some situations
|
# Might cause client-side FPS lag in some situations
|
||||||
keep-entities-in-blocks: false
|
keep-entities-in-blocks: false
|
||||||
|
# [SAFE] Attempt to remove entities from the world if they were not present in the expected chunk (default: true)
|
||||||
|
# - Sometimes an entity may have moved into a different chunk to that which FAWE expected
|
||||||
|
# - This option allows FAWE to attempt to remove the entity, even if present in a different chunk
|
||||||
|
# - If the entity is in an unloaded or partially loaded chunk, this will fail
|
||||||
|
# - If an entity cannot be removed, it is possible duplicate entities may be created when using undo and/or redo
|
||||||
|
remove-entity-from-world-on-chunk-fail: true
|
||||||
# Other experimental features
|
# Other experimental features
|
||||||
other: false
|
other: false
|
||||||
# Allow fluids placed by FAWE to tick (flow). This could cause the big lags.
|
# Allow fluids placed by FAWE to tick (flow). This could cause the big lags.
|
||||||
|
@ -133,7 +150,8 @@ queue:
|
||||||
# - A larger value will use slightly less CPU time
|
# - A larger value will use slightly less CPU time
|
||||||
# - A smaller value will reduce memory usage
|
# - A smaller value will reduce memory usage
|
||||||
# - A value too small may break some operations (deform?)
|
# - A value too small may break some operations (deform?)
|
||||||
# - Values smaller than the configurated parallel threads are not accepted
|
# - Values smaller than the configurated parallel-threads are not accepted
|
||||||
|
# - It is recommended this option be at least 4x greater than parallel-threads
|
||||||
target-size: 64
|
target-size: 64
|
||||||
# Force FAWE to start placing chunks regardless of whether an edit is finished processing
|
# Force FAWE to start placing chunks regardless of whether an edit is finished processing
|
||||||
# - A larger value will use slightly less CPU time
|
# - A larger value will use slightly less CPU time
|
||||||
|
@ -269,6 +287,10 @@ region-restrictions-options:
|
||||||
# - Will still search for current allowed regions to limit the edit to.
|
# - Will still search for current allowed regions to limit the edit to.
|
||||||
# - Any blacklist regions are likely to override any internal allowed regions.
|
# - Any blacklist regions are likely to override any internal allowed regions.
|
||||||
worldguard-region-blacklist: false
|
worldguard-region-blacklist: false
|
||||||
|
# Restrict all edits to within the safe chunk limits of +/- 30 million blocks
|
||||||
|
# - Edits outside this range may induce crashing
|
||||||
|
# - Forcefully prevents any edit outside this range
|
||||||
|
restrict-to-safe-range: true
|
||||||
# The "default" limit group affects those without a specific limit permission.
|
# The "default" limit group affects those without a specific limit permission.
|
||||||
# To grant someone different limits, copy the default limits group
|
# 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
|
# and give it a different name (e.g. newbie). Then give the user the limit
|
||||||
|
@ -322,14 +344,15 @@ limits:
|
||||||
# - If fast-placement is disabled, this may cause edits to be slower.
|
# - If fast-placement is disabled, this may cause edits to be slower.
|
||||||
universal-disallowed-blocks: true
|
universal-disallowed-blocks: true
|
||||||
# List of blocks to deny use of. Can be either an entire block type or a block with a specific property value.
|
# List of blocks to deny use of. Can be either an entire block type or a block with a specific property value.
|
||||||
# Where block properties are specified, any blockstate with the property will be disallowed (i.g. all directions
|
# Where block properties are specified, any blockstate with the property will be disallowed (e.g. all directions
|
||||||
# of a waterlogged fence). For blocking/remapping of all occurence of a property like waterlogged, see
|
# of a waterlogged fence). For blocking/remapping of all occurrences of a property like waterlogged, see
|
||||||
# remap-properties below.
|
# remap-properties below.
|
||||||
|
# To generate a blank list, substitute the default content with a set of square brackets [] instead.
|
||||||
# Example block property blocking:
|
# Example block property blocking:
|
||||||
# - "minecraft:conduit[waterlogged=true]"
|
# - "minecraft:conduit[waterlogged=true]"
|
||||||
# - "minecraft:piston[extended=false,facing=west]"
|
# - "minecraft:piston[extended=false,facing=west]"
|
||||||
# - "minecraft:wheat[age=7]"
|
# - "minecraft:wheat[age=7]"
|
||||||
disallowed-blocks:
|
disallowed-blocks: []
|
||||||
# List of block properties that should be remapped if used in an edit. Entries should take the form
|
# List of block properties that should be remapped if used in an edit. Entries should take the form
|
||||||
# "property_name[value1_old:value1_new,value2_old:value2_new]". For example:
|
# "property_name[value1_old:value1_new,value2_old:value2_new]". For example:
|
||||||
# - "waterlogged[true:false]"
|
# - "waterlogged[true:false]"
|
||||||
|
|
|
@ -13,6 +13,20 @@ add-teamcolor-to-prefix: true
|
||||||
# Converts the 1.13 face look-at packet for 1.12- players. Requires a bit of extra caching.
|
# Converts the 1.13 face look-at packet for 1.12- players. Requires a bit of extra caching.
|
||||||
fix-1_13-face-player: false
|
fix-1_13-face-player: false
|
||||||
#
|
#
|
||||||
|
# Fixes 1.13 clients and lower not seeing color or formatting in inventory titles by converting them to legacy text.
|
||||||
|
# If you have issues with translatable text being displayed wrongly, disable this.
|
||||||
|
fix-formatted-inventory-titles: true
|
||||||
|
#
|
||||||
# Sends inventory acknowledgement packets to act as a replacement for ping packets for sub 1.17 clients.
|
# Sends inventory acknowledgement packets to act as a replacement for ping packets for sub 1.17 clients.
|
||||||
# This only takes effect for ids in the short range. Useful for anticheat compatibility.
|
# This only takes effect for ids in the short range. Useful for anticheat compatibility.
|
||||||
handle-pings-as-inv-acknowledgements: false
|
handle-pings-as-inv-acknowledgements: false
|
||||||
|
#
|
||||||
|
# 1.19.1 chat type formats.
|
||||||
|
chat-types-1_19_1:
|
||||||
|
chat.type.text: <%s> %s
|
||||||
|
chat.type.announcement: '[%s] %s'
|
||||||
|
commands.message.display.incoming: '%s whispers to you: %s'
|
||||||
|
commands.message.display.outgoing: 'You whisper to %s: %s'
|
||||||
|
chat.type.team.text: '%s <%s> %s'
|
||||||
|
chat.type.team.sent: -> %s <%s> %s
|
||||||
|
chat.type.emote: '* %s %s'
|
||||||
|
|
|
@ -1,12 +1,16 @@
|
||||||
# Specifies how 1.8.x clients should see the cooldown indicator
|
#Specifies how 1.8.x clients should see the cooldown indicator
|
||||||
# You can choose between TITLE, ACTION_BAR, BOSS_BAR and DISABLED
|
#You can choose between TITLE, ACTION_BAR, BOSS_BAR and DISABLED
|
||||||
# ONLY DISABLE IF YOU HAVE 1.9 COOLDOWN DISABLED ON YOUR SERVER
|
#ONLY DISABLE IF YOU HAVE 1.9 COOLDOWN DISABLED ON YOUR SERVER
|
||||||
# 1.8 PLAYERS MAY ASK WHY PVP IS NOT WORKING OTHERWISE
|
#1.8 PLAYERS MAY ASK WHY PVP IS NOT WORKING OTHERWISE
|
||||||
cooldown-indicator: TITLE
|
cooldown-indicator: TITLE
|
||||||
# Replaces Adventure mode with Survival mode for 1.7.x clients
|
#Replaces Adventure mode with Survival mode for 1.7.x clients
|
||||||
# Enable this option if your server is using the 'CanDestroy'
|
#Enable this option if your server is using the 'CanDestroy'
|
||||||
# or 'CanPlaceOn' flags on items
|
#or 'CanPlaceOn' flags on items
|
||||||
replace-adventure: false
|
replace-adventure: false
|
||||||
# Whether 1.9 particles should be replaced by similar ones in
|
#Whether 1.9 particles should be replaced by similar ones in
|
||||||
# 1.8 and lower
|
#1.8 and lower
|
||||||
replace-particles: false
|
replace-particles: false
|
||||||
|
#Max amount of pages for written books before a client gets kicked
|
||||||
|
max-book-pages: 100
|
||||||
|
#Max amount of characters in the json (!) string of a book page before a client gets kicked
|
||||||
|
max-book-page-length: 5000
|
||||||
|
|
|
@ -5,16 +5,20 @@
|
||||||
# viaversion.com - Discussion tab
|
# viaversion.com - Discussion tab
|
||||||
# Docs - https://docs.viaversion.com/display/VIAVERSION/Configuration
|
# Docs - https://docs.viaversion.com/display/VIAVERSION/Configuration
|
||||||
#
|
#
|
||||||
# ----------------------------------------------------------#
|
#----------------------------------------------------------#
|
||||||
# GLOBAL OPTIONS #
|
# GLOBAL OPTIONS #
|
||||||
# ----------------------------------------------------------#
|
#----------------------------------------------------------#
|
||||||
#
|
#
|
||||||
# Should ViaVersion check for updates?
|
# Should ViaVersion check for updates?
|
||||||
checkforupdates: false
|
checkforupdates: false
|
||||||
# Send the supported versions with the Status (Ping) response packet
|
# Send the supported versions with the Status (Ping) response packet
|
||||||
send-supported-versions: false
|
send-supported-versions: false
|
||||||
# Block specific Minecraft protocols that ViaVersion allows
|
# Easier to configure alternative to 'block-protocols'. Uses readable version strings with possible '<' and '>' prefixes.
|
||||||
# List of all Minecraft protocol versions: http://wiki.vg/Protocol_version_numbers or use a generator: https://via.krusic22.com
|
# An example to block 1.16.4, everything below 1.16, as well as everything above 1.17.1 would be: ["<1.16", "1.16.4", ">1.17.1"]
|
||||||
|
# You can use both this and the block-protocols option at the same time as well.
|
||||||
|
block-versions: []
|
||||||
|
# Block specific Minecraft 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: []
|
block-protocols: []
|
||||||
# Change the blocked disconnect message
|
# Change the blocked disconnect message
|
||||||
block-disconnect-msg: You are using an unsupported Minecraft version!
|
block-disconnect-msg: You are using an unsupported Minecraft version!
|
||||||
|
@ -25,10 +29,10 @@ reload-disconnect-msg: Server reload, please rejoin!
|
||||||
# We warn when there's a error converting item and block data over versions, should we suppress these? (Only suggested if spamming)
|
# We warn when there's a error converting item and block data over versions, should we suppress these? (Only suggested if spamming)
|
||||||
suppress-conversion-warnings: true
|
suppress-conversion-warnings: true
|
||||||
#
|
#
|
||||||
# ----------------------------------------------------------#
|
#----------------------------------------------------------#
|
||||||
# GLOBAL PACKET LIMITER #
|
# GLOBAL PACKET LIMITER #
|
||||||
# ----------------------------------------------------------#
|
#----------------------------------------------------------#
|
||||||
#
|
# THIS FEATURE IS DISABLED ON 1.17.1+ PAPER SERVERS, SINCE IT HAS A BETTER PACKET-LIMITER INBUILT
|
||||||
#
|
#
|
||||||
# Packets Per Second (PPS) limiter (Use -1 on max-pps and tracking-period to disable)
|
# Packets Per Second (PPS) limiter (Use -1 on max-pps and tracking-period to disable)
|
||||||
# Clients by default send around 20-90 packets per second.
|
# Clients by default send around 20-90 packets per second.
|
||||||
|
@ -50,10 +54,13 @@ tracking-warning-pps: 120
|
||||||
tracking-max-warnings: 4
|
tracking-max-warnings: 4
|
||||||
tracking-max-kick-msg: You are sending too many packets, :(
|
tracking-max-kick-msg: You are sending too many packets, :(
|
||||||
#
|
#
|
||||||
# ----------------------------------------------------------#
|
#----------------------------------------------------------#
|
||||||
# MULTIPLE VERSIONS OPTIONS #
|
# MULTIPLE VERSIONS OPTIONS #
|
||||||
# ----------------------------------------------------------#
|
#----------------------------------------------------------#
|
||||||
#
|
#
|
||||||
|
# Whether to make sure ViaVersion's UserConnection object is already available in the PlayerJoinEvent.
|
||||||
|
# You may disable this for faster startup/join time if you are 100% sure no plugin requires this.
|
||||||
|
register-userconnections-on-join: true
|
||||||
# Should we enable our hologram patch?
|
# Should we enable our hologram patch?
|
||||||
# If they're in the wrong place enable this
|
# If they're in the wrong place enable this
|
||||||
hologram-patch: false
|
hologram-patch: false
|
||||||
|
@ -112,9 +119,24 @@ forced-use-1_17-resource-pack: false
|
||||||
# The message to be displayed at the prompt when the 1.17+ client receives the server resource pack.
|
# The message to be displayed at the prompt when the 1.17+ client receives the server resource pack.
|
||||||
resource-pack-1_17-prompt: ''
|
resource-pack-1_17-prompt: ''
|
||||||
#
|
#
|
||||||
# ----------------------------------------------------------#
|
# Caches light until chunks are unloaded to allow subsequent chunk update packets as opposed to instantly uncaching when the first chunk data is sent.
|
||||||
|
# Only disable this if you know what you are doing.
|
||||||
|
cache-1_17-light: true
|
||||||
|
#
|
||||||
|
# 1.19 chat type formats used for 1.19.1+ clients.
|
||||||
|
chat-types-1_19:
|
||||||
|
chat.type.text: <%s> %s
|
||||||
|
chat.type.announcement: '[%s] %s'
|
||||||
|
commands.message.display.incoming: '%s whispers to you: %s'
|
||||||
|
chat.type.team.text: '%s <%s> %s'
|
||||||
|
chat.type.emote: '* %s %s'
|
||||||
|
#
|
||||||
|
# Force-update 1.19.4+ player's inventory when they try to swap armor in a pre-occupied slot.
|
||||||
|
armor-toggle-fix: true
|
||||||
|
#
|
||||||
|
#----------------------------------------------------------#
|
||||||
# 1.9+ CLIENTS ON 1.8 SERVERS OPTIONS #
|
# 1.9+ CLIENTS ON 1.8 SERVERS OPTIONS #
|
||||||
# ----------------------------------------------------------#
|
#----------------------------------------------------------#
|
||||||
#
|
#
|
||||||
# No collide options, these allow you to configure how collision works.
|
# No collide options, these allow you to configure how collision works.
|
||||||
# Do you want us to prevent collision?
|
# Do you want us to prevent collision?
|
||||||
|
@ -147,15 +169,20 @@ use-new-effect-indicator: false
|
||||||
use-new-deathmessages: false
|
use-new-deathmessages: false
|
||||||
# Should we cache our items, this will prevent server from being lagged out, however the cost is a constant task caching items
|
# Should we cache our items, this will prevent server from being lagged out, however the cost is a constant task caching items
|
||||||
item-cache: false
|
item-cache: false
|
||||||
# Patch the anti xray to work on 1.9+ (If your server is 1.8) This can cost more performance, so disable it if you don't use it.
|
|
||||||
anti-xray-patch: false
|
|
||||||
# Should we replace extended pistons to fix 1.10.1 (Only on chunk load)
|
# Should we replace extended pistons to fix 1.10.1 (Only on chunk load)
|
||||||
replace-pistons: false
|
replace-pistons: false
|
||||||
# What id should we replace with, default is air. (careful of players getting stuck standing on them)
|
# What id should we replace with, default is air. (careful of players getting stuck standing on them)
|
||||||
replacement-piston-id: 0
|
replacement-piston-id: 0
|
||||||
|
# Fix 1.9+ clients not rendering the far away chunks and improve chunk rendering when moving fast (Increases network usage and decreases client fps slightly)
|
||||||
|
chunk-border-fix: false
|
||||||
# Force the string -> json transform
|
# Force the string -> json transform
|
||||||
force-json-transform: false
|
force-json-transform: false
|
||||||
# Minimize the cooldown animation in 1.8 servers
|
# Minimize the cooldown animation in 1.8 servers
|
||||||
minimize-cooldown: false
|
minimize-cooldown: false
|
||||||
# Allows 1.9+ left-handedness (main hand) on 1.8 servers
|
# Allows 1.9+ left-handedness (main hand) on 1.8 servers
|
||||||
left-handed-handling: false
|
left-handed-handling: false
|
||||||
|
# Get the world names which should be returned for each vanilla dimension
|
||||||
|
map-1_16-world-names:
|
||||||
|
overworld: minecraft:overworld
|
||||||
|
nether: minecraft:the_nether
|
||||||
|
end: minecraft:the_end
|
||||||
|
|
|
@ -2,5 +2,7 @@
|
||||||
# To honor their work, you should not disable it.
|
# To honor their work, you should not disable it.
|
||||||
# This has nearly no effect on the server performance!
|
# This has nearly no effect on the server performance!
|
||||||
# Check out https://bStats.org/ to learn more :)
|
# Check out https://bStats.org/ to learn more :)
|
||||||
|
|
||||||
enabled: false
|
enabled: false
|
||||||
logFailedRequests: false
|
logFailedRequests: false
|
||||||
|
serverUuid: 00000000-0000-0000-0000-000000000000
|
||||||
|
|
Loading…
Reference in a new issue