Releases: ProjectEssentials/ProjectEssentials-Cooldown
Releases · ProjectEssentials/ProjectEssentials-Cooldown
v1.15.2-1.0.2
Fixed
- #5.
java.lang.NoSuchMethodErrorinnet.minecraft.server.MinecraftServer.getCommandManager()
v1.14.4-1.0.5
Fixed
- #5.
java.lang.NoSuchMethodErrorinnet.minecraft.server.MinecraftServer.getCommandManager()
v1.15.2-1.0.1
Added
sendMessageinMessaging.ktimplemented.- Localization processing.
- Libraries added as dependency in
build.gradle. - Libraries added for
1.14.4branch.
Changed
CooldownCommand.ktcleanup. Now usings new messaging API.UseExperimentalannotation replaced withOptIninCooldownConfigCooldownAPI.getCooldownTimeLeft.sendMsgreplaced withsendMessage.- Forge updated to
28.2.0version. - Kotlin updated to
1.3.70version. - dokka updated to
0.10.1. - kotlinx serialization updated to
0.20.0.
Removed
UseExperimentalannotation fromCooldownConfigclass.- curseforge removed from dependency repositories.
jitpack.iomaven repo removed from repositories inbuild.gradle.kotlin.Experimentalcompiler arg removed from buildscript.Project Essentialsdependencies removed from buildscript.
v1.14.4-1.0.4
Added
sendMessageinMessaging.ktimplemented.- Localization processing.
- Libraries added as dependency in
build.gradle. - Libraries added for
1.14.4branch.
Changed
CooldownCommand.ktcleanup. Now usings new messaging API.UseExperimentalannotation replaced withOptIninCooldownConfigCooldownAPI.getCooldownTimeLeft.sendMsgreplaced withsendMessage.- Forge updated to
28.2.0version. - Kotlin updated to
1.3.70version. - dokka updated to
0.10.1. - kotlinx serialization updated to
0.20.0.
Fixed
- Incorrect permissions checking.
Removed
UseExperimentalannotation fromCooldownConfigclass.- curseforge removed from dependency repositories.
jitpack.iomaven repo removed from repositories inbuild.gradle.kotlin.Experimentalcompiler arg removed from buildscript.Project Essentialsdependencies removed from buildscript.
v1.14.4-1.0.3
Changed
- Uses
permissionAPIClassPathfrom CoreAPI.
Fixed
- Inconsistent version number with semver.
v1.15.2-1.0.0
Added
- Initial release.
Project Essentials Cooldown - 1.0.2.0 for 1.14.4 Forge
Changes included in Project Essentials Cooldown - 1.0.2.0 for 1.14.4 Forge
Added
- CurseForge link in
/cooldown aboutcommand. - German translations by @BixelPitch
noinspectionsin build.gradle file.
Changed
- Updated essentials core dependency.
- Simplified cooldown commands (from
/essentials cooldownto/cooldown). - Now cooldown module not depends on Permissions module.
- Debug information now prints in debug log, not info.
- Usings optimal
JsonConfigurationfrom core module. - Simplified code for creating directory.
- Updated changelog in update.json.
- Updated Permissions module dependency.
- Updated gradle wrapper to
5.6.4. - build.gradle file cleanup.
Removed
- Redundant information logging.
- Java plugin from build script.
- Permissions from mandatory dependencies.
Fixed
- Package name. (Break compatibility)
Project Essentials Cooldown - 1.0.1.0 for 1.14.4 Forge
Changes included in Project Essentials Cooldown - 1.0.1.0 for 1.14.4 Forge
Fixed bug with not synchronizing cooldowns for command and command aliases.
Project Essentials Cooldown - 1.0.0.0 for 1.14.4 Forge
Changes included in Project Essentials Cooldown - 1.0.0.0 for 1.14.4 Forge
Initial preview release.