We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0ebbe0 commit d5a11e4Copy full SHA for d5a11e4
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
5
[project]
6
name = "endstone-utp"
7
-version = "250204-1"
+version = "250221"
8
description = "null"
9
10
[project.entry-points."endstone"]
src/endstone_utp/utp.py
@@ -20,7 +20,7 @@
20
menu_file_path = os.path.join('plugins', 'zx_ui')
21
22
class utp(Plugin):
23
- api_version = '0.5'
+ api_version = '0.6'
24
25
def on_enable(self):
26
# 加载 home 数据
0 commit comments