Skip to content
This repository was archived by the owner on Mar 12, 2020. It is now read-only.

Commit c7d639f

Browse files
committed
readme.md added.
1 parent 62393eb commit c7d639f

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

readme.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# Resource-packs of Project Essentials for server-side projects.
2+
3+
If you want to use the mod as a plugin, then it is very simple, but there is one thing. The mod uses a localization message, instead of a raw message. And if you just put the mod on the server and log in from a client that does not have these mods, then for example with /afk you will get the message "project_essentials.afk.out_success" or something similar, but not the point.
4+
5+
This problem can be fixed in a very simple step. Find the resource-pack property in the server.properties file and paste this link *(below this paragraph)* there (this is a resource pack with localization).
6+
7+
If the localization is out of date, run `build.ps1`, it will automatically download all the localization and pack resource packs in the `out` folder.
8+
9+
```
10+
For all modules: https://github.com/ProjectEssentials/ProjectEssentials-Localization/releases/download/v1.0.0/ProjectEssentials-Localization-1.14.4-all.zip
11+
12+
For essentials module: https://github.com/ProjectEssentials/ProjectEssentials-Localization/releases/download/v1.0.0/ProjectEssentials-Localization-1.14.4-essentials.zip
13+
14+
For core module: https://github.com/ProjectEssentials/ProjectEssentials-Localization/releases/download/v1.0.0/ProjectEssentials-Localization-1.14.4-core.zip
15+
16+
For permissions module: https://github.com/ProjectEssentials/ProjectEssentials-Localization/releases/download/v1.0.0/ProjectEssentials-Localization-1.14.4-permissions.zip
17+
18+
For cooldown module: https://github.com/ProjectEssentials/ProjectEssentials-Localization/releases/download/v1.0.0/ProjectEssentials-Localization-1.14.4-cooldown.zip
19+
20+
For chat module: https://github.com/ProjectEssentials/ProjectEssentials-Localization/releases/download/v1.0.0/ProjectEssentials-Localization-1.14.4-chat.zip
21+
22+
For spawn module: https://github.com/ProjectEssentials/ProjectEssentials-Localization/releases/download/v1.0.0/ProjectEssentials-Localization-1.14.4-spawn.zip
23+
24+
For home module: https://github.com/ProjectEssentials/ProjectEssentials-Localization/releases/download/v1.0.0/ProjectEssentials-Localization-1.14.4-home.zip
25+
26+
For warps module: https://github.com/ProjectEssentials/ProjectEssentials-Localization/releases/download/v1.0.0/ProjectEssentials-Localization-1.14.4-warps.zip
27+
28+
For backup module: https://github.com/ProjectEssentials/ProjectEssentials-Localization/releases/download/v1.0.0/ProjectEssentials-Localization-1.14.4-backup.zip
29+
```

0 commit comments

Comments
 (0)