Commander has been archived. Commander will not receive any further updates unless the author decides to unarchive the project.
Changelog
What's New:
- Switched to EvalEX for expression parsing.
This comes with a bunch of improvements. The main of which is support for all object fields and methods, for example:
Before you had a limited number of "extractions" you could use on an object, like x
and player/level
, but now, you can specify any field or method:
Old:
/say hi ${{this_entity[x]}}
New:
/say hi ${{this_entity.getX}}
/say hi ${{round(sqrt(abs(level.getSeed)), 0)}}
- Added additional casts to the
$(){{}}
syntax.bool
,int
,double
cmd:arithmetica
now supports casts and returns strings by default. Now it also requires permission level 2.
90% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Metadata
Release channel
BetaVersion number
0.2.0-1.20.1-build.54Loaders
Fabric
Game versions
1.20.1Downloads
52Publication date
April 17, 2024 at 1:37 PMPublisher
melontini
Author