diff options
Diffstat (limited to 'src/main/resources/plugin.yml')
| -rw-r--r-- | src/main/resources/plugin.yml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml new file mode 100644 index 0000000..29ab7d6 --- /dev/null +++ b/src/main/resources/plugin.yml @@ -0,0 +1,10 @@ +name: PenguinDust +website: https://penguinland.io/penguindust +author: cflems +version: 0.0.0 +description: Brings magic to Penguinland with PenguinDust. +main: net.cflems.mc.penguin_dust.PenguinDust +load: POSTWORLD +api-version: '1.21.9' +depend: [] +commands: {} |
