File tree Expand file tree Collapse file tree 1 file changed +38
-0
lines changed
Expand file tree Collapse file tree 1 file changed +38
-0
lines changed Original file line number Diff line number Diff line change 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/ )
You can’t perform that action at this time.
0 commit comments