An open API service indexing awesome lists of open source software.

https://github.com/eternalcodeteam/eternalfriends

😊Friendship system for Minecraft!
https://github.com/eternalcodeteam/eternalfriends

Last synced: about 1 year ago
JSON representation

😊Friendship system for Minecraft!

Awesome Lists containing this project

README

          

![readme-banner.png](assets/readme-banner.png)

[![Supports Paper](https://raw.githubusercontent.com/intergrav/devins-badges/v3/assets/cozy/supported/paper_vector.svg)](https://papermc.io)
[![Supports Spigot](https://raw.githubusercontent.com/intergrav/devins-badges/v3/assets/cozy/supported/spigot_vector.svg)](https://spigotmc.org)

[![Patreon](https://raw.githubusercontent.com/intergrav/devins-badges/v3/assets/cozy/donate/patreon-plural_vector.svg)](https://www.patreon.com/eternalcode)
[![Website](https://raw.githubusercontent.com/intergrav/devins-badges/v3/assets/cozy/documentation/website_vector.svg)](https://eternalcode.pl/)
[![Discord](https://raw.githubusercontent.com/intergrav/devins-badges/v3/assets/cozy/social/discord-plural_vector.svg)](https://discord.gg/FQ7jmGBd6c)

[![Gradle](https://raw.githubusercontent.com/intergrav/devins-badges/v3/assets/cozy/built-with/gradle_vector.svg)](https://gradle.org/)
[![Java](https://raw.githubusercontent.com/intergrav/devins-badges/v3/assets/cozy/built-with/java17_vector.svg)](https://www.java.com/)

# Building

To build EternalFriends do the following (Make sure you have JDK 17 or higher)

```
./gradlew shadowJar
```

- #### Output file will be located at build/libs

# Contributing

Create a public EternalFriends fork, make changes and then create a Pull Request
See [CONTRIBUTING.md](https://github.com/EternalCodeTeam/EternalCore/blob/master/.github/CONTRIBUTING.md) to find out
more.

# Other Dependencies usages

- [LiteCommands (by Rollczi ❀ )](https://github.com/Rollczi/LiteCommands)
- [Spigot API](https://www.spigotmc.org/wiki/spigot-gradle/)
- [Adventure](https://docs.adventure.kyori.net/)
- [CDN](https://github.com/dzikoysk/cdn)
- [bStats](https://bstats.org/)
- [TriumphGUI](https://github.com/TriumphTeam/triumph-gui)