We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5626e96 commit f1b9b64Copy full SHA for f1b9b64
hytale/example-plugin/src/main/resources/manifest.json
@@ -0,0 +1,16 @@
1
+{
2
+ "group": "com.example",
3
+ "name": "Example Plugin",
4
+ "version": "1.0.0",
5
+ "description": "An example plugin for Hytale",
6
+ "authors": [
7
+ {
8
+ "name": "Your Name",
9
+ "email": "yourname@example.com",
10
+ "url": "https://yourname.example.com"
11
+ }
12
+ ],
13
+ "website": "https://example.com/example-plugin",
14
+ "serverVersion": "*",
15
+ "main": "com.example.ExamplePlugin"
16
+}
hytale/example-plugin/src/main/resources/plugin.yml
0 commit comments