Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Git-Fal7/friend-for-gate

A friend system for the gate proxy.
https://github.com/Git-Fal7/friend-for-gate

Last synced: 2 months ago
JSON representation

A friend system for the gate proxy.

Awesome Lists containing this project

README

        

# friend-for-gate

A friend system plugin for the [Gate](https://gate.minekube.com/) proxy

# getting started

add the package into your gate proxy
```
go get https://github.com/git-fal7/friend-for-gate
```

then, append the plugin into your plugins from the main() func
```
func main() {
proxy.Plugins = append(proxy.Plugins,
// your plugins
friendforgate.Plugin,
)
gate.Execute()
}
```

# requirements

a working PostgreSQL database.