RMJTromp / ChatEmojis

Chat Emojis is a lightweight Minecraft Spigot server plugin that replaces emoticons with 'emojis'.
https://www.spigotmc.org/resources/chatemojis.88027/
GNU General Public License v3.0
5 stars 7 forks source link

Need help w/ config, plugin not loading. #8

Open illytbh opened 2 years ago

illytbh commented 2 years ago

Describe the bug I'm not sure what I'm doing wrong, I probably messed up the config but when I load the server w/ emojis that I used (custom) the plugin doesn't load.

Server Jar & Version (please complete the following information):

Paper 1.19 1.19 See attatched below, I had to change the YML to TxT to be able to upload it here. config.txt

Again, I probably messed something up, just wanna know.

RMJTromp commented 2 years ago

Hello there, You're missing colons ':' on basically almost all of the emoji key names. For example see how the first one is 'heart:' and the second one is 'smile', you just need to add a colon. Do that to all emojis missing colons and you should be fine. Besides that you should also check console, it usually tells you if you have configuration issues and where they are.

Some emojis/emoticons are also missing colors. I cant really help you right now bc im on mobile but if you need further assistance just let me know

Also need to add that both '100%' and '!!' are invalid emoji names as symbols are not allowed

illytbh commented 2 years ago

Hello there, You're missing colons ':' on basically almost all of the emoji key names. For example see how the first one is 'heart:' and the second one is 'smile', you just need to add a colon. Do that to all emojis missing colons and you should be fine. Besides that you should also check console, it usually tells you if you have configuration issues and where they are.

Some emojis/emoticons are also missing colors. I cant really help you right now bc im on mobile but if you need further assistance just let me know

Also need to add that both '100%' and '!!' are invalid emoji names as symbols are not allowed

Appreciate it :D