TF-EssentialsX/Essentials/src
Alexander Söderberg a4f580e319
Make HelpInput use the known command map (#3675)
Co-authored-by: MD <1917406+md678685@users.noreply.github.com>

This PR makes HelpInput use knownCommands in the command map, rather than relying on plugin descriptions. This means that commands that have been registered programmatically (or impromptu) will be recognized and displayed in the help menu.

The ugly reflection is due to Spigot not exposing the command map getter. This has been tested on Spigot 1.8, 1.16.3 and Paper 1.16.3 with plugins that register commands directly to the command map.
2020-10-19 15:27:40 +01:00
..
com/earth2me/essentials Make HelpInput use the known command map (#3675) 2020-10-19 15:27:40 +01:00
net/ess3/api Add Javadocs to most API classes 2020-10-04 19:59:42 +01:00
book.txt Fix book formatting (#3173) 2020-04-16 17:01:51 -07:00
config.yml Add config note regarding displayname (#3535) 2020-08-22 14:15:24 +01:00
custom.txt Fix customtext copy 2014-02-19 03:28:28 +00:00
custom_items.yml Add custom_items.yml file 2019-12-24 09:36:15 +00:00
info.txt Improve messages/formatting 2014-05-10 16:03:39 +01:00
items.csv Pull Request for #2282 2019-01-31 23:14:21 -05:00
items.json Update items.json from generator 2020-08-11 23:06:07 +01:00
kits.yml Update kits.yml example to be more consistent (#3148) 2020-04-09 17:11:14 +01:00
messages.properties Add more inventory commands (#3704) 2020-10-05 14:45:33 +01:00
messages_bg.properties New Crowdin updates (#3462) 2020-07-07 20:41:06 +01:00
messages_bs.properties New Crowdin updates (#3462) 2020-07-07 20:41:06 +01:00
messages_cs.properties New Crowdin updates (#3462) 2020-07-07 20:41:06 +01:00
messages_da.properties New Crowdin updates (#3462) 2020-07-07 20:41:06 +01:00
messages_de.properties New Crowdin updates (#3462) 2020-07-07 20:41:06 +01:00
messages_el.properties New Crowdin translations (#3165) 2020-04-14 17:15:19 +01:00
messages_en.properties New Crowdin updates (#3462) 2020-07-07 20:41:06 +01:00
messages_en_GB.properties New Crowdin updates (#3462) 2020-07-07 20:41:06 +01:00
messages_es.properties New Crowdin updates (#3462) 2020-07-07 20:41:06 +01:00
messages_et.properties New Crowdin updates (#3462) 2020-07-07 20:41:06 +01:00
messages_eu.properties New Crowdin updates (#3462) 2020-07-07 20:41:06 +01:00
messages_fi.properties New Crowdin updates (#3462) 2020-07-07 20:41:06 +01:00
messages_fr.properties New Crowdin updates (#3462) 2020-07-07 20:41:06 +01:00
messages_he.properties New Crowdin updates (#3462) 2020-07-07 20:41:06 +01:00
messages_hr.properties New Crowdin updates (#3462) 2020-07-07 20:41:06 +01:00
messages_hu.properties New Crowdin updates (#3462) 2020-07-07 20:41:06 +01:00
messages_is_IS.properties Update translations from Crowdin (#2571) 2019-05-28 17:56:17 +01:00
messages_it.properties New Crowdin updates (#3462) 2020-07-07 20:41:06 +01:00
messages_ja.properties New Crowdin updates (#3462) 2020-07-07 20:41:06 +01:00
messages_ko.properties New Crowdin updates (#3462) 2020-07-07 20:41:06 +01:00
messages_lt.properties New Crowdin updates (#3462) 2020-07-07 20:41:06 +01:00
messages_lv_LV.properties New Crowdin updates (#3462) 2020-07-07 20:41:06 +01:00
messages_nl.properties New Crowdin updates (#3462) 2020-07-07 20:41:06 +01:00
messages_no.properties New Crowdin updates (#3462) 2020-07-07 20:41:06 +01:00
messages_pl.properties New Crowdin updates (#3462) 2020-07-07 20:41:06 +01:00
messages_pt.properties New Crowdin updates (#3462) 2020-07-07 20:41:06 +01:00
messages_pt_BR.properties New Crowdin updates (#3462) 2020-07-07 20:41:06 +01:00
messages_ro.properties New Crowdin updates (#3462) 2020-07-07 20:41:06 +01:00
messages_ru.properties New Crowdin updates (#3462) 2020-07-07 20:41:06 +01:00
messages_sk.properties New Crowdin updates (#3462) 2020-07-07 20:41:06 +01:00
messages_sr.properties Update translations from Crowdin (#2571) 2019-05-28 17:56:17 +01:00
messages_sr_CS.properties New Crowdin updates (#3462) 2020-07-07 20:41:06 +01:00
messages_sv.properties New Crowdin updates (#3462) 2020-07-07 20:41:06 +01:00
messages_th.properties New Crowdin updates (#3462) 2020-07-07 20:41:06 +01:00
messages_tr.properties New Crowdin updates (#3462) 2020-07-07 20:41:06 +01:00
messages_uk.properties New Crowdin updates (#3462) 2020-07-07 20:41:06 +01:00
messages_vi.properties New Crowdin updates (#3462) 2020-07-07 20:41:06 +01:00
messages_zh.properties New Crowdin updates (#3462) 2020-07-07 20:41:06 +01:00
messages_zh_HK.properties New Crowdin updates (#3462) 2020-07-07 20:41:06 +01:00
messages_zh_TW.properties New Crowdin updates (#3462) 2020-07-07 20:41:06 +01:00
motd.txt Refresh default motd. 2013-08-19 22:00:30 +01:00
plugin.yml Add more inventory commands (#3704) 2020-10-05 14:45:33 +01:00
rules.txt motd and rules are now configured in the files motd.txt and rules.txt, values from config.yml are copied automatically 2011-11-18 04:18:03 +01:00
tpr.yml Implement random teleport command (#3418) 2020-07-06 19:53:43 +01:00
worth.yml Fix some minor errors in config/docs (#3566) 2020-08-04 01:13:09 -07:00