Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/Git-Fal7/friend-for-gate
- Owner: Git-Fal7
- License: mit
- Created: 2024-04-02T18:06:53.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-06T13:31:10.000Z (9 months ago)
- Last Synced: 2024-08-02T15:04:02.436Z (5 months ago)
- Language: Go
- Size: 55.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.