We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7cc4e9 commit 6e5a122Copy full SHA for 6e5a122
1 file changed
README.md
@@ -39,6 +39,15 @@ Copy the `.jar` file to the `plugins` directory of your allay server.
39
Start the allay server and check the logs to ensure your plugin loads and operates
40
as expected.
41
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
51
## Documentation
52
53
For a deeper dive into the Allay API and its functionalities, please refer to our [documentation](https://docs.allaymc.org) (WIP).
0 commit comments