Skip to content

Commit

Permalink
Refactor artifact name
Browse files Browse the repository at this point in the history
  • Loading branch information
Abigail de Joode committed Jul 13, 2021
1 parent 6366be8 commit e245f56
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

## What's this?

This is a very simple and lightweight plugin that bans players upon death for a configurable amount of time. Also has the option to spawn a lightning bolt (without damage) on the player's death location.
This is a very simple and lightweight plugin that bans players upon death for a configurable amount of time. Also has the option to spawn a lightning bolt (without damage) on the player's death location.

## Instructions

1. Download from [Spigot](https://www.spigotmc.org/resources/galaxys-simple-deathbans.73017/) or compile plugin yourself.
1. Download from [Spigot](https://www.spigotmc.org/resources/abbys-deathbans.73017/) or compile the plugin yourself
2. Drag and drop into server plugins folder
3. Run or reload server
4. Configuration is found in plugins/Abbys-Deathbans/config.yml
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.abbydiode.deathbans</groupId>
<artifactId>Deathbans</artifactId>
<artifactId>deathbans</artifactId>
<version>1.2.1</version>
<packaging>jar</packaging>
<properties>
Expand Down
4 changes: 2 additions & 2 deletions target/maven-archiver/pom.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Generated by Maven
#Tue Jul 13 22:02:26 CEST 2021
#Tue Jul 13 22:14:34 CEST 2021
groupId=com.abbydiode.deathbans
artifactId=Deathbans
artifactId=deathbans
version=1.2.1

0 comments on commit e245f56

Please sign in to comment.