Skip to content

Commit

Permalink
GH-325 Beautify README.md (#325)
Browse files Browse the repository at this point in the history
* Remove unused import in Delay.java

* Optimize imports

* Add new, modern badges.

* Update README.md

* Update README.md

* Update readme-banner.png

* Squashed commit of the following:

commit 4f412aa
Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Date:   Sun Jan 29 01:21:44 2023 +0100

    GH-330 Update all dependencies (#330)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

commit 9eb6109
Author: Martin Sulikowski <vLuckyyy.biznes@gmail.com>
Date:   Sun Jan 29 00:01:05 2023 +0100

    GH-328 Create group for merge all bumps into one PR

commit ec925ee
Author: Martin Sulikowski <vLuckyyy.biznes@gmail.com>
Date:   Sat Jan 28 21:34:06 2023 +0100

    GH-324 Add visibility private for config manager (#326)

* Bump expressible to 1.3.0

* Update README.md

---------

Co-authored-by: Martin Sulikowski <vLuckyyy.biznes@gmail.com>
  • Loading branch information
Jakubk15 and vLuckyyy authored Jan 30, 2023
1 parent 3415b11 commit 291a3fb
Show file tree
Hide file tree
Showing 9 changed files with 28 additions and 23 deletions.
30 changes: 17 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,15 @@

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

[![Discord](https://img.shields.io/discord/889460117953720351?color=%237289DA&logo=discord&logoColor=white&style=for-the-badge)](https://discord.gg/FQ7jmGBd6c)
[![Website](https://img.shields.io/badge/-website-orange?style=for-the-badge&logo=internet-explorer&logoColor=white)](https://eternalcode.pl/)
[![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)

![Percentage of issues still open](https://img.shields.io/github/issues/EternalCodeTeam/EternalCore?style=for-the-badge)
[![GitHub forks](https://img.shields.io/github/forks/EternalCodeTeam/EternalCore?style=for-the-badge)](https://github.com/EternalCodeTeam/EternalCore/network)
[![GitHub stars](https://img.shields.io/github/stars/EternalCodeTeam/EternalCore?style=for-the-badge)](https://github.com/EternalCodeTeam/EternalCore/stargazers)
[![GitHub license](https://img.shields.io/github/license/EternalCodeTeam/EternalCore?style=for-the-badge)](https://github.com/EternalCodeTeam/EternalCore/blob/master/LICENSE)
[![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/)

</div>

Expand Down Expand Up @@ -44,7 +46,8 @@ To build EternalCore do the following (Make sure you have JDK 17 or higher)

# Contributing

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

Expand All @@ -67,20 +70,21 @@ more.
# Other Dependencies usages

- [LiteCommands (by Rollczi ❤️)](https://github.com/Rollczi/LiteCommands)
- [Lombok (Only for Configs)](https://projectlombok.org/)
- [Lombok](https://projectlombok.org/)
- [PaperLib](https://github.com/PaperMC/PaperLib)
- [Spigot-API](https://www.spigotmc.org/wiki/spigot-gradle/)
- [Spigot API](https://www.spigotmc.org/wiki/spigot-gradle/)
- [Kyori Adventure](https://docs.adventure.kyori.net/)
- [CDN](https://github.com/dzikoysk/cdn)
- [CDN Configs](https://github.com/dzikoysk/cdn)
- [Expressible](https://github.com/panda-lang/expressible)
- [bStats](https://bstats.org/)
- [HikariCP](https://github.com/brettwooldridge/HikariCP)
- [Ormlite jdbc](https://github.com/j256/ormlite-jdbc)
- [TriumphGui](https://github.com/TriumphTeam/triumph-gui)
- [Ormlite JDBC](https://github.com/j256/ormlite-jdbc)
- [TriumphGUI](https://github.com/TriumphTeam/triumph-gui)

# Special thanks

[<img src="https://user-images.githubusercontent.com/65517973/210912946-447a6b9a-2685-4796-9482-a44bffc727ce.png" alt="" width="150">](https://www.jetbrains.com)

We thank JetBrains for providing [Open Source Licenses](https://www.jetbrains.com/opensource/) for high quality tools.
We recommend using [Intellij IDEA](https://www.jetbrains.com/idea/) to work with our projects!
We recommend using [Intellij IDEA](https://www.jetbrains.com/idea/) to work with our projects and accelerate your
productivity!
Binary file modified assets/readme-banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies {
implementation("dev.rollczi:liteskullapi:1.3.0")

// utility library
implementation("org.panda-lang:expressible:1.2.9")
implementation("org.panda-lang:expressible:1.3.0")

// gui library
implementation("dev.triumphteam:triumph-gui:3.1.4")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
import com.eternalcode.core.placeholder.PlaceholderRegistry;
import org.bukkit.Server;
import org.bukkit.plugin.PluginManager;

import java.util.logging.Logger;

public class BridgeManager {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
import dev.rollczi.litecommands.suggestion.Suggestion;
import panda.std.Option;
import panda.std.Result;

import java.time.Duration;
import java.time.format.DateTimeParseException;
import java.util.Arrays;
Expand Down
1 change: 0 additions & 1 deletion core/src/main/java/com/eternalcode/core/delay/Delay.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package com.eternalcode.core.delay;

import com.eternalcode.core.configuration.implementation.PluginConfiguration;
import com.google.common.cache.Cache;
import com.google.common.cache.CacheBuilder;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package com.eternalcode.core.util;

import java.time.Duration;
import java.util.concurrent.TimeUnit;

public final class DurationUtil {

Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
package com.eternalcode.core.user;

import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.junit.jupiter.api.Assertions.assertTrue;
import org.junit.jupiter.api.Test;

import java.util.UUID;
import org.junit.jupiter.api.Test;

import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.junit.jupiter.api.Assertions.assertTrue;

class UserManagerTest {

Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
package com.eternalcode.core.util;

import org.junit.jupiter.api.Test;
import panda.std.Option;

import java.util.Arrays;
import java.util.Collection;
import java.util.List;

import org.junit.jupiter.api.Test;
import panda.std.Option;

import static org.junit.jupiter.api.Assertions.assertTrue;

class RandomUtilTest {
Expand All @@ -24,7 +24,7 @@ void testRandomElement() {
void testRandomElementEmptyCollection() {
List<String> emptyList = List.of();
Option<String> randomElement = RandomUtil.randomElement(emptyList);

assertTrue(randomElement.isEmpty());
}
}

0 comments on commit 291a3fb

Please sign in to comment.