gonalez / znpcs

New version of znpcs plugin. A spigot/bukkit plugin to create npcs
https://www.spigotmc.org/resources/znpcs.80940
Apache License 2.0
51 stars 25 forks source link

(Low-Hanging Fruit) Wiki action command incorrect syntax #70

Closed Vyladence closed 1 year ago

Vyladence commented 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.

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.

gonalez commented 1 year ago

You are right, I fixed it on the wiki