498525451
玩家可以对玩家造成伤害 但是怪物就像摆设一样 我想让地皮刷怪 而且怪物对玩家有伤害

紅月阿
看看地皮插件的配置文件,是否设置玩家地皮内怪物伤害为false

498525451
Angel_girl 发表于 2016-10-6 10:18
看看地皮插件的配置文件,是否设置玩家地皮内怪物伤害为false

请问是哪个?
  1. usemySQL: false
  2. mySQLconn: jdbc:mysql://localhost:3306/minecraft
  3. mySQLuname: root
  4. mySQLpass: password
  5. globalUseEconomy: false
  6. allowWorldTeleport: true
  7. defaultWEAnywhere: false
  8. NbClearSpools: 3
  9. NbBlocksPerClearStep: 50000
  10. AdvancedLogging: false
  11. worlds:
  12.   plotworld:
  13.     PlotAutoLimit: 1000
  14.     DaysToExpiration: 7
  15.     ProtectedBlocks:
  16.     - 54
  17.     - 61
  18.     - 54
  19.     - 62
  20.     - 120
  21.     - 94
  22.     - 93
  23.     - 84
  24.     - 25
  25.     - 355
  26.     - 118
  27.     - 117
  28.     - 138
  29.     - 140
  30.     - 145
  31.     - 154
  32.     - 23
  33.     - 158
  34.     PreventedItems:
  35.     - '351:15'
  36.     - '259'
  37.     - '328'
  38.     - '343'
  39.     - '342'
  40.     - '333'
  41.     economy:
  42.       UseEconomy: false
  43.       CanPutOnSale: false
  44.       RefundClaimPriceOnReset: false
  45.       RefundClaimPriceOnSetOwner: false
  46.       ClaimPrice: 0.0
  47.       ClearPrice: 0.0
  48.       AddPlayerPrice: 0.0
  49.       DenyPlayerPrice: 0.0
  50.       RemovePlayerPrice: 0.0
  51.       UndenyPlayerPrice: 0.0
  52.       PlotHomePrice: 0.0
  53.       SellToPlayerPrice: 0.0
  54.       BiomeChangePrice: 0.0
  55.       ProtectPrice: 0.0
  56.       DisposePrice: 0.0
  57.     AutoLinkPlots: true
  58.     DisableExplosion: true
  59.     DisableIgnition: true
  60.     UseProgressiveClear: false
  61.     Projectiles: true
复制代码

wu_sha
看看地皮插件的配置文件,是否设置玩家地皮内怪物伤害为false