Slade Wilson because sh is the command and behind it is the parameter what the command/plugin/program should do
As an example, let's take the plugins for the Rust game: in it, the plugins for teleporting home and teleporting to a saved point use different commands without a prefix. And the data about the author of the plugin is registered inside the plugin. Extra prefixes deprive of convenience when using the plugin.
Display MoreI always use a prefix for my commands to differentiate it from other plugins. In case some plugins use the same commands e.g. (/list or /help), I want to avoid potential errors or any overlaping. For example, I also use the help command in my other plugin with a prefix as well and if I'd omit the prefixes it'd unnecessary confuse the player and probably cause an error.
Perhaps I could add a property to the config which could make the prefix changeable but Im not sure about this as I mentioned above.
Plugin updated to version 0.0.5
Check changelogs to see the changes
I do not think that the /sethome and /home commands will be used by other plugins that do not relate to teleport.