|
MiniPlaceholders (迷你占位符)Github |相关wiki |源站链接支持: fabric , folia , paper , purpur , quilt , sponge , velocityMiniPlaceholders是一个基于组件的占位符插件,适用于Paper、Fabric、Sponge、Folia和Velocity平台。
兼容性
- Paper 1.19.4+
- Folia 1.20+
- Velocity 3.2.0+
- Fabric 1.20+
- Sponge API 8+
命令
Velocity
- `/vminiplaceholders parse me \"[带有占位符的消息]\"`
- `/vminiplaceholders parse player [某个玩家] \"[带有占位符的消息]\"`
Paper | Folia | Fabric | Sponge | Krypton
- `/miniplaceholders player [某个玩家] \"[带有占位符的消息]\"`- `/miniplaceholders parse player [某个玩家] \"[带有占位符的消息]\"`
#### 示例:
- `/miniplaceholders parse me \"<玩家经验>\"`
- `/vminiplaceholders parse player 4drian3d \"<玩家名称>\"`
[](链接)
用户使用
查看我们的 [用户使用wiki](链接)
API
查看可用的 [Javadocs](链接)
或者查看 [开发者Wiki](链接)
Java
java
class Main {
public static void registerExpansion() {
final Expansion expansion = Expansion.builder(\"my-expansion\")
.filter(Player.class)
.audiencePlaceholder(\"name\", (audience, ctx, queue) -> {
final Player player = (player) audience;
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.getAudiencePlaceholders(player);
player.sendMessage(miniMessage().deserialize(\"Player Name: \", playerResolver));}}
Kotlin
kotlin
fun register() {
val expansion = expansion(\"my-expansion\") {
filter(Player::class.java)
audiencePlaceholder(\"name\") { aud, _, _ ->
aud.getName().asClosingTag()
}
globalPlaceholder(\"tps\") { _, _ ->
Component.text(Bukkit.getTps()[0]).asInsertingTag()
}
}
expansion.register()
val player: Player
val playerResolver = MiniPlaceholders.getAudiencePlaceholders(player)
player.sendMessage(miniMessage().deserialize(\"Player Name: \", playerResolver))}
截图:
来自Modrinth所有游戏版本1.21.31.21.41.21.51.211.21.11.21.21.191.19.11.19.21.19.31.19.41.201.20.11.20.21.20.31.20.41.20.51.20.61.7.21.7.31.7.41.7.51.7.61.7.71.7.81.7.91.7.101.81.8.11.8.21.8.31.8.41.8.51.8.61.8.71.8.81.8.91.91.9.11.9.21.9.31.9.41.101.10.11.10.21.111.11.11.11.21.121.12.11.12.21.131.13.11.13.21.141.14.11.14.21.14.31.14.41.151.15.11.15.21.161.16.11.16.21.16.31.16.41.16.51.171.17.11.181.18.11.18.223w31a23w32a23w33a23w17a23w18a1.20-pre11.20-pre21.20-pre31.20-pre41.20-pre51.20-pre61.20-pre71.20-rc11.20.1-rc1所有类型fabricquiltfoliapaperpurpurspongevelocityMiniPlaceholders Fabric 2.3.0MiniPlaceholders-Fabric-2.3.0.jar下载2.3.0#Release## What\'s Changed* [feat(api): expansion metadata](https://github.com/MiniPlaceholders/MiniPlaceholders/commit/d18ff640d23d29eb2db6bfae37c1b6347dfb5a89)* [Add LegacyUtils methods to check if a string contains legacy characters](https://github.com/MiniPlaceholders/MiniPlaceholders/commit/3808fc9d8924208990f6faf1147ce0ba89273875)* [misc: Updated to Java 21](https://github.com/MiniPlaceholders/MiniPlaceholders/commit/634011dee0f2fc41ef1659259c1529ebab3d3d88)* [Updated to Cloud v2](https://github.com/MiniPlaceholders/MiniPlaceholders/commit/0f8144a9fbc7771b993d21c0ba35c629180d2a06)* [Finished Cloud 2 implementation](https://github.com/MiniPlaceholders/MiniPlaceholders/commit/28b56abf3b981539c5ff5f17560722ab830b8f49)* [update to 1.21.1](https://github.com/MiniPlaceholders/MiniPlaceholders/commit/5adab32ef098b4ae2fcf12a42148734f14c98fd8)* [1.21.4](https://github.com/MiniPlaceholders/MiniPlaceholders/commit/ed5005be67eb9f4b0aba562a747d06014263efb4)* [build: Updated gradle to 8.12.1](https://github.com/MiniPlaceholders/MiniPlaceholders/commit/2d75b5f36e75165e895b01e25af4019a92d0208c)* [fix(docs): Fixed Dokka docs generation and updated to V2](https://github.com/MiniPlaceholders/MiniPlaceholders/commit/4bd423bba8a8fd00ecb5585dd06ebd9f04189933)* [Added expansions subcommand](https://github.com/MiniPlaceholders/MiniPlaceholders/commit/94d97b97ebe4dfe8fdb9bbca1e511f055690e097)## SponsorsNow 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支持游戏: 1.21.3, 1.21.4, 1.21.5类型:FabricQuiltRelease下载次数: 295MiniPlaceholders Paper 2.3.0MiniPlaceholders-Paper-2.3.0.jar下载2.3.0#Release## What\'s Changed* [feat(api): expansion metadata](https://github.com/MiniPlaceholders/MiniPlaceholders/commit/d18ff640d23d29eb2db6bfae37c1b6347dfb5a89)* [Add LegacyUtils methods to check if a string contains legacy characters](https://github.com/MiniPlaceholders/MiniPlaceholders/commit/3808fc9d8924208990f6faf1147ce0ba89273875)* [misc: Updated to Java 21](https://github.com/MiniPlaceholders/MiniPlaceholders/commit/634011dee0f2fc41ef1659259c1529ebab3d3d88)* [Updated to Cloud v2](https://github.com/MiniPlaceholders/MiniPlaceholders/commit/0f8144a9fbc7771b993d21c0ba35c629180d2a06)* [Finished Cloud 2 implementation](https://github.com/MiniPlaceholders/MiniPlaceholders/commit/28b56abf3b981539c5ff5f17560722ab830b8f49)* [update to 1.21.1](https://github.com/MiniPlaceholders/MiniPlaceholders/commit/5adab32ef098b4ae2fcf12a42148734f14c98fd8)* [1.21.4](https://github.com/MiniPlaceholders/MiniPlaceholders/commit/ed5005be67eb9f4b0aba562a747d06014263efb4)* [build: Updated gradle to 8.12.1](https://github.com/MiniPlaceholders/MiniPlaceholders/commit/2d75b5f36e75165e895b01e25af4019a92d0208c)* [fix(docs): Fixed Dokka docs generation and updated to V2](https://github.com/MiniPlaceholders/MiniPlaceholders/commit/4bd423bba8a8fd00ecb5585dd06ebd9f04189933)* [Added expansions subcommand](https://github.com/MiniPlaceholders/MiniPlaceholders/commit/94d97b97ebe4dfe8fdb9bbca1e511f055690e097)## SponsorsNow 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支持游戏: 1.21, 1.21.1, 1.21.2, 1.21.3, 1.21.4, 1.21.5类型: folia paper purpurRelease下载次数: 2,199MiniPlaceholders Sponge 2.3.0MiniPlaceholders-Sponge-2.3.0.jar下载2.3.0#Release## What\'s Changed* [feat(api): expansion metadata](https://github.com/MiniPlaceholders/MiniPlaceholders/commit/d18ff640d23d29eb2db6bfae37c1b6347dfb5a89)* [Add LegacyUtils methods to check if a string contains legacy characters](https://github.com/MiniPlaceholders/MiniPlaceholders/commit/3808fc9d8924208990f6faf1147ce0ba89273875)* [misc: Updated to Java 21](https://github.com/MiniPlaceholders/MiniPlaceholders/commit/634011dee0f2fc41ef1659259c1529ebab3d3d88)* [Updated to Cloud v2](https://github.com/MiniPlaceholders/MiniPlaceholders/commit/0f8144a9fbc7771b993d21c0ba35c629180d2a06)* [Finished Cloud 2 implementation](https://github.com/MiniPlaceholders/MiniPlaceholders/commit/28b56abf3b981539c5ff5f17560722ab830b8f49)* [update to 1.21.1](https://github.com/MiniPlaceholders/MiniPlaceholders/commit/5adab32ef098b4ae2fcf12a42148734f14c98fd8)* [1.21.4](https://github.com/MiniPlaceholders/MiniPlaceholders/commit/ed5005be67eb9f4b0aba562a747d06014263efb4)* [build: Updated gradle to 8.12.1](https://github.com/MiniPlaceholders/MiniPlaceholders/commit/2d75b5f36e75165e895b01e25af4019a92d0208c)* [fix(docs): Fixed Dokka docs generation and updated to V2](https://github.com/MiniPlaceholders/MiniPlaceholders/commit/4bd423bba8a8fd00ecb5585dd06ebd9f04189933)* [Added expansions subcommand](https://github.com/MiniPlaceholders/MiniPlaceholders/commit/94d97b97ebe4dfe8fdb9bbca1e511f055690e097)## SponsorsNow 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支持游戏: 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类型: spongeRelease下载次数: 58MiniPlaceholders Velocity 2.3.0MiniPlaceholders-Velocity-2.3.0.jar下载2.3.0#Release## What\'s Changed* [feat(api): expansion metadata](https://github.com/MiniPlaceholders/MiniPlaceholders/commit/d18ff640d23d29eb2db6bfae37c1b6347dfb5a89)* [Add LegacyUtils methods to check if a string contains legacy characters](https://github.com/MiniPlaceholders/MiniPlaceholders/commit/3808fc9d8924208990f6faf1147ce0ba89273875)* [misc: Updated to Java 21](https://github.com/MiniPlaceholders/MiniPlaceholders/commit/634011dee0f2fc41ef1659259c1529ebab3d3d88)* [Updated to Cloud v2](https://github.com/MiniPlaceholders/MiniPlaceholders/commit/0f8144a9fbc7771b993d21c0ba35c629180d2a06)* [Finished Cloud 2 implementation](https://github.com/MiniPlaceholders/MiniPlaceholders/commit/28b56abf3b981539c5ff5f17560722ab830b8f49)* [update to 1.21.1](https://github.com/MiniPlaceholders/MiniPlaceholders/commit/5adab32ef098b4ae2fcf12a42148734f14c98fd8)* [1.21.4](https://github.com/MiniPlaceholders/MiniPlaceholders/commit/ed5005be67eb9f4b0aba562a747d06014263efb4)* [build: Updated gradle to 8.12.1](https://github.com/MiniPlaceholders/MiniPlaceholders/commit/2d75b5f36e75165e895b01e25af4019a92d0208c)* [fix(docs): Fixed Dokka docs generation and updated to V2](https://github.com/MiniPlaceholders/MiniPlaceholders/commit/4bd423bba8a8fd00ecb5585dd06ebd9f04189933)* [Added expansions subcommand](https://github.com/MiniPlaceholders/MiniPlaceholders/commit/94d97b97ebe4dfe8fdb9bbca1e511f055690e097)## SponsorsNow 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支持游戏: 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类型: velocityRelease下载次数: 2,613MiniPlaceholders Fabric 2.2.4MiniPlaceholders-Fabric-2.2.4.jar下载2.2.4#Release* 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支持游戏: 1.20.3, 1.20.4类型:FabricRelease下载次数: 936MiniPlaceholders Paper 2.2.4MiniPlaceholders-Paper-2.2.4.jar下载2.2.4#Release* 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支持游戏: 1.19.4, 1.20, 1.20.1, 1.20.2, 1.20.3, 1.20.4, 1.20.5, 1.20.6类型: folia paper purpurRelease下载次数: 3,634MiniPlaceholders Sponge 2.2.4MiniPlaceholders-Sponge-2.2.4.jar下载2.2.4#Release* 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支持游戏: 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类型: spongeRelease下载次数: 159MiniPlaceholders Velocity 2.2.4MiniPlaceholders-Velocity-2.2.4.jar下载2.2.4#Release* 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支持游戏: 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类型: velocityRelease下载次数: 2,165MiniPlaceholders Fabric 2.2.3MiniPlaceholders-Fabric-2.2.3.jar下载2.2.3#Release## 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支持游戏: 1.20.2类型:FabricQuiltRelease下载次数: 177MiniPlaceholders Paper 2.2.3MiniPlaceholders-Paper-2.2.3.jar下载2.2.3#Release## 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支持游戏: 1.19.4, 1.20, 1.20.1, 1.20.2, 1.20.3, 1.20.4类型: folia paper purpurRelease下载次数: 621MiniPlaceholders Sponge 2.2.3MiniPlaceholders-Sponge-2.2.3.jar下载2.2.3#Release## 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支持游戏: 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类型: spongeRelease下载次数: 110MiniPlaceholders Velocity 2.2.3MiniPlaceholders-Velocity-2.2.3.jar下载2.2.3#Release## 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支持游戏: 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类型: velocityRelease下载次数: 368MiniPlaceholders Fabric 2.2.2MiniPlaceholders-Fabric-2.2.2.jar下载2.2.2#Release## 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支持游戏: 1.20.2类型:FabricQuiltRelease下载次数: 120MiniPlaceholders Paper 2.2.2MiniPlaceholders-Paper-2.2.2.jar下载2.2.2#Release## 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支持游戏: 1.19.3, 1.19.4, 1.20, 1.20.1, 1.20.2类型: folia paper purpurRelease下载次数: 219MiniPlaceholders Sponge 2.2.2MiniPlaceholders-Sponge-2.2.2.jar下载2.2.2#Release## 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支持游戏: 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类型: spongeRelease下载次数: 72MiniPlaceholders Velocity 2.2.2MiniPlaceholders-Velocity-2.2.2.jar下载2.2.2#Release## 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支持游戏: 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类型: velocityRelease下载次数: 129MiniPlaceholders Fabric 2.2.1MiniPlaceholders-Fabric-2.2.1.jar下载2.2.1#Release### Fixes* [fix: Check Tag equality using String#equalsIgnoreCase](https://github.com/MiniPlaceholders/MiniPlaceholders/commit/47f17eb199a7b076f3bd716b2fb0246d5b5a94f3)* [fix: Fixed legacy chars replacement in LegacyUtils](https://github.com/MiniPlaceholders/MiniPlaceholders/commit/c7845cec0b05cce9edbe82e2fa6221215f102639)* [fix(build): Fixed some deprecations](https://github.com/MiniPlaceholders/MiniPlaceholders/commit/638acd9e8812287413f37a90724b4e4aea379f16)### Features* [feat: Add more Legacy API parsing](https://github.com/MiniPlaceholders/MiniPlaceholders/commit/548187238ee2973695f02cc96705f9c206e1ebad)**Full Changelog**: https://github.com/MiniPlaceholders/MiniPlaceholders/compare/2.2.0...2.2.1展开版本: 2.2.1支持游戏: 1.19.3, 1.19.4, 1.20, 1.20.1, 23w31a, 23w32a, 23w33a, 1.20.2类型:FabricQuiltRelease下载次数: 1,569MiniPlaceholders Paper 2.2.1MiniPlaceholders-Paper-2.2.1.jar下载2.2.1#Release### Fixes* [fix: Check Tag equality using String#equalsIgnoreCase](https://github.com/MiniPlaceholders/MiniPlaceholders/commit/47f17eb199a7b076f3bd716b2fb0246d5b5a94f3)* [fix: Fixed legacy chars replacement in LegacyUtils](https://github.com/MiniPlaceholders/MiniPlaceholders/commit/c7845cec0b05cce9edbe82e2fa6221215f102639)* [fix(build): Fixed some deprecations](https://github.com/MiniPlaceholders/MiniPlaceholders/commit/638acd9e8812287413f37a90724b4e4aea379f16)### Features* [feat: Add more Legacy API parsing](https://github.com/MiniPlaceholders/MiniPlaceholders/commit/548187238ee2973695f02cc96705f9c206e1ebad)**Full Changelog**: https://github.com/MiniPlaceholders/MiniPlaceholders/compare/2.2.0...2.2.1展开版本: 2.2.1支持游戏: 1.19.3, 1.19.4, 1.20, 1.20.1, 1.20.2类型: folia paper purpurRelease下载次数: 352MiniPlaceholders Sponge 2.2.1MiniPlaceholders-Sponge-2.2.1.jar下载2.2.1#Release### Fixes* [fix: Check Tag equality using String#equalsIgnoreCase](https://github.com/MiniPlaceholders/MiniPlaceholders/commit/47f17eb199a7b076f3bd716b2fb0246d5b5a94f3)* [fix: Fixed legacy chars replacement in LegacyUtils](https://github.com/MiniPlaceholders/MiniPlaceholders/commit/c7845cec0b05cce9edbe82e2fa6221215f102639)* [fix(build): Fixed some deprecations](https://github.com/MiniPlaceholders/MiniPlaceholders/commit/638acd9e8812287413f37a90724b4e4aea379f16)### Features* [feat: Add more Legacy API parsing](https://github.com/MiniPlaceholders/MiniPlaceholders/commit/548187238ee2973695f02cc96705f9c206e1ebad)**Full Changelog**: https://github.com/MiniPlaceholders/MiniPlaceholders/compare/2.2.0...2.2.1展开版本: 2.2.1支持游戏: 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类型: spongeRelease下载次数: 92MiniPlaceholders Velocity 2.2.1MiniPlaceholders-Velocity-2.2.1.jar下载2.2.1#Release### Fixes* [fix: Check Tag equality using String#equalsIgnoreCase](https://github.com/MiniPlaceholders/MiniPlaceholders/commit/47f17eb199a7b076f3bd716b2fb0246d5b5a94f3)* [fix: Fixed legacy chars replacement in LegacyUtils](https://github.com/MiniPlaceholders/MiniPlaceholders/commit/c7845cec0b05cce9edbe82e2fa6221215f102639)* [fix(build): Fixed some deprecations](https://github.com/MiniPlaceholders/MiniPlaceholders/commit/638acd9e8812287413f37a90724b4e4aea379f16)### Features* [feat: Add more Legacy API parsing](https://github.com/MiniPlaceholders/MiniPlaceholders/commit/548187238ee2973695f02cc96705f9c206e1ebad)**Full Changelog**: https://github.com/MiniPlaceholders/MiniPlaceholders/compare/2.2.0...2.2.1展开版本: 2.2.1支持游戏: 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类型: velocityRelease下载次数: 479MiniPlaceholders Fabric 2.2.0MiniPlaceholders-Fabric-2.2.0.jar下载2.2.0#Release## 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](https://github.com/MiniPlaceholders/MiniPlaceholders/commit/0048eb1186bab19d144a4500f0ad6736bbd9d3e7)* [api: Improved conditional API methods](https://github.com/MiniPlaceholders/MiniPlaceholders/commit/bc6d51e07c4d4fc2e8ba64d759cf234cc45e2d76)### 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支持游戏: 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类型:FabricQuiltRelease下载次数: 173MiniPlaceholders Paper 2.2.0MiniPlaceholders-Paper-2.2.0.jar下载2.2.0#Release## 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](https://github.com/MiniPlaceholders/MiniPlaceholders/commit/0048eb1186bab19d144a4500f0ad6736bbd9d3e7)* [api: Improved conditional API methods](https://github.com/MiniPlaceholders/MiniPlaceholders/commit/bc6d51e07c4d4fc2e8ba64d759cf234cc45e2d76)### 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支持游戏: 1.19.3, 1.19.4, 1.20, 1.20.1类型: folia paper purpurRelease下载次数: 323MiniPlaceholders Sponge 2.2.0MiniPlaceholders-Sponge-2.2.0.jar下载2.2.0#Release## 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](https://github.com/MiniPlaceholders/MiniPlaceholders/commit/0048eb1186bab19d144a4500f0ad6736bbd9d3e7)* [api: Improved conditional API methods](https://github.com/MiniPlaceholders/MiniPlaceholders/commit/bc6d51e07c4d4fc2e8ba64d759cf234cc45e2d76)### 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支持游戏: 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类型: spongeRelease下载次数: 82MiniPlaceholders Velocity 2.2.0MiniPlaceholders-Velocity-2.2.0.jar下载2.2.0#Release## 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](https://github.com/MiniPlaceholders/MiniPlaceholders/commit/0048eb1186bab19d144a4500f0ad6736bbd9d3e7)* [api: Improved conditional API methods](https://github.com/MiniPlaceholders/MiniPlaceholders/commit/bc6d51e07c4d4fc2e8ba64d759cf234cc45e2d76)### 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支持游戏: 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类型: velocityRelease下载次数: 341MiniPlaceholders Fabric 2.1.0MiniPlaceholders-Fabric-mc1.19.4-v2.1.0.jar下载2.1.0#Release* 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支持游戏: 1.19.4, 23w17a, 23w18a, 1.20-pre1类型:FabricQuiltRelease下载次数: 73MiniPlaceholders 2.1.0MiniPlaceholders-2.1.0.jar下载2.1.0#Release* 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支持游戏: 1.19.4类型: folia paper purpur velocityRelease下载次数: 128MiniPlaceholders Fabric 2.1.0-SNAPSHOTMiniPlaceholders-Fabric-mc1.19.4-v2.1.0-SNAPSHOT.jar下载2.1.0-SNAPSHOT#Beta* 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.1.0-SNAPSHOT支持游戏: 1.19.4类型:FabricBeta下载次数: 56MiniPlaceholders 2.0.2MiniPlaceholders-2.0.2.jar下载2.0.2#Release- Added Folia Support**Full Changelog**: https://github.com/MiniPlaceholders/MiniPlaceholders/compare/2.0.1...2.0.2展开版本: 2.0.2支持游戏: 1.19.4类型: folia paper purpur velocityRelease下载次数: 84MiniPlaceholders 2.0.1MiniPlaceholders-2.0.1.jar下载2.0.1#Release* 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.1支持游戏: 1.19.4类型: paper purpur velocityRelease下载次数: 66MiniPlaceholders 2.0.0MiniPlaceholders-2.0.0.jar下载2.0.0#ReleaseThis update breaks hooks that have other plugins because it changes the groupId, those plugins have to be updated to work with MiniPlaceholders againStarting 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](https://modrinth.com/plugin/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展开版本: 2.0.0支持游戏: 1.19.3类型: paper purpur velocityRelease下载次数: 74MiniPlaceholders 1.3.1MiniPlaceholders-1.3.1.jar下载1.3.1#Release## What\'s Changed- feat: Implement Krypton Platform- fix: Fixed subcommand missing permissions展开版本: 1.3.1支持游戏: 1.18.2, 1.19, 1.19.1, 1.19.2类型: paper purpur velocityRelease下载次数: 2831.2.1 | Added Java 9 Modules SupportMiniPlaceholders-1.2.1.jar下载1.2.1#Release### API Only ChangeThis allows the MiniPlaceholders API to be used in a modular project展开版本: 1.2.1支持游戏: 1.18.2, 1.19, 1.19.1, 1.19.2类型: paper purpur velocityRelease下载次数: 571.2.0MiniPlaceholders.jar下载1.2.0#Release## 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](https://github.com/4drian3d/MiniPlaceholders/commit/0bb6f6264a0812de853a662a972a3397da741ba3)* api: Implement Resolvers utility class* [misc: Use DecimalFormat instead of NumberFormat](https://github.com/4drian3d/MiniPlaceholders/commit/01bb19213c3c9681a2b9bdd84ff4f1382bcc5ed0)**Full Changelog**: https://github.com/4drian3d/MiniPlaceholders/compare/1.1.1...1.2.0展开版本: 1.2.0支持游戏: 1.18.2, 1.19, 1.19.1, 1.19.2类型: paper purpur velocityRelease下载次数: 115全部版本
markdown_parsed
文章类型:收录
layui.use([\'form\'], function(){
var form = layui.form;
});
MiniPlaceholders |
楼主
2025-8-10 18:27:48
回复(0)
收起回复
|