69 Commits

Author SHA1 Message Date
Aikar f591117733 Support looking up offline players 2018-01-05 19:51:15 -05:00
Mariell b8744215d6 Fix typo of "occurred". (#81)
Sorry for any inconvenience which may have occurred due to this error.
2017-12-10 14:39:57 -05:00
Mariell 90a8527cd2 Fix typo of "inconvenience" (#80)
Sorry for the inconvenience of this typographical error.
2017-12-10 14:35:48 -05:00
Aikar 72e052d953 Finish up the pagination of the help system 2017-10-28 13:36:39 -04:00
Aikar 9159b3fbb0 Fix typo in separator 2017-10-09 19:11:01 -04:00
Aikar ab192c9e34 Current work on command searching for help, see image
http://i.imgur.com/HQ6nmvF.png

@Default
@Subcommand("help")
@UnknownHandler
public void doHelp(CommandSender sender, CommandHelp help) {
     help.showHelp();
}
2017-08-23 23:54:59 -04:00
Marek Šipoš ebb4fd6644 add czech translation (#67)
* Update CommandManager.java (#3)

* Create acf-core_cs.properties (#2)

* Create acf-minecraft_cs.properties (#1)
2017-08-23 20:37:12 -04:00
Kacper Duras 6bb9ec0fd9 Translation fixes (#69)
* Polish translation.

* Format fixes.

* Translation fixes.
2017-08-23 20:35:31 -04:00
Aikar 75579fe649 more fixes, formatting, expand control over format, fix dupe 2017-08-08 22:08:05 -04:00
Aikar 3cdd47942d things are working now 2017-08-08 21:17:56 -04:00
Aikar 3b2b5559fe Update format of help with colors 2017-08-08 21:08:47 -04:00
Aikar 57a41c7540 Current progress on updating the help PR 2017-08-08 20:30:40 -04:00
Aikar 48dc4e7fe9 Add Location context to Bukkit 2017-08-01 21:33:56 -04:00
MiniDigger fefd35804b add german translations (#65) 2017-07-24 23:57:04 -05:00
Frank Kusmiruk 414594d136 Adding spanish translations (#66) 2017-07-24 23:53:51 -05:00
Aikar 1c4e2d83d6 fix key name for multiple players matched 2017-07-16 21:45:20 -04:00
Aikar d2d0f22a07 use acf prefixes to msg keys 2017-07-03 19:04:31 -05:00
Aikar 3215092a08 Finish moving all messages to a message key 2017-06-30 13:33:38 -05:00
Aikar 8168122241 Massive i18n work, not fully finished set but resolves #53 2017-06-30 12:05:00 -05:00