Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/samolego/golfiv
- Owner: samolego
- License: mit
- Created: 2020-11-13T14:23:32.000Z (about 4 years ago)
- Default Branch: golfive
- Last Pushed: 2023-08-20T23:24:19.000Z (over 1 year ago)
- Last Synced: 2024-10-15T06:25:57.959Z (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: 10
- Forks: 13
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```