(GCore) Setting 'dynamic_border_refresh_ticks: 5' in config.yml, that controls when the dynamic borders items should be refreshed.
Setting 'stop_scoreboard_if_no_content: true' to config.yml, to stop the scoreboard if there's no quest to display, instead of displaying the 'no content' text.
Improved :
(GCore) #853 Improved NPC pathfinding. I completely removed the previous sytem and copied a new one I'm working on, but it's still currently in development. The animation part is not coded yet, meaning the animation will be 'robotic'. That's a temporary solution, but at least the path now works correctly.
(GCore) Moved part of the GUI elements library to GCore, as I'm willing to centralize this for other plugins.
(GCore) Moved gui confirmation GUI to its own file in /GCore/guis/confirm_gui. It now has all the features of a regular GUI (such as item types, click sounds, override clicks, etc).
(GCore) Added some logic to try and prevent lags or crashes on placeholder overflow (placeholders containing themselves).