
Paper plugin with API for wrapper around Octopus SDK for o7studios product Octopus
- Runs on Paper
Add dependency to plugin:
dependencies {
compileOnly("studio.o7:octopus-plugin-api:X.Y.Z")
}
Add depend inside plugin.yml
:
depend:
- Octopus
Full development setup available as Development Container. Please use it for being able to tell "It works on my machine".
Docker is required to be installed on your machine!
- Open IntelliJ (Welcome screen)
- Navigate to
Remote Development
-Dev Containers
- Press
New Dev Container
- Select
From VCS Project
- Select and connect with
Docker
- Select
IntelliJ IDEA
- Enter
Git Repository
:https://github.com/o7studios/octopus-plugin
- Select
Detection for devcontainer.json file
Automatic
- Press
Build Container and Continue
If you encounter an issue with setting up a development container, please try to rebuild it first before opening a GitHub Issue. It's not uncommon that some issues may fix themselves after a fresh container rebuild.