Welcome to the Hangar Open Beta. Please report any issue you encounter on GitHub!
Avatar for MinecAnton209

A community-maintained port of the original plugin that allows players to tame foxes in modern versions of Minecraft.

Report TamableFoxes?

Release
1.1.1

MinecAnton209 released TamableFoxes version 1.1.1 on Today 1:40 PM

Tamable Foxes v1.1.1 Changelog

Improvements

NMS-level Passive Mode Protection (all 24 NMS modules)

  • Added setTarget(LivingEntity) override to all NMS modules (1.14–26.x)
  • Added clearTarget() override using reflection to call Mob.setTarget(null, FORGOT_TARGET)
  • Previously only the 26_R1 module had these overrides — now all versions are protected

Passive Mode now has 4 layers of protection

  1. wantsToAttack() check in pathfinder goals (FoxPathfinderGoalOwnerHurtByTarget, FoxPathfinderGoalOwnerHurtTarget, FoxPathfinderGoalHurtByTarget)
  2. setTarget() override in NMS EntityTamableFox — blocks target assignment when fox is passive (new)
  3. FoxTargetListener Bukkit safety net — cancels EntityTargetEvent + EntityDamageByEntityEvent
  4. clearTarget() on mode switch in GUI

Version-specific adaptations

  • Legacy (1.14–1.16.x): Uses EntityLiving, EntityInsentient, a(target, owner) method
  • Mojmap (1.17+): Uses LivingEntity, Mob, wantsToAttack(target, owner) method
  • 1_21_R8 (special): Uses getOwnerNms() instead of getOwner() (which returns Object in this version)

Information

Published onJune 22, 2026
Downloads0

Platforms

Paper Paper (1.14-26.2)