Add the ver to the version command.

This commit is contained in:
graywolf336 2014-01-30 14:34:55 -06:00
parent bfebd6e944
commit 989e503242

View File

@ -10,7 +10,7 @@ import com.graywolf336.jail.command.CommandInfo;
maxArgs = 0,
minimumArgs = 0,
needsPlayer = false,
pattern = "version|v",
pattern = "version|ver|v",
permission = "jail.command.jailversion",
usage = "/jail version"
)