From fb080c21c4288ade539f5a42b15fdbffe38097e0 Mon Sep 17 00:00:00 2001 From: EpicKnarvik97 Date: Mon, 30 May 2022 14:03:00 +0200 Subject: [PATCH] Fixes some issues with plugin.yml --- src/{ => main/resources}/plugin.yml | 35 +++++++++++++++-------------- 1 file changed, 18 insertions(+), 17 deletions(-) rename src/{ => main/resources}/plugin.yml (81%) diff --git a/src/plugin.yml b/src/main/resources/plugin.yml similarity index 81% rename from src/plugin.yml rename to src/main/resources/plugin.yml index 7759527..46d8af6 100644 --- a/src/plugin.yml +++ b/src/main/resources/plugin.yml @@ -1,18 +1,19 @@ -name: StargateCommand -main: net.knarcraft.stargatecommand.StargateCommand -version: 0.1.0 -description: Command addon for the Stargate plugin for Bukkit -author: EpicKnarvik97 -depend: [Stargate] -commands: - stargatecommand: - aliases: - - sgc - description: The root command for all added commands - usage: | - / - / config -permissions: - stargate.command.config: - description: Allow the user of /sgc config +name: StargateCommand +main: net.knarcraft.stargatecommand.StargateCommand +version: 0.1.0 +description: Command addon for the Stargate plugin for Bukkit +author: EpicKnarvik97 +depend: [Stargate] +api-version: 1.18 +commands: + stargatecommand: + aliases: + - sgc + description: The root command for all added commands + usage: | + / + / config +permissions: + stargate.command.config: + description: Allow the user of /sgc config default: false \ No newline at end of file