
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-Serviceoctopus:
# Host of Octopus-gRPC Serverhost: "127.0.0.1"# Port of Octopus-gRPC Serverport: 50051# Replace to Octopus-API tokentoken: "development"