promotional bannermobile promotional banner

Datapack Commands

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

File Details

Datapack Commands Forge 1.20.1-1.1.1

  • R
  • Jul 11, 2024
  • 6.95 MB
  • 456
  • 1.20.1
  • Forge

File Name

miner3ds_datapack_commands_forge_1.1.1_1.20.1.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Forge

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

Learn more about Curse Maven

1.1 Update:

 

Additions:
> - Added support for slot items from entities or block entities to '/cooldown'
> - In '/textboards', added the ability to save an operation result to a specified entity
> - Added entity specific textboard support to '/title'
> - Added 'exists' parameter to '/as' to check if any executing entity even exists
> - '/scoreboard objectives add {objective}' will now default to the 'dummy' trigger instead of needing to clarify it every time
> - Added defaults and 'silent' parameter to '/gametime'
> - Added the ability to set how many ticks are in a day for the calculation used in '/gametime' (Only used in the calculation and does not affect the actual day-night cycle)

 

Changes:
> - Fixed '/cooldown query' not being implemented
> - Changed layout of both child parameters of '/cooldown' to accommodate for their easier usage
> - Changed value (divider) parameter on '/explode' to value (accuracy) parameter which was forgotten about previously
> - Fixed '/log' using message parameters instead of quoteable text, causing the 'silent' parameter to be unreachable
> - Removed 'operation' parameter after '/textboard operation players {entity} {name}', shifting all child parameters of it down
> - Fixed '/textboards query players text' sending multiple messages when it has no value
> - Changed the layout of '/as' to accommodate for it's new abilities
> - Fixed a ton of issues in '/gametime' and made it more convenient
> - Fixed precision and value display issues in '/motion'

 

Removed:
> - Temporarily removed '/swapblock' since it didn't copy and delete nbt data correctly