mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
Add extensions permission to Spigot plugin.yml
This commit is contained in:
parent
115b103628
commit
34d1dfde5e
1 changed files with 3 additions and 0 deletions
|
@ -40,3 +40,6 @@ permissions:
|
||||||
geyser.command.version:
|
geyser.command.version:
|
||||||
description: Shows the current Geyser version and checks for updates.
|
description: Shows the current Geyser version and checks for updates.
|
||||||
default: op
|
default: op
|
||||||
|
geyser.command.extensions:
|
||||||
|
description: Shows all the loaded extensions.
|
||||||
|
default: op
|
||||||
|
|
Loading…
Reference in a new issue