From e86b6539bead0dcb2f82fa3afc9485754692ec3f Mon Sep 17 00:00:00 2001 From: Bryson Steck Date: Sun, 6 Jun 2021 11:51:25 -0600 Subject: forgot that I changed the package details --- .../net/brysonsteck/Resurrection/CheckForUpdate.class | Bin 0 -> 325 bytes .../net/brysonsteck/Resurrection/PlayerData.class | Bin 0 -> 2032 bytes .../net/brysonsteck/Resurrection/PlayerListener.class | Bin 0 -> 2167 bytes .../net/brysonsteck/Resurrection/Resurrection.class | Bin 0 -> 1563 bytes .../net/brysonsteck/Resurrection/TimeCheck.class | Bin 0 -> 991 bytes .../brysonsteck/Resurrection/commands/CommandAbout.class | Bin 0 -> 1161 bytes .../Resurrection/net/brysonsteck/Resurrection/plugin.yml | 13 +++++++++++++ 7 files changed, 13 insertions(+) create mode 100644 out/production/Resurrection/net/brysonsteck/Resurrection/CheckForUpdate.class create mode 100644 out/production/Resurrection/net/brysonsteck/Resurrection/PlayerData.class create mode 100644 out/production/Resurrection/net/brysonsteck/Resurrection/PlayerListener.class create mode 100644 out/production/Resurrection/net/brysonsteck/Resurrection/Resurrection.class create mode 100644 out/production/Resurrection/net/brysonsteck/Resurrection/TimeCheck.class create mode 100644 out/production/Resurrection/net/brysonsteck/Resurrection/commands/CommandAbout.class create mode 100644 out/production/Resurrection/net/brysonsteck/Resurrection/plugin.yml (limited to 'out/production/Resurrection/net/brysonsteck') diff --git a/out/production/Resurrection/net/brysonsteck/Resurrection/CheckForUpdate.class b/out/production/Resurrection/net/brysonsteck/Resurrection/CheckForUpdate.class new file mode 100644 index 0000000..b0d2323 Binary files /dev/null and b/out/production/Resurrection/net/brysonsteck/Resurrection/CheckForUpdate.class differ diff --git a/out/production/Resurrection/net/brysonsteck/Resurrection/PlayerData.class b/out/production/Resurrection/net/brysonsteck/Resurrection/PlayerData.class new file mode 100644 index 0000000..a7f40ad Binary files /dev/null and b/out/production/Resurrection/net/brysonsteck/Resurrection/PlayerData.class differ diff --git a/out/production/Resurrection/net/brysonsteck/Resurrection/PlayerListener.class b/out/production/Resurrection/net/brysonsteck/Resurrection/PlayerListener.class new file mode 100644 index 0000000..40a5c18 Binary files /dev/null and b/out/production/Resurrection/net/brysonsteck/Resurrection/PlayerListener.class differ diff --git a/out/production/Resurrection/net/brysonsteck/Resurrection/Resurrection.class b/out/production/Resurrection/net/brysonsteck/Resurrection/Resurrection.class new file mode 100644 index 0000000..6fbe372 Binary files /dev/null and b/out/production/Resurrection/net/brysonsteck/Resurrection/Resurrection.class differ diff --git a/out/production/Resurrection/net/brysonsteck/Resurrection/TimeCheck.class b/out/production/Resurrection/net/brysonsteck/Resurrection/TimeCheck.class new file mode 100644 index 0000000..a702ba5 Binary files /dev/null and b/out/production/Resurrection/net/brysonsteck/Resurrection/TimeCheck.class differ diff --git a/out/production/Resurrection/net/brysonsteck/Resurrection/commands/CommandAbout.class b/out/production/Resurrection/net/brysonsteck/Resurrection/commands/CommandAbout.class new file mode 100644 index 0000000..5513368 Binary files /dev/null and b/out/production/Resurrection/net/brysonsteck/Resurrection/commands/CommandAbout.class differ diff --git a/out/production/Resurrection/net/brysonsteck/Resurrection/plugin.yml b/out/production/Resurrection/net/brysonsteck/Resurrection/plugin.yml new file mode 100644 index 0000000..a253795 --- /dev/null +++ b/out/production/Resurrection/net/brysonsteck/Resurrection/plugin.yml @@ -0,0 +1,13 @@ +main: net.brysonsteck.Resurrection.Resurrection +name: Resurrection +author: 'Bryson Steck' +version: '0.0.1 alpha' +commands: + about: + description: Displays information about Resurrection. + permission: op + usage: /about + + timecheck: + description: Displays the remaining time before the player (or specified player) is resurrected. + usage: /timecheck [PLAYER NAME] \ No newline at end of file -- cgit v1.2.3