- nerf_creeper:
- explodeblocks: false ——默认不可破坏,改成true会有破坏力
- depth: 0 #that is, everywhere
- # yield: not set; defaults to system default —— 不用管
- # blocklist: not set ——也不用管
- whitelist: false ——是否开启白名单,true 是, false 否
- entitydamage: —— 针对不同对象是否造成伤害,true为有伤害,false为无伤害
- toplayer: true ——对玩家
- tomob: true ——对怪物
- toitem: true ——对物品
- todrops: false ——对掉落的物品
- topainting: false ——对画
- depth: 0 #effective everywhere
- effects: true (这里应该是指爆炸效果吧)
- whitelist: false
- fire: false ——是否起火
复制代码- nerf_wither:
- explodeblocks: false —— 能否炸毁方块,以下部分同JJ
- depth: 0 #that is, everywhere
- # yield: not set; defaults to system default
- # blocklist: not set
- entitydamage:
- toplayer: true
- tomob: true
- toitem: false
- todrops: false
- topainting: false
- depth: 0 #effective everywhere
- effects: true
- whitelist: false
- fire: false
- # Below affects Wither "walking" through blocks or when damaged. blocklist will apply
- destroyblocks: true ——凋零经过方块时能否摧毁方块
复制代码nerf_dragon:
# Dragon actually explodes blocks he flies through
explodeblocks: true —— 是否破坏方块,默认是
whitelist: false
# blocklist: SAND, DIRT —— 这是方块名单
- 火球 —— 这部分是针对 恶魂、火焰弹、凋零的火球
- # This section affects ghast fire, fire charges, and wither skulls
- nerf_fireball:
- explodeblocks: false —— 是否破坏方块,默认否,以下参看JJ部分
- depth: 0 #that is, everywhere
- # yield: not set; defaults to system default
- entitydamage:
- toplayer: true
- tomob: true
- toitem: true
- todrops: false
- topainting: false
- depth: 0 #that is, everywhere
- effects: true
- fire: true
复制代码- nerf_tnt:
- explodeblocks: false ——是否破坏方块,默认否,以下参看JJ部分
- depth: 0 #that is, everywhere
- # yield: not set; defaults to system default
- # blocklist: not set
- entitydamage:
- toplayer: true
- tomob: true
- toitem: true
- todrops: false
- topainting: false
- depth: 0 #that is, everywhere
- effects: true
- whitelist: false
- fire: false
复制代码- nerf_endermen:
- spawnok: true ——是否刷新,true为是,false为否
- teleportok: true ——是否瞬移
- blockliftok: true ——是否拿方块
- blockplaceok: true ——是否放置方块
- whitelist: false ——是否开启白名单,默认否,如果开启,小黑会拿起blocklist里的方块
- # blocklist: 2,3,12,13,37,38,39,40,46,81,82,86,103,110 ——这些是在没有mod、插件作用下小黑能拿起的方块,如果开启白名单,小黑会拿起这些方块,你可以删减其中的方块
- # Above are the only blocks un-modded MC allows Endermen to pick up
- # You can either leave the ones you want them to ignore, or
- # set whitelist=true and delete the ones you want
- # Note that Blocklist only applies at pickup. No blocklist for placement.
复制代码- nerf_lightning: ——以下参看JJ部分
- entitydamage:
- toplayer: true
- tomob: true
- toitem: true
- todrops: true
- topainting: true
复制代码- nerf_beds: false
- 这是毛??最近一个版本更新的东西,表示不懂.... 欢迎各位补充。
复制代码
- nerfed_worlds:
- - world
- - nether
- - world_the_end
- 如果你有多个世界,且想使用以上配置,请在这里添加世界名单
复制代码 |