Skip to content

Commit 9dbdcb3

Browse files
committed
feat: add api_version to ExamplePlugin class
1 parent 164c3ad commit 9dbdcb3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/endstone_example/example_plugin.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
class ExamplePlugin(Plugin):
88
name = "PythonExamplePlugin"
99
version = "0.3.0"
10+
api_version = "0.2"
1011
description = "Python example plugin for Endstone servers"
1112
authors = ["Endstone Developers <hello@endstone.dev>"]
1213
website = "https://github.com/EndstoneMC/python-example-plugin"

0 commit comments

Comments
 (0)