Files
spigot-stealth/src/main/resources/plugin.yml
T
dmg a084f86c1d
Release / release (push) Successful in 2m17s
CI / build (push) Successful in 1m3s
feat(admin): add persistent sleep-count policy
2026-09-05 08:34:50 -04:00

24 lines
843 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 <player|uuid>|grant <player|uuid>|reset <player|uuid> confirm|list [unlocked]|sleepcount <status|include|exclude>>
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