From 6413bcefd86a3879cbb41f6007e46ecf2dfa9b5d Mon Sep 17 00:00:00 2001 From: Ryder Belserion Date: Tue, 5 Mar 2024 18:57:03 -0500 Subject: [PATCH] Update plugin.yml --- paper/src/main/resources/plugin.yml | 46 ++--------------------------- 1 file changed, 2 insertions(+), 44 deletions(-) diff --git a/paper/src/main/resources/plugin.yml b/paper/src/main/resources/plugin.yml index cb80cd8..bfd98a7 100644 --- a/paper/src/main/resources/plugin.yml +++ b/paper/src/main/resources/plugin.yml @@ -1,5 +1,5 @@ name: '${name}' -main: '${group}.${name}' +main: '${group}.CrazyAuctionsPaper' authors: ${authors} @@ -8,46 +8,4 @@ api-version: '${apiVersion}' description: '${description}' website: '${website}' -softdepend: [Vault] - -commands: - crazyauctions: - description: Opens the Crazy Auctions GUI. - aliases: [crazyauction, ah, ca] - -permissions: - crazyauctions.access: - default: true - - crazyauctions.test: - default: op - - crazyauctions.view: - default: true - - crazyauctions.reload: - default: op - - crazyauctions.bypass: - default: false - - crazyauctions.sell: - default: true - - crazyauctions.bid: - default: true - - crazyauctions.player.*: - default: false - children: - crazyauctions.bid: true - crazyauctions.sell: true - crazyauctions.access: true - crazyauctions.view: true - - crazyauctions.admin: - default: false - children: - crazyauctions.test: true - crazyauctions.reload: true - crazyauctions.bypass: true +softdepend: [Vault] \ No newline at end of file