Releases: ProjectEssentials/ProjectEssentials-Cooldown
Releases · ProjectEssentials/ProjectEssentials-Cooldown
v1.15.2-1.0.2
Sorry, something went wrong.
No results found
Fixed
- #5. java.lang.NoSuchMethodError in net.minecraft.server.MinecraftServer.getCommandManager()
v1.14.4-1.0.5
Sorry, something went wrong.
No results found
Fixed
- #5. java.lang.NoSuchMethodError in net.minecraft.server.MinecraftServer.getCommandManager()
v1.15.2-1.0.1
Sorry, something went wrong.
No results found
Added
- sendMessage in Messaging.kt implemented.
- Localization processing.
- Libraries added as dependency in build.gradle.
- Libraries added for 1.14.4 branch.
Changed
- CooldownCommand.kt cleanup. Now usings new messaging API.
- UseExperimental annotation replaced with OptIn in CooldownConfig CooldownAPI.getCooldownTimeLeft.
- sendMsg replaced with sendMessage.
- Forge updated to 28.2.0 version.
- Kotlin updated to 1.3.70 version.
- dokka updated to 0.10.1.
- kotlinx serialization updated to 0.20.0.
Removed
- UseExperimental annotation from CooldownConfig class.
- curseforge removed from dependency repositories.
- jitpack.io maven repo removed from repositories in build.gradle.
- kotlin.Experimental compiler arg removed from buildscript.
- Project Essentials dependencies removed from buildscript.
v1.14.4-1.0.4
Sorry, something went wrong.
No results found
Added
- sendMessage in Messaging.kt implemented.
- Localization processing.
- Libraries added as dependency in build.gradle.
- Libraries added for 1.14.4 branch.
Changed
- CooldownCommand.kt cleanup. Now usings new messaging API.
- UseExperimental annotation replaced with OptIn in CooldownConfig CooldownAPI.getCooldownTimeLeft.
- sendMsg replaced with sendMessage.
- Forge updated to 28.2.0 version.
- Kotlin updated to 1.3.70 version.
- dokka updated to 0.10.1.
- kotlinx serialization updated to 0.20.0.
Fixed
- Incorrect permissions checking.
Removed
- UseExperimental annotation from CooldownConfig class.
- curseforge removed from dependency repositories.
- jitpack.io maven repo removed from repositories in build.gradle.
- kotlin.Experimental compiler arg removed from buildscript.
- Project Essentials dependencies removed from buildscript.
v1.14.4-1.0.3
Sorry, something went wrong.
No results found
Changed
- Uses permissionAPIClassPath from CoreAPI.
Fixed
- Inconsistent version number with semver.
v1.15.2-1.0.0
Sorry, something went wrong.
No results found
Project Essentials Cooldown - 1.0.2.0 for 1.14.4 Forge
Sorry, something went wrong.
No results found
Changes included in Project Essentials Cooldown - 1.0.2.0 for 1.14.4 Forge
Added
Changed
- Updated essentials core dependency.
- Simplified cooldown commands (from /essentials cooldown to /cooldown).
- Now cooldown module not depends on Permissions module.
- Debug information now prints in debug log, not info.
- Usings optimal JsonConfiguration from 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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Changes included in Project Essentials Cooldown - 1.0.0.0 for 1.14.4 Forge
Initial preview release.