您尚未登录,请登录后浏览更多内容! 登录 | 加入最MC

QQ登录

只需一步,快速开始

 找回密码
 加入最MC

QQ登录

只需一步,快速开始

查看: 2591|回复: 5
打印 上一主题 下一主题

[转载插件] [娱乐|汉化]Safe Creeper - 安全的爬行者|怕新手遇见苦力怕?[1.5.3-1.9.4]

[复制链接]
  • TA的每日心情
    擦汗
    2017-7-5 10:19
  • 签到天数: 13 天

    [LV.3]偶尔看看II

    跳转到指定楼层
    楼主
    发表于 2017-2-23 20:07:50 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
    服务端插件
    中文名称: 安全的爬行者
    英文名称: Safe Creeper
    来源: 转载
    类型: |Bukkit/Spigot插件| 
    前置插件: Vault|Essentials
    原帖地址: https://dev.bukkit.org/projects/safe-creeper
    下载地址: https://dev.bukkit.org/projects/safe-creeper
    更新时间: 2017-02-23
    语言支持: 简体中文 
    本帖最后由 阿萨德的 于 2017-2-23 20:09 编辑
    官方图




    作者的话

    What is Safe Creeper
    Control creepers, Withers, EnderDragons, Enderman, TNT, Fireballs and a lot more!

    With Safe Creeper you can control creeper explosions and other things like, fireballs, TNT, Enderman and a lot of other things, you can set if a creeper explosions destroys blocks. You can set if Zombie's can break down doors. You can also set a lot of other things, the possibilities are almost endless! A few other examples are that you can set up if players are able to use TNT blocks, if creepers will explode above the surface and underneath they wont, set if Enderman can place and break blocks, even if they can clone blocks, explosion sounds, smoke effects and a lot of more things. The plugins is fully configurable and it has multi world support. This is a must have for most server administrators.




    前言
    ·本人只是负责搬运·
    ·这是CraftBukkit插件,你如果的是Spigot服务端·
    ·别尝试了·
    ·配置文件我汉化了很久·
    ·如有什么BUG,请联系,能做到的我一定会出手相助·



    配置文件
    ·长达2511行,请慎用·
    1. # 这是所有世界的全局设置,如果世界有自己的设置文件会覆盖这些设置。
    2. # 爬行者(怪物)
    3. CreeperControl:
    4.     Enabled: true
    5.     DestroyWorld: false
    6.     EnableExplosionSound: true
    7.     EnableExplosionSmoke: true
    8.     CostumExplosionStrength:
    9.         Enabled: false
    10.         ExplosionStrength: 3
    11.     CustomExplosions:
    12.         Enabled: false
    13.         Throw:
    14.             Enabled: false
    15.             ThrowPlayers: true
    16.             ThrowMobs: true
    17.             ThrowSpeedMultiplier: 1
    18.         FlyingBlocks:
    19.             Enabled: false
    20.             Chance: 80
    21.     ExplosionRebuild:
    22.         Enabled: false
    23.         RebuildDelay: 60
    24.         RebuildBlockInterval: 1
    25.     Spawning:
    26.         CanSpawnByBreeding: true
    27.         CanSpawnWithWorldGeneration: true
    28.         CanSpawnCustom: true
    29.         CanSpawnNaturally: true
    30.         CanSpawnFromSpawner: true
    31.         CanSpawnFromSpawnerEgg: true
    32.         CanSpawnFromOther: true
    33.     SpawningPotionEffects:
    34.         Enabled: false
    35.         Effects: {}
    36.     CustomHealth:
    37.         Enabled: false
    38.         MinHealth: 20
    39.         MaxHealth: 20
    40.     CustomEquipment:
    41.         Enabled: false
    42.         EquipmentSets: {}
    43.     CustomDrops:
    44.         Enabled: false
    45.         OverwriteDefaultDrops: false
    46.         XP:
    47.             Enabled: false
    48.             DropXP: true
    49.             DropChance: 100
    50.             Multiplier: 1
    51.         Skull:
    52.             Enabled: false
    53.             AddToInventory: true
    54.             Chance: 1
    55.             Amount: 1
    56.     Reviving:
    57.         Enabled: false
    58.         Chance: 25
    59.         Radius: 0
    60.         MinDelay: 0
    61.         MaxDelay: 1.5
    62.         RememberTarget: true
    63.         Reviver:
    64.             Enabled: false
    65.             MaxDistance: 16
    66.             BroadcastRevive: true
    67.             BroadcastRadius: 25
    68.     Despawning:
    69.         Enabled: false
    70.         DespawnWhenFarAway: true
    71.     Portals:
    72.         Enabled: false
    73.         CanTeleportThroughNetherPortal: true
    74.         CanTeleportThroughEndPortal: true
    75.         RememberVelocity: true
    76.     CanDrown: true
    77.     AlwaysPowered: false
    78.     ExplodeOnDeath: false
    79.     CanPickupItems: false
    80.     CanTargetPlayer: true
    81.     CanTargetMob: true
    82.     DamagePlayers: true
    83.     DamageMobs: true
    84.     PoweredByLightning: true
    85.     Effects:
    86.         Enabled: false
    87.         Triggers: {}
    88.     Locations: {}
    89.     States: {}

    90. # 蝙蝠 (群)
    91. BatControl:
    92.     Enabled: false
    93.     Spawning:
    94.         CanSpawnByBreeding: true
    95.         CanSpawnWithWorldGeneration: true
    96.         CanSpawnCustom: true
    97.         CanSpawnNaturally: true
    98.         CanSpawnFromSpawner: true
    99.         CanSpawnFromSpawnerEgg: true
    100.         CanSpawnFromOther: true
    101.     SpawningPotionEffects:
    102.         Enabled: false
    103.         Effects: {}
    104.     CustomHealth:
    105.         Enabled: false
    106.         MinHealth: 6
    107.         MaxHealth: 6
    108.     CustomEquipment:
    109.         Enabled: false
    110.         EquipmentSets: {}
    111.     CustomDrops:
    112.         Enabled: false
    113.         OverwriteDefaultDrops: false
    114.         XP:
    115.             Enabled: false
    116.             DropXP: true
    117.             DropChance: 100
    118.             Multiplier: 1
    119.     Reviving:
    120.         Enabled: false
    121.         Chance: 25
    122.         Radius: 0
    123.         MinDelay: 0
    124.         MaxDelay: 1.5
    125.         RememberTarget: true
    126.         Reviver:
    127.             Enabled: false
    128.             MaxDistance: 16
    129.             BroadcastRevive: true
    130.             BroadcastRadius: 25
    131.     Despawning:
    132.         Enabled: false
    133.         DespawnWhenFarAway: true
    134.     Portals:
    135.         Enabled: false
    136.         CanTeleportThroughNetherPortal: true
    137.         CanTeleportThroughEndPortal: true
    138.         RememberVelocity: true
    139.     CanDrown: true
    140.     CanPickupItems: false
    141.     CanTargetPlayer: true
    142.     CanTargetMob: true
    143.     Effects:
    144.         Enabled: false
    145.         Triggers: {}
    146.     Locations: {}

    147. #  烈焰人(群)
    148. BlazeControl:
    149.     Enabled: false
    150.     Spawning:
    151.         CanSpawnByBreeding: true
    152.         CanSpawnWithWorldGeneration: true
    153.         CanSpawnCustom: true
    154.         CanSpawnNaturally: true
    155.         CanSpawnFromSpawner: true
    156.         CanSpawnFromSpawnerEgg: true
    157.         CanSpawnFromOther: true
    158.     SpawningPotionEffects:
    159.         Enabled: false
    160.         Effects: {}
    161.     CustomHealth:
    162.         Enabled: false
    163.         MinHealth: 20
    164.         MaxHealth: 20
    165.     CustomEquipment:
    166.         Enabled: false
    167.         EquipmentSets: {}
    168.     CustomDrops:
    169.         Enabled: false
    170.         OverwriteDefaultDrops: false
    171.         XP:
    172.             Enabled: false
    173.             DropXP: true
    174.             DropChance: 100
    175.             Multiplier: 1
    176.     Reviving:
    177.         Enabled: false
    178.         Chance: 25
    179.         Radius: 0
    180.         MinDelay: 0
    181.         MaxDelay: 1.5
    182.         RememberTarget: true
    183.         Reviver:
    184.             Enabled: false
    185.             MaxDistance: 16
    186.             BroadcastRevive: true
    187.             BroadcastRadius: 25
    188.     Despawning:
    189.         Enabled: false
    190.         DespawnWhenFarAway: true
    191.     Portals:
    192.         Enabled: false
    193.         CanTeleportThroughNetherPortal: true
    194.         CanTeleportThroughEndPortal: true
    195.         RememberVelocity: true
    196.     CanDrown: true
    197.     CanLaunchProjectile: true
    198.     CanPickupItems: false
    199.     CanTargetPlayer: true
    200.     CanTargetMob: true
    201.     DamagePlayers: true
    202.     DamageMobs: true
    203.     Effects:
    204.         Enabled: false
    205.         Triggers: {}
    206.     Locations: {}

    207. # 洞穴蜘蛛 (mob)
    208. CaveSpiderControl:
    209.     Enabled: false
    210.     Spawning:
    211.         CanSpawnByBreeding: true
    212.         CanSpawnWithWorldGeneration: true
    213.         CanSpawnCustom: true
    214.         CanSpawnNaturally: true
    215.         CanSpawnFromSpawner: true
    216.         CanSpawnFromSpawnerEgg: true
    217.         CanSpawnFromOther: true
    218.     SpawningPotionEffects:
    219.         Enabled: false
    220.         Effects: {}
    221.     CustomHealth:
    222.         Enabled: false
    223.         MinHealth: 12
    224.         MaxHealth: 12
    225.     CustomEquipment:
    226.         Enabled: false
    227.         EquipmentSets: {}
    228.     CustomDrops:
    229.         Enabled: false
    230.         OverwriteDefaultDrops: false
    231.         XP:
    232.             Enabled: false
    233.             DropXP: true
    234.             DropChance: 100
    235.             Multiplier: 1
    236.     Reviving:
    237.         Enabled: false
    238.         Chance: 25
    239.         Radius: 0
    240.         MinDelay: 0
    241.         MaxDelay: 1.5
    242.         RememberTarget: true
    243.         Reviver:
    244.             Enabled: false
    245.             MaxDistance: 16
    246.             BroadcastRevive: true
    247.             BroadcastRadius: 25
    248.     Despawning:
    249.         Enabled: false
    250.         DespawnWhenFarAway: true
    251.     Portals:
    252.         Enabled: false
    253.         CanTeleportThroughNetherPortal: true
    254.         CanTeleportThroughEndPortal: true
    255.         RememberVelocity: true
    256.     CanDrown: true
    257.     CanPickupItems: false
    258.     CanTargetPlayer: true
    259.     CanTargetMob: true
    260.     DamagePlayers: true
    261.     DamageMobs: true
    262.     Effects:
    263.         Enabled: false
    264.         Triggers: {}
    265.     Locations: {}

    266. # 鸡 (mob)
    267. ChickenControl:
    268.     Enabled: false
    269.     Spawning:
    270.         CanSpawnByBreeding: true
    271.         CanSpawnWithWorldGeneration: true
    272.         CanSpawnCustom: true
    273.         CanSpawnFromEgg: true
    274.         CanSpawnNaturally: true
    275.         CanSpawnFromSpawner: true
    276.         CanSpawnFromSpawnerEgg: true
    277.         CanSpawnFromOther: true
    278.     SpawningPotionEffects:
    279.         Enabled: false
    280.         Effects: {}
    281.     CustomAge:
    282.         Enabled: false
    283.         Age:
    284.             Enabled: false
    285.             MinAge: 1
    286.             MaxAge: 1
    287.             AgeLock: false
    288.         Baby:
    289.             Enabled: true
    290.             SpawnAsBaby: true
    291.             SpawnAsBabyChance: 50
    292.     CustomHealth:
    293.         Enabled: false
    294.         MinHealth: 4
    295.         MaxHealth: 4
    296.     CustomEquipment:
    297.         Enabled: false
    298.         EquipmentSets: {}
    299.     CustomDrops:
    300.         Enabled: false
    301.         OverwriteDefaultDrops: false
    302.         XP:
    303.             Enabled: false
    304.             DropXP: true
    305.             DropChance: 100
    306.             Multiplier: 1
    307.     Reviving:
    308.         Enabled: false
    309.         Chance: 25
    310.         Radius: 0
    311.         MinDelay: 0
    312.         MaxDelay: 1.5
    313.         RememberTarget: true
    314.         Reviver:
    315.             Enabled: false
    316.             MaxDistance: 16
    317.             BroadcastRevive: true
    318.             BroadcastRadius: 25
    319.     Despawning:
    320.         Enabled: false
    321.         DespawnWhenFarAway: true
    322.     Portals:
    323.         Enabled: false
    324.         CanTeleportThroughNetherPortal: true
    325.         CanTeleportThroughEndPortal: true
    326.         RememberVelocity: true
    327.     CanDrown: true
    328.     CanPickupItems: false
    329.     CanTargetPlayer: true
    330.     CanTargetMob: true
    331.     Effects:
    332.         Enabled: false
    333.         Triggers: {}
    334.     Locations: {}

    335. # 牛 (mob)
    336. CowControl:
    337.     Enabled: false
    338.     Spawning:
    339.         CanSpawnByBreeding: true
    340.         CanSpawnWithWorldGeneration: true
    341.         CanSpawnCustom: true
    342.         CanSpawnNaturally: true
    343.         CanSpawnFromSpawner: true
    344.         CanSpawnFromSpawnerEgg: true
    345.         CanSpawnFromOther: true
    346.     SpawningPotionEffects:
    347.         Enabled: false
    348.         Effects: {}
    349.     CustomAge:
    350.         Enabled: false
    351.         Age:
    352.             Enabled: false
    353.             MinAge: 1
    354.             MaxAge: 1
    355.             AgeLock: false
    356.         Baby:
    357.             Enabled: true
    358.             SpawnAsBaby: true
    359.             SpawnAsBabyChance: 50
    360.     CustomHealth:
    361.         Enabled: false
    362.         MinHealth: 10
    363.         MaxHealth: 10
    364.     CustomEquipment:
    365.         Enabled: false
    366.         EquipmentSets: {}
    367.     CustomDrops:
    368.         Enabled: false
    369.         OverwriteDefaultDrops: false
    370.         XP:
    371.             Enabled: false
    372.             DropXP: true
    373.             DropChance: 100
    374.             Multiplier: 1
    375.     Reviving:
    376.         Enabled: false
    377.         Chance: 25
    378.         Radius: 0
    379.         MinDelay: 0
    380.         MaxDelay: 1.5
    381.         RememberTarget: true
    382.         Reviver:
    383.             Enabled: false
    384.             MaxDistance: 16
    385.             BroadcastRevive: true
    386.             BroadcastRadius: 25
    387.     Despawning:
    388.         Enabled: false
    389.         DespawnWhenFarAway: true
    390.     Portals:
    391.         Enabled: false
    392.         CanTeleportThroughNetherPortal: true
    393.         CanTeleportThroughEndPortal: true
    394.         RememberVelocity: true
    395.     CanDrown: true
    396.     CanPickupItems: false
    397.     CanTargetPlayer: true
    398.     CanTargetMob: true
    399.     Effects:
    400.         Enabled: false
    401.         Triggers: {}
    402.     Locations: {}

    403. # 末影水晶 (entity)
    404. EnderCrystalControl:
    405.     Enabled: false
    406.     DestroyWorld: true
    407.     EnableExplosionSound: true
    408.     EnableExplosionSmoke: true
    409.     CostumExplosionStrength:
    410.         Enabled: false
    411.         ExplosionStrength: 3
    412.     CustomExplosions:
    413.         Enabled: false
    414.         Throw:
    415.             Enabled: false
    416.             ThrowPlayers: true
    417.             ThrowMobs: true
    418.             ThrowSpeedMultiplier: 1
    419.         FlyingBlocks:
    420.             Enabled: false
    421.             Chance: 80
    422.     ExplosionRebuild:
    423.         Enabled: false
    424.         RebuildDelay: 60
    425.         RebuildBlockInterval: 1
    426.     DamagePlayers: true
    427.     DamageMobs: true
    428.     Effects:
    429.         Enabled: false
    430.         Triggers: {}
    431.     Locations: {}
    432.     States: {}

    433. # 末影龙 (mob)
    434. EnderDragonControl:
    435.     Enabled: true
    436.     DestroyWorld: false
    437.     EnableExplosionSound: true
    438.     EnableExplosionSmoke: true
    439.     CostumExplosionStrength:
    440.         Enabled: false
    441.         ExplosionStrength: 2
    442.     CustomExplosions:
    443.         Enabled: false
    444.         Throw:
    445.             Enabled: false
    446.             ThrowPlayers: true
    447.             ThrowMobs: true
    448.             ThrowSpeedMultiplier: 1
    449.         FlyingBlocks:
    450.             Enabled: false
    451.             Chance: 80
    452.     ExplosionRebuild:
    453.         Enabled: false
    454.         RebuildDelay: 60
    455.         RebuildBlockInterval: 1
    456.     Spawning:
    457.         CanSpawnByBreeding: true
    458.         CanSpawnWithWorldGeneration: true
    459.         CanSpawnCustom: true
    460.         CanSpawnNaturally: true
    461.         CanSpawnFromSpawner: true
    462.         CanSpawnFromSpawnerEgg: true
    463.         CanSpawnFromOther: true
    464.     SpawningPotionEffects:
    465.         Enabled: false
    466.         Effects: {}
    467.     CustomHealth:
    468.         Enabled: false
    469.         MinHealth: 200
    470.         MaxHealth: 200
    471.     CustomEquipment:
    472.         Enabled: false
    473.         EquipmentSets: {}
    474.     CustomDrops:
    475.         Enabled: false
    476.         OverwriteDefaultDrops: false
    477.         XP:
    478.             Enabled: false
    479.             DropXP: true
    480.             DropChance: 100
    481.             Multiplier: 1
    482.     Reviving:
    483.         Enabled: false
    484.         Chance: 25
    485.         Radius: 0
    486.         MinDelay: 0
    487.         MaxDelay: 1.5
    488.         RememberTarget: true
    489.         Reviver:
    490.             Enabled: false
    491.             MaxDistance: 16
    492.             BroadcastRevive: true
    493.             BroadcastRadius: 25
    494.     Despawning:
    495.         Enabled: false
    496.         DespawnWhenFarAway: false
    497.     Portals:
    498.         Enabled: false
    499.         CanTeleportThroughNetherPortal: true
    500.         CanTeleportThroughEndPortal: true
    501.         RememberVelocity: true
    502.     CanDrown: true
    503.     CanPickupItems: false
    504.     CanTargetPlayer: true
    505.     CanTargetMob: true
    506.     DamagePlayers: true
    507.     DamageMobs: true
    508.     Effects:
    509.         Enabled: false
    510.         Triggers: {}
    511.     Locations: {}

    512. # 小黑 (mob)
    513. EndermanControl:
    514.     Enabled: false
    515.     CanPlaceBlock: false
    516.     CanPickupBlock: false
    517.     # 如果一个endermen想小块,和他不能,不要打破块但endermen得到克隆块在他的手中
    518.     CanCloneBlock: true
    519.     # 如果一个endermen想一个街区的地方,和他不能,不要把任何东西但删除屏蔽他的手
    520.     ClearHandsOnPlace: true
    521.     DestructionRebuild:
    522.         Enabled: false
    523.         RebuildDelay: 60
    524.     Spawning:
    525.         CanSpawnByBreeding: true
    526.         CanSpawnWithWorldGeneration: true
    527.         CanSpawnCustom: true
    528.         CanSpawnNaturally: true
    529.         CanSpawnFromSpawner: true
    530.         CanSpawnFromSpawnerEgg: true
    531.         CanSpawnFromOther: true
    532.     SpawningPotionEffects:
    533.         Enabled: false
    534.         Effects: {}
    535.     CustomHealth:
    536.         Enabled: false
    537.         MinHealth: 40
    538.         MaxHealth: 40
    539.     CustomEquipment:
    540.         Enabled: false
    541.         EquipmentSets: {}
    542.     CustomDrops:
    543.         Enabled: false
    544.         OverwriteDefaultDrops: false
    545.         DropItemOnDeath: false
    546.         XP:
    547.             Enabled: false
    548.             DropXP: true
    549.             DropChance: 100
    550.             Multiplier: 1
    551.     Reviving:
    552.         Enabled: false
    553.         Chance: 25
    554.         Radius: 0
    555.         MinDelay: 0
    556.         MaxDelay: 1.5
    557.         RememberTarget: true
    558.         Reviver:
    559.             Enabled: false
    560.             MaxDistance: 16
    561.             BroadcastRevive: true
    562.             BroadcastRadius: 25
    563.     Despawning:
    564.         Enabled: false
    565.         DespawnWhenFarAway: true
    566.     Portals:
    567.         Enabled: false
    568.         CanTeleportThroughNetherPortal: true
    569.         CanTeleportThroughEndPortal: true
    570.         RememberVelocity: true
    571.     CanDrown: true
    572.     CanTeleport: true
    573.     CanPickupItems: false
    574.     CanTargetPlayer: true
    575.     CanTargetMob: true
    576.     DamagePlayers: true
    577.     DamageMobs: true
    578.     Effects:
    579.         Enabled: false
    580.         Triggers: {}
    581.     Locations: {}

    582. # 恶魂 (mob)
    583. GhastControl:
    584.     Enabled: false
    585.     Spawning:
    586.         CanSpawnByBreeding: true
    587.         CanSpawnWithWorldGeneration: true
    588.         CanSpawnCustom: true
    589.         CanSpawnNaturally: true
    590.         CanSpawnFromSpawner: true
    591.         CanSpawnFromSpawnerEgg: true
    592.         CanSpawnFromOther: true
    593.     SpawningPotionEffects:
    594.         Enabled: false
    595.         Effects: {}
    596.     CustomHealth:
    597.         Enabled: false
    598.         MinHealth: 10
    599.         MaxHealth: 10
    600.     CustomEquipment:
    601.         Enabled: false
    602.         EquipmentSets: {}
    603.     CustomDrops:
    604.         Enabled: false
    605.         OverwriteDefaultDrops: false
    606.         XP:
    607.             Enabled: false
    608.             DropXP: true
    609.             DropChance: 100
    610.             Multiplier: 1
    611.     Reviving:
    612.         Enabled: false
    613.         Chance: 25
    614.         Radius: 0
    615.         MinDelay: 0
    616.         MaxDelay: 1.5
    617.         RememberTarget: true
    618.         Reviver:
    619.             Enabled: false
    620.             MaxDistance: 16
    621.             BroadcastRevive: true
    622.             BroadcastRadius: 25
    623.     Despawning:
    624.         Enabled: false
    625.         DespawnWhenFarAway: true
    626.     Portals:
    627.         Enabled: false
    628.         CanTeleportThroughNetherPortal: true
    629.         CanTeleportThroughEndPortal: true
    630.         RememberVelocity: true
    631.     CanDrown: true
    632.     CanLaunchProjectile: true
    633.     CanPickupItems: false
    634.     CanTargetPlayer: true
    635.     CanTargetMob: true
    636.     DamagePlayers: true
    637.     DamageMobs: true
    638.     Effects:
    639.         Enabled: false
    640.         Triggers: {}
    641.     Locations: {}

    642. # 僵尸巨人 (mob)
    643. GiantControl:
    644.     Enabled: false
    645.     Spawning:
    646.         CanSpawnByBreeding: true
    647.         CanSpawnWithWorldGeneration: true
    648.         CanSpawnCustom: true
    649.         CanSpawnNaturally: true
    650.         CanSpawnFromSpawner: true
    651.         CanSpawnFromSpawnerEgg: true
    652.         CanSpawnFromOther: true
    653.     SpawningPotionEffects:
    654.         Enabled: false
    655.         Effects: {}
    656.     CustomHealth:
    657.         Enabled: false
    658.         MinHealth: 100
    659.         MaxHealth: 100
    660.     CustomEquipment:
    661.         Enabled: false
    662.         EquipmentSets: {}
    663.     CustomDrops:
    664.         Enabled: false
    665.         OverwriteDefaultDrops: false
    666.         XP:
    667.             Enabled: false
    668.             DropXP: true
    669.             DropChance: 100
    670.             Multiplier: 1
    671.     Reviving:
    672.         Enabled: false
    673.         Chance: 25
    674.         Radius: 0
    675.         MinDelay: 0
    676.         MaxDelay: 1.5
    677.         RememberTarget: true
    678.         Reviver:
    679.             Enabled: false
    680.             MaxDistance: 16
    681.             BroadcastRevive: true
    682.             BroadcastRadius: 25
    683.     Despawning:
    684.         Enabled: false
    685.         DespawnWhenFarAway: true
    686.     Portals:
    687.         Enabled: false
    688.         CanTeleportThroughNetherPortal: true
    689.         CanTeleportThroughEndPortal: true
    690.         RememberVelocity: true
    691.     CanDrown: true
    692.     CanPickupItems: false
    693.     CanTargetPlayer: true
    694.     CanTargetMob: true
    695.     DamagePlayers: true
    696.     DamageMobs: true
    697.     Effects:
    698.         Enabled: false
    699.         Triggers: {}
    700.     Locations: {}

    701. # 铁傀儡 (mob)
    702. IronGolemControl:
    703.     Enabled: false
    704.     Spawning:
    705.         CanSpawnByBreeding: true
    706.         CanSpawnWhenBuild: true
    707.         CanSpawnWithWorldGeneration: true
    708.         CanSpawnCustom: true
    709.         CanSpawnNaturally: true
    710.         CanSpawnFromSpawner: true
    711.         CanSpawnFromSpawnerEgg: true
    712.         CanSpawnForVillageDefence: true
    713.         CanSpawnFromOther: true
    714.     SpawningPotionEffects:
    715.         Enabled: false
    716.         Effects: {}
    717.     CustomHealth:
    718.         Enabled: false
    719.         MinHealth: 100
    720.         MaxHealth: 100
    721.     CustomEquipment:
    722.         Enabled: false
    723.         EquipmentSets: {}
    724.     CustomDrops:
    725.         Enabled: false
    726.         OverwriteDefaultDrops: false
    727.         XP:
    728.             Enabled: false
    729.             DropXP: true
    730.             DropChance: 100
    731.             Multiplier: 1
    732.     Reviving:
    733.         Enabled: false
    734.         Chance: 25
    735.         Radius: 0
    736.         MinDelay: 0
    737.         MaxDelay: 1.5
    738.         RememberTarget: true
    739.         Reviver:
    740.             Enabled: false
    741.             MaxDistance: 16
    742.             BroadcastRevive: true
    743.             BroadcastRadius: 25
    744.     Despawning:
    745.         Enabled: false
    746.         DespawnWhenFarAway: true
    747.     Portals:
    748.         Enabled: false
    749.         CanTeleportThroughNetherPortal: true
    750.         CanTeleportThroughEndPortal: true
    751.         RememberVelocity: true
    752.     CanDrown: true
    753.     CanPickupItems: false
    754.     CanTargetPlayer: true
    755.     CanTargetMob: true
    756.     DamagePlayers: true
    757.     DamageMobs: true
    758.     Effects:
    759.         Enabled: false
    760.         Triggers: {}
    761.     Locations: {}

    762. # 岩浆史莱姆 (mob)
    763. MagmaCubeControl:
    764.     Enabled: false
    765.     Spawning:
    766.         CustomSize:
    767.             Enabled: false
    768.             MinSize: 1
    769.             MaxSize: 4
    770.         CanSpawnByBreeding: true
    771.         CanSpawnWithWorldGeneration: true
    772.         CanSpawnCustom: true
    773.         CanSpawnNaturally: true
    774.         CanSpawnFromSlimeSplit: true
    775.         CanSpawnFromSpawner: true
    776.         CanSpawnFromSpawnerEgg: true
    777.         CanSpawnFromOther: true
    778.     SpawningPotionEffects:
    779.         Enabled: false
    780.         Effects: {}
    781.     CustomHealth:
    782.         Enabled: false
    783.         MinHealth: 16
    784.         MaxHealth: 16
    785.     CustomEquipment:
    786.         Enabled: false
    787.         EquipmentSets: {}
    788.     CustomDrops:
    789.         Enabled: false
    790.         OverwriteDefaultDrops: false
    791.         XP:
    792.             Enabled: false
    793.             DropXP: true
    794.             DropChance: 100
    795.             Multiplier: 1
    796.     Reviving:
    797.         Enabled: false
    798.         Chance: 25
    799.         Radius: 0
    800.         MinDelay: 0
    801.         MaxDelay: 1.5
    802.         RememberTarget: true
    803.         Reviver:
    804.             Enabled: false
    805.             MaxDistance: 16
    806.             BroadcastRevive: true
    807.             BroadcastRadius: 25
    808.     Despawning:
    809.         Enabled: false
    810.         DespawnWhenFarAway: true
    811.     Portals:
    812.         Enabled: false
    813.         CanTeleportThroughNetherPortal: true
    814.         CanTeleportThroughEndPortal: true
    815.         RememberVelocity: true
    816.     CustomExplosions:
    817.         Enabled: false
    818.         FlyingBlocks:
    819.             Enabled: false
    820.             Chance: 80
    821.     CanDrown: true
    822.     SplitIntoCostumAmount:
    823.         Enabled: false
    824.         SplitIntoMin: 2
    825.         SplitIntoMax: 4
    826.     CanSplit: true
    827.     CanPickupItems: false
    828.     CanTargetPlayer: true
    829.     CanTargetMob: true
    830.     DamagePlayers: true
    831.     DamageMobs: true
    832.     Effects:
    833.         Enabled: false
    834.         Triggers: {}
    835.     Locations: {}

    836. # 不知道 (mob)
    837. MushroomCowControl:
    838.     Enabled: false
    839.     Spawning:
    840.         CanSpawnByBreeding: true
    841.         CanSpawnWithWorldGeneration: true
    842.         CanSpawnCustom: true
    843.         CanSpawnNaturally: true
    844.         CanSpawnFromSpawner: true
    845.         CanSpawnFromSpawnerEgg: true
    846.         CanSpawnFromOther: true
    847.     SpawningPotionEffects:
    848.         Enabled: false
    849.         Effects: {}
    850.     CustomAge:
    851.         Enabled: false
    852.         Age:
    853.             Enabled: false
    854.             MinAge: 1
    855.             MaxAge: 1
    856.             AgeLock: false
    857.         Baby:
    858.             Enabled: true
    859.             SpawnAsBaby: true
    860.             SpawnAsBabyChance: 50
    861.     CustomHealth:
    862.         Enabled: false
    863.         MinHealth: 10
    864.         MaxHealth: 10
    865.     CustomEquipment:
    866.         Enabled: false
    867.         EquipmentSets: {}
    868.     CustomDrops:
    869.         Enabled: false
    870.         OverwriteDefaultDrops: false
    871.         XP:
    872.             Enabled: false
    873.             DropXP: true
    874.             DropChance: 100
    875.             Multiplier: 1
    876.     Reviving:
    877.         Enabled: false
    878.         Chance: 25
    879.         Radius: 0
    880.         MinDelay: 0
    881.         MaxDelay: 1.5
    882.         RememberTarget: true
    883.         Reviver:
    884.             Enabled: false
    885.             MaxDistance: 16
    886.             BroadcastRevive: true
    887.             BroadcastRadius: 25
    888.     Despawning:
    889.         Enabled: false
    890.         DespawnWhenFarAway: true
    891.     Portals:
    892.         Enabled: false
    893.         CanTeleportThroughNetherPortal: true
    894.         CanTeleportThroughEndPortal: true
    895.         RememberVelocity: true
    896.     CanDrown: true
    897.     CanPickupItems: false
    898.     CanTargetPlayer: true
    899.     CanTargetMob: true
    900.     Effects:
    901.         Enabled: false
    902.         Triggers: {}
    903.     Locations: {}

    904. # 豹猫和猫 (mob)
    905. OcelotControl:
    906.     Enabled: false
    907.     Spawning:
    908.         CanSpawnByBreeding: true
    909.         CanSpawnWithWorldGeneration: true
    910.         CanSpawnCustom: true
    911.         CanSpawnNaturally: true
    912.         CanSpawnFromSpawner: true
    913.         CanSpawnFromSpawnerEgg: true
    914.         CanSpawnFromOther: true
    915.     SpawningPotionEffects:
    916.         Enabled: false
    917.         Effects: {}
    918.     CustomAge:
    919.         Enabled: false
    920.         Age:
    921.             Enabled: false
    922.             MinAge: 1
    923.             MaxAge: 1
    924.             AgeLock: false
    925.         Baby:
    926.             Enabled: true
    927.             SpawnAsBaby: true
    928.             SpawnAsBabyChance: 50
    929.     CustomHealth:
    930.         Enabled: false
    931.         MinHealth: 10
    932.         MaxHealth: 10
    933.     CustomEquipment:
    934.         Enabled: false
    935.         EquipmentSets: {}
    936.     CustomDrops:
    937.         Enabled: false
    938.         OverwriteDefaultDrops: false
    939.         XP:
    940.             Enabled: false
    941.             DropXP: true
    942.             DropChance: 100
    943.             Multiplier: 1
    944.     Reviving:
    945.         Enabled: false
    946.         Chance: 25
    947.         Radius: 0
    948.         MinDelay: 0
    949.         MaxDelay: 1.5
    950.         RememberTarget: true
    951.         Reviver:
    952.             Enabled: false
    953.             MaxDistance: 16
    954.             BroadcastRevive: true
    955.             BroadcastRadius: 25
    956.     Despawning:
    957.         Enabled: false
    958.         DespawnWhenFarAway: true
    959.     Portals:
    960.         Enabled: false
    961.         CanTeleportThroughNetherPortal: true
    962.         CanTeleportThroughEndPortal: true
    963.         RememberVelocity: true
    964.     CanDrown: true
    965.     CanBeTamed: true
    966.     CanPickupItems: false
    967.     CanTargetPlayer: true
    968.     CanTargetMob: true
    969.     DamagePlayers: true
    970.     DamageMobs: true
    971.     Effects:
    972.         Enabled: false
    973.         Triggers: {}
    974.     Locations: {}

    975. # 猪 (mob)
    976. PigControl:
    977.     Enabled: false
    978.     Spawning:
    979.         CanSpawnByBreeding: true
    980.         CanSpawnWithWorldGeneration: true
    981.         CanSpawnCustom: true
    982.         CanSpawnNaturally: true
    983.         CanSpawnFromSpawner: true
    984.         CanSpawnFromSpawnerEgg: true
    985.         CanSpawnFromOther: true
    986.     SpawningPotionEffects:
    987.         Enabled: false
    988.         Effects: {}
    989.     CustomAge:
    990.         Enabled: false
    991.         Age:
    992.             Enabled: false
    993.             MinAge: 1
    994.             MaxAge: 1
    995.             AgeLock: false
    996.         Baby:
    997.             Enabled: true
    998.             SpawnAsBaby: true
    999.             SpawnAsBabyChance: 50
    1000.     CustomHealth:
    1001.         Enabled: false
    1002.         MinHealth: 10
    1003.         MaxHealth: 10
    1004.     CustomEquipment:
    1005.         Enabled: false
    1006.         EquipmentSets: {}
    1007.     CustomDrops:
    1008.         Enabled: false
    1009.         OverwriteDefaultDrops: false
    1010.         XP:
    1011.             Enabled: false
    1012.             DropXP: true
    1013.             DropChance: 100
    1014.             Multiplier: 1
    1015.     Reviving:
    1016.         Enabled: false
    1017.         Chance: 25
    1018.         Radius: 0
    1019.         MinDelay: 0
    1020.         MaxDelay: 1.5
    1021.         RememberTarget: true
    1022.         Reviver:
    1023.             Enabled: false
    1024.             MaxDistance: 16
    1025.             BroadcastRevive: true
    1026.             BroadcastRadius: 25
    1027.     Despawning:
    1028.         Enabled: false
    1029.         DespawnWhenFarAway: true
    1030.     Portals:
    1031.         Enabled: false
    1032.         CanTeleportThroughNetherPortal: true
    1033.         CanTeleportThroughEndPortal: true
    1034.         RememberVelocity: true
    1035.     CanDrown: true
    1036.     CanPickupItems: false
    1037.     CanTargetPlayer: true
    1038.     CanTargetMob: true
    1039.     TurnIntoPigZombieOnLightning: true
    1040.     Effects:
    1041.         Enabled: false
    1042.         Triggers: {}
    1043.     Locations: {}

    1044. # 僵尸猪人 (mob)
    1045. PigZombieControl:
    1046.     Enabled: false
    1047.     Spawning:
    1048.         PigZombieType:
    1049.             Enabled: false
    1050.             VillagerPigZombieChance: 0
    1051.         CanSpawnByBreeding: true
    1052.         CanSpawnWithWorldGeneration: true
    1053.         CanSpawnCustom: true
    1054.         CanSpawnFromLightning : true
    1055.         CanSpawnNaturally: true
    1056.         CanSpawnFromSpawner: true
    1057.         CanSpawnFromSpawnerEgg: true
    1058.         CanSpawnFromOther: true
    1059.     SpawningPotionEffects:
    1060.         Enabled: false
    1061.         Effects: {}
    1062.     CustomAge:
    1063.         Enabled: false
    1064.         Baby:
    1065.             Enabled: true
    1066.             SpawnAsBaby: true
    1067.             SpawnAsBabyChance: 50
    1068.     CustomHealth:
    1069.         Enabled: false
    1070.         MinHealth: 20
    1071.         MaxHealth: 20
    1072.     CustomEquipment:
    1073.         Enabled: false
    1074.         EquipmentSets: {}
    1075.     CustomDrops:
    1076.         Enabled: false
    1077.         OverwriteDefaultDrops: false
    1078.         XP:
    1079.             Enabled: false
    1080.             DropXP: true
    1081.             DropChance: 100
    1082.             Multiplier: 1
    1083.     Reviving:
    1084.         Enabled: false
    1085.         Chance: 25
    1086.         Radius: 0
    1087.         MinDelay: 0
    1088.         MaxDelay: 1.5
    1089.         RememberTarget: true
    1090.         Reviver:
    1091.             Enabled: false
    1092.             MaxDistance: 16
    1093.             BroadcastRevive: true
    1094.             BroadcastRadius: 25
    1095.     Despawning:
    1096.         Enabled: false
    1097.         DespawnWhenFarAway: true
    1098.     Portals:
    1099.         Enabled: false
    1100.         CanTeleportThroughNetherPortal: true
    1101.         CanTeleportThroughEndPortal: true
    1102.         RememberVelocity: true
    1103.     CanDrown: true
    1104.     CanPickupItems: true
    1105.     AlwaysAngry: false
    1106.     CanTargetPlayer: true
    1107.     CanTargetMob: true
    1108.     DamagePlayers: true
    1109.     DamageMobs: true
    1110.     Effects:
    1111.         Enabled: false
    1112.         Triggers: {}
    1113.     Locations: {}

    1114. # 玩家 (player)
    1115. PlayerControl:
    1116.     Enabled: false
    1117.     DamagePlayers: true
    1118.     DamageMobs: true
    1119.     CanCreateNetherPortal: true
    1120.     CanCreateEndPortal: true
    1121.     CanCreateOtherPortal: true
    1122.     CanDrown: true
    1123.     CanPickupItems: true
    1124.     CanSprint: true
    1125.     CanSneak: true
    1126.     FoodMeter:
    1127.         CanIncrease: true
    1128.         CanDecrease: true
    1129.     CustomHealth:
    1130.         Enabled: false
    1131.         MinHealth: 20
    1132.         MaxHealth: 20
    1133.     CustomDrops:
    1134.         Enabled: false
    1135.         OverwriteDefaultDrops: false
    1136.         XP:
    1137.             Enabled: false
    1138.             KeepLevel: false
    1139.             KeepXP: false
    1140.             DropXP: true
    1141.             DropChance: 100
    1142.             Multiplier: 1
    1143.         Skull:
    1144.             Enabled: false
    1145.             AddToInventory: true
    1146.             Chance: 20
    1147.             Amount: 1
    1148.             PlayerHead: true
    1149.     Portals:
    1150.         Enabled: false
    1151.         CanTeleportThroughNetherPortal: true
    1152.         CanTeleportThroughEndPortal: true
    1153.         RememberVelocity: true
    1154.     Effects:
    1155.         Enabled: false
    1156.         Triggers: {}
    1157.     Locations: {}

    1158. # 羊 (mob)
    1159. SheepControl:
    1160.     Enabled: false
    1161.     Spawning:
    1162.         CanSpawnByBreeding: true
    1163.         CanSpawnWithWorldGeneration: true
    1164.         CanSpawnCustom: true
    1165.         CanSpawnNaturally: true
    1166.         CanSpawnFromSpawner: true
    1167.         CanSpawnFromSpawnerEgg: true
    1168.         CanSpawnFromOther: true
    1169.     SpawningPotionEffects:
    1170.         Enabled: false
    1171.         Effects: {}
    1172.     CustomAge:
    1173.         Enabled: false
    1174.         Age:
    1175.             Enabled: false
    1176.             MinAge: 1
    1177.             MaxAge: 1
    1178.             AgeLock: false
    1179.         Baby:
    1180.             Enabled: true
    1181.             SpawnAsBaby: true
    1182.             SpawnAsBabyChance: 50
    1183.     CustomHealth:
    1184.         Enabled: false
    1185.         MinHealth: 8
    1186.         MaxHealth: 8
    1187.     CustomEquipment:
    1188.         Enabled: false
    1189.         EquipmentSets: {}
    1190.     CustomDrops:
    1191.         Enabled: false
    1192.         OverwriteDefaultDrops: false
    1193.         XP:
    1194.             Enabled: false
    1195.             DropXP: true
    1196.             DropChance: 100
    1197.             Multiplier: 1
    1198.         DropWoolOnHit:
    1199.             Enabled: false
    1200.             DropChance: 100
    1201.             MinWool: 1
    1202.             MaxWool: 1
    1203.             RandomColor: false
    1204.     Reviving:
    1205.         Enabled: false
    1206.         Chance: 25
    1207.         Radius: 0
    1208.         MinDelay: 0
    1209.         MaxDelay: 1.5
    1210.         RememberTarget: true
    1211.         Reviver:
    1212.             Enabled: false
    1213.             MaxDistance: 16
    1214.             BroadcastRevive: true
    1215.             BroadcastRadius: 25
    1216.     Despawning:
    1217.         Enabled: false
    1218.         DespawnWhenFarAway: true
    1219.     Portals:
    1220.         Enabled: false
    1221.         CanTeleportThroughNetherPortal: true
    1222.         CanTeleportThroughEndPortal: true
    1223.         RememberVelocity: true
    1224.     CanDrown: true
    1225.     RegrowWool: true
    1226.     CanEatGrass: true
    1227.     CanBeDyed: true
    1228.     CanPickupItems: false
    1229.     CanTargetPlayer: true
    1230.     CanTargetMob: true
    1231.     Effects:
    1232.         Enabled: false
    1233.         Triggers: {}
    1234.     Locations: {}

    1235. # 银鱼 (mob)
    1236. SilverfishControl:
    1237.     Enabled: false
    1238.     Spawning:
    1239.         CanSpawnByBreeding: true
    1240.         CanSpawnWithWorldGeneration: true
    1241.         CanSpawnCustom: true
    1242.         CanSpawnNaturally: true
    1243.         CanSpawnFromSpawner: true
    1244.         CanSpawnFromSpawnerEgg: true
    1245.         CanSpawnFromOther: true
    1246.     SpawningPotionEffects:
    1247.         Enabled: false
    1248.         Effects: {}
    1249.     CustomHealth:
    1250.         Enabled: false
    1251.         MinHealth: 8
    1252.         MaxHealth: 8
    1253.     CustomEquipment:
    1254.         Enabled: false
    1255.         EquipmentSets: {}
    1256.     CustomDrops:
    1257.         Enabled: false
    1258.         OverwriteDefaultDrops: false
    1259.         XP:
    1260.             Enabled: false
    1261.             DropXP: true
    1262.             DropChance: 100
    1263.             Multiplier: 1
    1264.     Reviving:
    1265.         Enabled: false
    1266.         Chance: 25
    1267.         Radius: 0
    1268.         MinDelay: 0
    1269.         MaxDelay: 1.5
    1270.         RememberTarget: true
    1271.         Reviver:
    1272.             Enabled: false
    1273.             MaxDistance: 16
    1274.             BroadcastRevive: true
    1275.             BroadcastRadius: 25
    1276.     Despawning:
    1277.         Enabled: false
    1278.         DespawnWhenFarAway: true
    1279.     Portals:
    1280.         Enabled: false
    1281.         CanTeleportThroughNetherPortal: true
    1282.         CanTeleportThroughEndPortal: true
    1283.         RememberVelocity: true
    1284.     CanDrown: true
    1285.     CanPickupItems: false
    1286.     CanTargetPlayer: true
    1287.     CanTargetMob: true
    1288.     DamagePlayers: true
    1289.     DamageMobs: true
    1290.     Effects:
    1291.         Enabled: false
    1292.         Triggers: {}
    1293.     Locations: {}

    1294. # 骷髅 (mob)
    1295. SkeletonControl:
    1296.     Enabled: false
    1297.     Spawning:
    1298.         SkeletonType:
    1299.             Enabled: false
    1300.             WitherSkeletonChance: 20
    1301.         CanSpawnByBreeding: true
    1302.         CanSpawnWithWorldGeneration: true
    1303.         CanSpawnCustom: true
    1304.         CanSpawnAsJockey : true
    1305.         CanSpawnNaturally: true
    1306.         CanSpawnFromSpawner: true
    1307.         CanSpawnFromSpawnerEgg: true
    1308.         CanSpawnFromOther: true
    1309.     SpawningPotionEffects:
    1310.         Enabled: false
    1311.         Effects: {}
    1312.     CustomHealth:
    1313.         Enabled: false
    1314.         MinHealth: 20
    1315.         MaxHealth: 20
    1316.     CustomEquipment:
    1317.         Enabled: false
    1318.         EquipmentSets: {}
    1319.     CustomDrops:
    1320.         Enabled: false
    1321.         OverwriteDefaultDrops: false
    1322.         XP:
    1323.             Enabled: false
    1324.             DropXP: true
    1325.             DropChance: 100
    1326.             Multiplier: 1
    1327.         Skull:
    1328.             Enabled: false
    1329.             AddToInventory: true
    1330.             Chance: 2.5
    1331.             Amount: 1
    1332.     Reviving:
    1333.         Enabled: false
    1334.         Chance: 25
    1335.         Radius: 0
    1336.         MinDelay: 0
    1337.         MaxDelay: 1.5
    1338.         RememberTarget: true
    1339.         Reviver:
    1340.             Enabled: false
    1341.             MaxDistance: 16
    1342.             BroadcastRevive: true
    1343.             BroadcastRadius: 25
    1344.     Despawning:
    1345.         Enabled: false
    1346.         DespawnWhenFarAway: true
    1347.     Portals:
    1348.         Enabled: false
    1349.         CanTeleportThroughNetherPortal: true
    1350.         CanTeleportThroughEndPortal: true
    1351.         RememberVelocity: true
    1352.     CanDrown: true
    1353.     CanLaunchProjectile: true
    1354.     CanPickupItems: true
    1355.     CanTargetPlayer: true
    1356.     CanTargetMob: true
    1357.     DamagePlayers: true
    1358.     DamageMobs: true
    1359.     Effects:
    1360.         Enabled: false
    1361.         Triggers: {}
    1362.     Locations: {}

    1363. # 史莱姆 (mob)
    1364. SlimeControl:
    1365.     Enabled: false
    1366.     Spawning:
    1367.         CustomSize:
    1368.             Enabled: false
    1369.             MinSize: 1
    1370.             MaxSize: 4
    1371.         CanSpawnByBreeding: true
    1372.         CanSpawnWithWorldGeneration: true
    1373.         CanSpawnCustom: true
    1374.         CanSpawnNaturally: true
    1375.         CanSpawnFromSlimeSplit: true
    1376.         CanSpawnFromSpawner: true
    1377.         CanSpawnFromSpawnerEgg: true
    1378.         CanSpawnFromOther: true
    1379.     SpawningPotionEffects:
    1380.         Enabled: false
    1381.         Effects: {}
    1382.     CustomHealth:
    1383.         Enabled: false
    1384.         MinHealth: 16
    1385.         MaxHealth: 16
    1386.     CustomEquipment:
    1387.         Enabled: false
    1388.         EquipmentSets: {}
    1389.     CustomDrops:
    1390.         Enabled: false
    1391.         OverwriteDefaultDrops: false
    1392.         XP:
    1393.             Enabled: false
    1394.             DropXP: true
    1395.             DropChance: 100
    1396.             Multiplier: 1
    1397.     Reviving:
    1398.         Enabled: false
    1399.         Chance: 25
    1400.         Radius: 0
    1401.         MinDelay: 0
    1402.         MaxDelay: 1.5
    1403.         RememberTarget: true
    1404.         Reviver:
    1405.             Enabled: false
    1406.             MaxDistance: 16
    1407.             BroadcastRevive: true
    1408.             BroadcastRadius: 25
    1409.     Despawning:
    1410.         Enabled: false
    1411.         DespawnWhenFarAway: true
    1412.     Portals:
    1413.         Enabled: false
    1414.         CanTeleportThroughNetherPortal: true
    1415.         CanTeleportThroughEndPortal: true
    1416.         RememberVelocity: true
    1417.     CanDrown: true
    1418.     CanSplit: true
    1419.     SplitIntoCostumAmount:
    1420.         Enabled: false
    1421.         SplitIntoMin: 2
    1422.         SplitIntoMax: 4
    1423.     CanPickupItems: false
    1424.     CanTargetPlayer: true
    1425.     CanTargetMob: true
    1426.     DamagePlayers: true
    1427.     DamageMobs: true
    1428.     Effects:
    1429.         Enabled: false
    1430.         Triggers: {}
    1431.     Locations: {}

    1432. # 雪傀儡 (mob)
    1433. SnowmanControl:
    1434.     Enabled: false
    1435.     Spawning:
    1436.         CanSpawnByBreeding: true
    1437.         CanSpawnWhenBuild: true
    1438.         CanSpawnWithWorldGeneration: true
    1439.         CanSpawnCustom: true
    1440.         CanSpawnNaturally: true
    1441.         CanSpawnFromSpawner: true
    1442.         CanSpawnFromSpawnerEgg: true
    1443.         CanSpawnFromOther: true
    1444.     SpawningPotionEffects:
    1445.         Enabled: false
    1446.         Effects: {}
    1447.     CustomHealth:
    1448.         Enabled: false
    1449.         MinHealth: 6
    1450.         MaxHealth: 6
    1451.     CustomEquipment:
    1452.         Enabled: false
    1453.         EquipmentSets: {}
    1454.     CustomDrops:
    1455.         Enabled: false
    1456.         OverwriteDefaultDrops: false
    1457.         XP:
    1458.             Enabled: false
    1459.             DropXP: true
    1460.             DropChance: 100
    1461.             Multiplier: 1
    1462.     Reviving:
    1463.         Enabled: false
    1464.         Chance: 25
    1465.         Radius: 0
    1466.         MinDelay: 0
    1467.         MaxDelay: 1.5
    1468.         RememberTarget: true
    1469.         Reviver:
    1470.             Enabled: false
    1471.             MaxDistance: 16
    1472.             BroadcastRevive: true
    1473.             BroadcastRadius: 25
    1474.     Despawning:
    1475.         Enabled: false
    1476.         DespawnWhenFarAway: true
    1477.     Portals:
    1478.         Enabled: false
    1479.         CanTeleportThroughNetherPortal: true
    1480.         CanTeleportThroughEndPortal: true
    1481.         RememberVelocity: true
    1482.     CanDrown: true
    1483.     CanPickupItems: false
    1484.     CanLaunchProjectile: true
    1485.     CanCreateSnow: true
    1486.     CanTargetPlayer: true
    1487.     CanTargetMob: true
    1488.     Effects:
    1489.         Enabled: false
    1490.         Triggers: {}
    1491.     Locations: {}

    1492. # 蜘蛛(mob)
    1493. SpiderControl:
    1494.     Enabled: false
    1495.     Spawning:
    1496.         CanSpawnByBreeding: true
    1497.         CanSpawnWithWorldGeneration: true
    1498.         CanSpawnCustom: true
    1499.         CanSpawnNaturally: true
    1500.         CanSpawnFromSpawner: true
    1501.         CanSpawnFromSpawnerEgg: true
    1502.         CanSpawnFromOther: true
    1503.     SpawningPotionEffects:
    1504.         Enabled: false
    1505.         Effects: {}
    1506.     CustomHealth:
    1507.         Enabled: false
    1508.         MinHealth: 16
    1509.         MaxHealth: 16
    1510.     CustomEquipment:
    1511.         Enabled: false
    1512.         EquipmentSets: {}
    1513.     CustomDrops:
    1514.         Enabled: false
    1515.         OverwriteDefaultDrops: false
    1516.         XP:
    1517.             Enabled: false
    1518.             DropXP: true
    1519.             DropChance: 100
    1520.             Multiplier: 1
    1521.     Reviving:
    1522.         Enabled: false
    1523.         Chance: 25
    1524.         Radius: 0
    1525.         MinDelay: 0
    1526.         MaxDelay: 1.5
    1527.         RememberTarget: true
    1528.         Reviver:
    1529.             Enabled: false
    1530.             MaxDistance: 16
    1531.             BroadcastRevive: true
    1532.             BroadcastRadius: 25
    1533.     Despawning:
    1534.         Enabled: false
    1535.         DespawnWhenFarAway: true
    1536.     Portals:
    1537.         Enabled: false
    1538.         CanTeleportThroughNetherPortal: true
    1539.         CanTeleportThroughEndPortal: true
    1540.         RememberVelocity: true
    1541.     CanDrown: true
    1542.     CanPickupItems: false
    1543.     CanTargetPlayer: true
    1544.     CanTargetMob: true
    1545.     DamagePlayers: true
    1546.     DamageMobs: true
    1547.     Effects:
    1548.         Enabled: false
    1549.         Triggers: {}
    1550.     Locations: {}

    1551. # 鱿鱼 (mob)
    1552. SquidControl:
    1553.     Enabled: false
    1554.     Spawning:
    1555.         CanSpawnByBreeding: true
    1556.         CanSpawnWithWorldGeneration: true
    1557.         CanSpawnCustom: true
    1558.         CanSpawnNaturally: true
    1559.         CanSpawnFromSpawner: true
    1560.         CanSpawnFromSpawnerEgg: true
    1561.         CanSpawnFromOther: true
    1562.     SpawningPotionEffects:
    1563.         Enabled: false
    1564.         Effects: {}
    1565.     CustomHealth:
    1566.         Enabled: false
    1567.         MinHealth: 10
    1568.         MaxHealth: 10
    1569.     CustomEquipment:
    1570.         Enabled: false
    1571.         EquipmentSets: {}
    1572.     CustomDrops:
    1573.         Enabled: false
    1574.         OverwriteDefaultDrops: false
    1575.         XP:
    1576.             Enabled: false
    1577.             DropXP: true
    1578.             DropChance: 100
    1579.             Multiplier: 1
    1580.     Reviving:
    1581.         Enabled: false
    1582.         Chance: 25
    1583.         Radius: 0
    1584.         MinDelay: 0
    1585.         MaxDelay: 1.5
    1586.         RememberTarget: true
    1587.         Reviver:
    1588.             Enabled: false
    1589.             MaxDistance: 16
    1590.             BroadcastRevive: true
    1591.             BroadcastRadius: 25
    1592.     Despawning:
    1593.         Enabled: false
    1594.         DespawnWhenFarAway: true
    1595.     Portals:
    1596.         Enabled: false
    1597.         CanTeleportThroughNetherPortal: true
    1598.         CanTeleportThroughEndPortal: true
    1599.         RememberVelocity: true
    1600.     CanPickupItems: false
    1601.     CanTargetPlayer: true
    1602.     CanTargetMob: true
    1603.     Effects:
    1604.         Enabled: false
    1605.         Triggers: {}
    1606.     Locations: {}

    1607. # 村民 (mob)
    1608. VillagerControl:
    1609.     Enabled: false
    1610.     Spawning:
    1611.         CanSpawnByBreeding: true
    1612.         CanSpawnWithWorldGeneration: true
    1613.         CanSpawnCustom: true
    1614.         CanSpawnNaturally: true
    1615.         CanSpawnFromSpawner: true
    1616.         CanSpawnFromSpawnerEgg: true
    1617.         CanSpawnFromOther: true
    1618.     SpawningPotionEffects:
    1619.         Enabled: false
    1620.         Effects: {}
    1621.     CustomHealth:
    1622.         Enabled: false
    1623.         MinHealth: 20
    1624.         MaxHealth: 20
    1625.     CustomEquipment:
    1626.         Enabled: false
    1627.         EquipmentSets: {}
    1628.     CustomDrops:
    1629.         Enabled: false
    1630.         OverwriteDefaultDrops: false
    1631.         XP:
    1632.             Enabled: false
    1633.             DropXP: true
    1634.             DropChance: 100
    1635.             Multiplier: 1
    1636.     Reviving:
    1637.         Enabled: false
    1638.         Chance: 25
    1639.         Radius: 0
    1640.         MinDelay: 0
    1641.         MaxDelay: 1.5
    1642.         RememberTarget: true
    1643.         Reviver:
    1644.             Enabled: false
    1645.             MaxDistance: 16
    1646.             BroadcastRevive: true
    1647.             BroadcastRadius: 25
    1648.     Despawning:
    1649.         Enabled: false
    1650.         DespawnWhenFarAway: false
    1651.     Portals:
    1652.         Enabled: false
    1653.         CanTeleportThroughNetherPortal: true
    1654.         CanTeleportThroughEndPortal: true
    1655.         RememberVelocity: true
    1656.     CanDrown: true
    1657.     CanPickupItems: false
    1658.     CanTargetPlayer: true
    1659.     CanTargetMob: true
    1660.     CanTrade: true
    1661.     Effects:
    1662.         Enabled: false
    1663.         Triggers: {}
    1664.     Locations: {}

    1665. # 女巫 (mob)
    1666. WitchControl:
    1667.     Enabled: false
    1668.     Spawning:
    1669.         CanSpawnByBreeding: true
    1670.         CanSpawnWithWorldGeneration: true
    1671.         CanSpawnCustom: true
    1672.         CanSpawnNaturally: true
    1673.         CanSpawnFromSpawner: true
    1674.         CanSpawnFromSpawnerEgg: true
    1675.         CanSpawnFromOther: true
    1676.     SpawningPotionEffects:
    1677.         Enabled: false
    1678.         Effects: {}
    1679.     CustomHealth:
    1680.         Enabled: false
    1681.         MinHealth: 26
    1682.         MaxHealth: 26
    1683.     CustomEquipment:
    1684.         Enabled: false
    1685.         EquipmentSets: {}
    1686.     CustomDrops:
    1687.         Enabled: false
    1688.         OverwriteDefaultDrops: false
    1689.         XP:
    1690.             Enabled: false
    1691.             DropXP: true
    1692.             DropChance: 100
    1693.             Multiplier: 1
    1694.     Reviving:
    1695.         Enabled: false
    1696.         Chance: 25
    1697.         Radius: 0
    1698.         MinDelay: 0
    1699.         MaxDelay: 1.5
    1700.         RememberTarget: true
    1701.         Reviver:
    1702.             Enabled: false
    1703.             MaxDistance: 16
    1704.             BroadcastRevive: true
    1705.             BroadcastRadius: 25
    1706.     Despawning:
    1707.         Enabled: false
    1708.         DespawnWhenFarAway: true
    1709.     Portals:
    1710.         Enabled: false
    1711.         CanTeleportThroughNetherPortal: true
    1712.         CanTeleportThroughEndPortal: true
    1713.         RememberVelocity: true
    1714.     CanDrown: true
    1715.     CanLaunchProjectile: true
    1716.     CanPickupItems: false
    1717.     CanTargetPlayer: true
    1718.     CanTargetMob: true
    1719.     DamagePlayers: true
    1720.     DamageMobs: true
    1721.     Effects:
    1722.         Enabled: false
    1723.         Triggers: {}
    1724.     Locations: {}

    1725. # 凋零 (mob)
    1726. WitherControl:
    1727.     Enabled: false
    1728.     DestroyWorld: true
    1729.     EnableExplosionSound: true
    1730.     EnableExplosionSmoke: true
    1731.     CostumExplosionStrength:
    1732.         Enabled: false
    1733.         ExplosionStrength: 3
    1734.     ExplosionRebuild:
    1735.         Enabled: false
    1736.         RebuildDelay: 60
    1737.         RebuildBlockInterval: 1
    1738.     Spawning:
    1739.         CanSpawnByBreeding: true
    1740.         CanSpawnWhenBuild: true
    1741.         CanSpawnWithWorldGeneration: true
    1742.         CanSpawnCustom: true
    1743.         CanSpawnNaturally: true
    1744.         CanSpawnFromSpawner: true
    1745.         CanSpawnFromSpawnerEgg: true
    1746.         CanSpawnFromOther: true
    1747.     SpawningPotionEffects:
    1748.         Enabled: false
    1749.         Effects: {}
    1750.     CustomHealth:
    1751.         Enabled: false
    1752.         MinHealth: 300
    1753.         MaxHealth: 300
    1754.     CustomEquipment:
    1755.         Enabled: false
    1756.         EquipmentSets: {}
    1757.     CustomDrops:
    1758.         Enabled: false
    1759.         OverwriteDefaultDrops: false
    1760.         XP:
    1761.             Enabled: false
    1762.             DropXP: true
    1763.             DropChance: 100
    1764.             Multiplier: 1
    1765.     Reviving:
    1766.         Enabled: false
    1767.         Chance: 25
    1768.         Radius: 0
    1769.         MinDelay: 0
    1770.         MaxDelay: 1.5
    1771.         RememberTarget: true
    1772.         Reviver:
    1773.             Enabled: false
    1774.             MaxDistance: 16
    1775.             BroadcastRevive: true
    1776.             BroadcastRadius: 25
    1777.     Despawning:
    1778.         Enabled: false
    1779.         DespawnWhenFarAway: false
    1780.     Portals:
    1781.         Enabled: false
    1782.         CanTeleportThroughNetherPortal: true
    1783.         CanTeleportThroughEndPortal: true
    1784.         RememberVelocity: true
    1785.     CanDrown: true
    1786.     CanLaunchProjectile: true
    1787.     CanPickupItems: false
    1788.     CanTargetPlayer: true
    1789.     CanTargetMob: true
    1790.     DamagePlayers: true
    1791.     DamageMobs: true
    1792.     Effects:
    1793.         Enabled: true
    1794.         Triggers: {}
    1795.     Locations: {}

    1796. # 凋灵骷髅 (mob)
    1797. WitherSkeletonControl:
    1798.     Enabled: false
    1799.     Spawning:
    1800.         CanSpawnByBreeding: true
    1801.         CanSpawnWithWorldGeneration: true
    1802.         CanSpawnCustom: true
    1803.         CanSpawnAsJockey : true
    1804.         CanSpawnNaturally: true
    1805.         CanSpawnFromSpawner: true
    1806.         CanSpawnFromSpawnerEgg: true
    1807.         CanSpawnFromOther: true
    1808.     SpawningPotionEffects:
    1809.         Enabled: false
    1810.         Effects: {}
    1811.     CustomHealth:
    1812.         Enabled: false
    1813.         MinHealth: 20
    1814.         MaxHealth: 20
    1815.     CustomEquipment:
    1816.         Enabled: false
    1817.         EquipmentSets: {}
    1818.     CustomDrops:
    1819.         Enabled: false
    1820.         OverwriteDefaultDrops: false
    1821.         XP:
    1822.             Enabled: false
    1823.             DropXP: true
    1824.             DropChance: 100
    1825.             Multiplier: 1
    1826.         Skull:
    1827.             Enabled: false
    1828.             AddToInventory: true
    1829.             Chance: 2.5
    1830.             Amount: 1
    1831.     Reviving:
    1832.         Enabled: false
    1833.         Chance: 25
    1834.         Radius: 0
    1835.         MinDelay: 0
    1836.         MaxDelay: 1.5
    1837.         RememberTarget: true
    1838.         Reviver:
    1839.             Enabled: false
    1840.             MaxDistance: 16
    1841.             BroadcastRevive: true
    1842.             BroadcastRadius: 25
    1843.     Despawning:
    1844.         Enabled: false
    1845.         DespawnWhenFarAway: true
    1846.     Portals:
    1847.         Enabled: false
    1848.         CanTeleportThroughNetherPortal: true
    1849.         CanTeleportThroughEndPortal: true
    1850.         RememberVelocity: true
    1851.     CanDrown: true
    1852.     CanLaunchProjectile: true
    1853.     CanPickupItems: true
    1854.     CanTargetPlayer: true
    1855.     CanTargetMob: true
    1856.     DamagePlayers: true
    1857.     DamageMobs: true
    1858.     Effects:
    1859.         Enabled: false
    1860.         Triggers: {}
    1861.     Locations: {}

    1862. # 狼 (mob)
    1863. WolfControl:
    1864.     Enabled: false
    1865.     Spawning:
    1866.         SpawnAngry:
    1867.             Enabled: false
    1868.             AngryChance: 0
    1869.         SpawnSitting:
    1870.             Enabled: false
    1871.             SittingChance: 0
    1872.         CanSpawnByBreeding: true
    1873.         CanSpawnWithWorldGeneration: true
    1874.         CanSpawnCustom: true
    1875.         CanSpawnNaturally: true
    1876.         CanSpawnFromSpawner: true
    1877.         CanSpawnFromSpawnerEgg: true
    1878.         CanSpawnFromOther: true
    1879.     SpawningPotionEffects:
    1880.         Enabled: false
    1881.         Effects: {}
    1882.     CustomAge:
    1883.         Enabled: false
    1884.         Age:
    1885.             Enabled: false
    1886.             MinAge: 1
    1887.             MaxAge: 1
    1888.             AgeLock: false
    1889.         Baby:
    1890.             Enabled: true
    1891.             SpawnAsBaby: true
    1892.             SpawnAsBabyChance: 50
    1893.     CustomHealth:
    1894.         Enabled: false
    1895.         MinHealth: 8
    1896.         MaxHealth: 8
    1897.     CustomEquipment:
    1898.         Enabled: false
    1899.         EquipmentSets: {}
    1900.     CustomDrops:
    1901.         Enabled: false
    1902.         OverwriteDefaultDrops: false
    1903.         XP:
    1904.             Enabled: false
    1905.             DropXP: true
    1906.             DropChance: 100
    1907.             Multiplier: 1
    1908.     CollarColors:
    1909.         Enabled: false
    1910.         RandomColor: false
    1911.     Reviving:
    1912.         Enabled: false
    1913.         Chance: 25
    1914.         Radius: 0
    1915.         MinDelay: 0
    1916.         MaxDelay: 1.5
    1917.         RememberTarget: true
    1918.         Reviver:
    1919.             Enabled: false
    1920.             MaxDistance: 16
    1921.             BroadcastRevive: true
    1922.             BroadcastRadius: 25
    1923.     Despawning:
    1924.         Enabled: false
    1925.         DespawnWhenFarAway: true
    1926.     Portals:
    1927.         Enabled: false
    1928.         CanTeleportThroughNetherPortal: true
    1929.         CanTeleportThroughEndPortal: true
    1930.         RememberVelocity: true
    1931.     CanDrown: true
    1932.     CanBeTamed: true
    1933.     CanPickupItems: false
    1934.     CanTargetPlayer: true
    1935.     CanTargetMob: true
    1936.     DamagePlayers: true
    1937.     DamageMobs: true
    1938.     Effects:
    1939.         Enabled: false
    1940.         Triggers: {}
    1941.     Locations: {}

    1942. # 僵尸 (mob)
    1943. ZombieControl:
    1944.     Enabled: false
    1945.     Spawning:
    1946.         ZombieType:
    1947.             Enabled: false
    1948.             VillagerZombieChance: 10
    1949.             GiantZombieChance: 0
    1950.         CanSpawnByBreeding: true
    1951.         CanSpawnWithWorldGeneration: true
    1952.         CanSpawnCustom: true
    1953.         CanSpawnNaturally: true
    1954.         CanSpawnFromSpawner: true
    1955.         CanSpawnFromSpawnerEgg: true
    1956.         CanSpawnForVillageInvasion: true
    1957.         CanSpawnFromOther: true
    1958.     SpawningPotionEffects:
    1959.         Enabled: false
    1960.         Effects: {}
    1961.     CustomAge:
    1962.         Enabled: false
    1963.         Baby:
    1964.             Enabled: true
    1965.             SpawnAsBaby: true
    1966.             SpawnAsBabyChance: 50
    1967.     CustomHealth:
    1968.         Enabled: false
    1969.         MinHealth: 20
    1970.         MaxHealth: 20
    1971.     CustomEquipment:
    1972.         Enabled: false
    1973.         EquipmentSets: {}
    1974.     CustomDrops:
    1975.         Enabled: false
    1976.         OverwriteDefaultDrops: false
    1977.         XP:
    1978.             Enabled: false
    1979.             DropXP: true
    1980.             DropChance: 100
    1981.             Multiplier: 1
    1982.         Skull:
    1983.             Enabled: false
    1984.             AddToInventory: true
    1985.             Chance: 1
    1986.             Amount: 1
    1987.     Reviving:
    1988.         Enabled: false
    1989.         Chance: 25
    1990.         Radius: 0
    1991.         MinDelay: 0
    1992.         MaxDelay: 1.5
    1993.         RememberTarget: true
    1994.         Reviver:
    1995.             Enabled: false
    1996.             MaxDistance: 16
    1997.             BroadcastRevive: true
    1998.             BroadcastRadius: 25
    1999.     Despawning:
    2000.         Enabled: false
    2001.         DespawnWhenFarAway: true
    2002.     Portals:
    2003.         Enabled: false
    2004.         CanTeleportThroughNetherPortal: true
    2005.         CanTeleportThroughEndPortal: true
    2006.         RememberVelocity: true
    2007.     CanDrown: true
    2008.     CanPickupItems: true
    2009.     CanTargetPlayer: true
    2010.     CanTargetMob: true
    2011.     DamagePlayers: true
    2012.     DamageMobs: true
    2013.     CanBreakDoor: true
    2014.     Effects:
    2015.         Enabled: false
    2016.         Triggers: {}
    2017.     Locations: {}

    2018. # MOD中的怪物 (unknown mobs, with no control)
    2019. OtherMobControl:
    2020.     Enabled: false
    2021.     Spawning:
    2022.         CanSpawnByBreeding: true
    2023.         CanSpawnWhenBuild: true
    2024.         CanSpawnWithWorldGeneration: true
    2025.         CanSpawnCustom: true
    2026.         CanSpawnFromEgg: true
    2027.         CanSpawnAsJockey: true
    2028.         CanSpawnFromLightning: true
    2029.         CanSpawnNaturally: true
    2030.         CanSpawnFromSlimeSplit: true
    2031.         CanSpawnFromSpawner: true
    2032.         CanSpawnFromSpawnerEgg: true
    2033.         CanSpawnFromLightning: true
    2034.         CanSpawnForVillageDefence: true
    2035.         CanSpawnForVillageInvasion: true
    2036.         CanSpawnFromOther: true
    2037.     SpawningPotionEffects:
    2038.         Enabled: false
    2039.         Effects: {}
    2040.     CustomAge:
    2041.         Enabled: false
    2042.         Age:
    2043.             Enabled: false
    2044.             MinAge: 1
    2045.             MaxAge: 1
    2046.             AgeLock: false
    2047.         Baby:
    2048.             Enabled: true
    2049.             SpawnAsBaby: true
    2050.             SpawnAsBabyChance: 50
    2051.     CostumExplosionStrength:
    2052.         Enabled: false
    2053.         ExplosionStrength: 3
    2054.     CustomExplosions:
    2055.         Enabled: false
    2056.         Throw:
    2057.             Enabled: false
    2058.             ThrowPlayers: true
    2059.             ThrowMobs: true
    2060.             ThrowSpeedMultiplier: 1
    2061.         FlyingBlocks:
    2062.             Enabled: false
    2063.             Chance: 80
    2064.     ExplosionRebuild:
    2065.         Enabled: false
    2066.         RebuildDelay: 60
    2067.         RebuildBlockInterval: 1
    2068.     CustomHealth:
    2069.         Enabled: false
    2070.         MinHealth: 20
    2071.         MaxHealth: 20
    2072.     CustomEquipment:
    2073.         Enabled: false
    2074.         EquipmentSets: {}
    2075.     CustomDrops:
    2076.         Enabled: false
    2077.         OverwriteDefaultDrops: false
    2078.         XP:
    2079.             Enabled: false
    2080.             DropXP: true
    2081.             DropChance: 100
    2082.             Multiplier: 1
    2083.     Reviving:
    2084.         Enabled: false
    2085.         Chance: 25
    2086.         Radius: 0
    2087.         MinDelay: 0
    2088.         MaxDelay: 1.5
    2089.         RememberTarget: true
    2090.         Reviver:
    2091.             Enabled: false
    2092.             MaxDistance: 16
    2093.             BroadcastRevive: true
    2094.             BroadcastRadius: 25
    2095.     Despawning:
    2096.         Enabled: false
    2097.         DespawnWhenFarAway: true
    2098.     Portals:
    2099.         Enabled: false
    2100.         CanTeleportThroughNetherPortal: true
    2101.         CanTeleportThroughEndPortal: true
    2102.         RememberVelocity: true
    2103.     CanDrown: true
    2104.     CanPickupItems: false
    2105.     CanTargetPlayer: true
    2106.     CanTargetMob: true
    2107.     DamagePlayers: true
    2108.     DamageMobs: true
    2109.     Effects:
    2110.         Enabled: false
    2111.         Triggers: {}
    2112.     Locations: {}

    2113. # 火球 (projectile from Ghast)
    2114. FireballControl:
    2115.     Enabled: false
    2116.     DestroyWorld: true
    2117.     EnableExplosionSound: true
    2118.     EnableExplosionSmoke: true
    2119.     DamagePlayers: true
    2120.     DamageMobs: true
    2121.     CostumExplosionStrength:
    2122.         Enabled: false
    2123.         ExplosionStrength: 1
    2124.     CostumExplosionStrength:
    2125.         Enabled: false
    2126.         Throw:
    2127.             Enabled: false
    2128.             ThrowPlayers: true
    2129.             ThrowMobs: true
    2130.             ThrowSpeedMultiplier: 1
    2131.         FlyingBlocks:
    2132.             Enabled: false
    2133.             Chance: 80
    2134.     ExplosionRebuild:
    2135.         Enabled: false
    2136.         RebuildDelay: 60
    2137.         RebuildBlockInterval: 1
    2138.     Portals:
    2139.         Enabled: false
    2140.         CanTeleportThroughNetherPortal: true
    2141.         CanTeleportThroughEndPortal: true
    2142.         RememberVelocity: true
    2143.     Effects:
    2144.         Enabled: true
    2145.         Triggers: {}
    2146.     Locations: {}

    2147. # 凋灵头 (projectile from Wither)
    2148. WitherSkullControl:
    2149.     Enabled: false
    2150.     DestroyWorld: true
    2151.     CostumExplosionStrength:
    2152.         Enabled: false
    2153.         ExplosionStrength: 1
    2154.     CostumExplosionStrength:
    2155.         Enabled: false
    2156.         Throw:
    2157.             Enabled: false
    2158.             ThrowPlayers: true
    2159.             ThrowMobs: true
    2160.             ThrowSpeedMultiplier: 1
    2161.         FlyingBlocks:
    2162.             Enabled: false
    2163.             Chance: 80
    2164.         ExplosionRebuild:
    2165.             Enabled: false
    2166.             RebuildDelay: 60
    2167.             RebuildBlockInterval: 1
    2168.     Portals:
    2169.         Enabled: false
    2170.         CanTeleportThroughNetherPortal: true
    2171.         CanTeleportThroughEndPortal: true
    2172.         RememberVelocity: true
    2173.     EnableExplosionSound: true
    2174.     EnableExplosionSmoke: true
    2175.     CanPickupItems: true
    2176.     DamagePlayers: true
    2177.     DamageMobs: true
    2178.     Effects:
    2179.         Enabled: true
    2180.         Triggers: {}
    2181.     Locations: {}

    2182. # TNT (block)
    2183. TNTControl:
    2184.     Enabled: false
    2185.     DestroyWorld: true
    2186.     EnableExplosionSound: true
    2187.     EnableExplosionSmoke: true
    2188.     CostumExplosionStrength:
    2189.         Enabled: false
    2190.         ExplosionStrength: 4
    2191.     CustomExplosions:
    2192.         Enabled: false
    2193.         Throw:
    2194.             Enabled: false
    2195.             ThrowPlayers: true
    2196.             ThrowMobs: true
    2197.             ThrowSpeedMultiplier: 1
    2198.         FlyingBlocks:
    2199.             Enabled: false
    2200.             Chance: 80
    2201.     ExplosionRebuild:
    2202.         Enabled: false
    2203.         RebuildDelay: 60
    2204.         RebuildBlockInterval: 1
    2205.     TNTPriming:
    2206.         CanBePrimedByFire: true
    2207.         CanBePrimedByOther: true
    2208.     PrimedTNTLimit:
    2209.         Enabled: false
    2210.         Radius: 32
    2211.         MaxPrimedInRadius: 48
    2212.         MaxPrimedInWorld: -1
    2213.     Portals:
    2214.         Enabled: false
    2215.         CanTeleportThroughNetherPortal: true
    2216.         CanTeleportThroughEndPortal: true
    2217.         RememberVelocity: true
    2218.     CanPlaceTNT: true
    2219.     CanBreakTNT: true
    2220.     DamagePlayers: true
    2221.     DamageMobs: true
    2222.     Effects:
    2223.         Enabled: true
    2224.         Triggers: {}
    2225.     Locations: {}

    2226. # 不懂(minecart)
    2227. TNTMinecartControl:
    2228.     Enabled: false
    2229.     DestroyWorld: true
    2230.     EnableExplosionSound: true
    2231.     EnableExplosionSmoke: true
    2232.     CostumExplosionStrength:
    2233.         Enabled: false
    2234.         ExplosionStrength: 4
    2235.     CustomExplosions:
    2236.         Enabled: false
    2237.         Throw:
    2238.             Enabled: false
    2239.             ThrowPlayers: true
    2240.             ThrowMobs: true
    2241.             ThrowSpeedMultiplier: 1
    2242.         FlyingBlocks:
    2243.             Enabled: false
    2244.             Chance: 80
    2245.     ExplosionRebuild:
    2246.         Enabled: false
    2247.         RebuildDelay: 60
    2248.         RebuildBlockInterval: 1
    2249.     TNTPriming:
    2250.         CanBePrimed: true
    2251.     Portals:
    2252.         Enabled: false
    2253.         CanTeleportThroughNetherPortal: true
    2254.         CanTeleportThroughEndPortal: true
    2255.         RememberVelocity: true
    2256.     DamagePlayers: true
    2257.     DamageMobs: true
    2258.     Effects:
    2259.         Enabled: true
    2260.         Triggers: {}
    2261.     Locations: {}

    2262. # 火
    2263. FireControl:
    2264.     Enabled: false
    2265.     EnableBlockFire: true
    2266.     DestructionRebuild:
    2267.         Enabled: false
    2268.         RebuildDelay: 60
    2269.     FireSpread: true
    2270.     DamagePlayers: true
    2271.     DamageMobs: true
    2272.     Effects:
    2273.         Enabled: true
    2274.         Triggers: {}
    2275.     Locations: {}

    2276. # 打火石 (player tool)
    2277. FlintAndSteelControl:
    2278.     Enabled: false
    2279.     EnableFlintAndSteel: true
    2280.     Effects:
    2281.         Enabled: true
    2282.         Triggers: {}
    2283.     Locations: {}

    2284. # 闪电 (weather)
    2285. LightningControl:
    2286.     Enabled: false
    2287.     IgniteBlocks: true
    2288.     DamagePlayers: true
    2289.     DamageMobs: true
    2290.     Effects:
    2291.         Enabled: true
    2292.         Triggers: {}
    2293.     Locations: {}

    2294. # 水 (liquid)
    2295. WaterControl:
    2296.     Enabled: false
    2297.     CanPlaceWater: true
    2298.     WaterSpread: true
    2299.     SpreadUpwards: false
    2300.     SpreadThroughPortals: false
    2301.     InfiniteWater: false
    2302.     PlayerDrowinng: true
    2303.     MobDowning: true
    2304.     Effects:
    2305.         Enabled: true
    2306.         Triggers: {}
    2307.     Locations: {}

    2308. # 岩浆 (liquid)
    2309. LavaControl:
    2310.     Enabled: false
    2311.     LavaFire: true
    2312.     CanPlaceLava: true
    2313.     LavaSpread: true
    2314.     SpreadUpwards: false
    2315.     SpreadThroughPortals: false
    2316.     InfiniteLava: false
    2317.     DamagePlayers: true
    2318.     DamageMobs: true
    2319.     Effects:
    2320.         Enabled: true
    2321.         Triggers: {}
    2322.     Locations: {}

    2323. # 床 (block)
    2324. BedControl:
    2325.     Enabled: false
    2326.     PlayerCanSleep: true
    2327.     CanExplode: true
    2328.     Effects:
    2329.         Enabled: true
    2330.         Triggers: {}
    2331.     Locations: {}

    2332. # 天气 (environment)
    2333. WeatherControl:
    2334.     Enabled: false
    2335.     CustomWeatherTypes:
    2336.         Enabled: false
    2337.         Clear:
    2338.             Allowed: true
    2339.         Rain:
    2340.             Allowed: true
    2341.         ThunderStorm:
    2342.             Allowed: true
    2343.     AlwaysRain: false
    2344.     AlwaysThunderStorm: false
    2345.     LightningInThunderStorm: true
    2346.     CustomDurations:
    2347.         Enabled: false
    2348.         Weather:
    2349.             Enabled: false
    2350.             MinDuration: 720
    2351.             MaxDuration: 1080
    2352.         ThunderStorm:
    2353.             Enabled: false
    2354.             MinDuration: 240
    2355.             MaxDuration: 360
    2356.     Effects:
    2357.         Enabled: true
    2358.         Triggers: {}

    2359. # 世界 (world)
    2360. WorldControl:
    2361.     Enabled: false
    2362.     KeepSpawnInMemory: true
    2363.     AutoSave: true
    2364.     PVP: true
    2365.     CustomSpawning:
    2366.         Enabled: false
    2367.         AllowAnimals: true
    2368.         AllowMonsters: true
    2369.         AnimalSpawnLimit: 15
    2370.         MonsterSpawnLimit: 70
    2371.         AmbientSpawnLimit: 15
    2372.         WaterAnimalSpawnLimit: 5
    2373.         TicksPerAnimalSpawns: 400
    2374.         TicksPerMonsterSpawns: 1
    2375.     CustomDifficulty:
    2376.         Enabled: false
    2377.         WorldDifficulty: 2
    2378.     CustomGameRules:
    2379.         Enabled: false
    2380.         Rules:
    2381.             commandBlockOutput: 'true'
    2382.             doFireTick: 'true'
    2383.             doMobLoot: 'true'
    2384.             doMobSpawning: 'true'
    2385.             doTileDrops: 'true'
    2386.             keepInventory: 'false'
    2387.             mobGriefing: 'true'

    2388. # 其他 (unknown) 爆炸 (explosion)
    2389. OtherExplosions:
    2390.     Enabled: false
    2391.     DestroyWorld: true
    2392.     EnableExplosionSound: true
    2393.     EnableExplosionSmoke: true
    2394.     CostumExplosionStrength:
    2395.         Enabled: false
    2396.         ExplosionStrength: 3
    2397.     CustomExplosions:
    2398.         Enabled: false
    2399.         Throw:
    2400.             Enabled: false
    2401.             ThrowPlayers: true
    2402.             ThrowMobs: true
    2403.             ThrowSpeedMultiplier: 1
    2404.         FlyingBlocks:
    2405.             Enabled: false
    2406.             Chance: 80
    2407.     ExplosionRebuild:
    2408.         Enabled: false
    2409.         RebuildDelay: 60
    2410.         RebuildBlockInterval: 1
    2411.     Effects:
    2412.         Enabled: true
    2413.         Triggers: {}
    2414.     Locations: {}

    2415. # 其他未知的实体
    2416. OtherControl:
    2417.     Enabled: false
    2418.     Spawning:
    2419.         CanSpawnByBreeding: true
    2420.         CanSpawnWhenBuild: true
    2421.         CanSpawnWithWorldGeneration: true
    2422.         CanSpawnCustom: true
    2423.         CanSpawnFromEgg: true
    2424.         CanSpawnAsJockey: true
    2425.         CanSpawnFromLightning: true
    2426.         CanSpawnNaturally: true
    2427.         CanSpawnFromSlimeSplit: true
    2428.         CanSpawnFromSpawner: true
    2429.         CanSpawnFromSpawnerEgg: true
    2430.         CanSpawnFromLightning: true
    2431.         CanSpawnForVillageDefence: true
    2432.         CanSpawnForVillageInvasion: true
    2433.         CanSpawnFromOther: true
    2434.     CostumExplosionStrength:
    2435.         Enabled: false
    2436.         ExplosionStrength: 3
    2437.     CustomExplosions:
    2438.         Enabled: false
    2439.         Throw:
    2440.             Enabled: false
    2441.             ThrowPlayers: true
    2442.             ThrowMobs: true
    2443.             ThrowSpeedMultiplier: 1
    2444.         FlyingBlocks:
    2445.             Enabled: false
    2446.             Chance: 80
    2447.     ExplosionRebuild:
    2448.         Enabled: false
    2449.         RebuildDelay: 60
    2450.         RebuildBlockInterval: 1
    2451.     CustomHealth:
    2452.         Enabled: false
    2453.         MinHealth: 20
    2454.         MaxHealth: 20
    2455.     CanDrown: true
    2456.     CanTargetPlayer: true
    2457.     CanTargetMob: true
    2458.     DamagePlayers: true
    2459.     DamageMobs: true
    2460.     Effects:
    2461.         Enabled: true
    2462.         Triggers: {}
    2463.     Locations: {}

    2464. version: '1.5.2.5'
    复制代码





    特性
    ·
    如果苦力怕,火球,TNT和其他东西想破坏世界·

      ·可以完全控制的骷髅和末影龙dalao!·
      ·支持末影人,如末影人可以和断块,也如果能克隆块(得到块但不要删除它们从世界)·
      ·多世界的支持·
      ·启动插件在装在前世界,可见一切安全而生成世界和添加怪物[不懂] ·


     ·可选功能,您的设置只是avable两个水平,例如,如果你想要的,一个苦力怕可以爆炸只underneeth级别(y坐标)及以上级别。·
      ·爆炸的声音,启用或禁用爆炸的声音·
      ·爆炸的烟雾效果·
      ·如果玩家可以把一块TNT点燃·

      ·设置时如果爬行者使用时受到闪电攻击·




    ·不懂·
    Safe Creeper makes some connections to external servers. One of these connections is to dev.bukkit.org itself. Safe Creeper uses this connection to check whether there are any updates available. Safe Creeper is able to download these updates automatically from the dev.bukkit.org servers. Since Safe Creeper 1.5.2.3, Safe Creeper is also posting anonymous statistics to statistics.timvisee.com. This post request contains little information about the plugin and the server it?s running on. This request contains the version of Craft Bukkit, the version number of Safe Creeper, and the amount of online players, this post request may also contain additional information coming from Safe Creeper itself, like the amount of Creeper?s nerfed by Safe Creeper. A server address is not included because the statistics system is anonymous. The Safe Creeper statistics system will send the server?s address if enabled in the configuration file. This statistics system has been implemented to give people the ability to see how many servers Safe Creeper is running on. And to give an overview of the global usage of certain Safe Creeper features. All these systems could be disabled in the configuration file. Safe Creeper does not connect to any other external server than the two described above.





    ·已知BUG·
    ·请到以下页面,看看报告一个错误,这个页面还包含一个列表,所有已知的缺陷在当前安全苦力怕的版本·

    BUG列表



    ·下载地址·
    原贴下载
    游客,如果您要查看本帖隐藏内容请回复



    ·关于本人的废话·
    ·更新记录·
    2017-2-22  -·汉化插件·-
    2017-2-22 -·汉化完毕·-


    来自群组: Minecraft轮回之翼

    本帖子中包含更多资源

    您需要 登录 才可以下载或查看,没有帐号?加入最MC

    x
    分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
  • TA的每日心情
    开心
    2024-3-16 00:21
  • 签到天数: 178 天

    [LV.7]常住居民III

    沙发
    发表于 2017-2-25 11:41:36 | 只看该作者
    不错哦!翻译还好了
    分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友

    该用户从未签到

    板凳
    发表于 2017-6-28 17:16:53 | 只看该作者
    666666666666666
    分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
  • TA的每日心情
    开心
    2018-7-9 23:39
  • 签到天数: 9 天

    [LV.3]偶尔看看II

    5#
    发表于 2017-8-27 09:38:45 | 只看该作者
    6666666666
    分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
  • TA的每日心情
    慵懒
    2019-8-10 13:15
  • 签到天数: 4 天

    [LV.2]偶尔看看I

    6#
    发表于 2019-1-31 15:44:40 | 只看该作者
    6666666666666
    分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
    您需要登录后才可以回帖 登录 | 加入最MC

    本版积分规则