diff options
author | Bryson Steck <steck.bryson@gmail.com> | 2021-06-06 11:51:25 -0600 |
---|---|---|
committer | Bryson Steck <steck.bryson@gmail.com> | 2021-06-06 11:51:25 -0600 |
commit | e86b6539bead0dcb2f82fa3afc9485754692ec3f (patch) | |
tree | 7eadbc5561cb3fbab13983f66f952a38dfbc6bae /out/production/Resurrection | |
parent | 95f2d89c3588e380d59cdef788379e9f2bae7bad (diff) | |
download | resurrection-e86b6539bead0dcb2f82fa3afc9485754692ec3f.tar resurrection-e86b6539bead0dcb2f82fa3afc9485754692ec3f.tar.gz resurrection-e86b6539bead0dcb2f82fa3afc9485754692ec3f.tar.bz2 |
forgot that I changed the package details
Diffstat (limited to 'out/production/Resurrection')
-rw-r--r-- | out/production/Resurrection/net/brysonsteck/Resurrection/CheckForUpdate.class | bin | 0 -> 325 bytes | |||
-rw-r--r-- | out/production/Resurrection/net/brysonsteck/Resurrection/PlayerData.class | bin | 0 -> 2032 bytes | |||
-rw-r--r-- | out/production/Resurrection/net/brysonsteck/Resurrection/PlayerListener.class | bin | 0 -> 2167 bytes | |||
-rw-r--r-- | out/production/Resurrection/net/brysonsteck/Resurrection/Resurrection.class | bin | 0 -> 1563 bytes | |||
-rw-r--r-- | out/production/Resurrection/net/brysonsteck/Resurrection/TimeCheck.class | bin | 0 -> 991 bytes | |||
-rw-r--r-- | out/production/Resurrection/net/brysonsteck/Resurrection/commands/CommandAbout.class | bin | 0 -> 1161 bytes | |||
-rw-r--r-- | out/production/Resurrection/net/brysonsteck/Resurrection/plugin.yml | 13 |
7 files changed, 13 insertions, 0 deletions
diff --git a/out/production/Resurrection/net/brysonsteck/Resurrection/CheckForUpdate.class b/out/production/Resurrection/net/brysonsteck/Resurrection/CheckForUpdate.class Binary files differnew file mode 100644 index 0000000..b0d2323 --- /dev/null +++ b/out/production/Resurrection/net/brysonsteck/Resurrection/CheckForUpdate.class diff --git a/out/production/Resurrection/net/brysonsteck/Resurrection/PlayerData.class b/out/production/Resurrection/net/brysonsteck/Resurrection/PlayerData.class Binary files differnew file mode 100644 index 0000000..a7f40ad --- /dev/null +++ b/out/production/Resurrection/net/brysonsteck/Resurrection/PlayerData.class diff --git a/out/production/Resurrection/net/brysonsteck/Resurrection/PlayerListener.class b/out/production/Resurrection/net/brysonsteck/Resurrection/PlayerListener.class Binary files differnew file mode 100644 index 0000000..40a5c18 --- /dev/null +++ b/out/production/Resurrection/net/brysonsteck/Resurrection/PlayerListener.class diff --git a/out/production/Resurrection/net/brysonsteck/Resurrection/Resurrection.class b/out/production/Resurrection/net/brysonsteck/Resurrection/Resurrection.class Binary files differnew file mode 100644 index 0000000..6fbe372 --- /dev/null +++ b/out/production/Resurrection/net/brysonsteck/Resurrection/Resurrection.class diff --git a/out/production/Resurrection/net/brysonsteck/Resurrection/TimeCheck.class b/out/production/Resurrection/net/brysonsteck/Resurrection/TimeCheck.class Binary files differnew file mode 100644 index 0000000..a702ba5 --- /dev/null +++ b/out/production/Resurrection/net/brysonsteck/Resurrection/TimeCheck.class diff --git a/out/production/Resurrection/net/brysonsteck/Resurrection/commands/CommandAbout.class b/out/production/Resurrection/net/brysonsteck/Resurrection/commands/CommandAbout.class Binary files differnew file mode 100644 index 0000000..5513368 --- /dev/null +++ b/out/production/Resurrection/net/brysonsteck/Resurrection/commands/CommandAbout.class 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 |