mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
Assign permission to the command (#3599)
Assigning permission allows people to possibly deny that permission to hide the command from tab complete list. Permission is defaulted to true, so command keeps current behavior by default.
This commit is contained in:
parent
1be2a1ccac
commit
81f0cbe5ed
1 changed files with 5 additions and 1 deletions
|
@ -8,4 +8,8 @@ api-version: 1.13
|
|||
commands:
|
||||
geyser:
|
||||
description: The main command for Geyser.
|
||||
usage: /geyser <subcommand>
|
||||
usage: /geyser <subcommand>
|
||||
permission: geyser.command
|
||||
permissions:
|
||||
geyser.command:
|
||||
default: true
|
||||
|
|
Loading…
Reference in a new issue