Releases: John-Paul-R/Essential-Commands
0.36.1-mc1.21.3
Essential Commands v0.36.1
(mc 1.21.3)
- Change bundled
fabric-permissions-api
version to0.3.3
to benefit from
bugfixes
If you discover any bugs, you can report them in the Issue Tracker.
Additional conversation can be had in the dev room discord.
0.36.0-mc1.21.3
Essential Commands v0.36.0
(mc 1.21.3)
- update to mc1.21.2/3 by @arnokeesman
- feat: add config option
PRINT_TELEPORT_COORDINATES
(default value for the profile setting) - fixes to traditional Chinese (
zh_tw
) localization (#290) by @notlin4 - fix "teleport interrupt on move" message (#290) by @notlin4
- fix keeping flight ability after respawn (#307) by @arnokeesman
- minor improvements to certain teleport errors clarity
If you discover any bugs, you can report them in the Issue Tracker.
Additional conversation can be had in the dev room discord.
0.35.3-mc1.20.1
Essential Commands v0.35.3
(mc 1.20.1)
- fix: When creating Taterzens fake player, PlayerDataManager.getByUuid NRE (#279)
- French (fr_fr) translations, by @MysthZero (#288)
- fix: broken "EC spawn" behavior on first connect (by @arnokeesman in #289)
If you discover any bugs, you can report them in the Issue Tracker.
Additional conversation can be had in the dev room discord.
0.35.2-mc1.21
Essential Commands v0.35.2
(mc 1.21.0)
A couple of rapid fire releases! (including patch notes from v0.35.1
, since these were so close together)
v0.35.2
- Safer
/bed
command teleportation, courtesy of @LittleCircleOO in #285
v0.35.1
- First release with mc 1.21 support! (Big thanks to @petersv5's help in #283)
- Add Chinese (zh_tw) translations, by @yichifauzi (#282)
- (re)fix: platform-specific line separators for /rules
- Additional zh_cn translations by @Silverteal in #270
If you discover any bugs, you can report them in the Issue Tracker.
Additional conversation can be had in the dev room discord.
0.35.2-mc1.20.1
Essential Commands v0.35.2
(mc 1.20.1)
A couple of rapid fire releases! (including patch notes from v0.35.1
, since these were so close together)
v0.35.2
- Safer
/bed
command teleportation, courtesy of @LittleCircleOO in #285
v0.35.1
- Add Chinese (zh_tw) translations, by @yichifauzi (#282)
- (re)fix: platform-specific line separators for /rules
- Additional zh_cn translations by @Silverteal in #270
If you discover any bugs, you can report them in the Issue Tracker.
Additional conversation can be had in the dev room discord.
0.35.1-mc1.21
Essential Commands v0.35.1
(mc 1.21.0)
- First release with mc 1.21 support! (Big thanks to @petersv5's help in #283)
- Add Chinese (zh_tw) translations, by @yichifauzi (#282)
- (re)fix: platform-specific line separators for /rules
- Additional zh_cn translations by @Silverteal in #270
If you discover any bugs, you can report them in the Issue Tracker.
Additional conversation can be had in the dev room discord.
0.35.0-mc1.20.4
Essential Commands v0.35.0
(mc 1.20.4)
- Additional Chinese translations, by @LittleCircleOO (#267)
- add experimental utility command:
/essentialcommands deleteAllPlayerData
- requires permission: op level 4
- Addressing the use case in #242
Much of the version updates to mc 1.20.4 handled by @arnokeesman.
If you discover any bugs, you can report them in the Issue Tracker.
Additional conversation can be had in the dev room discord.
0.35.0-mc1.20.1
Essential Commands v0.35.0
(mc 1.20.1)
- Additional Chinese translations, by @LittleCircleOO (#267)
- add experimental utility command:
/essentialcommands deleteAllPlayerData
- requires permission: op level 4
- Addressing the use case in #242
also, all the utility commands from #248 (by @arnokeesman)
Backport to mc 1.20.1 by @arnokeesman.
If you discover any bugs, you can report them in the Issue Tracker.
Additional conversation can be had in the dev room discord.
0.34.0-mc1.19.4
Essential Commands v0.34.0
(mc 1.19.4)
New Commands
All of these courtesy of @arnokeesman
feed, heal, near, repair, night, suicide, extinguish, flyspeed
/fly speed [reset|0-5]
/feed [player]
enable_feed: true
essentialcommands.feed.self 2
essentialcommands.feed.others 2
/heal [player]
enable_heal: true
essentialcommands.heal.self 2
essentialcommands.heal.others 2
/near [range] [player]
enable_near: true
near_command_default_range: 200
near_command_max_range: 200
essentialcommands.near.self 2
essentialcommands.near.others 2
/repair [player]
enable_repair: true
essentialcommands.repair.self 2
essentialcommands.repair.others 2
/night
enable_night: true
essentialcommands.night 2
/suicide
enable_suicide: true
essentialcommands.suicide 0
/ext(inguish) [player]
enable_extinguish: true
essentialcommands.extinguish.self 2
essentialcommands.extinguish.others 2
RTP support in the Nether!
Config option:
rtp_enabled_worlds
- a list of world registry keys to allow/rtp
in- Example:
rtp_enabled_worlds=[overworld,nether]
- This config option can be reloaded with
/essentialcommands config reload
new permission:
essentialcommands.bypass.randomteleport_cooldown
, requires OP 4 if not using a permissions mod
lang file change:
cmd.rtp.error.no_spawn_set
->cmd.rtp.error.world_not_enabled
- Old
en_us
text: "Not in Overworld." - New
en_us
text: "RTP is not enabled in the world '${0}'"
- Old
Additional Features
- allow
/tpahere
to multiple players at once (#238)
Fixes
- fix auto
/tpaccept
//tpdeny
(no target player) - fix rare crash. (264e86f)
- fix: allow reading UTF-16 rules files
- fix: warp suggestions not perms filtered (#235)
If you discover any bugs, you can report them in the Issue Tracker.
Additional conversation can be had in the dev room discord.
0.34.0-mc1.20.2
Essential Commands v0.34.0
(mc 1.20.2)
New Commands
All of these courtesy of @arnokeesman
feed, heal, near, repair, night, suicide, extinguish, flyspeed
/fly speed [reset|0-5]
/feed [player]
enable_feed: true
essentialcommands.feed.self 2
essentialcommands.feed.others 2
/heal [player]
enable_heal: true
essentialcommands.heal.self 2
essentialcommands.heal.others 2
/near [range] [player]
enable_near: true
near_command_default_range: 200
near_command_max_range: 200
essentialcommands.near.self 2
essentialcommands.near.others 2
/repair [player]
enable_repair: true
essentialcommands.repair.self 2
essentialcommands.repair.others 2
/night
enable_night: true
essentialcommands.night 2
/suicide
enable_suicide: true
essentialcommands.suicide 0
/ext(inguish) [player]
enable_extinguish: true
essentialcommands.extinguish.self 2
essentialcommands.extinguish.others 2
RTP support in the Nether!
Config option:
rtp_enabled_worlds
- a list of world registry keys to allow/rtp
in- Example:
rtp_enabled_worlds=[overworld,nether]
- This config option can be reloaded with
/essentialcommands config reload
new permission:
essentialcommands.bypass.randomteleport_cooldown
, requires OP 4 if not using a permissions mod
lang file change:
cmd.rtp.error.no_spawn_set
->cmd.rtp.error.world_not_enabled
- Old
en_us
text: "Not in Overworld." - New
en_us
text: "RTP is not enabled in the world '${0}'"
- Old
Additional Features
- allow
/tpahere
to multiple players at once (#238)
Fixes
- fix auto
/tpaccept
//tpdeny
(no target player) - fix rare crash. (264e86f)
- fix: allow reading UTF-16 rules files
- fix: warp suggestions not perms filtered (#235)
If you discover any bugs, you can report them in the Issue Tracker.
Additional conversation can be had in the dev room discord.