Fix plugin.yml

This commit is contained in:
zontreck 2025-03-21 00:59:25 -07:00
parent 45ae815822
commit ef1f1a243f
2 changed files with 5 additions and 17 deletions

View file

@ -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>

View file

@ -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:
description: Base command for EXAMPLE
usage: "For a list of commands, type /ex help"
aliases: example
permissions: permissions:
example.test:
description: DESCRIPTION
default: true
example.*:
description: Grants all other permissions
default: false
children:
example.test: true