Difference between revisions of "Translations:TrainCarts/Lag/13/zh-cn"

From BergerHealer Wiki
Jump to navigation Jump to search
(Created page with "你可以编辑<code>plugins/Train_Carts/config.yml</code>来限制每个世界的 TC 矿车实体数量,这可以防止失控的生成牌或玩家滥用导致服务器崩...")
 
(No difference)

Latest revision as of 08:37, 12 October 2024

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (TrainCarts/Lag)
You can edit <code>plugins/Train_Carts/config.yml</code> to limit how many individual TrainCarts Minecart entities can exist per world. This prevents an out of control spawner sign or player abuse lagging the server to a halt.
<pre>
# Limits of the amount of carts on the server
cartLimits:
  # Maximum number of TrainCarts minecarts allowed per world
  # If there are more than this number, no more minecarts can be placed/spawned
  # A value of -1 disables this limit (default)
  maxCartsPerWorld: -1

你可以编辑plugins/Train_Carts/config.yml来限制每个世界的 TC 矿车实体数量,这可以防止失控的生成牌或玩家滥用导致服务器崩溃。

# 限制服务器的矿车数量。
cartLimits:
  # TC 矿车在世界上能存在的最大数量。
  # 如果数量达标,则不能再放置/生成矿车。
  # 值设置为 -1 可以禁用限制(默认值)。
  maxCartsPerWorld: -1