Skip to content

Commit 7caaea6

Browse files
committed
docs: update README.md
1 parent ed8bf87 commit 7caaea6

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ Welcome to the example Python plugin for Endstone servers.
1111

1212
```
1313
python-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

0 commit comments

Comments
 (0)