aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/io/github/moulberry/notenoughupdates/commands/ClientCommandBase.java
AgeCommit message (Collapse)Author
2023-03-04Replace all commands in NEU with a brigadier implementation (#599)Roman / Linnea Gräf
2022-06-09Re-license project as LGPL (#157)IRONM00N
* add licence files & a few misc chores * add license notices & run auto formatter
2022-02-27feat: improve formating :)IRONM00N
2021-12-28more code clean up (#38)IRONM00N
2021-10-16Code Clean Up (#2)IRONM00N
* intellij code clean up * optimize imports * format * intellij suggestions * fix empty catch issues
2021-10-03Updated /neustats to have a dump subcommand.ThatGravyBoat
Moved the stats command to its own class. Added HastebinUploader and DiscordMarkdownBuilder Added ClientCommandBase