Skip to content

Commit a8c4bba

Browse files
committed
Don't ask me why but now it works
1 parent 858a550 commit a8c4bba

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed
Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
22
"Group": "com.example",
33
"Name": "Example Plugin",
4-
"version": "1.0.0",
5-
"description": "An example plugin for Hytale",
6-
"authors": [
4+
"Version": "1.0.0",
5+
"Description": "An example plugin for Hytale",
6+
"Authors": [
77
{
8-
"name": "Your Name",
9-
"email": "[email protected]",
10-
"url": "https://yourname.example.com"
8+
"Name": "Your Name",
9+
"Email": "[email protected]",
10+
"URL": "https://yourname.example.com"
1111
}
1212
],
13-
"website": "https://example.com/example-plugin",
14-
"serverVersion": "*",
15-
"main": "com.example.ExamplePlugin"
13+
"Website": "https://example.com/example-plugin",
14+
"ServerVersion": "*",
15+
"Main": "com.example.ExamplePlugin"
1616
}

0 commit comments

Comments
 (0)