AuroraLS3 / Genie

Genie Bukkit Plugin: https://www.spigotmc.org/resources/genie.43260/
GNU General Public License v3.0
0 stars 1 forks source link

Customizable Messages and some extra ignores #7

Closed Sharpjaws closed 7 years ago

Sharpjaws commented 7 years ago

Added feature to be able to customize/edit the genie messages for translation purposes or to add your own messages. "messages.yml" will be generated inside the plugins/Genie folder with all the containing lines inside their own corresponding sections.

MessageHandler.class has been created to generate the file and to add the sections with the containing lines to the yml file. It is then used in Messages.class to get the lines and include them with a loop using the addMsg function normally.

That's all, I hope those changes will help with the development of the project.

AuroraLS3 commented 7 years ago

Great PR, Thank you. I'll be sure to include this in the next update.