-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Took 12 minutes
- Loading branch information
Showing
3 changed files
with
32 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> | ||
``` |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |