From 85904096141810c16727c6324baaf0adf63da950 Mon Sep 17 00:00:00 2001 From: ItsNeil17 Date: Tue, 13 Jan 2026 21:43:34 +0530 Subject: [PATCH] feat: add manifest.json Signed-off-by: ItsNeil17 --- src/main/resources/manifest.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 src/main/resources/manifest.json diff --git a/src/main/resources/manifest.json b/src/main/resources/manifest.json new file mode 100644 index 0000000..4819d2f --- /dev/null +++ b/src/main/resources/manifest.json @@ -0,0 +1,18 @@ +{ + "Group": "dev.hytalemodding", + "Name": "YourPluginName", + "Version": "1.0.0", + "Description": "Description of your plugin", + "Authors": [ + { + "Name": "Your Name", + "Email": "your.email@example.com", + "Url": "https://your-website.com" + } + ], + "Website": "https://your-plugin-website.com", + "ServerVersion": "*", + "Dependencies": {}, + "OptionalDependencies": {}, + "DisabledByDefault": false +} \ No newline at end of file