From 6990e341380b479e10d9cdfcf093123fbf839327 Mon Sep 17 00:00:00 2001 From: Brian Fopiano Date: Wed, 17 Aug 2022 20:21:59 -0700 Subject: [PATCH] Removed SoftDepends, Fixed Auth --- src/main/resources/plugin.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index cb5c6f6f4..d96395bd5 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -2,7 +2,7 @@ name: ${name} version: ${version} main: ${main} load: STARTUP -authors: [ cyberpwn, NextdoorPsycho. Vatuu ] +authors: [ cyberpwn, NextdoorPsycho, Vatuu ] website: volmit.com description: More than a Dimension! libraries: @@ -21,5 +21,4 @@ commands: iris: aliases: [ ir, irs] api-version: ${apiversion} -hotload-dependencies: false -softdepend: [ "Oraxen", "ItemsAdder", "IrisFeller", "WorldEdit", "PlaceholderAPI"] \ No newline at end of file +hotload-dependencies: false \ No newline at end of file