mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
GUI Improvements (#1462)
- Added `GeyserCommand.isExecutableOnConsole()`. If this is set to false, the command will not appear as an option in the GUI. - Added `GeyserCommand.getSubCommands()`. If not empty, the subcommand options will now appear in the GUI.
This commit is contained in:
parent
04f0318bd0
commit
a2a7e99402
6 changed files with 68 additions and 8 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -242,4 +242,5 @@ logs/
|
|||
public-key.pem
|
||||
locales/
|
||||
/cache/
|
||||
/packs/
|
||||
/packs/
|
||||
/dump.json
|
Loading…
Add table
Add a link
Reference in a new issue