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: 2 months ago
JSON representation
An anti-exploit attempt for Fabric
- Host: GitHub
- URL: https://github.com/samolego/golfiv
- Owner: samolego
- License: mit
- Created: 2020-11-13T14:23:32.000Z (over 4 years ago)
- Default Branch: golfive
- Last Pushed: 2023-08-20T23:24:19.000Z (almost 2 years ago)
- Last Synced: 2025-03-18T13:43:43.485Z (2 months ago)
- Topics: anti-exploit, fabric, minecraft, patches, server-mod
- Language: Java
- Homepage: https://modrinth.com/mod/golfiv
- Size: 1.49 MB
- Stars: 49
- Watchers: 9
- Forks: 13
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GolfIV
[](https://github.com/samolego/GolfIV/blob/master/LICENSE)
[](https://github.com/samolego/GolfIV)
[](https://github.com/samolego/GolfIV)[](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
```