Skip to content

Commit 2e4933e

Browse files
Updated README
1 parent 2042686 commit 2e4933e

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,23 @@
66

77
- Runs on [Paper](https://papermc.io/software/paper)
88

9+
## Usage
10+
11+
Add dependency to plugin:
12+
13+
```kotlin
14+
dependencies {
15+
compileOnly("studio.o7:octopus-plugin-api:X.Y.Z")
16+
}
17+
```
18+
19+
Add _depend_ inside `plugin.yml`:
20+
21+
```yaml
22+
depend:
23+
- Octopus
24+
```
25+
926
## Development
1027
1128
Full development setup available as [Development Container](https://containers.dev/).

0 commit comments

Comments
 (0)