Releases: FrankTCA/PetControl
Releases · FrankTCA/PetControl
Improve Spawn Chunks Logic
- Improve the logic of spawn chunks and roaming animals
- Implement failover logic that uses the cache
- Sit down all tamed standing animals sitting in spawn chunk that aren't in cache on startup
- Configuration option for the above coming soon
Fix crash with spawn chunks
- Fixed an issue where if pets were in spawn/permaloaded chunks it would cause a crash because those chunks load before the scoreboard.
1.21.10 Support
- Update to 1.21.10
- Because improper shutdown occurs, we can now handle when the actual roaming animals don't match with cache.dat
- No support for copper golems yet, but we might in the future.
1.21.7 and /follow
- Update to 1.21.7
- Add new command /follow which disables roaming in an animal
- /follow adds petcontrol.follow and petcontrol.follow.others permissions.
- Remove NMS from /tamepet and /transferpetowner due to API improvements. Should enhance stability.
- Bug fixes and performance improvements
Animal Roaming and 1.21.5
- Add animal roaming
- Command: /roam [center x and z] [guarded]. Permission petcontrol.roam. Also petcontrol.roam.others and petcontrol.roam.guarded.
- Animals configured will roam around like village cats within a radius specified. The animals will follow the owner when they are nearby.
- If you write "guarded" at the end of the command, the roaming animal will be immune to most forms of damage it can receive while walking around, but not damage from mobs or players and other forms of severe or unusual damage.
- Roaming only works for cats and dogs. At the present time it does not function for parrots or other tamable animals.
- /petinfo will show whether an animal is roaming
- Update to 1.21.5
Pet healing, code redesigns, and 1.21.4
- Move commands to seperate classes in their own seperate folder
- /petinfo now displays health of the pet
- New command /healpet will heal the pet you are facing
- Removed permission petcontrol.tamepet and added petcontrol.tamepet.self and petcontrol.tamepet.others permissions. These permissions allow you to tame a pet only to yourself or only to other people.
- Update to 1.21.4
Update to 1.21.3
- Just update. No significant changes.