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 99
1010#### ❗ Compatibility with forge ` 28.0.X ` version.
1111
12- ## 🧐 Install using Gradle:
12+ ## 🧐 Install using Gradle (for developers) :
1313> ##### If your project uses Gradle as Build Tool, then use the code below to add dependencies:
1414
1515``` groovy
@@ -26,7 +26,7 @@ dependencies {
2626}
2727```
2828
29- ## 🤔 Install using Maven:
29+ ## 🤔 Install using Maven (for developers) :
3030> ##### If your project uses Maven as Build Tool, then use the code below to add dependencies:
3131
3232``` xml
@@ -44,6 +44,21 @@ dependencies {
4444</dependency >
4545```
4646
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+
4762```
4863Additional information:
4964 - kotlin-std lib version: 1.3.50
You can’t perform that action at this time.
0 commit comments