Merge remote-tracking branch 'origin/master'
All checks were successful
Publish package to my Maven Repository / docker (ubuntu-latest, 2.44.0, 17, 3.8.5) (push) Successful in 21s
All checks were successful
Publish package to my Maven Repository / docker (ubuntu-latest, 2.44.0, 17, 3.8.5) (push) Successful in 21s
This commit is contained in:
commit
97a77a3af9
34
README.md
34
README.md
@ -1,35 +1,3 @@
|
|||||||
# Minecraft Utilities - Java Library
|
# Minecraft Utilities - Java Library
|
||||||
|
|
||||||
The Java library for the Minecraft Utilities API.
|
See [The Website](https://mcutils.xyz) or [Minecraft Utilities Documentation](https://mcutils.xyz/documentation) for more information.
|
||||||
|
|
||||||
## Usage
|
|
||||||
|
|
||||||
Maven:
|
|
||||||
|
|
||||||
```xml
|
|
||||||
<repositories>
|
|
||||||
<repository>
|
|
||||||
<id>fascinated-repo-public</id>
|
|
||||||
<name>Fascinated's Repository</name>
|
|
||||||
<url>https://repo.fascinated.cc/public</url>
|
|
||||||
</repository>
|
|
||||||
</repositories>
|
|
||||||
|
|
||||||
<dependencies>
|
|
||||||
<dependency>
|
|
||||||
<groupId>xyz.mcutils</groupId>
|
|
||||||
<artifactId>mcutils-java-library</artifactId>
|
|
||||||
<version>1.1</version>
|
|
||||||
</dependency>
|
|
||||||
</dependencies>
|
|
||||||
```
|
|
||||||
|
|
||||||
Usage:
|
|
||||||
|
|
||||||
```java
|
|
||||||
public class Main {
|
|
||||||
public static void main(String[] args) {
|
|
||||||
System.out.println(McUtilsAPI.getPlayer("Notch"));
|
|
||||||
}
|
|
||||||
}
|
|
||||||
```
|
|
Loading…
Reference in New Issue
Block a user