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 on inside plugin.yml:
depend:
- OctopusMake sure this is inside of the /plugins/octopus/config.yml
# Configuration of Octopus-Service
octopus:
# Host of Octopus-gRPC Server
host: "127.0.0.1"
# Port of Octopus-gRPC Server
port: 50051
# Replace to Octopus-API token
token: "development"