24 lines
746 B
YAML
24 lines
746 B
YAML
name: SpigotStealth
|
|
version: ${version}
|
|
main: games.dmg.spigotstealth.SpigotStealthPlugin
|
|
api-version: "1.20"
|
|
description: Rewards invisibility potion use with identity-concealed sessions.
|
|
author: dmg.games
|
|
depend: [ProtocolLib]
|
|
commands:
|
|
stealth:
|
|
description: View and use Spigot Stealth features.
|
|
usage: /stealth progress
|
|
permission: spigotstealth.use
|
|
stealthadmin:
|
|
description: Inspect and administer Spigot Stealth.
|
|
usage: /stealthadmin <status|grant|reset|list>
|
|
permission: spigotstealth.admin
|
|
permissions:
|
|
spigotstealth.use:
|
|
description: Allows use of player-facing Spigot Stealth commands.
|
|
default: true
|
|
spigotstealth.admin:
|
|
description: Allows administration of Spigot Stealth.
|
|
default: op
|