File Details
Datapack Commands Forge 1.18.2.1-1.11
- R
- Jul 9, 2024
- 6.90 MB
- 200
- 1.18.2
- Forge
File Name
miner3ds_datapack_commands_forge_1.1.1_1.18.2.jar
Supported Versions
- 1.18.2
Curse Maven Snippet
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