From 45ae815822fe9e2ca35b0d083443fe68112a90a7 Mon Sep 17 00:00:00 2001 From: zontreck Date: Fri, 21 Mar 2025 00:55:25 -0700 Subject: [PATCH] Fixes the missing plugin and config yml files --- pom.xml | 37 +++++-------------------------------- 1 file changed, 5 insertions(+), 32 deletions(-) diff --git a/pom.xml b/pom.xml index 47d2a0e..bf44c54 100644 --- a/pom.xml +++ b/pom.xml @@ -12,10 +12,10 @@ dev.zontreck.amp AutoMoneyPlugin - 1.0.032125.0035 + 1.0.032125.0055 AutoMoneyPlugin - https://dev.bukkit.org/projects/vault - Vault is a Chat, Permissions & Economy API to allow plugins to more easily hook into these systems without needing to hook each individual system themselves. + https://zontreck.com + Gives money to online players automatically. @@ -92,10 +92,11 @@ src/ - ${project.basedir} + ${project.basedir}/src/main/resources true plugin.yml + config.yml @@ -109,34 +110,6 @@ 1.8 - - org.apache.maven.plugins - maven-shade-plugin - 3.1.0 - - false - - - net.milkbowl.vault:VaultAPI - org.bstats - - - - - org.bstats - net.milkbowl.vault.metrics - - - - - - package - - shade - - - - org.eluder.coveralls coveralls-maven-plugin