From 110fa1c8cf0405d1b840a3d445c63c5a1c1a91ed Mon Sep 17 00:00:00 2001 From: Ardakaz Date: Thu, 12 Jun 2025 07:40:07 +0000 Subject: [PATCH] Manual pull from dev --- plugin.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 plugin.yml diff --git a/plugin.yml b/plugin.yml new file mode 100644 index 0000000..5a9259d --- /dev/null +++ b/plugin.yml @@ -0,0 +1,14 @@ +name: GriefAlert +main: net.ardakaz.griefalert.GriefAlert +version: 0.3.2 +api-version: 1.21 +depends: [CoreProtect] +softdepend: [DiscordSRV] +description: A simple grief alert plugin using the CoreProtect API. +authors: [Ardakaz, kleedje30] +commands: + griefalert: + description: GriefAlert staff commands + usage: /griefalert + permission: griefalert.staff + permission-message: You do not have permission to use this command. \ No newline at end of file