TrainCarts/Lag/13 [ja]

From BergerHealer Wiki
Revision as of 02:12, 18 June 2026 by Saihou-Heiki (talk | contribs) (Created page with "Spawnerサインの使いすぎや、プレイヤーが配置しまくるなどでサーバーが停止してしまうのを避けるため、<code>plugins/Train_Carts/config.yml</code>を変更して、どれくらいの列車やトロッコがひとつのワールド内に存在できるのかを設定できます。 <pre> # Limits of the amount of carts on the server cartLimits: # Maximum number of TrainCarts minecarts allowed per world # If there are more than th...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Spawnerサインの使いすぎや、プレイヤーが配置しまくるなどでサーバーが停止してしまうのを避けるため、plugins/Train_Carts/config.ymlを変更して、どれくらいの列車やトロッコがひとつのワールド内に存在できるのかを設定できます。

# 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