File Details
ftb-essentials-fabric-2001.2.0.jar
- B
- Sep 29, 2023
- 150.54 KB
- 13.0K
- 1.20.1
- Fabric
File Name
ftb-essentials-fabric-2001.2.0.jar
Supported Versions
- 1.20.1
Curse Maven Snippet
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)