diff --git a/mcdreforged.plugin.json b/mcdreforged.plugin.json index d9961cd..53f6036 100644 --- a/mcdreforged.plugin.json +++ b/mcdreforged.plugin.json @@ -2,14 +2,15 @@ "id": "minecraft_data_api", "version": "1.4.0", "name": "Minecraft Data API", - "description": "A MCDReforged api plugin to get player data information and more", + "description": { + "en_us": "A MCDReforged api plugin to get player data information and more", + "zh_cn": "一个用获得玩家信息等数据的的 API" + }, "author": [ "Fallen_Breath" ], "link": "https://github.com/MCDReforged/MinecraftDataAPI", "dependencies": { - "mcdreforged": ">=2.0.0-alpha.4" - }, - "resources": [ - ] + "mcdreforged": ">=2.0.0-beta.3" + } } \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 301f15a..32447c0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -mcdreforged>=2.0.0a4 +mcdreforged>=2.0.0b3 hjson parse