Skip to content

Releases: John-Paul-R/Essential-Commands

0.35.0-mc1.20.1

25 Dec 13:10
031d91c
Compare
Choose a tag to compare

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

27 Sep 22:35
4bd7622
Compare
Choose a tag to compare

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}'"

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

25 Sep 04:43
084a4d7
Compare
Choose a tag to compare

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}'"

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.33.2-mc1.20

11 Jun 22:30
4ef009d
Compare
Choose a tag to compare

Essential Commands v0.33.2 (mc 1.20)

Fixes

  • continuation of the fix in EC 0.33.1 around PlayerData being incorrectly reloaded from disk on respawn.

This version is available for: 1.20, 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.2-mc1.19.4

11 Jun 22:26
4ef009d
Compare
Choose a tag to compare

Essential Commands v0.33.2 (mc 1.19.4)

Fixes

  • continuation of the fix in EC 0.33.1 around PlayerData being incorrectly reloaded from disk on respawn.

This version is available for: 1.20, 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.2-mc1.19.2

11 Jun 22:24
e8cf5f2
Compare
Choose a tag to compare

Essential Commands v0.33.2 (mc 1.19.2)

Fixes

  • continuation of the fix in EC 0.33.1 around PlayerData being incorrectly reloaded from disk on respawn.

This version is available for: 1.20, 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.2-mc1.18.2

11 Jun 22:24
5abbe2b
Compare
Choose a tag to compare

Essential Commands v0.33.2 (mc 1.18.2)

Fixes

  • continuation of the fix in EC 0.33.1 around PlayerData being incorrectly reloaded from disk on respawn.

This version is available for: 1.20, 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.2-mc1.17.1

11 Jun 22:22
8ec0d10
Compare
Choose a tag to compare

Essential Commands v0.33.2 (mc 1.17.1)

Fixes

  • continuation of the fix in EC 0.33.1 around PlayerData being incorrectly reloaded from disk on respawn.

This version is available for: 1.20, 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.1-mc1.19.4

07 Jun 01:33
2fed347
Compare
Choose a tag to compare

Essential Commands v0.33.1 (1.19.4)

Fixes

A massive thanks to @arnokeesman for diving into the code and discovering the root cause of this issue. This one threw me through a loop.

fix: PlayerData lost on respawn if EC spawn not set

  • Resolves #211 (/back to death points sometimes does not work)
  • Resolves #214 (Active players are sometimes put into AFK state.)

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.1-mc1.19.2

07 Jun 01:32
12affb2
Compare
Choose a tag to compare

Essential Commands v0.33.1 (1.19.2)

Fixes

A massive thanks to @arnokeesman for diving into the code and discovering the root cause of this issue. This one threw me through a loop.

fix: PlayerData lost on respawn if EC spawn not set

  • Resolves #211 (/back to death points sometimes does not work)
  • Resolves #214 (Active players are sometimes put into AFK state.)

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.