FTB Essentials (Forge & Fabric)

Adds many essential utility commands for servers

File Details

[FABRIC][1.21.1] FTB Essentials 2101.1.3

  • R
  • Jan 14, 2025
  • 185.11 KB
  • 3.7K
  • 1.21.1
  • Fabric

File Name

ftb-essentials-fabric-2101.1.3.jar

Supported Versions

  • 1.21.1

Curse Maven Snippet

Fabric

modImplementation "curse.maven:ftb-essentials-410811:6086312"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

[2101.1.3]

Added

  • Now fires an EntityTeleportEvent.TeleportCommand event on NeoForge when any teleportation is done
    • Note: There isn't a Fabric API equivalent for this event
  • The /rtp command can now optionally take minimum and maximum distance arguments - thanks @CanadianBaconBoi
    • Note that to use these arguments, players must either be admins (permission >= 2) or have the ftbessentials.rtp.custom_min_max and/or ftbessentials.rtp.custom_max ranks nodes
  • Added dimension blacklist for teleportation commands - thanks @CanadianBaconBoi
    • This is in addition to the existing RTP blacklist config
    • See new blacklists config section within the teleportation section of the config
    • from can be used to prohibit teleportation by players who are in the listed dimension IDs
    • to can be used to prohibit teleportation by players to any of the listed dimension IDs
    • Dimensions can be wildcarded, e.g. somemod:* matches all dimensions registered by mod somemod

Fixed

  • Fixed problem on SMP where player data (e.g. home location) wasn't always written for the player
    • In particular if player disconnected before the server ran a scheduled level save

Support

If you have any issues with this mod, please report them on our Issue Tracker