All Downloads are FREE. Search and download functionalities are using the official Maven repository.

language.vie.nukkit.yml.properties Maven / Gradle / Ivy

There is a newer version: 1.20.40-r1
Show newest version
nukkit.yml.header=Tệp cấu hình nâng cao cho Nukkit\n\
Một số cài đặt này an toàn, một số khác có thể làm hỏng máy chủ của bạn nếu sửa đổi không chính xác\n\
Cài đặt / mặc định mới sẽ không tự động xuất hiện trên tệp này khi nâng cấp

nukkit.yml.settings.language=Cài đặt đa ngôn ngữ\n\
Hiện có sẵn\: %1

nukkit.yml.settings.force-language=Gửi tất cả các chuỗi được dịch sang ngôn ngữ máy chủ hoặc để thiết bị xử lý chúng
nukkit.yml.settings.shutdown-message=
nukkit.yml.settings.query-plugins=Cho phép liệt kê các plugin qua Query
nukkit.yml.settings.deprecated-verbose=Show a console message when a plugin uses deprecated API methods
nukkit.yml.settings.async-workers=Number of AsyncTask workers\n\
If set to auto, it'll try to detect the number of cores (and at least 4)

nukkit.yml.network.batch-threshold=Threshold for batching packets, in bytes. Only these packets will be compressed\n\
Set to 0 to compress everything, -1 to disable
nukkit.yml.network.compression-level=Compression level used of Zlib when sending batched packets. Higher \= more CPU, less bandwidth usage
nukkit.yml.network.async-compression=Use AsyncTasks for compression. Adds half/one tick delay, less CPU load on main thread
nukkit.yml.network.zlib-provider=0:Mỗi lần yêu cầu nén, một bộ nén mới được tạo ra\n\
1:Tất cả các yêu cầu nén đều được thực hiện chỉ với một bộ nén duy nhất\n\
2:Sử dụng các thuật toán gốc của Nukkit với độ ổn định cao, sử dụng ThreadLocal để tạo một bộ nén cho mỗi sợi\n\
3:Tăng tốc bằng phần cứng hiện đại của trang phục PowerNukkitX và nâng nó lên lần nữa theo thuật toán ban đầu

nukkit.yml.debug.level=If > 1, it will show debug messages in the console
nukkit.yml.debug.commands=Enables commands\: /status /gc

nukkit.yml.timings.enabled=Enable core and plugin timings by default
nukkit.yml.timings.verbose=Enable monitoring at verbose level, include high-frequency timings
nukkit.yml.timings.history-interval=Interval between history frames in ticks\n\
Default is 5 minutes (6000 ticks)
nukkit.yml.timings.history-length=Length of the whole timing history in ticks\n\
Default is 1 hour (72000 ticks)\n\
This value is capped at a maximum of history-interval * 12
nukkit.yml.timings.bypass-max=For special cases of servers with special permission to bypass the max\n\
This max helps keep data file sizes reasonable for processing on Aikar's Timing parser side\n\
Setting this will not help you bypass the max unless Aikar has added an exception on the API side
nukkit.yml.timings.privacy=If set to true, name of your server won't be sent
nukkit.yml.debug.timings.ignore=Settings sections to ignore. These sections won't be sent to Aikar's Timing parser\n\
For example\: [all] or [settings, timings]

nukkit.yml.level-settings.default-format=The default format that levels will use when created
nukkit.yml.level-settings.auto-tick-rate=Automatically change levels tick rate to maintain 20 ticks per second
nukkit.yml.level-settings.auto-tick-rate-limit=
nukkit.yml.level-settings.base-tick-rate=Sets the base tick rate (1 \= 20 ticks per second, 2 \= 10 ticks per second, etc.)
nukkit.yml.level-settings.always-tick-players=Tick all players each tick even when other settings disallow this
nukkit.yml.level-settings.tick-redstone=

nukkit.yml.chunk-sending.per-tick=Amount of chunks sent to players per tick
nukkit.yml.chunk-sending.max-chunks=Amount of chunks sent around each player
nukkit.yml.chunk-sending.spawn-threshold=Amount of chunks that need to be sent before spawning the player
nukkit.yml.chunk-sending.cache-chunks=Save a serialized copy of the chunk in memory for faster sending\n\
Useful in mostly-static worlds where lots of players join at the same time

nukkit.yml.chunk-ticking.per-tick=Max amount of chunks processed each tick
nukkit.yml.chunk-ticking.tick-radius=Radius of chunks around a player to tick
nukkit.yml.chunk-ticking.light-updates=
nukkit.yml.chunk-ticking.clear-tick-list=

nukkit.yml.chunk-generation.queue-size=Max. amount of chunks in the waiting queue to be generated
nukkit.yml.chunk-generation.population-queue-size=Max. amount of chunks in the waiting queue to be populated

nukkit.yml.ticks-per=Max tick rate for these entities
nukkit.yml.ticks-per.animal-spawns=
nukkit.yml.ticks-per.monster-spawns=
nukkit.yml.ticks-per.autosave=
nukkit.yml.ticks-per.cache-cleanup=

nukkit.yml.spawn-limits=Max amount of these entities
nukkit.yml.spawn-limits.monsters=
nukkit.yml.spawn-limits.animals=
nukkit.yml.spawn-limits.water-animals=
nukkit.yml.spawn-limits.ambient=


nukkit.yml.player.save-player-data=If true, player data will be saved as players/playername.dat\n\
If false, nukkit won't save player data as "dat" files, in order that plugins can do something on it.
nukkit.yml.player.skin-change-cooldown=The time between skin change action in seconds, set to 0 if you dont want the cooldown

nukkit.yml.aliases=Aliases for commands\n\
Examples\:\n\
showtheversion\: version\n\
savestop\: [save-all, stop]
nukkit.yml.worlds=These settings will override the generator set in server.properties and allows loading multiple levels\n\
Examples\:




© 2015 - 2024 Weber Informatics LLC | Privacy Policy