Skip to content

o7studios/octopus-plugin

Repository files navigation

image

Octopus Paper plugin

Paper plugin with API for wrapper around Octopus SDK for o7studios product Octopus

Usage

Add dependency to plugin:

dependencies {
    compileOnly("studio.o7:octopus-plugin-api:X.Y.Z")
}

Add depend on inside plugin.yml:

depend:
  - Octopus

Config

Make 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"

About

Paper plugin for o7studios product Octopus

Resources

License

Stars

Watchers

Forks

Contributors 3

  •  
  •  
  •  

Languages