Ok. I tested this one, works perfect:
local config = {
text = "Your name has been changed successfully.",
item = {
Id = 1111,
count = 1
},
maxTextLenght = 15,
blacklistParam = {"account manager", "god", "cm", "gm", "tutor", "tester"},
minWordLenght = 3,
newMethod = false,
delay = 2
}...