diff --git a/pom.xml b/pom.xml index bf44c54..97e71dc 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ dev.zontreck.amp AutoMoneyPlugin - 1.0.032125.0055 + 1.0.032125.0058 AutoMoneyPlugin https://zontreck.com Gives money to online players automatically. diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index 6d29458..a4a92d3 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -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 \ No newline at end of file +permissions: \ No newline at end of file