Essential Commands v0.27.0-beta
(mc 1.19)
Changes:
- revert player data dir name from
modplayerData
tomodplayerdata
(accidental change)
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 v0.27.0-beta
(mc 1.19)
CAUTION
This is a beta release and may be unstable. Make sure you have a backup of your world before using.
Changes:
- Add player profiles (
/essentialcommands profile {get/set} <optionKey> <optionValue>
)- Right now, the only option is
printTeleportCoordinates
(Resolving #131)
- Right now, the only option is
- Fix a text parsing error that could cause unstyled text to be rendered with "formatting_default" instead.
- Added config options, allowing easier CommandAliases redirects (Resolving #50, #47 - CommandAliases configs for Essentials-style home/warp syntax in that issue's comments.)
register_top_level_commands
, defaulttrue
excluded_top_level_commands
, default[]
- Add
/warp tp_other <playerName> <warpName>
(Resolving #100)
Internal changes:
- Fixup a bunch of ECText internal logic.
- Clean up a bunch of PlayerDataFactory logic
- Use
ec$
to namespace all mixin-added fields and methods - Add tests! Particularly around text parsing and related utilities.
- Make building the project a less headache-inducing process for those without my exact local setup.
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 v0.26.3
(mc 1.19)
Changes:
- Fix bug introduced in
0.26.2
that caused the leading segment of text before a placeholder to be omitted. - Refactor "Workbench"-style commands. (There should be no functional differences)
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 v0.26.2
(mc 1.19)
Changes:
- Fix a
zh_cn
placeholder, courtesy of @deluxghost - Update Permissions API to 0.2-SNAPSHOT, the same version
LuckPerms-Fabric-5.4.35
expects - Update PlaceholderAPI to 2.0.0-beta.7+1.19, the same version
styled-chat-1.3.3+1.19
expects - Add config option
enable_day
(defaulttrue
)
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 v0.26.1
(mc 1.19)
Changes:
- Fix bug that prevented
/afk
from properly ending timeout-induced afk state. - Update
zh_cn
lang file, courtesy of @Leo204-LKY - Fix
/home list_offline
, which was entirely broken, and some additional fixes to/home tp_offline
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 v0.26.0-beta
(mc 1.19)
Changes:
- Add "auto afk" feature - Automatically mark players as AFK after a certain period has elapsed.
- if a player has been marked AFK in this manner (not with the command), they will be excluded from the sleep percentage calculation.
- Add option
teleport_interrupt_on_move
,teleport_interrupt_on_move_max_blocks
- Related permission:
teleport_interrupt_on_move
- Related permission:
- Fix
[AFK]
prefix not updating in player list - Various lang fixes
- Rework Config & Text tech
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 v0.23.0
(mc 1.18.x)
Changes:
- Add
rtp_min_radius
config option. Accepts integer values. Defaults to the value ofrtp_radius
(1000).
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 v0.25.0
(mc 1.19)
Changes:
- Add
/afk
command- Config Options:
enable_afk
(default true)afk_prefix
(for chat)invuln_while_afk
(default false) - If set to true, using/afk
while in combat is disallowed.
- Config Options:
- Fix broken
getNickname
null check.
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 v0.24.4
(mc 1.19)
Changes:
- Persist RTP cooldown as
timeUsedRtpEpochMs
, fixing bug that could cause RTP cooldowns to be far to long upon server restart. - Revamp ECText, using Placeholders to enable interpolation. (#113)
- Fix #111
- Fix #112
- Fix #108
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 v0.23.0
(mc 1.18.x)
Changes:
- Add
rtp_min_radius
config option. Accepts integer values. Defaults to the value ofrtp_radius
(1000).
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 v0.24.3
(mc 1.19)
Changes:
- Update
zh_cn
translations, courtesy of @Leo204-LKY in #107 - Fix #106
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 v0.24.3
(mc 1.18.2)
Changes:
- Update
zh_cn
translations, courtesy of @Leo204-LKY in #107 - Fix #106
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 v0.24.2
(mc 1.19)
Changes:
- Fix ECText issue that could prevent EC translations from being initialized correctly. (#105, courtesy of @YanWQ-monad)
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 v0.24.1
(mc 1.19)
Changes:
- Fix bug that caused MOTD to fail to parse TextPlaceholder styles (e.g.
<blue>Hello</blue>
would render as raw, uncolored text)
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 v0.24.0-beta
(mc 1.19)
Note: this is a beta release for mc 1.19. Expect some bugs. A more complete release should be out within a week or so.
Changes:
- Give
stonecutter
andgrindstone
their own perm nodes. (breaking change to permissions for these commands)
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 v0.23.0
(mc 1.18.x)
Changes:
- Add
rtp_min_radius
config option. Accepts integer values. Defaults to the value ofrtp_radius
(1000).
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 v0.22.0
(mc 1.18.x)
Changes:
- Add
/day
, a command that lets you advance the time to the start of the next day, assuming is it not already daytime.
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 v0.21.1
(mc 1.18.x)
Changes:
- Fix various bugs affecting RTP.
- Allow EC commands to be executed by command blocks.
- Hook (vanilla)
/teleport
previous location for/back
.
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 v0.21.0
(mc 1.18.2)
Changes:
- Add
/home tp_other
, enabling teleporting to another (presently online) player's home. (intended for admin use)- The permission node is
essentialcommands.home_tp_others
. Requires OP by default.
- The permission node is
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 v0.20.4
(mc 1.18.1)
Changes:
- Backport RTP fix to 1.18.1 servers (infinite loop bad!)
If you discover any bugs, you can report them in the Issue Tracker.
Additional conversation can be had in the dev room discord.