Add paper-plugin.yml example

This commit is contained in:
Andre_601 2023-02-20 16:17:24 +01:00 committed by GitHub
parent 8f81115dd9
commit a282fea6db
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,21 @@
name: "ExamplePlugin"
version: "1.0.0"
description: "Description"
authors: ["Author"]
website: "https://github.com"
api-version: "1.19"
dependencies:
- name: "RequiredPlugin"
required: true
- name: "OptionalPlugin"
required: false
main: "example.ExamplePlugin"
mc-publish:
modrinth: "AAAA"
curseforge: 123456
loaders: ["paper"]