diff --git a/example/src/main/resources/plugin.json b/example/src/main/resources/plugin.json index 5e819e3..d8b9c6b 100644 --- a/example/src/main/resources/plugin.json +++ b/example/src/main/resources/plugin.json @@ -7,7 +7,7 @@ ], "dependencies": [ { - "name": "KotlinxLib", + "name": "kotlinx-lib", "version": "${version}", "optional": false } diff --git a/plugin/src/main/resources/plugin.json b/plugin/src/main/resources/plugin.json index 46fbeea..d2ed8ae 100644 --- a/plugin/src/main/resources/plugin.json +++ b/plugin/src/main/resources/plugin.json @@ -1,6 +1,6 @@ { "entrance": "vip.cdms.allaymc.kotlinx.KotlinxPlugin", - "name": "KotlinxLib", + "name": "kotlinx-lib", "description": "Kotlin-style Extension Library and Shared Standard Library for Allay Server", "authors": [ "MineBuilder"