Skip to content

Commit 11dfad7

Browse files
committed
Documentation and changelog and readme updated.
Signed-off-by: Pavel Erokhin (MairwunNx) <MairwunNx@gmail.com>
1 parent bb17eca commit 11dfad7

File tree

5 files changed

+27
-4
lines changed

5 files changed

+27
-4
lines changed

changelog.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [1.14.4-1.2.1] - 2020-02-07
10+
11+
### Added
12+
- Class paths added to `EssBase.kt` to `companion object`.
13+
- `CommandEvent.isPlayerSender` added to `CommandEventExtensions.kt`.
14+
15+
### Changed
16+
- `EntryPoint.kt` uses class paths from `CoreAPI`.
17+
- `CommandsConfigurationUtils.kt` formatted.
18+
- `CommandContext<...>.playerName()` now if source is server, then return `#server` as nickname.
19+
- `CommandEvent.player` (changed return type to nullable `ServerPlayerEntity`) now return `null` if source is server.
20+
- `ModPathHelper.kt` formatted.
21+
22+
### Fixed
23+
- Curse forge incorrect link on mod startup phase.
24+
925
## [1.14.4-1.2.0] - 2020-01-26
1026

1127
### Added

documentation/for-developers.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
> ## Documentation for basic use of the CoreAPI.
22
3+
# Documentation outdated, i'm so lazy for updating documentation here, see this documentation this https://mairwunnx.gitbook.io/project-essentials/project-essentials-core#using-as-api
4+
## If you want to help me, you can update this documentation through pull request.
5+
36
### Getting Core API as dependency
47

58
```groovy

documentation/for-players.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
> ## Installation instructions.
22
3+
# Documentation outdated, i'm so lazy for updating documentation here, see this documentation this https://mairwunnx.gitbook.io/project-essentials/project-essentials-core#how-to-install
4+
## If you want to help me, you can update this documentation through pull request.
5+
36
For start the modification, you need installed Forge, it is desirable that the version matches the supported versions. You can download Forge from the [link](https://files.minecraftforge.net/maven/net/minecraftforge/forge/index_1.14.4.html).
47
Move the downloaded mod (marked `-MOD` in the file name) to the `mods` folder (installation example below).
58

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This is the base module (core) for all other Project Essentials modules. It cont
88

99
### Last steps
1010

11-
#### [Download mod](https://github.com/ProjectEssentials/ProjectEssentials-Core/releases/download/v1.14.4-1.2.0/ProjectEssentials-Core-MOD-1.14.4-1.2.0.jar) · [Download API](https://github.com/ProjectEssentials/ProjectEssentials-Core/releases/download/v1.14.4-1.2.0/ProjectEssentials-Core-API-1.14.4-1.2.0.jar) · [How to install](https://mairwunnx.gitbook.io/project-essentials/project-essentials-core#how-to-install) · [Configuration](https://mairwunnx.gitbook.io/project-essentials/project-essentials-core#configuration) · [API Using](https://mairwunnx.gitbook.io/project-essentials/project-essentials-core#using-as-api) · [Troubleshooting](https://github.com/ProjectEssentials/ProjectEssentials-Core/issues/new/choose) · [News & updates](https://t.me/minecraftforge)
11+
#### [Download mod](https://github.com/ProjectEssentials/ProjectEssentials-Core/releases/download/v1.14.4-1.2.1/ProjectEssentials-Core-MOD-1.14.4-1.2.1.jar) · [Download API](https://github.com/ProjectEssentials/ProjectEssentials-Core/releases/download/v1.14.4-1.2.1/ProjectEssentials-Core-API-1.14.4-1.2.1.jar) · [How to install](https://mairwunnx.gitbook.io/project-essentials/project-essentials-core#how-to-install) · [Configuration](https://mairwunnx.gitbook.io/project-essentials/project-essentials-core#configuration) · [API Using](https://mairwunnx.gitbook.io/project-essentials/project-essentials-core#using-as-api) · [Troubleshooting](https://github.com/ProjectEssentials/ProjectEssentials-Core/issues/new/choose) · [Telegram Chat](https://t.me/minecraftforge)
1212

1313
<a href="https://ko-fi.com/mairwunnx" target="_blank"><img src="./assets/support_social.png"></a>
1414

update.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
2-
"homepage": "https://github.com/ProjectEssentials/ProjectEssentials-Core/releases/tag/v1.14.4-1.2.0",
2+
"homepage": "https://github.com/ProjectEssentials/ProjectEssentials-Core",
33
"1.14.4": {
4+
"1.14.4-1.2.1": "Changelog for 1.2.1 https://github.com/ProjectEssentials/ProjectEssentials-Core/blob/MC-1.14.4/changelog.md#1144-121---2020-02-07",
45
"1.14.4-1.2.0": " - Wrong op level for `pardon-ip` command fixed.\n - Localizaton for restricted messages added.\n - Hover event with restricred message description added.",
56
"1.14.4-1.0.1.0": " - Added cooldown and permission modules as not mandatory dependency.\n - Added configuration for native vanilla commands.\n - Implemented all vanilla commands.\n - Permission checking on all vanilla commands.\n - Cooldown checking on all vanilla commands.\n - Added NativeCommandUtils with ability to remove command.",
67
"1.14.4-1.0.3.2": " - Added JsonHelper.kt with jsonInstance.",
@@ -9,7 +10,7 @@
910
"1.14.4-1.0.2.0": " - Fixed crash while dependency using CoreAPI."
1011
},
1112
"promos": {
12-
"1.14.4-latest": "1.14.4-1.2.0",
13-
"1.14.4-recommended": "1.14.4-1.2.0"
13+
"1.14.4-latest": "1.14.4-1.2.1",
14+
"1.14.4-recommended": "1.14.4-1.2.1"
1415
}
1516
}

0 commit comments

Comments
 (0)