felixstaude / Emotes

This is a minecraft spigot plugin to use twitch emotes in minecraft chat. Use the config.yml to replace any emote name to any unused PUA character and add it in your texturepack
1 stars 1 forks source link

Question Variant config.yml and Question more complex replacement #5

Closed M1B4ND closed 3 months ago

M1B4ND commented 3 months ago

1) Can we put several variants of a word or do we have to specify the word each time?

replacements:
  kok: ""
  KOK: ""

or is there another solution?

2) Is there any way to get back to :Kappa: too? I've tried but it doesn't work, maybe it's not possible at the moment.

replacements:
  kok: ""
  :Kappa:: ""
felixstaude commented 3 months ago

i will do something like this:

replacements:
    kok:
        name: "kok"
        alias: [alias1, alias2,...]
        char: ""
    kappa:
        name: "Kappa"
        alias: [alias1, alias2,...]
        char: ""

i think this would be a good solution