From a3d2a1ab030a3c97dd4eb705dac8b880bcc7d8f5 Mon Sep 17 00:00:00 2001 From: Carson Fleming Date: Sun, 19 Oct 2025 04:03:10 -0400 Subject: hell yea this shit works --- src/main/resources/plugin.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/main/resources/plugin.yml (limited to 'src/main/resources/plugin.yml') 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: {} -- cgit v1.2.3