Skip to content

Commit b4115ef

Browse files
authored
Merge pull request #39 from Tweetzy/dev
add jitpack info
2 parents 87392e0 + b5517b9 commit b4115ef

File tree

3 files changed

+32
-4
lines changed

3 files changed

+32
-4
lines changed

README.md

Lines changed: 22 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
1-
![](https://i.imgur.com/0lsV9oR.jpg)
2-
![](https://static.tweetzy.ca/plugins/skulls/about.png)
1+
![](Skulls.png)
2+
<div style="text-align: center;">
3+
<h4>
4+
Skulls is a collection of 55k+ custom textured Minecraft heads. It is the perfect solution for servers who need a quick and easy way to access a large variety of custom textured heads.
5+
</h4>
6+
</div>
37

4-
![](https://static.tweetzy.ca/plugins/skulls/featurebar1.png)
5-
![](https://static.tweetzy.ca/plugins/skulls/featurebar2.png)
8+
# JitPack Info
9+
[![](https://jitpack.io/v/ca.tweetzy/skulls.svg)](https://jitpack.io/#ca.tweetzy/skulls)
10+
```yaml
11+
<repositories>
12+
<repository>
13+
<id>jitpack.io</id>
14+
<url>https://jitpack.io</url>
15+
</repository>
16+
</repositories>
17+
18+
<dependency>
19+
<groupId>ca.tweetzy</groupId>
20+
<artifactId>skulls</artifactId>
21+
<version>Current Version</version>
22+
</dependency>
23+
```

Skulls.png

6.2 MB
Loading

jitpack.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
jdk:
2+
- openjdk16
3+
before_install:
4+
- echo "Before Install"
5+
- bash ensure-java-16 install
6+
install:
7+
- echo "Install"
8+
- if ! bash ensure-java-16 use; then source ~/.sdkman/bin/sdkman-init.sh; fi
9+
- java -version
10+
- mvn install

0 commit comments

Comments
 (0)