File tree Expand file tree Collapse file tree 1 file changed +17
-2
lines changed Expand file tree Collapse file tree 1 file changed +17
-2
lines changed Original file line number Diff line number Diff line change 9
9
10
10
#### ❗ Compatibility with forge ` 28.0.X ` version.
11
11
12
- ## 🧐 Install using Gradle:
12
+ ## 🧐 Install using Gradle (for developers) :
13
13
> ##### If your project uses Gradle as Build Tool, then use the code below to add dependencies:
14
14
15
15
``` groovy
@@ -26,7 +26,7 @@ dependencies {
26
26
}
27
27
```
28
28
29
- ## 🤔 Install using Maven:
29
+ ## 🤔 Install using Maven (for developers) :
30
30
> ##### If your project uses Maven as Build Tool, then use the code below to add dependencies:
31
31
32
32
``` xml
@@ -44,6 +44,21 @@ dependencies {
44
44
</dependency >
45
45
```
46
46
47
+ ## 🧐 Installation instruction (for playing):
48
+ > ##### Just move Project Essentials Permissions-1.14.4-1.X.X.X.jar to mods directory:
49
+
50
+ ```
51
+ .
52
+ ├── assets
53
+ ├── config
54
+ ├── libraries
55
+ ├── mods (that's how it should be)
56
+ │ ├── Project Essentials-1.14.4-1.X.X.X.jar.
57
+ │ ├── Project Essentials Core-1.14.4-1.X.X.X.jar.
58
+ │ └── Project Essentials Permissions-1.14.4-1.X.X.X.jar.
59
+ └── ...
60
+ ```
61
+
47
62
```
48
63
Additional information:
49
64
- kotlin-std lib version: 1.3.50
You can’t perform that action at this time.
0 commit comments