All translations
Jump to navigation
Jump to search
Enter a message name below to show all available translations.
Found 2 translations.
Name | Current message text |
---|---|
h English (en) | 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 |
h Chinese (China) (zh-cn) | 你可以编辑<code>plugins/Train_Carts/config.yml</code>来限制每个世界的 TC 矿车实体数量,这可以防止失控的生成牌或玩家滥用导致服务器崩溃。 <pre> # 限制服务器的矿车数量。 cartLimits: # TC 矿车在世界上能存在的最大数量。 # 如果数量达标,则不能再放置/生成矿车。 # 值设置为 -1 可以禁用限制(默认值)。 maxCartsPerWorld: -1 |