Skip to content

Commit ce1bdc6

Browse files
committed
update.json updated for minecraft 1.15.2.
Signed-off-by: Pavel Erokhin (MairwunNx) <[email protected]>
1 parent 082e983 commit ce1bdc6

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

update.json

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
{
2-
"homepage": "https://github.com/ProjectEssentials/ProjectEssentials-Warps/releases/tag/v1.14.4-0.3.0",
3-
"1.14.4": {
4-
"1.14.4-0.3.0": " - Events configuration added.\n - Ability to disable join, left and advancement messages added.\n - Advertising regex improved.\n - Local chat incorrect behavior when ranged chat disabled fixed.",
5-
"1.14.4-0.2.0": " - German translation added by @1LiterZinalco.\n - Swedish translation added by @robbinworks\n - Pt translation fixed and add french translation by @dudangel\n - Spanish translation by @drcabral\n - Resolved #2. (mention all players with `@all` in message added.)\n - Permission `ess.chat.mention.all` for mention all players added.\n - Chat messaging delay implemented.\n - Simple Anti-advertising implemented.\n - Essentials dependencies updated, build.gradle cleanup.\n - `kolinx-serialization` and kotlin runtime updated.\n - Forge version updated to `28.1.114`.\n - Version in mods.toml updated.\n - Permissions is not mandatory dependency.\n - `isCommonChat` function now is public.\n - `JsonConfiguration` simplified in `ChatModelUtils.kt`.\n - `ChatModelBase` renamed to `ChatModelUtils.kt`.\n - Using command block parameters as mention fixed (`@e` etc).\n - Quick reply on message when common chat enabled fixed.\n - Incorrect version, not matches semver regex fixed.\n - Resolved #1. Redundant checking on null removed.\n - Ability to self mention, when mentioned all players by you removed.",
6-
"1.14.4-0.1.0.0": " - Initial release of Project Essentials Chat as Project Essentials part."
2+
"homepage": "https://github.com/ProjectEssentials/ProjectEssentials-Chat",
3+
"1.15.2": {
4+
"1.15.2-1.0.0": "Changelog for 1.0.0 https://github.com/ProjectEssentials/ProjectEssentials-Chat/blob/MC-1.15.2/changelog.md#1152-100---2020-02-08"
75
},
86
"promos": {
9-
"1.14.4-latest": "1.14.4-0.3.0",
10-
"1.14.4-recommended": "1.14.4-0.3.0"
7+
"1.15.2-latest": "1.15.2-1.0.0",
8+
"1.15.2-recommended": "1.15.2-1.0.0"
119
}
1210
}

0 commit comments

Comments
 (0)