Skip to content

Commit

Permalink
chore: bump api version
Browse files Browse the repository at this point in the history
Event api requires endstone api version 0.4
  • Loading branch information
wu-vincent committed Apr 24, 2024
1 parent 59e069b commit a7d2d3d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/endstone_example/example_listener.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@


class ExampleListener:

def __init__(self, plugin: Plugin):
self._plugin = plugin

Expand Down
2 changes: 1 addition & 1 deletion src/endstone_example/example_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
class ExamplePlugin(Plugin):
name = "PythonExamplePlugin"
version = "0.4.0"
api_version = "0.3"
api_version = "0.4"
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 a7d2d3d

Please sign in to comment.