Skip to content

v1.6.1

Compare
Choose a tag to compare
@Foxikle Foxikle released this 26 Apr 12:47
· 267 commits to master since this release

Please note that this version does NOT support 1.20.5 -- Paper has yet to release dev builds

New Features

  • Added PlaceholderAPI support for NPC Name tags, and Customizable Interactable Holograms
  • Removed the /npc clear_holograms as it is now obsolete
  • New NPC Injection System for a smoother experience
  • The ability to customize the intervals of things in the config.yml (All values are in ticks)
    • InjectionInterval Determines how often should the plugin should attempt to inject NPCs into players (Defaults to 10, or .5 seconds)
    • HologramUpdateInterval Determines how often the plugin should attempt to update NPC holograms, (Defaults to 200, or 10 seconds)
    • LookInterval Determines how often the plugins should update NPCs looking at players (Defaults to 5, or .25 seconds)
  • Added the ability to control the injection distance. This is InectionDistance in the config.yml. (Defaults to 48.)

Bug Fixes

  • Fixed the NPCs not always being injected properly on versions 1.20 - 1.20.1
  • Fixed the name tag reference creating crazy results when using MiniMessage <gradient> and <rainbow> tags.
  • Fixed issue with a NoSuchMethod error when using 1.20-1.20.1
  • Fixed facing direction parsing (Again 😭)
  • Fixed NPC holograms duplicating on 1.20-1.20.1
  • Performance enhancements, Small fixes
  • Fixed an issue with not being able to remove actions from NPCs on versions 1.20-1.20.2
  • Fixed a CRITICAL issue with NPC holograms tanking servers
  • Made hologram handling completely asynchronous
  • Removed about a billion typos 🥇

Acknowledgements

Thank you to @lavriklive and @skyonthemoon (@SkyVirtual) on discord for their tremendous help in stress-testing and finding bugs!

Cheers!
~ Foxikle <3

Full Changelog: v1.6.1-pre2...v1.6.1