Skip to content

Commit e24ebd9

Browse files
committed
fix typo
1 parent 9716e22 commit e24ebd9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/main/resource-templates/plugin.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
name: { { name } }
1+
name: {{ name }}
22

3-
version: { { version } }
3+
version: {{ version }}
44

55
main: io.greitan.avion.paper.GeyserVoice
6-
description: { { description } }
6+
description: {{ description }}
77

88
author: Alpha
9-
website: { { url } }
9+
website: {{ url }}
1010

1111
api-version: "1.20"
12-
prefix: { { name } }
12+
prefix: {{ name }}
1313

1414
soft-depend:
1515
- PlaceholderAPI

0 commit comments

Comments
 (0)