Skip to content
This repository has been archived by the owner on Aug 31, 2019. It is now read-only.

Commit

Permalink
Use Jitpack
Browse files Browse the repository at this point in the history
  • Loading branch information
Electroid committed Apr 27, 2019
1 parent 7242a62 commit cda8bac
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 3 deletions.
20 changes: 19 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
BukkitSettings
BukkitSettings [![](https://jitpack.io/v/OvercastNetwork/BukkitSettings.svg)](https://jitpack.io/#OvercastNetwork/BukkitSettings)
==============

Plugin for handling a player's settings
Expand Down Expand Up @@ -32,3 +32,21 @@ permission.

Allows the user to set the value of a setting. Inherits value from parent
permission.

Distribution
============

```xml
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
```

```xml
<dependency>
<groupId>com.github.OvercastNetwork</groupId>
<artifactId>bukkit-settings</artifactId>
<version>master-SNAPSHOT</version>
</dependency>
```
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
</dependency>
<dependency>
<groupId>com.github.OvercastNetwork</groupId>
<artifactId>Settings</artifactId>
<version>1.0</version>
<artifactId>settings</artifactId>
<version>master-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.bukkit</groupId>
Expand Down

0 comments on commit cda8bac

Please sign in to comment.