Releases: ProjectEssentials/ProjectEssentials
Releases · ProjectEssentials/ProjectEssentials
2.0.1+MC-1.15.2
Sorry, something went wrong.
No results found
2.0.1+MC-1.14.4
Sorry, something went wrong.
No results found
2.0.0+MC-1.15.2
Sorry, something went wrong.
No results found
2.0.0+MC-1.14.4
Sorry, something went wrong.
No results found
2.0.0-SNAPSHOT.1+MC-1.14.4
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Fixed
- Incorrect output with enabled localization for afk command.
- Incorrect output with enabled localization for suicide command.
v1.14.4-1.0.2
Sorry, something went wrong.
No results found
Fixed
- Incorrect output with enabled localization for afk command.
- Incorrect output with enabled localization for suicide command.
v1.15.2-1.1.1
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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).