TrainCarts/Lag/13 [ja]

From BergerHealer Wiki
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