mirror of
https://github.com/zontreck/AutoMoneyPlugin
synced 2025-06-19 10:23:55 +00:00
Update project's name and output name/group.
This commit is contained in:
parent
94a0826131
commit
56a4681157
10 changed files with 45 additions and 24 deletions
20
bin/main/plugin.yml
Normal file
20
bin/main/plugin.yml
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue