Triggerwordsets to words: Converting Configuration to new format
First I'd like to say this is very painful. It'd be great if you made a converter. I see the benefits, but it's going to take me hours.

In the old format:

      "TriggerWordSets": [
        [
          "when",
          "wipe"
        ],
        [
          "how",
          "wipe"
        ],
        [
          "!wipe"
        ]		
      ]​


In the new format

              "Words": [
                "how",
				"when"
              ]​

How would I create multiple sets of words? 

I don't want to create one group of words that is used based on a percentage. I'd like to have multiple sets of words each based on a percentage. 

Would it be something like this?

​            {
              "Percentage Of Contained Words": 1.00,
              "Regex Enabled": false,
              "Words": [
                "when",
				"wipe"
              ]
            },
            {
              "Percentage Of Contained Words": 1.00,
              "Regex Enabled": false,
              "Words": [
                "how",
				"wipe"
              ]
            },           
            {
              "Percentage Of Contained Words": 1.00,
              "Regex Enabled": false,
              "Words": [
				"!wipe"
              ]
            }
Hey!
It should be something like that 
In response to misticos ():
Hey!
It should be something like that 
Could you possibly tell me exactly how it is?

I've tried two variations. I get no bot response.

              "Percentage Of Contained Words": 1.00,
              "Regex Enabled": false,
              "Words": [
                "when",
				"wipe"
              ],
			  [
                "how",
				"wipe"
              ],
			  [
                "what",
				"wipe"
              ],
			  [
                "!wipe"
              ]
            }			
          ],​
Noooo, first one might work. Have you granted yourself a permission or specified a "" permission?
In response to misticos ():
Noooo, first one might work. Have you granted yourself a permission or specified a "" permission?

I tried adding the permission yes.

I appreciate the response, but I'm looking for an actual proven example so I know it's actually possible. Otherwise I'm just chasing my tail with 'might's and 'maybe's. 

Default configuration must work. Just grant yourself all the permissions