Elytra/plugin.yml

22 lines
470 B
YAML

---
name: Elytra
author: Ad5001
version: 2.0
api: [3.0.0]
main: Ad5001\Elytra\Main
commands:
opelytra:
description: "Get an OP elytra"
usage: "/opelytra"
permission: elytra.getopelytra
boost:
description: "Boost yourself in elytra !"
usage: "/boost [strength = 2]"
permission: elytra.boost
aliases: [b]
permissions:
elytra.getopelytra:
default: op
elytra.boost:
default: true
...