Mirror von
https://github.com/GeyserMC/Geyser.git
synchronisiert 2024-12-26 08:10:11 +01: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.
Dieser Commit ist enthalten in:
Ursprung
1be2a1ccac
Commit
81f0cbe5ed
@ -9,3 +9,7 @@ commands:
|
|||||||
geyser:
|
geyser:
|
||||||
description: The main command for Geyser.
|
description: The main command for Geyser.
|
||||||
usage: /geyser <subcommand>
|
usage: /geyser <subcommand>
|
||||||
|
permission: geyser.command
|
||||||
|
permissions:
|
||||||
|
geyser.command:
|
||||||
|
default: true
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren