What's New in Version 1.2.0 See changelog
Released
Command Update
Owner Information: The plugin now stores and displays the name of the player who named the horse in the command /checkname.
Data Update
Data File: Horse names and their owners are now stored in a dedicated data file (NameYourHorseData), ensuring better data management and persistence across server restarts and reloads.
UI Management:
UI Cleanup: Improved the UI management to ensure that old UI panels are destroyed before new ones are created, preventing old names from getting stuck on the screen.
Code Clean-up and Optimization:
Removed Unnecessary Debugging: Removed debugging logs that were used for development purposes to keep the code clean.
Consistency in Data Handling: Ensured that the dictionary used to store horse names and owners is always properly initialized and handled.