Commander has been archived. Commander will not receive any further updates unless the author decides to unarchive the project.
Changelog
What's New:
User Changes:
- Added
cmd:expression
to/execute if
. - Updated EvalEx to v3.3.0. Release Notes...
- Removed
commander:store_expression_data
andcommander:store_nbt_data
JSON commands, as they can be easily replaced by the brigadier command and don't offer any advantages.
Example replacement:
{
"type": "commander:store_expression_data",
"target": "level",
"selector": "origin",
"key": "my_cool_data",
"expression": "random(0, 2)"
}
Becomes:
{
"type": "commander:commands",
"selector": "origin",
"commands": [
"cmd:data write level my_cool_data ${{random(0, 2)}}"
]
}
90% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Metadata
Release channel
BetaVersion number
0.6.0-1.20.1-build.15Loaders
Fabric
Game versions
1.20.1Downloads
1211Publication date
July 11, 2024 at 4:31 PMPublisher
melontini
Author