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