This repository has been archived by the owner on Feb 10, 2024. It is now read-only.
generated from MinestomPlugins/minestom-library-template
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8 from Window5000/master
Updates
- Loading branch information
Showing
26 changed files
with
876 additions
and
139 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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,8 +1,6 @@ | ||
<img alt="GitHub contributors" src="https://img.shields.io/github/contributors/MinestomPlugins/NextLib?style=flat"> [![](https://jitpack.io/v/MinestomPlugins/NextLib.svg)](https://jitpack.io/#MinestomPlugins/NextLib) | ||
<img alt="Minestom Library" src="https://img.shields.io/badge/MINESTOM-LIBRARY-brightgreen?style=flat"> <img alt="GitHub contributors" src="https://img.shields.io/github/contributors/HypeJet/HypeStom?style=flat"> [![](https://jitpack.io/v/HypeJet/HypeLib.svg)](https://jitpack.io/#HypeJet/HypeStom) | ||
|
||
|
||
# HypeStom | ||
|
||
# NextLib | ||
|
||
~~Archived use the [new version merged with CityStom and NextPermissions](https://github.com/LabMCGames/NextLib)~~ | ||
This repo has now been unarchived! | ||
Basic but useful utilities for creating Minestom extension (and other Minestom related stuff). |
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
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,5 @@ | ||
jdk: | ||
- zulu18 | ||
- zulu17 | ||
before_install: | ||
- sdk install java 18.0.2-zulu | ||
- sdk use java 18.0.2-zulu | ||
- sdk install java 17.0.5-zulu | ||
- sdk use java 17.0.5-zulu |
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,2 +1,2 @@ | ||
rootProject.name = 'NextLib' | ||
rootProject.name = 'HypeStom' | ||
|
Oops, something went wrong.