even more repo cleaning
This commit is contained in:
parent
661222bd36
commit
6a72ff2c13
4 changed files with 4 additions and 35 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
@ -1,5 +1,8 @@
|
|||
.idea/
|
||||
out/production/
|
||||
out/
|
||||
Resurrection.iml
|
||||
data/resurrection bukkit.png
|
||||
lib/
|
||||
.gradle/
|
||||
.vscode/
|
||||
*.jar
|
|
@ -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!**
|
Binary file not shown.
|
@ -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
|
Loading…
Add table
Reference in a new issue