Welcome to the Hangar Open Beta. Please report any issue you encounter on GitHub!
A community-maintained port of the original plugin that allows players to tame foxes in modern versions of Minecraft.
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 callMob.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
wantsToAttack()check in pathfinder goals (FoxPathfinderGoalOwnerHurtByTarget,FoxPathfinderGoalOwnerHurtTarget,FoxPathfinderGoalHurtByTarget)setTarget()override in NMSEntityTamableFox— blocks target assignment when fox is passive (new)FoxTargetListenerBukkit safety net — cancelsEntityTargetEvent+EntityDamageByEntityEventclearTarget()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 ofgetOwner()(which returnsObjectin this version)
Information
| Published on | June 22, 2026 |
|---|---|
| Downloads | 0 |
Platforms
Paper (1.14-26.2)