Skip to content

Commit 243bc00

Browse files
committed
readme.md file created.
1 parent ea38105 commit 243bc00

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

readme.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
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/)

0 commit comments

Comments
 (0)