Closed Vyladence closed 1 year ago
In your wiki, the action commands' syntax is incorrect. I have only tested the add command but I figure it's probably the same on the rest.
add
The command listed is /znpcs action add <id> CMD <command> when it should be /znpcs action <id> add CMD <command>
/znpcs action add <id> CMD <command>
/znpcs action <id> add CMD <command>
Running the command with the syntax shown in the wiki results in a message reading "Hey!, The inserted number/id does not look like a number.."
I would do it myself but I don't think Github supports wiki PRs and you have community editing disabled.
You are right, I fixed it on the wiki
In your wiki, the action commands' syntax is incorrect. I have only tested the
add
command but I figure it's probably the same on the rest.The command listed is
/znpcs action add <id> CMD <command>
when it should be/znpcs action <id> add CMD <command>
Running the command with the syntax shown in the wiki results in a message reading "Hey!, The inserted number/id does not look like a number.."
I would do it myself but I don't think Github supports wiki PRs and you have community editing disabled.