NekoTraps +1.16 | Save all mobs in boxes!

MC Plugin NekoTraps +1.16 | Save all mobs in boxes! 1.8.1
Trap your entities in boxes!

[ x ] fix trap item name
[ x ] Removed a broadcast that appears when place a trap. (I forgot to remove it)
[ + ]New placeholders were added for the description of the NekoTrap item.

[ / ] 'FallingBlock' was changed to 'DisplayBlock' in version 1.20.4 for testing to ensure everything is correct.

placeholders: %entity_health%, %entity_max_health%, %entity_damage%, %entity_damage_speed%, %entity_name%
[ + ] New options have been added to disable NekoTraps based on the name of the mob using MythicMobs. Additionally, options have been added to either ignore or consider the vanilla plugin configuration for this feature.

Code:
hooks:
  MythicMobs:
    enabled: true

    allowed_mobs:
      enabled: true
      ignore_vanillas_entities: true
      mode: BLACKLIST
      list:
     - SkeletalKnight
[ x ] Fixed compatibility bug with MythicMobs
[ + ] Added an option to enable or disable MythicMobs compatibility in config.yml
[ + ] Added compatibility with all cherry blocks and bamboo blocks
[ + ] Added compatibility with more blocks. Traps can now be placed on blocks with gravity. For example Sand, Gravel and Concrete
[ + ] added compatibility with spigot 1.20.2
[ x ] Fixed a bug that occurs with villagers and another that occurs when breaking a nekotrap quickly when catching an entity.
Top Bottom