Update project's name and output name/group.

This commit is contained in:
zontreck 2025-03-20 10:49:44 -07:00
parent 94a0826131
commit 56a4681157
10 changed files with 45 additions and 24 deletions

20
bin/main/plugin.yml Normal file
View file

@ -0,0 +1,20 @@
main: ${PACKAGE}.${NAME}
name: ${NAME}
version: "${VERSION}"
api-version: "1.21.1"
author: zontreck
description: A simple plugin providing automatic money to online players.
commands:
ex:
description: Base command for EXAMPLE
usage: "For a list of commands, type /ex help"
aliases: example
permissions:
example.test:
description: DESCRIPTION
default: true
example.*:
description: Grants all other permissions
default: false
children:
example.test: true