Mods
Resource Packs
Data Packs
Modpacks
Shaders
Plugins
Mods Resource Packs Data Packs Plugins Shaders Modpacks
Get Modrinth App Upgrade to Modrinth+
Sign in
ModsPluginsData PacksShadersResource PacksModpacks
Sign in
Settings
Commander

Commander

An extension of the data pack system.

43.0k
13
Library
Utility

Compatibility

Minecraft: Java Edition

1.21.x
1.20.4
1.20.1

Platforms

Fabric

Supported environments

Server-side

90% of ad revenue goes to creators

Support creators and Modrinth ad-free with Modrinth+

Links

Report issues View source Visit wiki

Creators

constellation
constellationOrganization

melontini
melontini Author

Details

Licensed MIT
Published last year
Updated 11 months ago
DescriptionGalleryChangelogVersions

Show all versions

1
2

0.3.0 (1.20.1)

by melontini on Apr 26, 2024
Download

0.3.0 (1.20.4)

by melontini on Apr 26, 2024
Download

What's New:

  • Added entity parameter to cmd:explode. The entity will be marked as the "creator" of the explosion and other entities will redirect their anger to the entity if affected by the explosion.
  • Added fire parameter to cmd:explode. Creates fire, if true.
  • Fixed double casts converting numbers to scientific notation.
  • long and int casts no longer actually convert to their types, instead they truncate the trailing zeros.

0.2.2 (1.20.4)

by melontini on Apr 19, 2024
Download

0.2.2 (1.20.1)

by melontini on Apr 19, 2024
Download

What's New:

  • Exposed Expressions in the api package.
  • You can now specify commander:commands in advancement rewards.
  • Mappings are no longer downloaded on startup.
  • Added shaded licenses.
  • Fixed conditioned selector crash on 1.20.4.

0.2.1 (1.20.4)

by melontini on Apr 18, 2024
Download

0.2.1 (1.20.1)

by melontini on Apr 18, 2024
Download

What's New:

  • Added structContainsKey function to expressions.
  • Moved custom random, lerp and clamp functions to BigDecimal.
  • There was an attempt at optimizing reflective field lookups by caching invalid fields and constructing a lazy class hierarchy which propagates found fields and methods downstream.

0.2.0 (1.20.1)

by melontini on Apr 17, 2024
Download

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.

0.1.0 (1.20.1)

by melontini on Apr 12, 2024
Download

What's New:

  • Initial release 🥳
1
2

Modrinth is open source.

main@396f737

© Rinth, Inc.

Company

TermsPrivacyRulesCareers

Resources

SupportBlogDocsStatus

Interact

Discord X (Twitter) Mastodon Crowdin
Get Modrinth App Settings
NOT AN OFFICIAL MINECRAFT SERVICE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT.