Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/samolego/golfiv

An anti-exploit attempt for Fabric
https://github.com/samolego/golfiv

anti-exploit fabric minecraft patches server-mod

Last synced: about 2 months ago
JSON representation

An anti-exploit attempt for Fabric

Awesome Lists containing this project

README

        

# GolfIV

[![GitHub license](https://img.shields.io/github/license/samolego/GolfIV?style=flat-square)](https://github.com/samolego/GolfIV/blob/master/LICENSE)
[![Server environment](https://img.shields.io/badge/Environment-server-blue?style=flat-square)](https://github.com/samolego/GolfIV)
[![Singleplayer environment](https://img.shields.io/badge/Environment-singleplayer-yellow?style=flat-square)](https://github.com/samolego/GolfIV)

[![Discord](https://img.shields.io/discord/797713290545332235?logo=discord)](https://discord.gg/9PAesuHFnp)

An anti-exploit attempt for Fabric servers. **For more info, please check [WIKI](https://github.com/samolego/GolfIV/wiki).**

## Downloading it from GH actions
1. Go to [GH actions](https://github.com/samolego/GolfIV/actions?query=workflow%3Abuild) and click on the latest commit.
2. On the bottom there's a link to the `Artifacts`. Click it to download.
3. Unzip the file and put it in `mods/` folder.

## I'm brave enough to build it myself!

1. Clone the repository.
```
git clone https://github.com/samolego/GolfIV.git
```

2. Go in the GolfIV folder.
3. Run the build script (you might want to omit `./`).
```
./gradlew build
```