mirror of
https://github.com/zontreck/AutoMoneyPlugin
synced 2025-06-18 18:03:55 +00:00
Fix plugin.yml
This commit is contained in:
parent
45ae815822
commit
ef1f1a243f
2 changed files with 5 additions and 17 deletions
2
pom.xml
2
pom.xml
|
@ -12,7 +12,7 @@
|
|||
<!-- Project information -->
|
||||
<groupId>dev.zontreck.amp</groupId>
|
||||
<artifactId>AutoMoneyPlugin</artifactId>
|
||||
<version>1.0.032125.0055</version>
|
||||
<version>1.0.032125.0058</version>
|
||||
<name>AutoMoneyPlugin</name>
|
||||
<url>https://zontreck.com</url>
|
||||
<description>Gives money to online players automatically.</description>
|
||||
|
|
|
@ -1,20 +1,8 @@
|
|||
main: ${PACKAGE}.${NAME}
|
||||
name: ${NAME}
|
||||
version: "${VERSION}"
|
||||
main: dev.zontreck.amp.AutoMoneyPlugin
|
||||
name: AutoMoneyPlugin
|
||||
version: "1.0.032125.0058"
|
||||
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
|
||||
permissions:
|
Loading…
Add table
Add a link
Reference in a new issue