Datapack Commands

A mod massively expanding on Minecraft's commands (including textboards!)

File Details

Datapack Commands Forge 1.19.4-1.2

  • R
  • Mar 8, 2025
  • 7.12 MB
  • 27
  • 1.19.4+1
  • Forge

File Name

miner3ds_datapack_commands_forge_1.1.2_1.19.4.jar

Supported Versions

  • 1.19.4-Snapshot
  • 1.19.4

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:miner3ds-datapack-commands-954058:6281748")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Update 1.1.2

Additions:
> - ``/scoreboard players math mod`` now gives feedback and a silent parameter has been added
> - Added ability to get the hitbox size of an entity with ``/evaluate entity {entity} hitbox``
> - Added ability to specify a dynamic offset to ``/rotation look {entity} {entities}`` and added 'center' & 'top' literal parameters to automatically center the target position or set it to the top of the entity
> - Added chat feedback and silent parameter to ``/sprint``, ``/sneak``, and ``/permission``

Changes:
> - Improved variable names in ``/scoreboard players math``
> - Fixed ``/scoreboard players math mod`` to actually use % instead of ^
> - A new localization method is now used to make localizations more readable
> - Fixed ``/rotation look {entity}`` to no longer just error
> - Applied new localization method on ``/check_mod``, ``/scoreboard players math mod``, ``/sprint``, ``/sneak``, and ``/permission``
> - Renamed ``/permission {entity} get`` to ``/permission {entity} query``
> - Fixed ``/permission {entity} query`` which had previously returned values one lower than expected

Removed:
> - Temporarily removed ``/explode`` since it didn't match up between minecraft versions which defeats one of the purposes of this mod
> - Removed ``/despawn confirm`` as it's already possible with ``/despawn @s confirm`` which doesn't obscure the entity parameter
> - Removed the custom ``/return`` as it's suspected to clash with the already existing ``/return`` command