From 054a786cc28d77bf446333df675c6a175a46a27b Mon Sep 17 00:00:00 2001 From: Ardakaz Date: Sat, 24 May 2025 18:15:54 +0000 Subject: [PATCH] Add plugin.yml --- plugin.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 plugin.yml diff --git a/plugin.yml b/plugin.yml new file mode 100644 index 0000000..7f21f17 --- /dev/null +++ b/plugin.yml @@ -0,0 +1,7 @@ +name: Exec +description: Registers commands for external scripts. +version: 0.1 +author: Ardakaz +main: net.ardakaz.exec.Exec +api-version: 1.21 +depend: [PlaceholderAPI] \ No newline at end of file