diff options
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 |