File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,15 +11,15 @@ Welcome to the example Python plugin for Endstone servers.
1111
1212```
1313python-example-plugin/
14- ├── src/ # Main source directory
15- │ └── endstone_example_plugin/ # Directory for the plugin package
16- │ ├── __init__.py # Initializer for the package, importing ExamplePlugin class from example_plugin.py
17- │ ├── example_plugin.py # Implementation of ExamplePlugin class
18- │ └── python_command.py # Custom command executor for /python
19- ├── .gitignore # Git ignore rules
20- ├── LICENSE # License details
21- ├── README.md # This file
22- └── pyproject.toml # Plugin configuration file which specifies the entrypoint
14+ ├── src/ # Main source directory
15+ │ └── endstone_example/ # Directory for the plugin package
16+ │ ├── __init__.py # Initializer for the package, importing ExamplePlugin class from example_plugin.py
17+ │ ├── example_plugin.py # Implementation of ExamplePlugin class
18+ │ └── python_command.py # Custom command executor for /python
19+ ├── .gitignore # Git ignore rules
20+ ├── LICENSE # License details
21+ ├── README.md # This file
22+ └── pyproject.toml # Plugin configuration file which specifies the entrypoint
2323```
2424
2525## Getting Started
You can’t perform that action at this time.
0 commit comments