Skip to content

Commit a7d2d3d

Browse files
committed
chore: bump api version
Event api requires endstone api version 0.4
1 parent 59e069b commit a7d2d3d

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

src/endstone_example/example_listener.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55

66
class ExampleListener:
7-
87
def __init__(self, plugin: Plugin):
98
self._plugin = plugin
109

src/endstone_example/example_plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
class ExamplePlugin(Plugin):
1010
name = "PythonExamplePlugin"
1111
version = "0.4.0"
12-
api_version = "0.3"
12+
api_version = "0.4"
1313
description = "Python example plugin for Endstone servers"
1414
authors = ["Endstone Developers <hello@endstone.dev>"]
1515
website = "https://github.com/EndstoneMC/python-example-plugin"

0 commit comments

Comments
 (0)