Compatibility
Minecraft: Java Edition
1.21.x
1.20.x
1.19.x
1.18.x
1.17.x
1.16.x
1.15.x
1.14.x
1.13.x
1.12.x
1.11.x
1.10.x
1.9.x
1.8.x
1.7.x
Platforms
Supported environments
Links
Creators
Details
Licensed GPL-3.0-only
Published 2 years ago
Updated 2 days ago
Changelog
- Updated to MiniPlaceholders v3
- Renamed project as ExpressionsProvider
- Unlike other expansions, this expansion has now become a separate project (plugin/mod), which provides placeholders to MiniPlaceholders.
- The way user expressions are loaded has been refactored. They are now created from the expressions.properties file, and no longer require the use of multiple
\
characters to nest placeholders. You simply need to have a hierarchy of square brackets. For example, if you start with a quotation mark“
and want to place a placeholder argument inside it, you must use the other type of quotation mark'
, and if another argument is required inside that argument, it must be interspersed with the other type of quotation mark”
. The wiki explains this better and provides examples.