mirror of
https://github.com/zontreck/AutoMoneyPlugin
synced 2025-06-19 02:13: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 -->
|
<!-- Project information -->
|
||||||
<groupId>dev.zontreck.amp</groupId>
|
<groupId>dev.zontreck.amp</groupId>
|
||||||
<artifactId>AutoMoneyPlugin</artifactId>
|
<artifactId>AutoMoneyPlugin</artifactId>
|
||||||
<version>1.0.032125.0055</version>
|
<version>1.0.032125.0058</version>
|
||||||
<name>AutoMoneyPlugin</name>
|
<name>AutoMoneyPlugin</name>
|
||||||
<url>https://zontreck.com</url>
|
<url>https://zontreck.com</url>
|
||||||
<description>Gives money to online players automatically.</description>
|
<description>Gives money to online players automatically.</description>
|
||||||
|
|
|
@ -1,20 +1,8 @@
|
||||||
main: ${PACKAGE}.${NAME}
|
main: dev.zontreck.amp.AutoMoneyPlugin
|
||||||
name: ${NAME}
|
name: AutoMoneyPlugin
|
||||||
version: "${VERSION}"
|
version: "1.0.032125.0058"
|
||||||
api-version: "1.21.1"
|
api-version: "1.21.1"
|
||||||
author: zontreck
|
author: zontreck
|
||||||
description: A simple plugin providing automatic money to online players.
|
description: A simple plugin providing automatic money to online players.
|
||||||
commands:
|
commands:
|
||||||
ex:
|
permissions:
|
||||||
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