From 6a72ff2c1314ae71a2745a28a47bc36054e37f6d Mon Sep 17 00:00:00 2001 From: Bryson Steck Date: Sun, 2 Jan 2022 00:29:29 -0700 Subject: even more repo cleaning --- .gitignore | 5 +++- out/artifacts/Resurrection_jar/README.md | 3 --- out/artifacts/Resurrection_jar/Resurrection.jar | Bin 1606120 -> 0 bytes src/net/brysonsteck/Resurrection/plugin.yml | 31 ------------------------ 4 files changed, 4 insertions(+), 35 deletions(-) delete mode 100644 out/artifacts/Resurrection_jar/README.md delete mode 100644 out/artifacts/Resurrection_jar/Resurrection.jar delete mode 100644 src/net/brysonsteck/Resurrection/plugin.yml diff --git a/.gitignore b/.gitignore index f065a60..02db722 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,8 @@ .idea/ -out/production/ +out/ Resurrection.iml data/resurrection bukkit.png lib/ +.gradle/ +.vscode/ +*.jar \ No newline at end of file diff --git a/out/artifacts/Resurrection_jar/README.md b/out/artifacts/Resurrection_jar/README.md deleted file mode 100644 index e8c1570..0000000 --- a/out/artifacts/Resurrection_jar/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# WAIT! About this Jar artifact: - -This jar currently contains the latest build of Resurrection, which is not guaranteed to be as stable (or even functional) as the most [recent release.](https://github.com/brysonsteck/resurrection/releases) I leave this jar in the repository to allow easier development in conjunction with my dedicated Minecraft server for testing purposes. **USE AT YOUR OWN RISK!** \ No newline at end of file diff --git a/out/artifacts/Resurrection_jar/Resurrection.jar b/out/artifacts/Resurrection_jar/Resurrection.jar deleted file mode 100644 index 7feea2f..0000000 Binary files a/out/artifacts/Resurrection_jar/Resurrection.jar and /dev/null differ diff --git a/src/net/brysonsteck/Resurrection/plugin.yml b/src/net/brysonsteck/Resurrection/plugin.yml deleted file mode 100644 index 6277c7b..0000000 --- a/src/net/brysonsteck/Resurrection/plugin.yml +++ /dev/null @@ -1,31 +0,0 @@ -main: net.brysonsteck.Resurrection.Resurrection -name: Resurrection -author: 'Bryson Steck' -version: '1.2' -website: https://brysonsteck.net/resurrection.html -description: Makes players wait large amounts of time before respawning! -database: false - -commands: - about: - description: Displays information about Resurrection. - permission: op - usage: /about - - howlong: - description: Displays the remaining time before the player (or specified player) is resurrected. - usage: /howlong [PLAYER_NAME] - aliases: [timeleft] - - resurrect: - description: Manually resurrects a player. - permission: op - usage: /resurrect PLAYER_NAME - - bug: - description: Displays contact info if you encounter a bug using Resurrection. - usage: /bug - - source: - description: Displays info about the source code of Resurrection. - usage: /source \ No newline at end of file -- cgit v1.2.3