Skip to content

Releases: John-Paul-R/Essential-Commands

0.33.0-mc1.19.2

01 May 04:31
6178b75
Compare
Choose a tag to compare

Essential Commands v0.33.0 (1.19.2)

New Features

  • New Expressions config option type.
  • respawn_at_ec_spawn enhancements:
    • Add NoBed respawn condition option (If a player does not have a bed spawn, they will respawn at the EC spawn)
    • Use the new Expression config option type, allowing values in the form: NoBed AND SameWorld
  • Log an error on startup if excluded_top_level_commands is malformed (#203, by @arnokeesman)
  • Add nickname_above_head feature and config option. (Max 16 chars, no color) (1.19.4+)

Translations updates

Fixes

  • Fix exception being thrown with no meaningful in-game feedback when attempting to RTP without a spawn having been set. (#197, by @arnokeesman)
  • config array parsing: Don't consider [] & similar to be [""]
  • Some styling fixups for teleport destination names in chat feedback. Some
    destinations that were previously ambiguous will now use more apecific names. (#198, by @arnokeesman)
  • account for different line separators in rules file (fixes CR characters being rendered in chat in some scenarios) (#206, by @arnokeesman)

This version is available for: 1.19.4, 1.19.2, 1.18.2, 1.17.1

(make sure you grab the jar with the matching version in the name)


If you discover any bugs, you can report them in the Issue Tracker.

Additional conversation can be had in the dev room discord.

0.33.0-mc1.18.2

01 May 04:29
7774ae5
Compare
Choose a tag to compare

Essential Commands v0.33.0 (1.18.2)

New Features

  • New Expressions config option type.
  • respawn_at_ec_spawn enhancements:
    • Add NoBed respawn condition option (If a player does not have a bed spawn, they will respawn at the EC spawn)
    • Use the new Expression config option type, allowing values in the form: NoBed AND SameWorld
  • Log an error on startup if excluded_top_level_commands is malformed (#203, by @arnokeesman)
  • Add nickname_above_head feature and config option. (Max 16 chars, no color) (1.19.4+)

Translations updates

Fixes

  • Fix exception being thrown with no meaningful in-game feedback when attempting to RTP without a spawn having been set. (#197, by @arnokeesman)
  • config array parsing: Don't consider [] & similar to be [""]
  • Some styling fixups for teleport destination names in chat feedback. Some
    destinations that were previously ambiguous will now use more apecific names. (#198, by @arnokeesman)
  • account for different line separators in rules file (fixes CR characters being rendered in chat in some scenarios) (#206, by @arnokeesman)

This version is available for: 1.19.4, 1.19.2, 1.18.2, 1.17.1

(make sure you grab the jar with the matching version in the name)


If you discover any bugs, you can report them in the Issue Tracker.

Additional conversation can be had in the dev room discord.

0.33.0-mc1.17.1

01 May 04:27
bf86bf5
Compare
Choose a tag to compare

Essential Commands v0.33.0 (1.17.1)

New Features

  • New Expressions config option type.
  • respawn_at_ec_spawn enhancements:
    • Add NoBed respawn condition option (If a player does not have a bed spawn, they will respawn at the EC spawn)
    • Use the new Expression config option type, allowing values in the form: NoBed AND SameWorld
  • Log an error on startup if excluded_top_level_commands is malformed (#203, by @arnokeesman)
  • Add nickname_above_head feature and config option. (Max 16 chars, no color) (1.19.4+)

Translations updates

Fixes

  • Fix exception being thrown with no meaningful in-game feedback when attempting to RTP without a spawn having been set. (#197, by @arnokeesman)
  • config array parsing: Don't consider [] & similar to be [""]
  • Some styling fixups for teleport destination names in chat feedback. Some
    destinations that were previously ambiguous will now use more apecific names. (#198, by @arnokeesman)
  • account for different line separators in rules file (fixes CR characters being rendered in chat in some scenarios) (#206, by @arnokeesman)

This version is available for: 1.19.4, 1.19.2, 1.18.2, 1.17.1

(make sure you grab the jar with the matching version in the name)


If you discover any bugs, you can report them in the Issue Tracker.

Additional conversation can be had in the dev room discord.

0.32.0-mc1.19.4

18 Mar 16:28
b106cd1
Compare
Choose a tag to compare

Essential Commands v0.32.0 (mc 1.19.4)

New Features

  • Persistent /back locations, by @justinbchen
    • Config Option: persist_back_location, default false

Fixes, minor:

  • Fix a bug that could cause some unrelated commands to become non-functional when certain ENABLE_CommandName flags were false in the config.
  • More accurate RTP calculation time logging

If you discover any bugs, you can report them in the Issue Tracker.

Additional conversation can be had in the dev room discord.

0.32.0-mc1.19.3

18 Mar 16:26
b106cd1
Compare
Choose a tag to compare

Essential Commands v0.32.0 (mc 1.19.3)

New Features

  • Persistent /back locations, by @justinbchen
    • Config Option: persist_back_location, default false

Fixes, minor:

  • Fix a bug that could cause some unrelated commands to become non-functional when certain ENABLE_CommandName flags were false in the config.
  • More accurate RTP calculation time logging

If you discover any bugs, you can report them in the Issue Tracker.

Additional conversation can be had in the dev room discord.

0.32.0-mc1.18.2

18 Mar 16:25
0f214ca
Compare
Choose a tag to compare

Essential Commands v0.32.0 (mc 1.18.2)

New Features

  • Persistent /back locations, by @justinbchen
    • Config Option: persist_back_location, default false

Fixes, minor:

  • Fix a bug that could cause some unrelated commands to become non-functional when certain ENABLE_CommandName flags were false in the config.
  • More accurate RTP calculation time logging

If you discover any bugs, you can report them in the Issue Tracker.

Additional conversation can be had in the dev room discord.

0.32.0-mc1.17.1

18 Mar 16:18
874b4be
Compare
Choose a tag to compare

Essential Commands v0.32.0 (mc 1.17.1)

New Features

  • Persistent /back locations, by @justinbchen
    • Config Option: persist_back_location, default false

Fixes, minor:

  • Fix a bug that could cause some unrelated commands to become non-functional when certain ENABLE_CommandName flags were false in the config.
  • More accurate RTP calculation time logging

If you discover any bugs, you can report them in the Issue Tracker.

Additional conversation can be had in the dev room discord.

0.31.1-mc1.17.1

29 Jan 18:13
05c800a
Compare
Choose a tag to compare

Essential Commands v0.31.1 (mc 1.17.1)

This is, in theory, a full backport of EssentialCommands 0.31.1 to Minecraft 1.17.1. This is the first major backport since ~0.17, so there may be newly-introduced bugs. For this reason, this release has been marked as a beta.

Changes

  • Fix lang usage for RTP's "spawn not set" error message.

If you discover any bugs, you can report them in the Issue Tracker.

Additional conversation can be had in the dev room discord.

0.31.1-mc1.19.3

28 Jan 18:09
99c3625
Compare
Choose a tag to compare

Essential Commands v0.31.1 (mc 1.19.3)

Commit Log

Changes

  • Fix lang usage for RTP's "spawn not set" error message.

If you discover any bugs, you can report them in the Issue Tracker.

Additional conversation can be had in the dev room discord.

0.31.1-mc1.18.2

28 Jan 18:04
55a68cd
Compare
Choose a tag to compare

Essential Commands v0.31.1 (mc 1.18.2)

This is, in theory, a full backport of EssentialCommands 0.31.1 to Minecraft 1.18.2. This is the first major backport since ~0.24.x, so there may be newly-introduced bugs. For this reason, this release has been marked as a beta.

Changes

  • Fix lang usage for RTP's "spawn not set" error message.

If you discover any bugs, you can report them in the Issue Tracker.

Additional conversation can be had in the dev room discord.