diff options
| author | Carson Fleming <cflems@cflems.net> | 2025-10-19 04:03:10 -0400 |
|---|---|---|
| committer | Carson Fleming <cflems@cflems.net> | 2025-10-19 04:03:10 -0400 |
| commit | a3d2a1ab030a3c97dd4eb705dac8b880bcc7d8f5 (patch) | |
| tree | a2cffdd33511f9f10524b8b1cdc7ed5103074efd /src/main/resources/plugin.yml | |
| download | penguin-dust-a3d2a1ab030a3c97dd4eb705dac8b880bcc7d8f5.tar.gz | |
hell yea this shit works
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: {} |
