"i {0}" {
commands=[
"give $p {0} 1"
]
permission=""
}
"i {0} {1}" {
commands=[
"give $p {0} {1}"
]
permission=""
}
Second command alias is not working. It prints error about that alias is already defined, but this aliases have different arguments count, so they are different