@@ -6,96 +6,7 @@ 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-
25- ## [ 1.14.4-1.2.0] - 2020-01-26
26-
27- ### Added
28- - Localizaton for restricted messages.
29- - Hover event with restricred message description.
30-
31- ### Fixed
32- - Wrong op level for ` pardon-ip ` command.
33-
34- ## [ 1.14.4-1.1.0.0] - 2020-01-18
35-
36- ### Added
37- - Cooldown and Permission modules as not mandatory dependency.
38- - Configuration for native vanilla commands.
39- - Implemented all vanilla commands.
40- - Permission checking on all vanilla commands.
41- - Cooldown checking on all vanilla commands.
42- - ` NativeCommandUtils ` with ability to remove command.
43-
44- ## [ 1.14.4-1.0.3.2] - 2020-01-15
45-
46- ### Added
47- - Added ` JsonHelper.kt ` with ` jsonInstance ` .
48-
49- ## [ 1.14.4-1.0.3.1] - 2020-01-14
50-
51- ### Added
52- - This changelog file.
53- - Empty line after startup message.
54- - Logo file.
55-
56- ### Changed
57- - Package name changed to correctly.
58-
59- ### Fixed
60- - ` cr ` symbols in mod info after line.
61-
62- ## [ 1.14.4-1.0.3.0] - 2020-01-12
63-
64- ### Added
65- - Compatibility with forge ` 28.1.X ` .
66-
67- ### Changed
68- - Bumped ` kotlin ` , ` kotlinx serialization ` and ` forge ` version.
69- - Improved build script and renamed variables in properties.
70- - Bumped ` dokka ` plugin version.
71- - Improved logging on mod startup and on forge version incompatibility.
72-
73- ## [ 1.14.4-1.0.2.0] - 2019-10-07
74-
75- ### Fixed
76- - Crash while dependency using ` CoreAPI ` .
77-
78- ## [ 1.14.4-1.0.1.0] - 2019-10-06
79-
80- ### Added
81- - ` playerName ` extension in ` CommandContext ` .
82-
83- ## [ 1.14.4-1.0.0.2] - 2019-10-06
84-
85- ### Fixed
86- - Some api mistakes.
87-
88- ## [ 1.14.4-1.0.0.1] - 2019-10-06
89-
90- ### Fixed
91- - Not existing dependencies in jar.
92-
93- ## [ 1.14.4-1.0.0.0-1] - 2019-10-06
94-
95- ### Added
96- - gradle-wrapper.jar (in sources).
97-
98- ## [ 1.14.4-1.0.0.0] - 2019-10-06
9+ ## [ 1.15.2-1.0.0] - 2020-02-07
9910
10011### Added
10112- Initial release.
0 commit comments