
Minecraft 服务端插件
MiniPlaceholders
MiniMessage Component-based Placeholders API for Minecraft Platforms
- 版本范围
- 1.7.2–26.1
- 下载量
- 3.4 万
插件介绍
MiniPlaceholders
MiniMessage Component-based Placeholders API for Minecraft Platforms
Compatibility
- Paper 1.21+
- Velocity 3.4.0+
- Fabric 1.21.4+
- Sponge API 12+
User Usage
Check our user usage wiki
API
Check the available Javadocs
Or check the Developer Wiki
Java
class Main {
public static void registerExpansion() {
final Expansion expansion = Expansion.builder("my-expansion")
.audiencePlaceholder(Player.class, "name", (player, ctx, queue) -> {
return Tag.selfClosingInserting(player.getName());
})
.globalPlaceholder("tps", (ctx, queue) ->
Tag.selfClosingInserting(Component.text(Bukkit.getTps()[0]))
).build;
expansion.register();
Player player;
final TagResolver playerResolver = MiniPlaceholders.audiencePlaceholders();
player.sendMessage(miniMessage().deserialize("Player Name: <my-expansion_name>", player, playerResolver));
}
}
Kotlin
fun register() {
val expansion = expansion("my-expansion") {
audience<Player>("name") { aud, _, _ -> aud.getName().asClosingTag() }
global("tps") { _, _ -> Component.text(Bukkit.getTps()[0]).asInsertingTag() }
}
expansion.register()
val player: Player
val playerResolver = MiniPlaceholders.audiencePlaceholders()
player.sendMessage(miniMessage().deserialize("Player Name: <my-expansion_name>", player, playerResolver))
}
展示图集

版本与下载
推荐下载
MiniPlaceholders-Fabric-3.2.0.jar版本 3.2.0 · 1.3 MBSHA-1 c729167557bf336a2ca20b727e0003c1eb35c6df下载 MiniPlaceholders-Fabric-3.2.0.jar3.2.0
正式版- 加载器
- fabric · quilt
- MC 版本
- 26.1
SHA-1 c729167557bf336a2ca20b727e0003c1eb35c6df获取文件 MiniPlaceholders-Fabric-3.2.0.jar展开更新日志
3.2.0
正式版- 加载器
- folia · paper · purpur
- MC 版本
- 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8 · 1.21.9 · 1.21.10 · 1.21.11 · 26.1
SHA-1 c33778ffe724512a1a1e84959cb4824a5f8f2e80获取文件 MiniPlaceholders-Paper-3.2.0.jar展开更新日志
3.2.0
正式版- 加载器
- sponge
- MC 版本
- 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8 · 1.21.9 · 1.21.10 · 1.21.11 · 26.1
SHA-1 cda6793adfbedddd33727063c601eff5582239a5获取文件 MiniPlaceholders-Sponge-3.2.0.jar展开更新日志
3.2.0
正式版- 加载器
- velocity
- MC 版本
- 1.7.2 · 1.7.3 · 1.7.4 · 1.7.5 · 1.7.6 · 1.7.7 · 1.7.8 · 1.7.9 · 1.7.10 · 1.8 · 1.8.1 · 1.8.2 · 1.8.3 · 1.8.4 · 1.8.5 · 1.8.6 · 1.8.7 · 1.8.8 · 1.8.9 · 1.9 · 1.9.1 · 1.9.2 · 1.9.3 · 1.9.4 · 1.10 · 1.10.1 · 1.10.2 · 1.11 · 1.11.1 · 1.11.2 · 1.12 · 1.12.1 · 1.12.2 · 1.13 · 1.13.1 · 1.13.2 · 1.14 · 1.14.1 · 1.14.2 · 1.14.3 · 1.14.4 · 1.15 · 1.15.1 · 1.15.2 · 1.16 · 1.16.1 · 1.16.2 · 1.16.3 · 1.16.4 · 1.16.5 · 1.17 · 1.17.1 · 1.18 · 1.18.1 · 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8 · 1.21.9 · 1.21.10 · 1.21.11 · 26.1
SHA-1 741e432ddf2b8c08683df48e58a09ef5a4e667a0获取文件 MiniPlaceholders-Velocity-3.2.0.jar展开更新日志
3.1.1-BETA2
测试版- 加载器
- fabric · quilt
- MC 版本
- 1.21.11
SHA-1 5b64c70491036ad9d77c684557905da637067c9d获取文件 MiniPlaceholders-Fabric-3.1.1-SNAPSHOT.jar展开更新日志
Added support for Fabric 1.21.11
3.1.1-BETA1
测试版- 加载器
- fabric · quilt
- MC 版本
- 1.21.9 · 1.21.10
SHA-1 1d17473be4f38b99f603c7f92ac69af4dc984d0a获取文件 MiniPlaceholders-Fabric-3.1.1-SNAPSHOT.jar展开更新日志
- Added support to Fabric 1.21.9+
3.1.0
正式版- 加载器
- fabric · quilt
- MC 版本
- 1.21.6 · 1.21.7 · 1.21.8
SHA-1 446d23321729ac79532ae2fd4bbd41e4c3965238获取文件 MiniPlaceholders-Fabric-3.1.0.jar展开更新日志
3.1.0 (10/10/2025)
Features
- feat: Sponge commands implementation
- feat: Implement parserel subcommand
- feat: Add --null argument to parse node
- misc: Added bstats metrics
Fixes
- fix: Fixed multiple loading expansions
- fix: Added nullability checks to RelationalAudience
- fix: Fixed command formatting
API Additions
3.1.0
正式版- 加载器
- folia · paper · purpur
- MC 版本
- 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8 · 1.21.9 · 1.21.10 · 1.21.11
SHA-1 8a65d807d752f1bba7c292e72b3c15193d2db3d2获取文件 MiniPlaceholders-Paper-3.1.0.jar展开更新日志
3.1.0 (10/10/2025)
Features
- feat: Sponge commands implementation
- feat: Implement parserel subcommand
- feat: Add --null argument to parse node
- misc: Added bstats metrics
Fixes
- fix: Fixed multiple loading expansions
- fix: Added nullability checks to RelationalAudience
- fix: Fixed command formatting
API Additions
3.1.0
正式版- 加载器
- sponge
- MC 版本
- 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8 · 1.21.9 · 1.21.10 · 1.21.11 · 26.1
SHA-1 d2ba52563729abcf077149e827232d4ae95e9880获取文件 MiniPlaceholders-Sponge-3.1.0.jar展开更新日志
3.1.0 (10/10/2025)
Features
- feat: Sponge commands implementation
- feat: Implement parserel subcommand
- feat: Add --null argument to parse node
- misc: Added bstats metrics
Fixes
- fix: Fixed multiple loading expansions
- fix: Added nullability checks to RelationalAudience
- fix: Fixed command formatting
API Additions
3.1.0
正式版- 加载器
- velocity
- MC 版本
- 1.7.2 · 1.7.3 · 1.7.4 · 1.7.5 · 1.7.6 · 1.7.7 · 1.7.8 · 1.7.9 · 1.7.10 · 1.8 · 1.8.1 · 1.8.2 · 1.8.3 · 1.8.4 · 1.8.5 · 1.8.6 · 1.8.7 · 1.8.8 · 1.8.9 · 1.9 · 1.9.1 · 1.9.2 · 1.9.3 · 1.9.4 · 1.10 · 1.10.1 · 1.10.2 · 1.11 · 1.11.1 · 1.11.2 · 1.12 · 1.12.1 · 1.12.2 · 1.13 · 1.13.1 · 1.13.2 · 1.14 · 1.14.1 · 1.14.2 · 1.14.3 · 1.14.4 · 1.15 · 1.15.1 · 1.15.2 · 1.16 · 1.16.1 · 1.16.2 · 1.16.3 · 1.16.4 · 1.16.5 · 1.17 · 1.17.1 · 1.18 · 1.18.1 · 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8 · 1.21.9 · 1.21.10 · 1.21.11 · 26.1
SHA-1 cd62474cc1d5b7fe00f199536884e58151685066获取文件 MiniPlaceholders-Velocity-3.1.0.jar展开更新日志
3.1.0 (10/10/2025)
Features
- feat: Sponge commands implementation
- feat: Implement parserel subcommand
- feat: Add --null argument to parse node
- misc: Added bstats metrics
Fixes
- fix: Fixed multiple loading expansions
- fix: Added nullability checks to RelationalAudience
- fix: Fixed command formatting
API Additions
3.0.1
正式版- 加载器
- fabric · quilt
- MC 版本
- 1.21.6 · 1.21.7 · 1.21.8
SHA-1 a6b087a172d47520ed3079c3e55fbafb0fff6d95获取文件 MiniPlaceholders-Fabric-3.0.1.jar展开更新日志
What's Changed
- Fixed Fabric initialization
- Updated minimun Sponge-API usage
Full Changelog: https://github.com/MiniPlaceholders/MiniPlaceholders/compare/3.0.0...3.0.1
3.0.1
正式版- 加载器
- folia · paper · purpur
- MC 版本
- 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8
SHA-1 69a2b18696a6861bbc79ecf0b2bb6c5efe9ea0a2获取文件 MiniPlaceholders-Paper-3.0.1.jar展开更新日志
What's Changed
- Fixed Fabric initialization
- Updated minimun Sponge-API usage
Full Changelog: https://github.com/MiniPlaceholders/MiniPlaceholders/compare/3.0.0...3.0.1
3.0.1
正式版- 加载器
- sponge
- MC 版本
- 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8
SHA-1 05e17001442fe3d477bc8a48f9f28e4e9178bad6获取文件 MiniPlaceholders-Sponge-3.0.1.jar展开更新日志
What's Changed
- Fixed Fabric initialization
- Updated minimun Sponge-API usage
Full Changelog: https://github.com/MiniPlaceholders/MiniPlaceholders/compare/3.0.0...3.0.1
3.0.1
正式版- 加载器
- velocity
- MC 版本
- 1.7.2 · 1.7.3 · 1.7.4 · 1.7.5 · 1.7.6 · 1.7.7 · 1.7.8 · 1.7.9 · 1.7.10 · 1.8 · 1.8.1 · 1.8.2 · 1.8.3 · 1.8.4 · 1.8.5 · 1.8.6 · 1.8.7 · 1.8.8 · 1.8.9 · 1.9 · 1.9.1 · 1.9.2 · 1.9.3 · 1.9.4 · 1.10 · 1.10.1 · 1.10.2 · 1.11 · 1.11.1 · 1.11.2 · 1.12 · 1.12.1 · 1.12.2 · 1.13 · 1.13.1 · 1.13.2 · 1.14 · 1.14.1 · 1.14.2 · 1.14.3 · 1.14.4 · 1.15 · 1.15.1 · 1.15.2 · 1.16 · 1.16.1 · 1.16.2 · 1.16.3 · 1.16.4 · 1.16.5 · 1.17 · 1.17.1 · 1.18 · 1.18.1 · 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8
SHA-1 5c5f2e4a3707f5c93a5bcc0be6e23120f6ad0660获取文件 MiniPlaceholders-Velocity-3.0.1.jar展开更新日志
What's Changed
- Fixed Fabric initialization
- Updated minimun Sponge-API usage
Full Changelog: https://github.com/MiniPlaceholders/MiniPlaceholders/compare/3.0.0...3.0.1
3.0.0
正式版- 加载器
- fabric · quilt
- MC 版本
- 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8
SHA-1 93a69fd306cffa880aa7c8ec9834e9c18fc7b0c4获取文件 MiniPlaceholders-Fabric-3.0.0.jar展开更新日志
Hi! In this new version, which has been in development since February of this year, several changes have been implemented that modernize the MiniPlaceholders code base, as well as improving performance for both regular and advanced use. In addition to adding ExpansionProvider, a new convention for creating expansions in MiniPlaceholders, without the need to rely on a specific platform.
Expansion Provider
As mentioned above, ExpansionProviders have been added, which are a type of independent project that can provide an Expansion according to the configured requirements. In addition, it is multiplatform and does not require an individual initializer for each platform you want to support. If you want to see an example of its use, you can check out its wiki page or directly review a practical example in the Template Expansion.
Rewritted API Usage
From now on, an audience will not be required when obtaining placeholders. This allows for greater efficiency, as it avoids creating multiple unnecessary objects by delegating the function of providing the required audience to the parsing phase. For this reason, to use MiniPlaceholders Audience placeholders, you must include the Audience in the target field of the MiniMessage#deserialize method so that it can be recognized by the corresponding placeholders. In addition, you now have the ability to create type-safe placeholders by including the target class as the first argument. You can find more information about this in the wiki.
Due to these changes, most projects created for MiniPlaceholders v2 are incompatible with MiniPlaceholders v3. Please be patient while your favorite projects are updated to the new version.
At the time of writing this changelog, there are more than a dozen expansions already available for MiniPlaceholders v3, such as the PlatformInfo, ProxyConnection, Player, Spark, LuckPerms, PlaceholderAdapter, Vault, and more expansions...
These new expansions, as mentioned above, are no longer installed as separate plugins/mods. Now, you simply need to place them inside the MiniPlaceholders folder in the expansions folder.
If you liked this update and would like to contribute in some way, we have pull requests available so you can contribute to this project. You can also contribute financially via PayPal or GitHub Sponsors.
Full Changelog: https://github.com/MiniPlaceholders/MiniPlaceholders/compare/2.3.0...3.0.0
3.0.0
正式版- 加载器
- folia · paper · purpur
- MC 版本
- 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8
SHA-1 f0840d15389516b9166bff69c08d115913050af6获取文件 MiniPlaceholders-Paper-3.0.0.jar展开更新日志
Hi! In this new version, which has been in development since February of this year, several changes have been implemented that modernize the MiniPlaceholders code base, as well as improving performance for both regular and advanced use. In addition to adding ExpansionProvider, a new convention for creating expansions in MiniPlaceholders, without the need to rely on a specific platform.
Expansion Provider
As mentioned above, ExpansionProviders have been added, which are a type of independent project that can provide an Expansion according to the configured requirements. In addition, it is multiplatform and does not require an individual initializer for each platform you want to support. If you want to see an example of its use, you can check out its wiki page or directly review a practical example in the Template Expansion.
Rewritted API Usage
From now on, an audience will not be required when obtaining placeholders. This allows for greater efficiency, as it avoids creating multiple unnecessary objects by delegating the function of providing the required audience to the parsing phase. For this reason, to use MiniPlaceholders Audience placeholders, you must include the Audience in the target field of the MiniMessage#deserialize method so that it can be recognized by the corresponding placeholders. In addition, you now have the ability to create type-safe placeholders by including the target class as the first argument. You can find more information about this in the wiki.
Due to these changes, most projects created for MiniPlaceholders v2 are incompatible with MiniPlaceholders v3. Please be patient while your favorite projects are updated to the new version.
At the time of writing this changelog, there are more than a dozen expansions already available for MiniPlaceholders v3, such as the PlatformInfo, ProxyConnection, Player, Spark, LuckPerms, PlaceholderAdapter, Vault, and more expansions...
These new expansions, as mentioned above, are no longer installed as separate plugins/mods. Now, you simply need to place them inside the MiniPlaceholders folder in the expansions folder.
If you liked this update and would like to contribute in some way, we have pull requests available so you can contribute to this project. You can also contribute financially via PayPal or GitHub Sponsors.
Full Changelog: https://github.com/MiniPlaceholders/MiniPlaceholders/compare/2.3.0...3.0.0
3.0.0
正式版- 加载器
- sponge
- MC 版本
- 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8
SHA-1 c54eb4ff9fd39f5d9515e09add70a56c495cac41获取文件 MiniPlaceholders-Sponge-3.0.0.jar展开更新日志
Hi! In this new version, which has been in development since February of this year, several changes have been implemented that modernize the MiniPlaceholders code base, as well as improving performance for both regular and advanced use. In addition to adding ExpansionProvider, a new convention for creating expansions in MiniPlaceholders, without the need to rely on a specific platform.
Expansion Provider
As mentioned above, ExpansionProviders have been added, which are a type of independent project that can provide an Expansion according to the configured requirements. In addition, it is multiplatform and does not require an individual initializer for each platform you want to support. If you want to see an example of its use, you can check out its wiki page or directly review a practical example in the Template Expansion.
Rewritted API Usage
From now on, an audience will not be required when obtaining placeholders. This allows for greater efficiency, as it avoids creating multiple unnecessary objects by delegating the function of providing the required audience to the parsing phase. For this reason, to use MiniPlaceholders Audience placeholders, you must include the Audience in the target field of the MiniMessage#deserialize method so that it can be recognized by the corresponding placeholders. In addition, you now have the ability to create type-safe placeholders by including the target class as the first argument. You can find more information about this in the wiki.
Due to these changes, most projects created for MiniPlaceholders v2 are incompatible with MiniPlaceholders v3. Please be patient while your favorite projects are updated to the new version.
At the time of writing this changelog, there are more than a dozen expansions already available for MiniPlaceholders v3, such as the PlatformInfo, ProxyConnection, Player, Spark, LuckPerms, PlaceholderAdapter, Vault, and more expansions...
These new expansions, as mentioned above, are no longer installed as separate plugins/mods. Now, you simply need to place them inside the MiniPlaceholders folder in the expansions folder.
If you liked this update and would like to contribute in some way, we have pull requests available so you can contribute to this project. You can also contribute financially via PayPal or GitHub Sponsors.
Full Changelog: https://github.com/MiniPlaceholders/MiniPlaceholders/compare/2.3.0...3.0.0
3.0.0
正式版- 加载器
- velocity
- MC 版本
- 1.7.2 · 1.7.3 · 1.7.4 · 1.7.5 · 1.7.6 · 1.7.7 · 1.7.8 · 1.7.9 · 1.7.10 · 1.8 · 1.8.1 · 1.8.2 · 1.8.3 · 1.8.4 · 1.8.5 · 1.8.6 · 1.8.7 · 1.8.8 · 1.8.9 · 1.9 · 1.9.1 · 1.9.2 · 1.9.3 · 1.9.4 · 1.10 · 1.10.1 · 1.10.2 · 1.11 · 1.11.1 · 1.11.2 · 1.12 · 1.12.1 · 1.12.2 · 1.13 · 1.13.1 · 1.13.2 · 1.14 · 1.14.1 · 1.14.2 · 1.14.3 · 1.14.4 · 1.15 · 1.15.1 · 1.15.2 · 1.16 · 1.16.1 · 1.16.2 · 1.16.3 · 1.16.4 · 1.16.5 · 1.17 · 1.17.1 · 1.18 · 1.18.1 · 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8
SHA-1 9c3549b145b2f18fcd01cc91653fd5b1d3f5f35a获取文件 MiniPlaceholders-Velocity-3.0.0.jar展开更新日志
Hi! In this new version, which has been in development since February of this year, several changes have been implemented that modernize the MiniPlaceholders code base, as well as improving performance for both regular and advanced use. In addition to adding ExpansionProvider, a new convention for creating expansions in MiniPlaceholders, without the need to rely on a specific platform.
Expansion Provider
As mentioned above, ExpansionProviders have been added, which are a type of independent project that can provide an Expansion according to the configured requirements. In addition, it is multiplatform and does not require an individual initializer for each platform you want to support. If you want to see an example of its use, you can check out its wiki page or directly review a practical example in the Template Expansion.
Rewritted API Usage
From now on, an audience will not be required when obtaining placeholders. This allows for greater efficiency, as it avoids creating multiple unnecessary objects by delegating the function of providing the required audience to the parsing phase. For this reason, to use MiniPlaceholders Audience placeholders, you must include the Audience in the target field of the MiniMessage#deserialize method so that it can be recognized by the corresponding placeholders. In addition, you now have the ability to create type-safe placeholders by including the target class as the first argument. You can find more information about this in the wiki.
Due to these changes, most projects created for MiniPlaceholders v2 are incompatible with MiniPlaceholders v3. Please be patient while your favorite projects are updated to the new version.
At the time of writing this changelog, there are more than a dozen expansions already available for MiniPlaceholders v3, such as the PlatformInfo, ProxyConnection, Player, Spark, LuckPerms, PlaceholderAdapter, Vault, and more expansions...
These new expansions, as mentioned above, are no longer installed as separate plugins/mods. Now, you simply need to place them inside the MiniPlaceholders folder in the expansions folder.
If you liked this update and would like to contribute in some way, we have pull requests available so you can contribute to this project. You can also contribute financially via PayPal or GitHub Sponsors.
Full Changelog: https://github.com/MiniPlaceholders/MiniPlaceholders/compare/2.3.0...3.0.0
2.3.0
正式版- 加载器
- fabric · quilt
- MC 版本
- 1.21.3 · 1.21.4 · 1.21.5
SHA-1 feba97c24425be1271efa9a6aac9e3ea40955d6c获取文件 MiniPlaceholders-Fabric-2.3.0.jar展开更新日志
What's Changed
- feat(api): expansion metadata
- Add LegacyUtils methods to check if a string contains legacy characters
- misc: Updated to Java 21
- Updated to Cloud v2
- Finished Cloud 2 implementation
- update to 1.21.1
- 1.21.4
- build: Updated gradle to 8.12.1
- fix(docs): Fixed Dokka docs generation and updated to V2
- Added expansions subcommand
Sponsors
Now you can support the development of MiniPlaceholders with your sponsor! https://github.com/sponsors/4drian3d
Full Changelog: https://github.com/MiniPlaceholders/MiniPlaceholders/compare/2.2.4...2.3.0
2.3.0
正式版- 加载器
- folia · paper · purpur
- MC 版本
- 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5
SHA-1 108887b43ae480e47faddc7f27e005862fd4adb9获取文件 MiniPlaceholders-Paper-2.3.0.jar展开更新日志
What's Changed
- feat(api): expansion metadata
- Add LegacyUtils methods to check if a string contains legacy characters
- misc: Updated to Java 21
- Updated to Cloud v2
- Finished Cloud 2 implementation
- update to 1.21.1
- 1.21.4
- build: Updated gradle to 8.12.1
- fix(docs): Fixed Dokka docs generation and updated to V2
- Added expansions subcommand
Sponsors
Now you can support the development of MiniPlaceholders with your sponsor! https://github.com/sponsors/4drian3d
Full Changelog: https://github.com/MiniPlaceholders/MiniPlaceholders/compare/2.2.4...2.3.0
2.3.0
正式版- 加载器
- sponge
- MC 版本
- 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5
SHA-1 60a212b3c0edbfd0556f0d94ded60500efe294b4获取文件 MiniPlaceholders-Sponge-2.3.0.jar展开更新日志
What's Changed
- feat(api): expansion metadata
- Add LegacyUtils methods to check if a string contains legacy characters
- misc: Updated to Java 21
- Updated to Cloud v2
- Finished Cloud 2 implementation
- update to 1.21.1
- 1.21.4
- build: Updated gradle to 8.12.1
- fix(docs): Fixed Dokka docs generation and updated to V2
- Added expansions subcommand
Sponsors
Now you can support the development of MiniPlaceholders with your sponsor! https://github.com/sponsors/4drian3d
Full Changelog: https://github.com/MiniPlaceholders/MiniPlaceholders/compare/2.2.4...2.3.0
2.3.0
正式版- 加载器
- velocity
- MC 版本
- 1.7.2 · 1.7.3 · 1.7.4 · 1.7.5 · 1.7.6 · 1.7.7 · 1.7.8 · 1.7.9 · 1.7.10 · 1.8 · 1.8.1 · 1.8.2 · 1.8.3 · 1.8.4 · 1.8.5 · 1.8.6 · 1.8.7 · 1.8.8 · 1.8.9 · 1.9 · 1.9.1 · 1.9.2 · 1.9.3 · 1.9.4 · 1.10 · 1.10.1 · 1.10.2 · 1.11 · 1.11.1 · 1.11.2 · 1.12 · 1.12.1 · 1.12.2 · 1.13 · 1.13.1 · 1.13.2 · 1.14 · 1.14.1 · 1.14.2 · 1.14.3 · 1.14.4 · 1.15 · 1.15.1 · 1.15.2 · 1.16 · 1.16.1 · 1.16.2 · 1.16.3 · 1.16.4 · 1.16.5 · 1.17 · 1.17.1 · 1.18 · 1.18.1 · 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5
SHA-1 905c6d54608148180d42caf205aed23f1a6995a4获取文件 MiniPlaceholders-Velocity-2.3.0.jar展开更新日志
What's Changed
- feat(api): expansion metadata
- Add LegacyUtils methods to check if a string contains legacy characters
- misc: Updated to Java 21
- Updated to Cloud v2
- Finished Cloud 2 implementation
- update to 1.21.1
- 1.21.4
- build: Updated gradle to 8.12.1
- fix(docs): Fixed Dokka docs generation and updated to V2
- Added expansions subcommand
Sponsors
Now you can support the development of MiniPlaceholders with your sponsor! https://github.com/sponsors/4drian3d
Full Changelog: https://github.com/MiniPlaceholders/MiniPlaceholders/compare/2.2.4...2.3.0
2.2.4
正式版- 加载器
- fabric
- MC 版本
- 1.20.3 · 1.20.4
SHA-1 582d57ef8d49fd2bd65ef53e7216dddf4244cd37获取文件 MiniPlaceholders-Fabric-2.2.4.jar展开更新日志
- Deprecated TagsUtils#staticTag
- Updated to Fabric 1.20.3+
Full Changelog: https://github.com/MiniPlaceholders/MiniPlaceholders/compare/2.2.3...2.2.4
2.2.4
正式版- 加载器
- folia · paper · purpur
- MC 版本
- 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6
SHA-1 de7275034d3febcd0bd1408c05e977bc52d0f07f获取文件 MiniPlaceholders-Paper-2.2.4.jar展开更新日志
- Deprecated TagsUtils#staticTag
- Updated to Fabric 1.20.3+
Full Changelog: https://github.com/MiniPlaceholders/MiniPlaceholders/compare/2.2.3...2.2.4
2.2.4
正式版- 加载器
- sponge
- MC 版本
- 1.16.5 · 1.17 · 1.17.1 · 1.18 · 1.18.1 · 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4
SHA-1 c079d00bf3f4dc84cfdbba8a5c8d2e046c3fb471获取文件 MiniPlaceholders-Sponge-2.2.4.jar展开更新日志
- Deprecated TagsUtils#staticTag
- Updated to Fabric 1.20.3+
Full Changelog: https://github.com/MiniPlaceholders/MiniPlaceholders/compare/2.2.3...2.2.4
2.2.4
正式版- 加载器
- velocity
- MC 版本
- 1.7.2 · 1.7.3 · 1.7.4 · 1.7.5 · 1.7.6 · 1.7.7 · 1.7.8 · 1.7.9 · 1.7.10 · 1.8 · 1.8.1 · 1.8.2 · 1.8.3 · 1.8.4 · 1.8.5 · 1.8.6 · 1.8.7 · 1.8.8 · 1.8.9 · 1.9 · 1.9.1 · 1.9.2 · 1.9.3 · 1.9.4 · 1.10 · 1.10.1 · 1.10.2 · 1.11 · 1.11.1 · 1.11.2 · 1.12 · 1.12.1 · 1.12.2 · 1.13 · 1.13.1 · 1.13.2 · 1.14 · 1.14.1 · 1.14.2 · 1.14.3 · 1.14.4 · 1.15 · 1.15.1 · 1.15.2 · 1.16 · 1.16.1 · 1.16.2 · 1.16.3 · 1.16.4 · 1.16.5 · 1.17 · 1.17.1 · 1.18 · 1.18.1 · 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21
SHA-1 4d99b3993415f92250a6c178b98ae2ec2e59d23e获取文件 MiniPlaceholders-Velocity-2.2.4.jar展开更新日志
- Deprecated TagsUtils#staticTag
- Updated to Fabric 1.20.3+
Full Changelog: https://github.com/MiniPlaceholders/MiniPlaceholders/compare/2.2.3...2.2.4
2.2.3
正式版- 加载器
- fabric · quilt
- MC 版本
- 1.20.2
SHA-1 4f65653f585250d4a8d3792f71931fe6fa648552获取文件 MiniPlaceholders-Fabric-2.2.3.jar展开更新日志
What's changed
- fix: Fixed native expansion placeholders nesting
- chore: Relicensed project with Apache 2 license
Full Changelog: https://github.com/MiniPlaceholders/MiniPlaceholders/compare/2.2.2...2.2.3
2.2.3
正式版- 加载器
- folia · paper · purpur
- MC 版本
- 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4
SHA-1 04707718209efa2306c34fb4ddc6f733defbf5af获取文件 MiniPlaceholders-Paper-2.2.3.jar展开更新日志
What's changed
- fix: Fixed native expansion placeholders nesting
- chore: Relicensed project with Apache 2 license
Full Changelog: https://github.com/MiniPlaceholders/MiniPlaceholders/compare/2.2.2...2.2.3
2.2.3
正式版- 加载器
- sponge
- MC 版本
- 1.16.5 · 1.17 · 1.17.1 · 1.18 · 1.18.1 · 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4
SHA-1 575e78afce9cbc51534a57c2b50b639e17e34d1e获取文件 MiniPlaceholders-Sponge-2.2.3.jar展开更新日志
What's changed
- fix: Fixed native expansion placeholders nesting
- chore: Relicensed project with Apache 2 license
Full Changelog: https://github.com/MiniPlaceholders/MiniPlaceholders/compare/2.2.2...2.2.3
2.2.3
正式版- 加载器
- velocity
- MC 版本
- 1.7.2 · 1.7.3 · 1.7.4 · 1.7.5 · 1.7.6 · 1.7.7 · 1.7.8 · 1.7.9 · 1.7.10 · 1.8 · 1.8.1 · 1.8.2 · 1.8.3 · 1.8.4 · 1.8.5 · 1.8.6 · 1.8.7 · 1.8.8 · 1.8.9 · 1.9 · 1.9.1 · 1.9.2 · 1.9.3 · 1.9.4 · 1.10 · 1.10.1 · 1.10.2 · 1.11 · 1.11.1 · 1.11.2 · 1.12 · 1.12.1 · 1.12.2 · 1.13 · 1.13.1 · 1.13.2 · 1.14 · 1.14.1 · 1.14.2 · 1.14.3 · 1.14.4 · 1.15 · 1.15.1 · 1.15.2 · 1.16 · 1.16.1 · 1.16.2 · 1.16.3 · 1.16.4 · 1.16.5 · 1.17 · 1.17.1 · 1.18 · 1.18.1 · 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4
SHA-1 c1cbe5b446a466d659d062f6b815f94305d4f445获取文件 MiniPlaceholders-Velocity-2.2.3.jar展开更新日志
What's changed
- fix: Fixed native expansion placeholders nesting
- chore: Relicensed project with Apache 2 license
Full Changelog: https://github.com/MiniPlaceholders/MiniPlaceholders/compare/2.2.2...2.2.3
2.2.2
正式版- 加载器
- fabric · quilt
- MC 版本
- 1.20.2
SHA-1 9f1402ccbf64a3c274cff451f048dd7cf97fd933获取文件 MiniPlaceholders-Fabric-2.2.2.jar展开更新日志
What's Changed
- fix(fabric): Fixed legacy serializer inclusion
- Updated dependencies
Full Changelog: https://github.com/MiniPlaceholders/MiniPlaceholders/compare/2.2.1...2.2.2
2.2.2
正式版- 加载器
- folia · paper · purpur
- MC 版本
- 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2
SHA-1 452e4c0b3e676a856ea876d7f9e238449daa19c1获取文件 MiniPlaceholders-Paper-2.2.2.jar展开更新日志
What's Changed
- fix(fabric): Fixed legacy serializer inclusion
- Updated dependencies
Full Changelog: https://github.com/MiniPlaceholders/MiniPlaceholders/compare/2.2.1...2.2.2
2.2.2
正式版- 加载器
- sponge
- MC 版本
- 1.16.5 · 1.17 · 1.17.1 · 1.18 · 1.18.1 · 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2
SHA-1 45ef11322127489cc707ee3ca6fbcc24f924f06f获取文件 MiniPlaceholders-Sponge-2.2.2.jar展开更新日志
What's Changed
- fix(fabric): Fixed legacy serializer inclusion
- Updated dependencies
Full Changelog: https://github.com/MiniPlaceholders/MiniPlaceholders/compare/2.2.1...2.2.2
2.2.2
正式版- 加载器
- velocity
- MC 版本
- 1.7.2 · 1.7.3 · 1.7.4 · 1.7.5 · 1.7.6 · 1.7.7 · 1.7.8 · 1.7.9 · 1.7.10 · 1.8 · 1.8.1 · 1.8.2 · 1.8.3 · 1.8.4 · 1.8.5 · 1.8.6 · 1.8.7 · 1.8.8 · 1.8.9 · 1.9 · 1.9.1 · 1.9.2 · 1.9.3 · 1.9.4 · 1.10 · 1.10.1 · 1.10.2 · 1.11 · 1.11.1 · 1.11.2 · 1.12 · 1.12.1 · 1.12.2 · 1.13 · 1.13.1 · 1.13.2 · 1.14 · 1.14.1 · 1.14.2 · 1.14.3 · 1.14.4 · 1.15 · 1.15.1 · 1.15.2 · 1.16 · 1.16.1 · 1.16.2 · 1.16.3 · 1.16.4 · 1.16.5 · 1.17 · 1.17.1 · 1.18 · 1.18.1 · 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2
SHA-1 0b45cd557eb47e5f119d82813aeb277338276c93获取文件 MiniPlaceholders-Velocity-2.2.2.jar展开更新日志
What's Changed
- fix(fabric): Fixed legacy serializer inclusion
- Updated dependencies
Full Changelog: https://github.com/MiniPlaceholders/MiniPlaceholders/compare/2.2.1...2.2.2
2.2.1
正式版- 加载器
- fabric · quilt
- MC 版本
- 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 23w31a · 23w32a · 23w33a · 1.20.2
SHA-1 7f7c457512917db2aff94fa43fd548ced6334f13获取文件 MiniPlaceholders-Fabric-2.2.1.jar2.2.1
正式版- 加载器
- folia · paper · purpur
- MC 版本
- 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2
SHA-1 e9c498219d61163195ce2cffe4376026645106e8获取文件 MiniPlaceholders-Paper-2.2.1.jar2.2.1
正式版- 加载器
- sponge
- MC 版本
- 1.16.5 · 1.17 · 1.17.1 · 1.18 · 1.18.1 · 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2
SHA-1 71cd2a350bf984e73a20d2a6fa660fe71c0124be获取文件 MiniPlaceholders-Sponge-2.2.1.jar2.2.1
正式版- 加载器
- velocity
- MC 版本
- 1.7.2 · 1.7.3 · 1.7.4 · 1.7.5 · 1.7.6 · 1.7.7 · 1.7.8 · 1.7.9 · 1.7.10 · 1.8 · 1.8.1 · 1.8.2 · 1.8.3 · 1.8.4 · 1.8.5 · 1.8.6 · 1.8.7 · 1.8.8 · 1.8.9 · 1.9 · 1.9.1 · 1.9.2 · 1.9.3 · 1.9.4 · 1.10 · 1.10.1 · 1.10.2 · 1.11 · 1.11.1 · 1.11.2 · 1.12 · 1.12.1 · 1.12.2 · 1.13 · 1.13.1 · 1.13.2 · 1.14 · 1.14.1 · 1.14.2 · 1.14.3 · 1.14.4 · 1.15 · 1.15.1 · 1.15.2 · 1.16 · 1.16.1 · 1.16.2 · 1.16.3 · 1.16.4 · 1.16.5 · 1.17 · 1.17.1 · 1.18 · 1.18.1 · 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2
SHA-1 5cf369499eb854afb282b4fa661acc74fc15f05f获取文件 MiniPlaceholders-Velocity-2.2.1.jar2.2.0
正式版- 加载器
- fabric · quilt
- MC 版本
- 1.19.4 · 23w17a · 23w18a · 1.20-pre1 · 1.20-pre2 · 1.20-pre3 · 1.20-pre4 · 1.20-pre5 · 1.20-pre6 · 1.20-pre7 · 1.20-rc1 · 1.20 · 1.20.1-rc1 · 1.20.1
SHA-1 98c05efe05981ec2d71e82d36803f71e8c330f74获取文件 MiniPlaceholders-Fabric-2.2.0.jar展开更新日志
What's Changed
Features
- Added Support for passing ForwardingAudience.Single instead of the actual instance in https://github.com/MiniPlaceholders/MiniPlaceholders/pull/70
- Cloud Implementation in https://github.com/MiniPlaceholders/MiniPlaceholders/pull/71
- Sponge Implementation in https://github.com/MiniPlaceholders/MiniPlaceholders/pull/73
- Split platforms into separate files in https://github.com/MiniPlaceholders/MiniPlaceholders/pull/77
- perf: Reuse empty arrays
- api: Improved conditional API methods
Dependency Updates
- chore(deps): update dependency io.papermc.paperweight.userdev to v1.5.5 in https://github.com/MiniPlaceholders/MiniPlaceholders/pull/67
- fix(deps): update dependency org.junit:junit-bom to v5.9.3 in https://github.com/MiniPlaceholders/MiniPlaceholders/pull/66
- chore(deps): update plugin fabric-loom to v1.2.6 in https://github.com/MiniPlaceholders/MiniPlaceholders/pull/69
- fix(deps): update dependency net.william278:desertwell to v2.0.4 in https://github.com/MiniPlaceholders/MiniPlaceholders/pull/72
- fix(deps): update dependency net.fabricmc.fabric-api:fabric-api to v0.80.1+1.20 in https://github.com/MiniPlaceholders/MiniPlaceholders/pull/68
- chore(deps): update plugin fabric-loom to v1.2.7 in https://github.com/MiniPlaceholders/MiniPlaceholders/pull/76
Full Changelog: https://github.com/MiniPlaceholders/MiniPlaceholders/compare/2.1.0...2.2.0
2.2.0
正式版- 加载器
- folia · paper · purpur
- MC 版本
- 1.19.3 · 1.19.4 · 1.20 · 1.20.1
SHA-1 7386cf468777cbd10fa1cae3da990a209e5ea6bb获取文件 MiniPlaceholders-Paper-2.2.0.jar展开更新日志
What's Changed
Features
- Added Support for passing ForwardingAudience.Single instead of the actual instance in https://github.com/MiniPlaceholders/MiniPlaceholders/pull/70
- Cloud Implementation in https://github.com/MiniPlaceholders/MiniPlaceholders/pull/71
- Sponge Implementation in https://github.com/MiniPlaceholders/MiniPlaceholders/pull/73
- Split platforms into separate files in https://github.com/MiniPlaceholders/MiniPlaceholders/pull/77
- perf: Reuse empty arrays
- api: Improved conditional API methods
Dependency Updates
- chore(deps): update dependency io.papermc.paperweight.userdev to v1.5.5 in https://github.com/MiniPlaceholders/MiniPlaceholders/pull/67
- fix(deps): update dependency org.junit:junit-bom to v5.9.3 in https://github.com/MiniPlaceholders/MiniPlaceholders/pull/66
- chore(deps): update plugin fabric-loom to v1.2.6 in https://github.com/MiniPlaceholders/MiniPlaceholders/pull/69
- fix(deps): update dependency net.william278:desertwell to v2.0.4 in https://github.com/MiniPlaceholders/MiniPlaceholders/pull/72
- fix(deps): update dependency net.fabricmc.fabric-api:fabric-api to v0.80.1+1.20 in https://github.com/MiniPlaceholders/MiniPlaceholders/pull/68
- chore(deps): update plugin fabric-loom to v1.2.7 in https://github.com/MiniPlaceholders/MiniPlaceholders/pull/76
Full Changelog: https://github.com/MiniPlaceholders/MiniPlaceholders/compare/2.1.0...2.2.0
2.2.0
正式版- 加载器
- sponge
- MC 版本
- 1.16.5 · 1.17 · 1.17.1 · 1.18 · 1.18.1 · 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1
SHA-1 2b880e595b0c7866dcda5e40b809ccba55853368获取文件 MiniPlaceholders-Sponge-2.2.0.jar展开更新日志
What's Changed
Features
- Added Support for passing ForwardingAudience.Single instead of the actual instance in https://github.com/MiniPlaceholders/MiniPlaceholders/pull/70
- Cloud Implementation in https://github.com/MiniPlaceholders/MiniPlaceholders/pull/71
- Sponge Implementation in https://github.com/MiniPlaceholders/MiniPlaceholders/pull/73
- Split platforms into separate files in https://github.com/MiniPlaceholders/MiniPlaceholders/pull/77
- perf: Reuse empty arrays
- api: Improved conditional API methods
Dependency Updates
- chore(deps): update dependency io.papermc.paperweight.userdev to v1.5.5 in https://github.com/MiniPlaceholders/MiniPlaceholders/pull/67
- fix(deps): update dependency org.junit:junit-bom to v5.9.3 in https://github.com/MiniPlaceholders/MiniPlaceholders/pull/66
- chore(deps): update plugin fabric-loom to v1.2.6 in https://github.com/MiniPlaceholders/MiniPlaceholders/pull/69
- fix(deps): update dependency net.william278:desertwell to v2.0.4 in https://github.com/MiniPlaceholders/MiniPlaceholders/pull/72
- fix(deps): update dependency net.fabricmc.fabric-api:fabric-api to v0.80.1+1.20 in https://github.com/MiniPlaceholders/MiniPlaceholders/pull/68
- chore(deps): update plugin fabric-loom to v1.2.7 in https://github.com/MiniPlaceholders/MiniPlaceholders/pull/76
Full Changelog: https://github.com/MiniPlaceholders/MiniPlaceholders/compare/2.1.0...2.2.0
2.2.0
正式版- 加载器
- velocity
- MC 版本
- 1.7.2 · 1.7.3 · 1.7.4 · 1.7.5 · 1.7.6 · 1.7.7 · 1.7.8 · 1.7.9 · 1.7.10 · 1.8 · 1.8.1 · 1.8.2 · 1.8.3 · 1.8.4 · 1.8.5 · 1.8.6 · 1.8.7 · 1.8.8 · 1.8.9 · 1.9 · 1.9.1 · 1.9.2 · 1.9.3 · 1.9.4 · 1.10 · 1.10.1 · 1.10.2 · 1.11 · 1.11.1 · 1.11.2 · 1.12 · 1.12.1 · 1.12.2 · 1.13 · 1.13.1 · 1.13.2 · 1.14 · 1.14.1 · 1.14.2 · 1.14.3 · 1.14.4 · 1.15 · 1.15.1 · 1.15.2 · 1.16 · 1.16.1 · 1.16.2 · 1.16.3 · 1.16.4 · 1.16.5 · 1.17 · 1.17.1 · 1.18 · 1.18.1 · 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1
SHA-1 1a5248775910b93d8f7d340f343a6fda6a96f6d7获取文件 MiniPlaceholders-Velocity-2.2.0.jar展开更新日志
What's Changed
Features
- Added Support for passing ForwardingAudience.Single instead of the actual instance in https://github.com/MiniPlaceholders/MiniPlaceholders/pull/70
- Cloud Implementation in https://github.com/MiniPlaceholders/MiniPlaceholders/pull/71
- Sponge Implementation in https://github.com/MiniPlaceholders/MiniPlaceholders/pull/73
- Split platforms into separate files in https://github.com/MiniPlaceholders/MiniPlaceholders/pull/77
- perf: Reuse empty arrays
- api: Improved conditional API methods
Dependency Updates
- chore(deps): update dependency io.papermc.paperweight.userdev to v1.5.5 in https://github.com/MiniPlaceholders/MiniPlaceholders/pull/67
- fix(deps): update dependency org.junit:junit-bom to v5.9.3 in https://github.com/MiniPlaceholders/MiniPlaceholders/pull/66
- chore(deps): update plugin fabric-loom to v1.2.6 in https://github.com/MiniPlaceholders/MiniPlaceholders/pull/69
- fix(deps): update dependency net.william278:desertwell to v2.0.4 in https://github.com/MiniPlaceholders/MiniPlaceholders/pull/72
- fix(deps): update dependency net.fabricmc.fabric-api:fabric-api to v0.80.1+1.20 in https://github.com/MiniPlaceholders/MiniPlaceholders/pull/68
- chore(deps): update plugin fabric-loom to v1.2.7 in https://github.com/MiniPlaceholders/MiniPlaceholders/pull/76
Full Changelog: https://github.com/MiniPlaceholders/MiniPlaceholders/compare/2.1.0...2.2.0
2.1.0
正式版- 加载器
- fabric · quilt
- MC 版本
- 1.19.4 · 23w17a · 23w18a · 1.20-pre1
SHA-1 ba252d9df5ed010c9c1892fd5ca31d14e3a3b79d获取文件 MiniPlaceholders-Fabric-mc1.19.4-v2.1.0.jar展开更新日志
- chore(deps): update dependency gradle to v8.1 in https://github.com/MiniPlaceholders/MiniPlaceholders/pull/50
- feat(api): Added some utils methods to Expansions and MiniPlaceholders in https://github.com/MiniPlaceholders/MiniPlaceholders/pull/52
- chore(deps): update dependency me.champeau.jmh to v0.7.1 in https://github.com/MiniPlaceholders/MiniPlaceholders/pull/55
- chore(deps): update dependency gradle to v8.1.1 in https://github.com/MiniPlaceholders/MiniPlaceholders/pull/56
- Fabric Implementation in https://github.com/MiniPlaceholders/MiniPlaceholders/pull/53
- chore(deps): update plugin fabric-loom to v1.2.2 in https://github.com/MiniPlaceholders/MiniPlaceholders/pull/58
- fix(deps): update dependency net.fabricmc.fabric-api:fabric-api to v0.78.1+1.20 in https://github.com/MiniPlaceholders/MiniPlaceholders/pull/57
- chore(deps): update plugin fabric-loom to v1.2.4 in https://github.com/MiniPlaceholders/MiniPlaceholders/pull/59
- chore(deps): update plugin fabric-loom to v1.2.5 in https://github.com/MiniPlaceholders/MiniPlaceholders/pull/60
- fix(deps): update dependency net.fabricmc.fabric-api:fabric-api to v0.79.0+1.20 in https://github.com/MiniPlaceholders/MiniPlaceholders/pull/63
- chore(deps): update plugin org.gradle.toolchains.foojay-resolver-convention to v0.5.0 in https://github.com/MiniPlaceholders/MiniPlaceholders/pull/64
- chore(deps): update runtask to v2.1.0 in https://github.com/MiniPlaceholders/MiniPlaceholders/pull/62
- fix(deps): update kotlin monorepo to v1.8.21 in https://github.com/MiniPlaceholders/MiniPlaceholders/pull/65
Full Changelog: https://github.com/MiniPlaceholders/MiniPlaceholders/compare/2.0.2...2.1.0
2.1.0
正式版- 加载器
- folia · paper · purpur · velocity
- MC 版本
- 1.19.4
SHA-1 66b508eab104f56aa7457401d32218ec5ed989d9获取文件 MiniPlaceholders-2.1.0.jar展开更新日志
- chore(deps): update dependency gradle to v8.1 in https://github.com/MiniPlaceholders/MiniPlaceholders/pull/50
- feat(api): Added some utils methods to Expansions and MiniPlaceholders in https://github.com/MiniPlaceholders/MiniPlaceholders/pull/52
- chore(deps): update dependency me.champeau.jmh to v0.7.1 in https://github.com/MiniPlaceholders/MiniPlaceholders/pull/55
- chore(deps): update dependency gradle to v8.1.1 in https://github.com/MiniPlaceholders/MiniPlaceholders/pull/56
- Fabric Implementation in https://github.com/MiniPlaceholders/MiniPlaceholders/pull/53
- chore(deps): update plugin fabric-loom to v1.2.2 in https://github.com/MiniPlaceholders/MiniPlaceholders/pull/58
- fix(deps): update dependency net.fabricmc.fabric-api:fabric-api to v0.78.1+1.20 in https://github.com/MiniPlaceholders/MiniPlaceholders/pull/57
- chore(deps): update plugin fabric-loom to v1.2.4 in https://github.com/MiniPlaceholders/MiniPlaceholders/pull/59
- chore(deps): update plugin fabric-loom to v1.2.5 in https://github.com/MiniPlaceholders/MiniPlaceholders/pull/60
- fix(deps): update dependency net.fabricmc.fabric-api:fabric-api to v0.79.0+1.20 in https://github.com/MiniPlaceholders/MiniPlaceholders/pull/63
- chore(deps): update plugin org.gradle.toolchains.foojay-resolver-convention to v0.5.0 in https://github.com/MiniPlaceholders/MiniPlaceholders/pull/64
- chore(deps): update runtask to v2.1.0 in https://github.com/MiniPlaceholders/MiniPlaceholders/pull/62
- fix(deps): update kotlin monorepo to v1.8.21 in https://github.com/MiniPlaceholders/MiniPlaceholders/pull/65
Full Changelog: https://github.com/MiniPlaceholders/MiniPlaceholders/compare/2.0.2...2.1.0
2.1.0-SNAPSHOT
测试版- 加载器
- fabric
- MC 版本
- 1.19.4
SHA-1 2e4d64a1d50701c2e57a11a77cec3a251e15f253获取文件 MiniPlaceholders-Fabric-mc1.19.4-v2.1.0-SNAPSHOT.jar展开更新日志
- chore(deps): update dependency gradle to v8.1 in https://github.com/MiniPlaceholders/MiniPlaceholders/pull/50
- feat(api): Added some utils methods to Expansions and MiniPlaceholders in https://github.com/MiniPlaceholders/MiniPlaceholders/pull/52
- chore(deps): update dependency me.champeau.jmh to v0.7.1 in https://github.com/MiniPlaceholders/MiniPlaceholders/pull/55
- chore(deps): update dependency gradle to v8.1.1 in https://github.com/MiniPlaceholders/MiniPlaceholders/pull/56
- Added Fabric Support in https://github.com/MiniPlaceholders/MiniPlaceholders/pull/53
Full Changelog: https://github.com/MiniPlaceholders/MiniPlaceholders/compare/2.0.2...2.1.0-Beta
2.0.2
正式版- 加载器
- folia · paper · purpur · velocity
- MC 版本
- 1.19.4
SHA-1 2d95a10d133bc70257e0185626136cb5c2e10425获取文件 MiniPlaceholders-2.0.2.jar展开更新日志
- Added Folia Support
Full Changelog: https://github.com/MiniPlaceholders/MiniPlaceholders/compare/2.0.1...2.0.2
2.0.1
正式版- 加载器
- paper · purpur · velocity
- MC 版本
- 1.19.4
SHA-1 f90b5f9afa12140794eac6f97078686e3247a65b获取文件 MiniPlaceholders-2.0.1.jar展开更新日志
- chore(deps): update dependency io.papermc.paperweight.userdev to v1.5.2 in https://github.com/MiniPlaceholders/MiniPlaceholders/pull/32
- fix(deps): update dependency com.mojang:brigadier to v1.0.500 in https://github.com/MiniPlaceholders/MiniPlaceholders/pull/29
- chore(deps): update dependency gradle to v8.0.2 in https://github.com/MiniPlaceholders/MiniPlaceholders/pull/34
- chore(deps): update dependency io.papermc.paperweight.userdev to v1.5.3 in https://github.com/MiniPlaceholders/MiniPlaceholders/pull/35
- chore(deps): update dependency org.jetbrains.dokka to v1.8.10 in https://github.com/MiniPlaceholders/MiniPlaceholders/pull/36
- fix(deps): update dependency org.jetbrains.dokka:dokka-gradle-plugin to v1.8.10 in https://github.com/MiniPlaceholders/MiniPlaceholders/pull/37
- fix(deps): update adventure to v4.13.0 in https://github.com/MiniPlaceholders/MiniPlaceholders/pull/39
- fix(deps): update dependency net.kyori:adventure-text-serializer-legacy to v4.13.0 in https://github.com/MiniPlaceholders/MiniPlaceholders/pull/40
- fix(deps): update dependency net.kyori:adventure-text-serializer-plain to v4.13.0 in https://github.com/MiniPlaceholders/MiniPlaceholders/pull/41
- feat: Improved command platform registration
- fix: Updated to 1.19.4, this version will only work with Paper 1.19.4+
Full Changelog: https://github.com/MiniPlaceholders/MiniPlaceholders/compare/2.0.0...2.0.1
2.0.0
正式版- 加载器
- paper · purpur · velocity
- MC 版本
- 1.19.3
SHA-1 53d9504003b329c4d9bf35271ec421e24091e3c1获取文件 MiniPlaceholders-2.0.0.jar展开更新日志
This update breaks hooks that have other plugins because it changes the groupId, those plugins have to be updated to work with MiniPlaceholders again
Starting with this update a new API module, miniplaceholders-kotlin-ext, is included. This module provides useful extensions when developing kotlin plugins with the MiniPlaceholders API. It can only be used on a platform that provides it natively, such as krypton or through a plugin that provides it, such as MCKotlin
What's Changed
- Implement Kotlin Extensions in https://github.com/MiniPlaceholders/MiniPlaceholders/pull/14
- Configure Renovate in https://github.com/MiniPlaceholders/MiniPlaceholders/pull/15
- chore(deps): update actions/setup-java action to v3 in https://github.com/MiniPlaceholders/MiniPlaceholders/pull/24
- chore(deps): update actions/checkout action to v3 in https://github.com/MiniPlaceholders/MiniPlaceholders/pull/23
- fix(deps): update dependency org.junit:junit-bom to v5.9.2 in https://github.com/MiniPlaceholders/MiniPlaceholders/pull/22
- chore(deps): update plugin io.papermc.paperweight.userdev to v1.5.1 in https://github.com/MiniPlaceholders/MiniPlaceholders/pull/21
- chore(deps): update plugin com.github.johnrengelman.shadow to v8 in https://github.com/MiniPlaceholders/MiniPlaceholders/pull/19
- chore(deps): update plugin org.jetbrains.kotlin.jvm to v1.8.10 in https://github.com/MiniPlaceholders/MiniPlaceholders/pull/16
- chore(deps): update dependency gradle to v8 in https://github.com/MiniPlaceholders/MiniPlaceholders/pull/25
- chore(deps): update plugin me.champeau.jmh to v0.7.0 in https://github.com/MiniPlaceholders/MiniPlaceholders/pull/26
- chore(deps): update plugin xyz.jpenilla.run-paper to v1.1.0 in https://github.com/MiniPlaceholders/MiniPlaceholders/pull/27
- chore(deps): update plugin xyz.jpenilla.run-paper to v2 in https://github.com/MiniPlaceholders/MiniPlaceholders/pull/20
- feat: Migrated to Paper plugin
- fix: fixed permission check on paper
Full Changelog: https://github.com/MiniPlaceholders/MiniPlaceholders/compare/1.3.1...2.0.0
1.3.1
正式版- 加载器
- paper · purpur · velocity
- MC 版本
- 1.18.2 · 1.19 · 1.19.1 · 1.19.2
SHA-1 cb42bac49750dbb00ddc3c5a1ac7654b86086443获取文件 MiniPlaceholders-1.3.1.jar展开更新日志
What's Changed
- feat: Implement Krypton Platform
- fix: Fixed subcommand missing permissions
1.2.1
正式版- 加载器
- paper · purpur · velocity
- MC 版本
- 1.18.2 · 1.19 · 1.19.1 · 1.19.2
SHA-1 fdd37181c20e15d3651e239655644f7f2d72d0b4获取文件 MiniPlaceholders-1.2.1.jar展开更新日志
API Only Change
This allows the MiniPlaceholders API to be used in a modular project
1.2.0
正式版- 加载器
- paper · purpur · velocity
- MC 版本
- 1.18.2 · 1.19 · 1.19.1 · 1.19.2
展开更新日志
What's Changed
- feat(paper): Support more Minecraft versions by Sliman4 in https://github.com/4drian3d/MiniPlaceholders/pull/4
- feat: Make gradlew executable by @Sliman4 in https://github.com/4drian3d/MiniPlaceholders/pull/5
- perf: Ignore resolvers if empty
- api: Implement Resolvers utility class
- misc: Use DecimalFormat instead of NumberFormat
Full Changelog: https://github.com/4drian3d/MiniPlaceholders/compare/1.1.1...1.2.0
