You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-6
Original file line number
Diff line number
Diff line change
@@ -11,11 +11,6 @@ No ProtocolLib, no dependency, compatible from Minecraft 1.17 to 1.21!
11
11

12
12
13
13
## How to install?
14
-
### 1st method: copying the class
15
-
Copy the [GlowingEntities.java class](src/main/java/fr/skytasul/glowingentities/GlowingEntities.java) to your project
16
-
(and the [GlowingBlocks.java class](src/main/java/fr/skytasul/glowingentities/GlowingBlocks.java) if required).
17
-
18
-
### 2nd method: using maven
19
14
Add this requirement to your maven `pom.xml` file:
20
15
21
16
```xml
@@ -26,7 +21,7 @@ Add this requirement to your maven `pom.xml` file:
26
21
<scope>compile</scope>
27
22
</dependency>
28
23
```
29
-
Additionnally, you can use the maven shade plugin to relocate the classes location.
24
+
Then, configure the maven shade plugin to relocate the classes location. You can also use the Spigot library resolver to download the library, or Paper's plugin loader.
30
25
31
26
> [!NOTE]
32
27
> Until 1.3.4, the util was under the groupId `io.github.skytasul`.
0 commit comments