From d308671441ce473bc2b56fa166d7a214aec980c6 Mon Sep 17 00:00:00 2001 From: Bryson Steck Date: Sun, 6 Jun 2021 00:15:30 -0600 Subject: allowing out folder for now --- .../DeadForADay/net/brysonsteck/DeadForADay.class | Bin 0 -> 1840 bytes .../DeadForADay/net/brysonsteck/PlayerData.class | Bin 0 -> 1749 bytes out/production/DeadForADay/net/brysonsteck/plugin.yml | 0 out/production/Resurrection/META-INF/MANIFEST.MF | 3 +++ .../Resurrection/net/brysonsteck/PlayerAttributes.class | Bin 0 -> 2079 bytes .../Resurrection/net/brysonsteck/PlayerData.class | Bin 0 -> 2006 bytes .../Resurrection/net/brysonsteck/PlayerListener.class | Bin 0 -> 1579 bytes .../Resurrection/net/brysonsteck/Resurrection.class | Bin 0 -> 760 bytes out/production/Resurrection/net/brysonsteck/plugin.yml | 3 +++ 9 files changed, 6 insertions(+) create mode 100644 out/production/DeadForADay/net/brysonsteck/DeadForADay.class create mode 100644 out/production/DeadForADay/net/brysonsteck/PlayerData.class create mode 100644 out/production/DeadForADay/net/brysonsteck/plugin.yml create mode 100644 out/production/Resurrection/META-INF/MANIFEST.MF create mode 100644 out/production/Resurrection/net/brysonsteck/PlayerAttributes.class create mode 100644 out/production/Resurrection/net/brysonsteck/PlayerData.class create mode 100644 out/production/Resurrection/net/brysonsteck/PlayerListener.class create mode 100644 out/production/Resurrection/net/brysonsteck/Resurrection.class create mode 100644 out/production/Resurrection/net/brysonsteck/plugin.yml (limited to 'out/production') diff --git a/out/production/DeadForADay/net/brysonsteck/DeadForADay.class b/out/production/DeadForADay/net/brysonsteck/DeadForADay.class new file mode 100644 index 0000000..6fe8bca Binary files /dev/null and b/out/production/DeadForADay/net/brysonsteck/DeadForADay.class differ diff --git a/out/production/DeadForADay/net/brysonsteck/PlayerData.class b/out/production/DeadForADay/net/brysonsteck/PlayerData.class new file mode 100644 index 0000000..978e898 Binary files /dev/null and b/out/production/DeadForADay/net/brysonsteck/PlayerData.class differ diff --git a/out/production/DeadForADay/net/brysonsteck/plugin.yml b/out/production/DeadForADay/net/brysonsteck/plugin.yml new file mode 100644 index 0000000..e69de29 diff --git a/out/production/Resurrection/META-INF/MANIFEST.MF b/out/production/Resurrection/META-INF/MANIFEST.MF new file mode 100644 index 0000000..6af58fd --- /dev/null +++ b/out/production/Resurrection/META-INF/MANIFEST.MF @@ -0,0 +1,3 @@ +Manifest-Version: 1.0 +Main-Class: Resurrection + diff --git a/out/production/Resurrection/net/brysonsteck/PlayerAttributes.class b/out/production/Resurrection/net/brysonsteck/PlayerAttributes.class new file mode 100644 index 0000000..831949d Binary files /dev/null and b/out/production/Resurrection/net/brysonsteck/PlayerAttributes.class differ diff --git a/out/production/Resurrection/net/brysonsteck/PlayerData.class b/out/production/Resurrection/net/brysonsteck/PlayerData.class new file mode 100644 index 0000000..3b9818b Binary files /dev/null and b/out/production/Resurrection/net/brysonsteck/PlayerData.class differ diff --git a/out/production/Resurrection/net/brysonsteck/PlayerListener.class b/out/production/Resurrection/net/brysonsteck/PlayerListener.class new file mode 100644 index 0000000..feee780 Binary files /dev/null and b/out/production/Resurrection/net/brysonsteck/PlayerListener.class differ diff --git a/out/production/Resurrection/net/brysonsteck/Resurrection.class b/out/production/Resurrection/net/brysonsteck/Resurrection.class new file mode 100644 index 0000000..aca34c9 Binary files /dev/null and b/out/production/Resurrection/net/brysonsteck/Resurrection.class differ diff --git a/out/production/Resurrection/net/brysonsteck/plugin.yml b/out/production/Resurrection/net/brysonsteck/plugin.yml new file mode 100644 index 0000000..36632da --- /dev/null +++ b/out/production/Resurrection/net/brysonsteck/plugin.yml @@ -0,0 +1,3 @@ +main: net.brysonsteck.Resurrection +name: Resurrection +version: alpha 0.0.1 \ No newline at end of file -- cgit v1.2.3