Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/imxnoobx/fufuclient
A BlockGame client mod i made with the purpose of learning java and playing in LiveOverflow's server. Idea inspired by LiveOverflow 🙃
https://github.com/imxnoobx/fufuclient
java liveoverflow minecraft minecraft-mod mod
Last synced: about 2 months ago
JSON representation
A BlockGame client mod i made with the purpose of learning java and playing in LiveOverflow's server. Idea inspired by LiveOverflow 🙃
- Host: GitHub
- URL: https://github.com/imxnoobx/fufuclient
- Owner: IMXNOOBX
- License: other
- Created: 2022-10-18T17:57:24.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-04T18:46:27.000Z (about 1 year ago)
- Last Synced: 2023-12-04T19:59:58.397Z (about 1 year ago)
- Topics: java, liveoverflow, minecraft, minecraft-mod, mod
- Language: Java
- Homepage:
- Size: 2.19 MB
- Stars: 18
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🎡 FuFu Client
[![Build Status](https://github.com/IMXNOOBX/FuFuClient/workflows/build/badge.svg?branch=main)](https://github.com/IMXNOOBX/FuFuClient/actions)
A BlockGame client mod I made with the purpose of learning java and playing in LiveOverflow's server. Mod idea inspired by LiveOverflow.
# 📣 Whats New
> 1.1.8 - Code cleanup and some improvements
> 1.1.7 - Changed some features to improve the look, soon more updates!!!
> 1.1.5 - Fixed many issues, implemented kaihack's bypass, improved xray
> 1.1.4 - Added watermark, coordinates, server... while in game
> 1.1.3 - Added some chat commands, fixed flight anti kick
> 1.1.2 - Added some new features, NightVision, Flight
> 1.1.1 - Fixed issue with .gitignore file ignoring gradle-wrapper.jar
> 1.1.0 - Nothing new yet just Fabric Example Mod## 🔺 Features
```diff
+ Working Features
• NativeUi - Minecraft Native ui to interact with the features.
• LiveOverflow Mode - Enables some features to properly play in LiveOverflow's server .
• NightVision - aka Fulbright.
• Flight - Flight like a bird, AntiKick and NoFall together.
• XRay - Simple based xRay mod.
• Chat Commands:
- fufuhelp: little help, with the description of each command.
- fakegamemode, Change your gamemode clientside.
- teleport, Teleport to close coordinates.
- hud, toggles in game items while i make each item toggle.
toggle: enables/disables the hud
coords: enables/disables the coordinates in the hud
ip: enables/disables the IP in the hud. Hoping to not leak the server ip again :D
watermak: enables/disables the coolest watermark ever.
- To Do
...
```## 🪁 Simple Use
***IntelliJ***
> gradlew genIdeaWorkspace
***Eclipse***
> gradlew genSources eclipse
***Other IDE's***
Use [this link](https://fabricmc.net/wiki/tutorial:setup) for more information.
***Compile***
> gradlew build
## 🎯 Recommended Mods
***ViaFabric***
> [ViaFabric](https://github.com/ViaVersion/ViaFabric) is the mod I recommend you, to be able to connect to different versions from 1.19.2.
# 🔖 License & Copyright
This project is licensed under [**CC BY-NC 4.0**](https://creativecommons.org/licenses/by-nc/4.0/).
```diff
+ You are free to:
• Share: Copy and redistribute the material in any medium or format.
• Adapt: Remix, transform, and build upon the material.
+ Under the following terms:
• Attribution: You must give appropriate credit, provide a link to original the source repository, and indicate if changes were made.
• Non-Commercial: You may not use the material for commercial purposes.
- You are not allowed to:
• Sell: This license forbids selling original or modified material for commercial purposes.
• Sublicense: This license forbids sublicensing original or modified material.
```
### ©️ Copyright
The content of this project is ©️ by [IMXNOOBX](https://github.com/IMXNOOBX) and the respective contributors. See the [LICENSE.md](LICENSE.md) file for details.