From 2275d08bc86e5e9d367b302dca01651d7536a90c Mon Sep 17 00:00:00 2001 From: Ardakaz Date: Mon, 26 May 2025 12:33:37 +0000 Subject: [PATCH] 0.2 update --- plugin.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/plugin.yml b/plugin.yml index 7f21f17..c52fd23 100644 --- a/plugin.yml +++ b/plugin.yml @@ -1,7 +1,10 @@ name: Exec -description: Registers commands for external scripts. -version: 0.1 +description: Makes possible to run external scripts via commands. +version: 0.2 author: Ardakaz main: net.ardakaz.exec.Exec api-version: 1.21 -depend: [PlaceholderAPI] \ No newline at end of file +depend: [PlaceholderAPI] +commands: + exec: + description: Exec main command. \ No newline at end of file