Skip to content

Commit

Permalink
feat: add api_version to ExamplePlugin class
Browse files Browse the repository at this point in the history
  • Loading branch information
wu-vincent committed Mar 21, 2024
1 parent 164c3ad commit 9dbdcb3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/endstone_example/example_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
class ExamplePlugin(Plugin):
name = "PythonExamplePlugin"
version = "0.3.0"
api_version = "0.2"
description = "Python example plugin for Endstone servers"
authors = ["Endstone Developers <[email protected]>"]
website = "https://github.com/EndstoneMC/python-example-plugin"
Expand Down

0 comments on commit 9dbdcb3

Please sign in to comment.