initial commit

This commit is contained in:
2026-01-15 23:48:20 +01:00
commit 09cc058aa0
16 changed files with 634 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
{
"Group": "de.slpnetwork",
"Name": "ManyWaypoints",
"Version": "1.0.0",
"Description": "Description of your plugin",
"Authors": [
{
"Name": "Steev",
"Email": "your.email@example.com",
"Url": "https://your-website.com"
}
],
"Website": "https://your-plugin-website.com",
"ServerVersion": "*",
"Dependencies": {},
"OptionalDependencies": {},
"DisabledByDefault": false,
"IncludesAssetPack": false,
"Main": "de.slpnetwork.ManyWaypoints"
}