diff options
11 files changed, 1 insertions, 22 deletions
diff --git a/out/production/Resurrection/META-INF/MANIFEST.MF b/out/production/Resurrection/META-INF/MANIFEST.MF deleted file mode 100644 index 6af58fd..0000000 --- a/out/production/Resurrection/META-INF/MANIFEST.MF +++ /dev/null @@ -1,3 +0,0 @@ -Manifest-Version: 1.0
-Main-Class: Resurrection
-
diff --git a/out/production/Resurrection/net/brysonsteck/Resurrection/CheckForUpdate.class b/out/production/Resurrection/net/brysonsteck/Resurrection/CheckForUpdate.class Binary files differdeleted file mode 100644 index b0d2323..0000000 --- a/out/production/Resurrection/net/brysonsteck/Resurrection/CheckForUpdate.class +++ /dev/null diff --git a/out/production/Resurrection/net/brysonsteck/Resurrection/PlayerData.class b/out/production/Resurrection/net/brysonsteck/Resurrection/PlayerData.class Binary files differindex a7f40ad..393c28e 100644 --- a/out/production/Resurrection/net/brysonsteck/Resurrection/PlayerData.class +++ 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 differindex 438dfb7..737b6ed 100644 --- a/out/production/Resurrection/net/brysonsteck/Resurrection/PlayerListener.class +++ 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 differindex f100f11..717c5cd 100644 --- a/out/production/Resurrection/net/brysonsteck/Resurrection/Resurrection.class +++ 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 differindex a702ba5..4f62c30 100644 --- a/out/production/Resurrection/net/brysonsteck/Resurrection/TimeCheck.class +++ 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 differindex 5513368..b1dc48d 100644 --- a/out/production/Resurrection/net/brysonsteck/Resurrection/commands/CommandAbout.class +++ b/out/production/Resurrection/net/brysonsteck/Resurrection/commands/CommandAbout.class diff --git a/out/production/Resurrection/net/brysonsteck/Resurrection/commands/CommandResurrect.class b/out/production/Resurrection/net/brysonsteck/Resurrection/commands/CommandResurrect.class Binary files differindex 3eed603..c1eaacd 100644 --- a/out/production/Resurrection/net/brysonsteck/Resurrection/commands/CommandResurrect.class +++ b/out/production/Resurrection/net/brysonsteck/Resurrection/commands/CommandResurrect.class diff --git a/out/production/Resurrection/net/brysonsteck/Resurrection/plugin.yml b/out/production/Resurrection/net/brysonsteck/Resurrection/plugin.yml deleted file mode 100644 index 2a0f9a5..0000000 --- a/out/production/Resurrection/net/brysonsteck/Resurrection/plugin.yml +++ /dev/null @@ -1,18 +0,0 @@ -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] - - resurrect: - description: Manually resurrects a player. - permission: op - usage: /resurrect PLAYER_NAME
\ No newline at end of file diff --git a/out/production/Resurrection/net/brysonsteck/Resurrection/startup/CheckForUpdate.class b/out/production/Resurrection/net/brysonsteck/Resurrection/startup/CheckForUpdate.class Binary files differnew file mode 100644 index 0000000..96d4d83 --- /dev/null +++ b/out/production/Resurrection/net/brysonsteck/Resurrection/startup/CheckForUpdate.class diff --git a/src/net/brysonsteck/Resurrection/startup/CheckForUpdate.java b/src/net/brysonsteck/Resurrection/startup/CheckForUpdate.java index 68cab70..2dfbf76 100644 --- a/src/net/brysonsteck/Resurrection/startup/CheckForUpdate.java +++ b/src/net/brysonsteck/Resurrection/startup/CheckForUpdate.java @@ -1,4 +1,4 @@ -package net.brysonsteck.Resurrection; +package net.brysonsteck.Resurrection.startup; public class CheckForUpdate { } |