File tree Expand file tree Collapse file tree
endstone_python_example_plugin Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ requires = ["setuptools >= 61.0"]
33build-backend = " setuptools.build_meta"
44
55[project ]
6- name = " endstone-python- example-plugin"
6+ name = " endstone-example-plugin"
77version = " 0.2.0"
88dependencies = []
99authors = [
@@ -15,7 +15,7 @@ license = { file = "LICENSE" }
1515keywords = [" endstone" , " plugin" ]
1616
1717[project .urls ]
18- Homepage = " https://github.com/EndstoneMC/python-plugin-template "
18+ Homepage = " https://github.com/EndstoneMC/python-example-plugin "
1919
2020[project .entry-points ."endstone" ]
21- python- example-plugin = " endstone_python_example_plugin :ExamplePlugin"
21+ example-plugin = " endstone_example_plugin :ExamplePlugin"
Original file line number Diff line number Diff line change 1+ from endstone_example_plugin .example_plugin import ExamplePlugin
2+
3+ __all__ = ["ExamplePlugin" ]
Original file line number Diff line number Diff line change 11from endstone .command import Command , CommandSender
22from endstone .plugin import Plugin
33
4- from endstone_python_example_plugin .python_command import PythonCommandExecutor
4+ from endstone_example_plugin .python_command import PythonCommandExecutor
55
66
77class ExamplePlugin (Plugin ):
File renamed without changes.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments