File tree Expand file tree Collapse file tree 1 file changed +37
-0
lines changed
Expand file tree Collapse file tree 1 file changed +37
-0
lines changed Original file line number Diff line number Diff line change 1+ ## 🏡 Project Essentials: Home
2+
3+ > ## Forge modification for controlling player homes point on server and client
4+
5+ #### ❗ Compatibility with forge ` 28.0.X ` version.
6+
7+ ## 🎮 Installation instruction:
8+ > ##### Just move Project Essentials Home-1.14.4-1.X.X.X.jar to mods directory:
9+
10+ > ##### Important note: don't forget install mod dependencies!
11+ - core: https://github.com/ProjectEssentials/ProjectEssentials-Core/releases
12+ - permissions: https://github.com/ProjectEssentials/ProjectEssentials-Permissions/releases
13+
14+ ```
15+ .
16+ ├── assets
17+ ├── config
18+ ├── libraries
19+ ├── mods (that's how it should be)
20+ │ ├── Project Essentials Home-1.14.4-1.X.X.X.jar
21+ │ ├── Project Essentials Core-MOD-1.14.4-1.X.X.X.jar.
22+ │ └── Project Essentials Permissions-1.14.4-1.X.X.X.jar.
23+ └── ...
24+ ```
25+
26+ ```
27+ Additional information:
28+ - kotlin-std lib version: 1.3.50
29+ - kotlinx serialization version: 0.12.0
30+ - target jvm version: 1.8
31+ ```
32+
33+ ### After you got the dependencies and the library itself:
34+
35+ # [ getting started with read the commands documentation] ( ./documentation/in-using.md )
36+
37+ > ## Made with 💕 by [ MairwunNx] ( https://mairwunnx.github.io/ )
You can’t perform that action at this time.
0 commit comments