Essentials Message Generator

A completely free and configurable essentials message generator


Essentials Message Generator


filter_1
Primary Color
filter_2
Secondary Color
filter_3
Error Color
Generate Message

FAQ


Okay, how do I use this?

After you have clicked Generate Message, the website will automatically copy the contents of the lang file. Inside of your Essentials folder for your server, make a new file and label it 'messages_(locale).properties', where locale would be the abbreviation for your language. For English, this would be 'messages_en.properties'. Paste your clipboard inside of the file, and reload your essentials.

Does this support multiple languages?

While I am unaware of if this works with languages such as Chinese, the generator should work with Spanish and other languages with similar characters to English.

TODO List

- Add customization to specific parts (economy, punishments, etc.)
- Add more versions

I want to use cool characters like ยป!

You can use special characters by converting them into their hex decimal equivalent. Use a website that has a character list of UTF-8 characters and their bytes, and it should say something like U+0010. Instead of this change it so the format looks like \u0010.