- UID
- 15396
- 阅读权限
- 50
- 注册时间
- 2014-6-22
- 最后登录
- 1970-1-1
- 在线时间
- 小时
- 人气
- 点
- MC币
- 个
- 贡献
- 点
TA的每日心情 | 奋斗 2015-1-9 10:03 |
---|
签到天数: 117 天 [LV.6]常住居民II
|
本帖最后由 小豹猫 于 2016-4-14 14:00 编辑
AntiCreeper——预防苦力怕
简介
该插件可以让苦力怕的爆炸不对方块产生破坏,甚至可以让伤害也可以去除。
功能
苦力怕爆炸不对方块产生破坏。
现在不仅可以设置苦力怕,凋零、魔影龙、小黑等都能设置了。如下:
苦力怕
01.nerf_creeper:
02.explodeblocks: false——默认不可破坏,改成true会有破坏力
03.depth: 0 #that is, everywhere
04.#yield:not set; defaults to system default —— 不用管
05.#blocklist:not set ——也不用管
06.whitelist: false ——是否开启白名单,true 是, false 否
07.entitydamage: —— 针对不同对象是否造成伤害,true为有伤害,false为无伤害
08.toplayer: true ——对玩家
09.tomob: true ——对怪物
10.toitem: true ——对物品
11.todrops: false ——对掉落的物品
12.topainting: false ——对画
13.depth: 0 #effective everywhere
14.effects: true (这里应该是指爆炸效果吧)
15.whitelist: false
16.fire: false ——是否起火
凋零BOSS
01.nerf_wither:
02.explodeblocks: false —— 能否炸毁方块,以下部分同JJ
03.depth: 0 #that is, everywhere
04.#yield:not set; defaults to system default
05.#blocklist:not set
06.entitydamage:
07.toplayer: true
08.tomob: true
09.toitem: false
10.todrops: false
11.topainting: false
12.depth: 0 #effective everywhere
13.effects: true
14.whitelist: false
15.fire: false
16.# Below affects Wither "walking" through blocks or when damaged. blocklist will apply
17.destroyblocks: true ——凋零经过方块时能否摧毁方块
末影龙
nerf_dragon:
# Dragon actually explodes blocks he flies through
explodeblocks: true —— 是否破坏方块,默认是
whitelist: false
#blocklist: SAND, DIRT —— 这是方块名单
火球 —— 这部分是针对 恶魂、火焰弹、凋零的火球
01.# This section affects ghast fire, fire charges, and wither skulls
02.nerf_fireball:
03.explodeblocks: false —— 是否破坏方块,默认否,以下参看JJ部分
04.depth: 0 #that is, everywhere
05.#yield:not set; defaults to system default
06.entitydamage:
07.toplayer: true
08.tomob: true
09.toitem: true
10.todrops: false
11.topainting: false
12.depth: 0 #that is, everywhere
13.effects: true
14.fire: true
TNT
01.nerf_tnt:
02.explodeblocks: false ——是否破坏方块,默认否,以下参看JJ部分
03.depth: 0 #that is, everywhere
04.#yield:not set; defaults to system default
05.#blocklist:not set
06.entitydamage:
07.toplayer: true
08.tomob: true
09.toitem: true
10.todrops: false
11.topainting: false
12.depth: 0 #that is, everywhere
13.effects: true
14.whitelist: false
15.fire: false
小黑
01.nerf_endermen:
02.spawnok: true ——是否刷新,true为是,false为否
03.teleportok: true ——是否瞬移
04.blockliftok: true ——是否拿方块
05.blockplaceok: true ——是否放置方块
06.whitelist: false ——是否开启白名单,默认否,如果开启,小黑会拿起blocklist里的方块
07.#blocklist: 2,3,12,13,37,38,39,40,46,81,82,86,103,110 ——这些是在没有mod、插件作用下小黑能拿起的方块,如果开启白名单,小黑会拿起这些方块,你可以删减其中的方块
08.# Above are the only blocks un-modded MC allows Endermen to pick up
09.# You can either leave the ones you want them to ignore, or
10.#set whitelist=true and delete the ones you want
11.# Note that Blocklist only applies at pickup. No blocklist for placement.
闪电
01.nerf_lightning: ——以下参看苦力怕部分
02.entitydamage:
03.toplayer: true
04.tomob: true
05.toitem: true
06.todrops: true
07.topainting: true
以上配置适用的世界
01.nerfed_worlds:
02.- world
03.- nether
04.- world_the_end
05.如果你有多个世界,且想使用以上配置,请在这里添加世界名单
安装
把下载下来的jar文件放进\plugins文件夹内,重启服务器。
总结
这插件越来越无节操了。
下载地址
|
|