Skip to content

Releases: ProjectEssentials/ProjectEssentials

2.0.1+MC-1.15.2

20 Jun 15:05

Choose a tag to compare

2.0.1+MC-1.14.4

20 Jun 15:10

Choose a tag to compare

2.0.0+MC-1.15.2

09 Jun 18:19

Choose a tag to compare

2.0.0+MC-1.14.4

09 Jun 17:47

Choose a tag to compare

2.0.0-SNAPSHOT.1+MC-1.14.4

30 May 08:01

Choose a tag to compare

Pre-release

Release changes

https://github.com/ProjectEssentials/ProjectEssentials/blob/master/changelog.md#200-snapshot1---2020-05-30

Known issues:

  • Localization for teleport commands not exist.
  • Afk detect still has incorrect behavior.
  • Command aliases incorrect behavior (Will fixed in core module).
  • Sometimes I've bug with incorrect look vector (break, jump commands). Will not fixed in next snapshots IDK how it.
  • Platform status incorrect out.
  • Exception "Module Basic not found" when kit taken.
  • Exception while parsing kit date time.
  • Incorrect array list variants in command (Will fixed in core module).
  • Invisibility (vanish command) state no saving after player leave.
  • Repair command no fixes current item.

v1.15.2-1.1.2

19 Mar 05:39

Choose a tag to compare

Fixed

  • Incorrect output with enabled localization for afk command.
  • Incorrect output with enabled localization for suicide command.

v1.14.4-1.0.2

19 Mar 05:35

Choose a tag to compare

Fixed

  • Incorrect output with enabled localization for afk command.
  • Incorrect output with enabled localization for suicide command.

v1.15.2-1.1.1

14 Mar 19:25

Choose a tag to compare

Changed synced with 1.14.4-1.0.1

Added

  • Project Essentials Libraries added to libs directory.
  • Localization processing added.
  • Support safe-localization added.
  • Top command compatibility with back location api added.
  • Tpaccept command compatibility with back location api added.
  • Tpall command compatibility with back location api added.
  • Tphere command compatibility with back location api added.
  • Tppos command compatibility with back location api added.

Changed

  • Kotlin dependency updated.
  • KotlinX Serialization dependency updated.
  • Forge version updated to 28.2.0.
  • @UseExperimental annotation replaced with @OptIn in TeleportPresenter.kt.
  • Deprecated API functions replaced on actual functions.

Removed

  • ess modules from gradle.properties removed.
  • Ess modules removed from dependencies in build.gradle.
  • jitpack.io maven repository removed from repositories in build.gradle.

v1.14.4-1.0.1

14 Mar 18:45

Choose a tag to compare

Added

  • Project Essentials Libraries added to libs directory.
  • Localization processing added.
  • Support safe-localization added.
  • Top command compatibility with back location api added.
  • Tpaccept command compatibility with back location api added.
  • Tpall command compatibility with back location api added.
  • Tphere command compatibility with back location api added.
  • Tppos command compatibility with back location api added.

Changed

  • Kotlin dependency updated.
  • KotlinX Serialization dependency updated.
  • Forge version updated to 28.2.0.
  • @UseExperimental annotation replaced with @OptIn in TeleportPresenter.kt.
  • Deprecated API functions replaced on actual functions.

Removed

  • ess modules from gradle.properties removed.
  • Ess modules removed from dependencies in build.gradle.
  • jitpack.io maven repository removed from repositories in build.gradle.

v1.15.2-1.1.0

21 Feb 19:02

Choose a tag to compare

Changed synced with 1.14.4-1.0.0

Added

  • CommandsAPI.kt implemented getIntExisting method.
  • CommandsAPI.kt implemented getInt method.
  • CommandsAPI.kt implemented getDispatcher method.
  • en_us.json localization added for help command.
  • ru_ru.json localization added for help command.
  • HelpCommand.kt help command implemented.
  • Color settings for /help command added.
  • Closes #6. (Reason: Resolved).
  • /list command implemented with pages and colors.
  • New CommandsAPI implemented.

Changed

  • CommandSourceExtensions.kt sendMsg argument type args: String changed to Any.

Fixed

  • Log message in EssentialsCommand.kt.
  • Incorrect literal for help command.
  • #5. (Checking on CooldownAPI existing added).