Skip to content
This repository was archived by the owner on Feb 3, 2025. It is now read-only.

Commit 1dc52d6

Browse files
Update README.MD
1 parent 918e86c commit 1dc52d6

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

README.MD

+15-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
What is this project?
22
HanGuiBuilder is a Minecraft Spigot plugin API that is designed for developers. It simplifies the process of building GUIs and assigning commands to items within them, and is compatible with all versions of Minecraft.
33

4+
```
5+
<repositories>
6+
<repository>
7+
<id>jitpack.io</id>
8+
<url>https://jitpack.io</url>
9+
</repository>
10+
</repositories>
11+
12+
<dependency>
13+
<groupId>com.github.BingulHan</groupId>
14+
<artifactId>HanGuiBuilder</artifactId>
15+
<version>1.1</version>
16+
</dependency>
17+
```
418
Example:
519
```
620
@@ -36,4 +50,4 @@ Example:
3650
3751
guiBuilder.open();
3852
39-
```
53+
```

0 commit comments

Comments
 (0)