Add plugin.yml

This commit is contained in:
Ardakaz 2025-05-24 18:15:54 +00:00
parent e6a1c02381
commit 054a786cc2

7
plugin.yml Normal file
View File

@ -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]