Added Advanced Pathfinding! (It's actually not that advanced) BUT! It'll now make the Pinata actually MOVE all the time instead of just sitting there 90% of the time getting slapped to death. You NEEDPaperMC to use this feature since the API used is not in Spigot at least right now. This fixes ALL issues with the Pinata not moving! Obviously you can enable/disable this and change all the settings!
The pathfinding API isn't in version 1.12.2 of PaperMC so I just included the 1.7.0 version inside the .zip!
The plugin is now having a 20% off sale since I've patched up the plugin a reasonable amount.
Config changes if upgrading:
Code (YAML):
# Should the Pinata use a better pathfinding method # where it will actively move around instead of just # standing there and moving once in a while like a # vanilla llama (Not possible in Spigot) # # !!! ONLY SET THIS TO TRUE IF YOU USE PAPERMC !!! advanced-pathfinding:
# Enabled or not # Speed amplifier will not do anything if this is enabled due to the new speed below enabled: false
# Time in ticks to get a new path/location to move to interval: 20
# How fast to move to the new said location (1 is vanilla moving Llama speed) # I would mess around with this setting with a few different values to get what # you like, one little value can REALLY change the speed speed: 1.325
# Max range it'll try to find a pathfind location to move to range: 14
# Max Y difference it'll do to find a location to move to max-y: 4