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.2 Changelog
Bug Fixes
Follow task: sleeping/sitting foxes no longer teleport
- Foxes that are ordered to sit or sleep now stay in place
- Position is still tracked in SQLite even while idle
Follow task: cross-world safety
- Fox and owner in different worlds no longer causes
IllegalArgumentException - Fox now sits and waits when owner is in another world
Follow task: fox position auto-syncs to SQLite
- Position is saved on every teleport
- Position is auto-synced every 5 seconds for all following foxes
- Fox list GUI now shows accurate "Last Known Position"
Fox name saves to SQLite on rename
- Renaming via AnvilGUI immediately updates the NAME column in the FOXES table
Removed setTarget/clearTarget from legacy NMS (1.14–1.16.x)
EntityInsentientin these versions lackssetTarget(LivingEntity), causing compilation failure on CI- Passive mode protection still works via
wantsToAttack()in pathfinder goals +FoxTargetListener
Changes
Fox list GUI: restricted teleport-to-fox
- If fox entity is loaded → fox teleports to player (always works)
- If fox entity is not loaded → shows error instead of teleporting player to last known position
- Prevents accidental cross-world or long-distance player teleports
Performance: distanceSquared in follow task
- Replaced
distance()withdistanceSquared()to avoid sqrt overhead
Information
| Published on | June 23, 2026 |
|---|---|
| Downloads | 4 |
Platforms
Paper (1.14-26.2)