Skip to content

Releases: FTBTeam/FTB-Essentials

2101.1.0 release (MC 1.21.1)

15 Aug 11:12
5be183a
Compare
Choose a tag to compare

[2101.1.0]

Changed

  • Minecraft 1.21.1 is now required; this no longer supports Minecraft 1.21

Added

  • Sidebar buttons for this and other FTB mods can now be enabled/disabled/rearranged (new functionality in FTB Library 2101.1.0)

2004.1.3 release (MC 1.20.4)

24 Jun 09:50
24e9eec
Compare
Choose a tag to compare

Fixed

  • Fixed /tpaccept command failing with "Invalid request!" error

2006.1.1 beta release (MC 1.20.6)

19 Jun 15:25
f56e1a8
Compare
Choose a tag to compare
Pre-release

Fixed

  • Fixed /tpaccept command failing with "Invalid request!" error

2006.1.0 beta release (MC 1.20.6)

04 Jun 15:29
e987a00
Compare
Choose a tag to compare
Pre-release

Changed

  • Ported to Minecraft 1.20.6. Support for Fabric and NeoForge.
    • Forge support may be re-added if/when Architectury adds support for Forge

2004.1.2 release (MC 1.20.4)

28 Mar 15:22
fa45e45
Compare
Choose a tag to compare
Pre-release

[2004.1.2]

Changed

  • /tpl is now /teleport_last (Technically this happened last version)
  • /anvil, /crafting, /smithing, /stonecutter have been moved under the /open namespace
    • E.g. /open anvil will open an Anvil GUI
  • /listhomes now allows you to click to teleport to a home (When OP) and has had the output improved.

Fixed

  • /leaderboard will now correctly show offline players
  • /leaderboard will no longer show #010 😂

2004.1.1 release (MC 1.20.4)

22 Mar 13:28
c9ea0d0
Compare
Choose a tag to compare
Pre-release

Changed

  • Ported to MC 1.20.4. Support for Forge, NeoForge & Fabric.
  • Essentials commands can now optionally be registered under the top-level /ftbessentials command
    • By default, commands are still registered as their own top-level command, as before
    • See the register_to_namespace and register_alias_as_well_as_namespace boolean options in the ftbessentials.snbt config file
  • Server configuration file has moved from <world>/serverconfig/ftbessentials.snbt to <instance>/config/ftbessentials.snbt
    • This was necessary due to command registration (which happens before server start) needing to know the config

2001.2.2 beta release (MC 1.20.1)

24 Nov 08:24
3225bc8
Compare
Choose a tag to compare

Fixed

  • Possible fix for a hard-to-reproduce server crash when multiple players are using commands with warmups

2001.2.1 beta release (MC 1.20.1)

10 Oct 10:21
5657f78
Compare
Choose a tag to compare

Added

  • The /rtp command now makes better use of block and biome tags to control valid RTP destinations
    • ftbessentials:ignore_rtp block tag lists blocks which are not valid for the player to land on (leaves and Bedrock by default)
    • ftbessentials:ignore_rtp biome tag lists biomes which are not valid for the player to land in (#minecraft:is_ocean by default)

Fixed

  • Fixed an event handler running on the client side which shouldn't have been
    • Led to undesirable effects like players flying when they shouldn't

2001.2.0 beta release (MC 1.20.1)

29 Sep 16:19
0ddd353
Compare
Choose a tag to compare

Added

  • Added Kits! Kits are configurable collections of items which can be given to players with a single command
  • Added /tp_offline command, allowing admins to change the position of offline players
    • Dimension can also be changed using the standard vanilla /execute in <dimension> run tp_offline ... syntax
  • Added several commands to open some vanilla work site blocks without needing the block:
    • /crafting opens a Crafting Table GUI
    • /stonecutter opens a Stonecutter GUI
    • /smithing opens a Smithing Table GUI
    • /anvil opens an Anvil GUI
  • Added a /jump command to instantly teleport to the top of the focused block (or block column)
    • E.g. targeting the side of a wall will place you on top of the wall after a /jump
  • Added a /speed command to check or adjust a player's walking speed boost
    • /speed <boost_pct> [<player>] can be used to give a player a speed boost modifier, expressed as a percentage
    • e.g. /speed 50 makes you walk 50% faster
    • Valid ranges are -100 (completely stopped) -> 2000 (stupidly fast)
  • Added a /near command to list nearby players and their distance from you (or a target player)
  • Added a /feed command to restore a player's food level (and full saturation)
  • Added a /extinguish command to extinguish a player who's currently on fire
  • Fire a cancellable Architectury event when player is about to teleport due to any Essentials command
    • Can be caught and cancelled by other mods if they want to prevent teleportation under specific circumstances
    • Event is TeleportEvent.TELEPORT

Fixed

  • Fixed server crash related to auto-unmuting players who have gone offline
  • Fixed pitch and yaw being swapped when teleporting to saved positions (homes, warps)

2001.1.2 alpha release (MC 1.20.1)

19 Jun 16:04
cd2b5d2
Compare
Choose a tag to compare
Pre-release
  • Dropped -build.X from the version