Skip to content

Commit

Permalink
Merge remote-tracking branch 'main/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Hempfest committed May 20, 2021
2 parents a8d61c7 + 69dd422 commit 8eccc2d
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ It is an easy access spigot development library that assists you in areas that m
<dependency>
<groupId>com.github.the-h-team</groupId>
<artifactId>Labyrinth</artifactId>
<version>1.4.5</version>
<version>1.5.2_R1</version>
</dependency>
```
### Importing with gradle
Expand All @@ -28,7 +28,7 @@ It is an easy access spigot development library that assists you in areas that m
}
dependencies {
implementation 'com.github.the-h-team:Labyrinth:1.4.5'
implementation 'com.github.the-h-team:Labyrinth:1.5.2_R1'
}
```

Expand All @@ -44,9 +44,9 @@ It is an easy access spigot development library that assists you in areas that m

_API Table of Contents_:
--
- [String Utility](https://github.com/the-h-team/Labyrinth/blob/2c8f1ac9bd9d764badc28d758a2cd4b995972e25/src/main/java/com/github/sanctum/labyrinth/library/StringUtils.java#L28)
- [String Utility](https://github.com/the-h-team/Labyrinth/wiki/StringUtils-first-dive)
- [Time Utility](https://github.com/the-h-team/Labyrinth/wiki/Get-with-the-times)
- [Listing Collections](https://github.com/the-h-team/Labyrinth/wiki/String-work.-Feel-the-magic.#3-list-pagination)
- [Listing Collections](https://github.com/the-h-team/Labyrinth/wiki/PaginatedList-Example)
- [Automatic Command Pickup]()
- [Base64 Serialization]()
- [Persistent Data Container]()
Expand All @@ -62,6 +62,8 @@ _API Table of Contents_:
- [Tab Completion Builder]()
- [Paginated GUI]()
- [Colored Component Builder]()
- [Custom Color Generation/Interfacing]()
- [Cuboid Generation/Interfacing]()
- [File Manager]()
- [Automatic Listener Pickup]()
- [Shareable/Interactable GUI]()
Expand Down

0 comments on commit 8eccc2d

Please sign in to comment.