Skip to content

Commit

Permalink
add jitpack info
Browse files Browse the repository at this point in the history
Took 12 minutes
  • Loading branch information
kiranhart committed Jul 15, 2024
1 parent 2df3c6d commit b5517b9
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 4 deletions.
26 changes: 22 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
![](https://i.imgur.com/0lsV9oR.jpg)
![](https://static.tweetzy.ca/plugins/skulls/about.png)
![](Skulls.png)
<div style="text-align: center;">
<h4>
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.
</h4>
</div>

![](https://static.tweetzy.ca/plugins/skulls/featurebar1.png)
![](https://static.tweetzy.ca/plugins/skulls/featurebar2.png)
# JitPack Info
[![](https://jitpack.io/v/ca.tweetzy/skulls.svg)](https://jitpack.io/#ca.tweetzy/skulls)
```yaml
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>

<dependency>
<groupId>ca.tweetzy</groupId>
<artifactId>skulls</artifactId>
<version>Current Version</version>
</dependency>
```
Binary file added Skulls.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions jitpack.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
jdk:
- openjdk16
before_install:
- echo "Before Install"
- bash ensure-java-16 install
install:
- echo "Install"
- if ! bash ensure-java-16 use; then source ~/.sdkman/bin/sdkman-init.sh; fi
- java -version
- mvn install

0 comments on commit b5517b9

Please sign in to comment.