There was an error while loading. Please reload this page.
1 parent 47d5ff2 commit b71701eCopy full SHA for b71701e
1 file changed
content/docs/en/guides/plugin/creating-events.mdx
@@ -8,6 +8,9 @@ authors:
8
9
## Event Class
10
11
+You can import a Event class and create a function with the Event as a argument. [Click here](../../server/events) to look at all available events.
12
+
13
+Example plugin when a player is ready (joins a server):
14
```java
15
16
public class ExampleEvent {
0 commit comments