From 3e545a5792803f04f66ee1ddc718ee26a0f87a17 Mon Sep 17 00:00:00 2001 From: daoge <3523206925@qq.com> Date: Fri, 9 Aug 2024 16:29:04 +0800 Subject: [PATCH] feat: update api version to 0.5 --- src/endstone_example/example_plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/endstone_example/example_plugin.py b/src/endstone_example/example_plugin.py index f15b134..a4d9c9b 100644 --- a/src/endstone_example/example_plugin.py +++ b/src/endstone_example/example_plugin.py @@ -10,7 +10,7 @@ class ExamplePlugin(Plugin): prefix = "PythonExamplePlugin" - api_version = "0.4" + api_version = "0.5" load = "POSTWORLD" commands = {