We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c00814d commit 7bedb6fCopy full SHA for 7bedb6f
README.md
@@ -47,6 +47,7 @@ dependencies {
47
## How to use
48
Create a new instance of the FoliaLib class:
49
```java
50
+// Assuming "this" is your plugin instance
51
FoliaLib foliaLib = new FoliaLib(this);
52
```
53
Then you can use the scheduler options:
0 commit comments