Skip to content

Commit 6e5a122

Browse files
committed
docs: test your plugin in gradle
1 parent b7cc4e9 commit 6e5a122

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,15 @@ Copy the `.jar` file to the `plugins` directory of your allay server.
3939
Start the allay server and check the logs to ensure your plugin loads and operates
4040
as expected.
4141

42+
5. **Test Your Plugin in Gradle**
43+
44+
```bash
45+
gradlew runServer
46+
```
47+
48+
This command will start an allay server with your plugin loaded.
49+
Then close allay server by clicking `X` in the dashboard window.
50+
4251
## Documentation
4352

4453
For a deeper dive into the Allay API and its functionalities, please refer to our [documentation](https://docs.allaymc.org) (WIP).

0 commit comments

Comments
 (0)