gradle is finally gone

This commit is contained in:
Bryson Steck 2021-06-06 16:49:57 -06:00
parent e76be02554
commit f90b81e427
11 changed files with 1 additions and 22 deletions

View file

@ -1,3 +0,0 @@
Manifest-Version: 1.0
Main-Class: Resurrection

View file

@ -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

View file

@ -1,4 +1,4 @@
package net.brysonsteck.Resurrection; package net.brysonsteck.Resurrection.startup;
public class CheckForUpdate { public class CheckForUpdate {
} }