bentobox/locales
Tastybento 2825f9535e Command API and Help done.
Commands now require a setup to define their permission, player/console
status, description and any parameters they have. This is also where any
subcommands are created if they exist.

Each command automatically has a help subcommand. This is used to
display help. This will also recursively go to any other sub commands
and get help from them. 

Note that getUsage() now *only* shows the command and any sub commands.
It turns out that Bukkit requires this to start with a / because it
actually uses this in its own help system and the server will not start
if it is not in the right format. Therefore I split off parameters into
their own string. This also enables them to be translatable. 

Everything should work at this point. It's just waiting on the locale
system to work to display the strings in the locale files.
2017-12-27 12:09:08 -08:00
..
de_DE.yml Updated locales, especially en_US 2017-12-22 14:25:22 +01:00
en_GB.yml Updated locales, especially en_US 2017-12-22 14:25:22 +01:00
en_US.yml Command API and Help done. 2017-12-27 12:09:08 -08:00
fr_FR.yml Updated locales, especially en_US 2017-12-22 14:25:22 +01:00
zh_CN.yml Updated locales, especially en_US 2017-12-22 14:25:22 +01:00