Essential-Commands

Configurable, permissions-backed utility commands for Fabric servers (tpa, home, warp, spawn, back, nick, rtp)

MIT License

Stars
106
Committers
22

Bot releases are visible (Hide)

Essential-Commands - 0.33.0-mc1.17.1

Published by John-Paul-R over 1 year ago

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

  • ru_ru (Updated - by @skvoryanich)
  • nl_nl (Created - by @arnokeesman)
  • ko_kr (Created - by @CrushedKingoros)

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.

Essential-Commands - 0.32.0-mc1.19.4

Published by John-Paul-R over 1 year ago

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.

Essential-Commands - 0.32.0-mc1.19.3

Published by John-Paul-R over 1 year ago

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.

Essential-Commands - 0.32.0-mc1.18.2

Published by John-Paul-R over 1 year ago

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.

Essential-Commands - 0.32.0-mc1.17.1

Published by John-Paul-R over 1 year ago

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.

Essential-Commands - 0.31.1-mc1.17.1

Published by John-Paul-R over 1 year ago

Essential Commands v0.31.1 (mc 1.17.1)

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.

Essential-Commands - 0.31.1-mc1.19.3

Published by John-Paul-R over 1 year ago

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.

Essential-Commands - 0.31.1-mc1.18.2

Published by John-Paul-R over 1 year ago

Essential Commands v0.31.1 (mc 1.18.2)

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.

Essential-Commands - 0.31.0-mc1.19.3

Published by John-Paul-R over 1 year ago

Essential Commands v0.31.0 (mc 1.19.3)

Commit Log

Changes

  • (#169) Fix bug that caused AFK to not be cancelled on move in certain configurations. (@Luungooo)
  • German localization (@Luungooo)
  • EssentialsX warp converter (@disymayufei) (#172, #157)
  • Bugfixes to the EssentialsX homes converter. Now supports Nether and End in most circumstances.

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

Additional conversation can be had in the dev room discord.

Essential-Commands - 0.30.2-mc1.19.3

Published by John-Paul-R almost 2 years ago

Essential Commands v0.30.2 (mc 1.19.3)

Commit Log

Changes

  • add pt_br translations, courtesy of AnonymozzY on CF
  • fix crash on first startup (Missing EssentialCommands.properties) (This would resolve itself on second run, but...)
  • fix: continue queuedTeleport loop on "moved" interrupt
    • Previously, if a player hit the "teleport interrupt on move" distance threshold on the same tick that the teleport would execute, crash ensued. (very tiny chance of happening, but possible)

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

Additional conversation can be had in the dev room discord.

Essential-Commands - 0.30.1-mc1.19.3

Published by John-Paul-R almost 2 years ago

Essential Commands v0.30.1 (mc 1.19.3)

Commit Log

  • Update to 1.19.3 courtesy of @LagPixelLOL (#160)
  • Add bed command - allows player to teleport to their spawnpoint
    • config: enable_bed (default false)
    • permission: essentialcommands.bed
  • Add config option recheck_player_ability_permissions_on_dimension_change (default false). If true, on world change, a player with fly or invuln enabled, but without the appropriate permission in the new world, will lose the ability upon arrival.
    • This is primarily to better support per-world permissions.
  • Fix bug that always allowed ops to bypass teleport_interrupt_on_move, regardless of whether they had the bypass.teleport_interrupt_on_move permission.
  • Fixes to rules command feedback courtesy of @arnokeesman
  • Don't write to the config/EssentialCommands.properties file (updating the timestamp), unless there are meaningful changes to be made to the file (#153)
  • EssentialsXParser bugfixes (it's still super buggy!)
    • Further improvements potentially coming next release, in large part thanks to @disymayufei (#157)

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

Additional conversation can be had in the dev room discord.

Essential-Commands - 0.30.0-mc1.19.2

Published by John-Paul-R almost 2 years ago

Essential Commands v0.30.0 (mc 1.19.x)

  • Add ability to use selector text tag and Placeholders in nicknames. (permissions-gated)
  • Add /rules. (Configurable via config/essential_commands/rules.txt)
  • Fix broken EssentialsXParser (but is still highly experimental)

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

Additional conversation can be had in the dev room discord.

Essential-Commands - 0.30.0-mc1.19

Published by John-Paul-R almost 2 years ago

Essential Commands v0.30.0 (mc 1.19)

  • Add ability to use selector text tag and Placeholders in nicknames. (permissions-gated)
  • Add /rules. (Configurable via config/essential_commands/rules.txt)
  • Fix broken EssentialsXParser (but is still highly experimental)

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

Additional conversation can be had in the dev room discord.

Essential-Commands - 0.29.0-mc1.19.2

Published by John-Paul-R about 2 years ago

Essential Commands v0.29.0 (mc 1.19.2)

  • Show home/warp name in teleport completion message.
  • (#142) Add config option respawn_at_ec_spawn for respawning at spawn.
    available options:
    • Always
    • SameWorld
    • Never

(this release previously did not include the feature addressing #142, but 0.29.0-mc1.19 did. That has since been rectified. (the current jar attached to this release does include the stated feature))


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

Additional conversation can be had in the dev room discord.

Essential-Commands - 0.29.0-mc1.19

Published by John-Paul-R about 2 years ago

Essential Commands v0.29.0 (mc 1.19)

  • Show home/warp name in teleport completion message.
  • (#142) Add config option respawn_at_ec_spawn for respawning at spawn.
    available options:
    • Always
    • SameWorld
    • Never

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

Additional conversation can be had in the dev room discord.

Essential-Commands - 0.24.5-mc1.18.1

Published by John-Paul-R about 2 years ago

Essential Commands v0.24.5 (mc 1.18.1)

EC 0.24.5-mc1.18.2 backported to mc1.18.1


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

Additional conversation can be had in the dev room discord.

Essential-Commands - 0.28.1-mc1.19.2

Published by John-Paul-R about 2 years ago

Essential Commands v0.28.1 (mc 1.19.2)

Fix bug that caused essentialcommands config reload to fail if run in server console.


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

Additional conversation can be had in the dev room discord.

Essential-Commands - 0.28.1-mc1.19

Published by John-Paul-R about 2 years ago

Essential Commands v0.28.1 (mc 1.19)

Fix bug that caused essentialcommands config reload to fail if run in server console.


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

Additional conversation can be had in the dev room discord.

Essential-Commands - 0.28.0-mc1.19.1

Published by John-Paul-R about 2 years ago

Essential Commands v0.28.0 (mc 1.19.1)

First mc1.19.1 release.

Changes:

  • Add "formattingDefault" and "formattingAccent" player profile options (/essentialcommands profile)

Minor/internal

  • Text/msg system rework to accomodate per-player chat styling
  • Fix some text styling & formatting bugs
  • Internal cleanup of the project, hopefully making things a bit easier for newcomers to reason about.

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

Additional conversation can be had in the dev room discord.

Essential-Commands - 0.28.0-mc1.19

Published by John-Paul-R about 2 years ago

Essential Commands v0.28.0 (mc 1.19)

Changes:

  • Add "formattingDefault" and "formattingAccent" player profile options (/essentialcommands profile)

Minor/internal

  • Text/msg system rework to accomodate per-player chat styling
  • Fix some text styling & formatting bugs
  • Internal cleanup of the project, hopefully making things a bit easier for newcomers to reason about.

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

Additional conversation can be had in the dev room discord.