Datapack Commands

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

File Details

Datapack Commands Forge 1.18.2-1.0.6

  • R
  • Feb 26, 2024
  • 5.05 MB
  • 12
  • 1.18.2
  • Forge

File Name

miner3ds_datapack_commands_forge_1.0.6_1.18.2.jar

Supported Versions

  • 1.18.2

Curse Maven Snippet

Forge

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

Learn more about Curse Maven

1.0.6 Update:

Additions:
> - Added '/textboards', I always hated to undynamic Minecraft was, often many lines unnecessary hardcoding. This command is the text equivalent of scoreboards: Set a textboard to the display name of an item, the registry name of an entity or the nbt of a block and piece together an executable command. (Textboards are global/not bound to entities)
> - Added Textboard support to '/tellraw', '/checkmod', '/title', '/tag', '/function, '/give', 'setblock', '/box', '/advancement' and '/recipe'
> - Added Scoreboard support to '/title times'
> - Added scoreboard compatibility to '/give'
> - Added number parameter to '/switch' so you can test a command without having to set a scoreboard
> - Added more parameters for checking the type of an entity to '/evaluate'
> - Added '/cooldown' to check if an item is on cooldown for a target or set the cooldown of an item for targets
> - Added 'until' parameter to '/repeat' which will execute a command until a scoreboard has a specified value.

Changes:
> - Fixed '/shoot' casting early\unfinished parameters upon '/scoreboard'
> - Changed layout of '/checkmod' and '/box' to account for textboards
> - Changed the terrible layout of '/repeat' to make more sense

Removed:
> - Unnecessary/Unused code
> - Support for the scoreboard 'datapack_commands_minecraft_version', I know I'll just forget to change this value every time so I believe I should remove it instead of having false information floating around.