Skip to content

Commit aa80657

Browse files
committed
readme.md file added.
1 parent de01144 commit aa80657

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

readme.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
## 💌 Project Essentials: Chat
2+
3+
> ## Forge modification for controlling chat actions on server and client.
4+
5+
#### ❗ Compatibility with forge `28.0.X` version.
6+
7+
## 🎮 Installation instruction:
8+
> ##### Just move Project Essentials Chat-1.14.4-0.X.X.X.jar to mods directory:
9+
10+
> ##### Important note: don't forget install mod dependencies!
11+
12+
- core: <https://github.com/ProjectEssentials/ProjectEssentials-Core/releases>
13+
- permissions: <https://github.com/ProjectEssentials/ProjectEssentials-Permissions/releases>
14+
15+
```
16+
.
17+
├── assets
18+
├── config
19+
├── libraries
20+
├── mods (that's how it should be)
21+
│ ├── Project Essentials Chat-1.14.4-0.X.X.X.jar
22+
│ ├── Project Essentials Core-MOD-1.14.4-1.X.X.X.jar.
23+
│ └── Project Essentials Permissions-1.14.4-1.X.X.X.jar.
24+
└── ...
25+
```
26+
27+
```
28+
Information for developers:
29+
- kotlin-std lib version: 1.3.50
30+
- kotlinx serialization version: 0.12.0
31+
- target jvm version: 1.8
32+
```
33+
34+
### After you got the mod and dependencies and the library itself:
35+
36+
# [getting started with read the commands documentation](./documentation/in-using.md)
37+
38+
> ## Made with 💕 by [MairwunNx](https://mairwunnx.github.io/)

0 commit comments

Comments
 (0)