NekoTraps +1.16 | Save all mobs in boxes!

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

[ + ] The option to block by worlds has been added
[ + ] The "%translated_type%" placeholder has been added, automatically translating the entity type into the player's client language. For example: "Type: Zombie."

[ + ] The "%entity_type%" placeholder has been modified; now, the entity type will be automatically translated into the player's client language. For example: "Zombie."

[ x ] Placeholder values like %entity_health% are now rounded to have fewer decimal places.
[ 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
Top Bottom