Releases: FTBTeam/FTB-Essentials
Releases · FTBTeam/FTB-Essentials
2101.1.0 release (MC 1.21.1)
[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)
Fixed
- Fixed
/tpacceptcommand failing with "Invalid request!" error
2006.1.1 beta release (MC 1.20.6)
Fixed
- Fixed
/tpacceptcommand failing with "Invalid request!" error
2006.1.0 beta release (MC 1.20.6)
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)
[2004.1.2]
Changed
/tplis now/teleport_last(Technically this happened last version)/anvil,/crafting,/smithing,/stonecutterhave been moved under the/opennamespace- E.g.
/open anvilwill open an Anvil GUI
- E.g.
/listhomesnow allows you to click to teleport to a home (When OP) and has had the output improved.
Fixed
/leaderboardwill now correctly show offline players/leaderboardwill no longer show#010😂
2004.1.1 release (MC 1.20.4)
Changed
- Ported to MC 1.20.4. Support for Forge, NeoForge & Fabric.
- Essentials commands can now optionally be registered under the top-level
/ftbessentialscommand- By default, commands are still registered as their own top-level command, as before
- See the
register_to_namespaceandregister_alias_as_well_as_namespaceboolean options in theftbessentials.snbtconfig file
- Server configuration file has moved from
<world>/serverconfig/ftbessentials.snbtto<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)
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)
Added
- The
/rtpcommand now makes better use of block and biome tags to control valid RTP destinationsftbessentials:ignore_rtpblock tag lists blocks which are not valid for the player to land on (leaves and Bedrock by default)ftbessentials:ignore_rtpbiome tag lists biomes which are not valid for the player to land in (#minecraft:is_oceanby 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)
Added
- Added Kits! Kits are configurable collections of items which can be given to players with a single command
- See https://github.com/FTBTeam/FTB-Essentials/wiki/kits.md for a quick overview of how to manage kits
- Added
/tp_offlinecommand, 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
- Dimension can also be changed using the standard vanilla
- Added several commands to open some vanilla work site blocks without needing the block:
/craftingopens a Crafting Table GUI/stonecutteropens a Stonecutter GUI/smithingopens a Smithing Table GUI/anvilopens an Anvil GUI
- Added a
/jumpcommand 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
- E.g. targeting the side of a wall will place you on top of the wall after a
- Added a
/speedcommand 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 50makes you walk 50% faster - Valid ranges are -100 (completely stopped) -> 2000 (stupidly fast)
- Added a
/nearcommand to list nearby players and their distance from you (or a target player) - Added a
/feedcommand to restore a player's food level (and full saturation) - Added a
/extinguishcommand 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)
- Dropped -build.X from the version