Skip to content

Commit f1b9b64

Browse files
committed
Replace plugin.yml with manifest.json
1 parent 5626e96 commit f1b9b64

File tree

2 files changed

+16
-3
lines changed

2 files changed

+16
-3
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)