Skip to content

Releases: ProjectEssentials/ProjectEssentials-Cooldown

v1.15.2-1.0.2

22 Mar 20:48
Compare
Choose a tag to compare

Fixed

  • #5. java.lang.NoSuchMethodError in net.minecraft.server.MinecraftServer.getCommandManager()

v1.14.4-1.0.5

22 Mar 20:42
Compare
Choose a tag to compare

Fixed

  • #5. java.lang.NoSuchMethodError in net.minecraft.server.MinecraftServer.getCommandManager()

v1.15.2-1.0.1

13 Mar 18:57
Compare
Choose a tag to compare

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

13 Mar 18:46
Compare
Choose a tag to compare

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

08 Feb 16:24
Compare
Choose a tag to compare

Changed

  • Uses permissionAPIClassPath from CoreAPI.

Fixed

  • Inconsistent version number with semver.

v1.15.2-1.0.0

07 Feb 20:05
Compare
Choose a tag to compare

Added

  • Initial release.

Project Essentials Cooldown - 1.0.2.0 for 1.14.4 Forge

15 Jan 18:10
Compare
Choose a tag to compare

Changes included in Project Essentials Cooldown - 1.0.2.0 for 1.14.4 Forge

Added

  • CurseForge link in /cooldown about command.
  • German translations by @BixelPitch
  • noinspections in build.gradle file.

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

12 Oct 18:08
Compare
Choose a tag to compare
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

11 Oct 20:56
Compare
Choose a tag to compare
Changes included in Project Essentials Cooldown - 1.0.0.0 for 1.14.4 Forge
Initial preview release.