File tree 1 file changed +8
-3
lines changed
1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -43,17 +43,18 @@ A comprehensive inventory menu API for Spigot with pages support. Supports Bukki
43
43
You can very easily install SpiGUI using [ JitPack] ( https://jitpack.io/#com.samjakob/SpiGUI ) .
44
44
(The JitPack page contains instructions for Gradle, Maven, sbt, etc.)
45
45
46
- Gradle users; just add the following to your ` build.gradle ` file:
46
+ <details >
47
+ <summary >Instructions for Gradle</summary >
48
+
49
+ Just add the following to your ` build.gradle ` file:
47
50
``` groovy
48
51
repositories {
49
52
// ...
50
-
51
53
maven { url 'https://jitpack.io' }
52
54
}
53
55
54
56
dependencies {
55
57
// ...
56
-
57
58
implementation 'com.samjakob:SpiGUI:<insert latest version here>'
58
59
}
59
60
```
@@ -74,10 +75,14 @@ jar {
74
75
}
75
76
```
76
77
78
+ </details >
79
+
77
80
If you aren't using a build system, you can just download the latest JAR and
78
81
add it to your project's classpath (just make sure the SpiGUI classes are
79
82
included in your JAR when you build it).
80
83
84
+ <br >
85
+
81
86
## Quick Start
82
87
83
88
** Step 1: Create an instance of the SpiGUI library in your plugin**
You can’t perform that action at this time.
0 commit comments