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.
Essential Commands v0.20.4
(mc 1.18.2)
Changes:
- Actually Fix RTP on 1.18.2 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.
Essential Commands v0.20.3
(mc 1.18.2)
Changes:
- Fix RTP on 1.18.2 servers
- Fix bug that caused a server crash if both
spawn
andtpa
were disabled. - Use 1.18.2 mappings & newer Fabric API
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.2
(mc 1.18.1)
Changes:
- Fix items potentially getting deleted in Anvil, Grindstone, and Stonecutter commands (#86).
- Fix display text for all "bench" commands, using Mincrafts built-in translations.
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.1
(mc 1.18.1)
Changes:
- Change the way EC grants all perms to OPs.
- Old version was causing broad mod compatability issues. Investigated and Resolved by @braunly in #94.
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.0
(mc 1.18.1)
Changes:
- RTP performance enchancements (Thanks @Wesley1808!) (https://github.com/Wesley1808/ServerCore/issues/16)
- Russian (ru_ru) translations (thanks @oldbrowze#9618 on Discord!)
- Add workbench-style commands:
/stonecutter
/grindstone
/wastebin
/anvil
- Optional computed permissions for warps. (e.g.
essentialcommands.warp.tp_named.{warp_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 v0.19.0
(mc 1.18.1)
Changes:
- Add
essential_commands:nickname
placeholder. (PlacehodlerAPI) - Send motd after player join message. (Should fix a bug where motd would not include role styles from LuckPerms)
- Add Invuln Command (Basically the old
/god
). - Add Gametime Command (displays in-game time in 24-"hour" format, and tick-time on hover).
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.18.2
(mc 1.18.1)
Changes:
- A mod compatability fix for StyledChat by Patbox.
- Fixes #83, a bug where EssentialCommands nicknames would completely overwrite StyledChat's
displayName
setting.
- Fixes #83, a bug where EssentialCommands nicknames would completely overwrite StyledChat's
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.18.1
(mc 1.18.1)
A small update to support Minecraft 1.18.1
Other changes:
- RTP has been disabled in the nether, as it allowed players to get on top of the uppermost bedrock layer.
- Don't allow spamming same target with tp requests.
- Add tpcancel as per #64. Better backend system for ending tp requests.
- Fix bug that could prevent config from being generated in some scenarios.
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.17.1
(mc 1.18-rc3)
A tentative update for Minecraft 1.18-rc3
& Java 17.
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.17.0
(mc 1.17.x)
A bunch of community-submitted improvements for this release!
New
- Chinese (zh_cn) localization, by MikhailTapio
- Feature: Message of the Day (MOTD), by SonarBeserk
Bugfixes
(both by SonarBeserk)
- Change NicknameClearCommand to use the name of target player for feedback (instead of sender player)
- Correctly display config via
/essentialcommands config display
Essential Commands v0.16.2 (mc 1.17.x
)
Bugfix:
- Changed
/fly
to use PAL, improving compatability with other mods. /fly
should now always persist until it is manually disabled.- Flight can no longer be disabled in creative mode.
- Using an elytra should no longer grant the wearer the ability to creative-fly.
- Switching from creative to survival no longer leaves flight enabled, unless the player has
/fly
enabled.