GUIOverrider allows you to change the title of any gui! this is useful in cases where you might want to use FontImages for custom gui textures in a hardcoded gui or just for simply changing the name!
an example config of the plugin:
Code (YAML):
titles:
"Example"
:
"My Example"
in this case, the gui whose title is "Example" would have it replaced by "My Example". (You just need the title of gui, if it contains any color codes, you can ignore those)