spark client is a utility mod for anarchy server made by dvd, geza3d and me

Overview

Spark-Client

spark client is a utility mod for anarchy server made by dvd, geza3d and me.

Credits

Most of the client is original but we have used a few sources of inspiration:
-ui is based of pyro client
-hotbar replenish module is complete copy pasta from w+3
-probably some more but I forgot

Discord

https://discord.gg/7ZbN7JMgS3

Contributing

feel free to make a pull request il take a look if I have the time

follow me in github pls

Comments
  • Building issue.

    Building issue.

    Basically everytime its in the phase "CompileJava", it'll automatically fail due to coding issues. `> Task :compileJava Potential refmap conflict. Duplicate refmap name mixins.spark.refmap.json specified for sourceSet main, already defined for sourceSet main C:\Users\stefa\OneDrive\Bureau\Spark-Client-master\build\sources\main\java\me\wallhacks\spark\manager\CombatManager.java:3: warning: POP is internal proprietary API and may be removed in a future release import com.sun.org.apache.bcel.internal.generic.POP; ^ C:\Users\stefa\OneDrive\Bureau\Spark-Client-master\build\sources\main\java\me\wallhacks\spark\util\ReflectionUtil.java:4: warning: FileURLConnection is internal proprietary API and may be removed in a future release import sun.net.www.protocol.file.FileURLConnection; ^ Note: SpongePowered MIXIN Annotation Processor Version=0.7.11 Note: ObfuscationServiceMCP supports type: "searge" Note: ObfuscationServiceMCP supports type: "notch" Note: Loading searge mappings from C:\Users\stefa.gradle\caches\minecraft\de\oceanlabs\mcp\mcp_stable\39\1.12.2\srgs\mcp-srg.srg Note: Loading notch mappings from C:\Users\stefa.gradle\caches\minecraft\de\oceanlabs\mcp\mcp_stable\39\1.12.2\srgs\mcp-notch.srg C:\Users\stefa\OneDrive\Bureau\Spark-Client-master\build\sources\main\java\me\wallhacks\spark\mixin\mixins\baritone\MixinStateImplementation.java:40: warning: @Inject target requires method signature because enclosing type information for net.minecraft.block.state.BlockStateContainer$StateImplementation is unavailable @Inject( ^ Note: Writing refmap to C:\Users\stefa\OneDrive\Bureau\Spark-Client-master\build\tmp\compileJava\compileJava-refmap.json Note: Writing refmap to C:\Users\stefa\OneDrive\Bureau\Spark-Client-master\build\tmp\compileJava\compileJava-refmap.json Note: Writing searge output SRGs to C:\Users\stefa\OneDrive\Bureau\Spark-Client-master\build\tmp\compileJava\mcp-srg.srg Note: Writing notch output SRGs to C:\Users\stefa\OneDrive\Bureau\Spark-Client-master\build\tmp\compileJava\mcp-notch.srg C:\Users\stefa\OneDrive\Bureau\Spark-Client-master\build\sources\main\java\me\wallhacks\spark\manager\CombatManager.java:3: warning: POP is internal proprietary API and may be removed in a future release import com.sun.org.apache.bcel.internal.generic.POP; ^ C:\Users\stefa\OneDrive\Bureau\Spark-Client-master\build\sources\main\java\me\wallhacks\spark\util\ReflectionUtil.java:4: warning: FileURLConnection is internal proprietary API and may be removed in a future release import sun.net.www.protocol.file.FileURLConnection; ^ Note: Writing refmap to C:\Users\stefa\OneDrive\Bureau\Spark-Client-master\build\tmp\compileJava\compileJava-refmap.json Note: Writing refmap to C:\Users\stefa\OneDrive\Bureau\Spark-Client-master\build\tmp\compileJava\compileJava-refmap.json Note: Writing searge output SRGs to C:\Users\stefa\OneDrive\Bureau\Spark-Client-master\build\tmp\compileJava\mcp-srg.srg Note: Writing notch output SRGs to C:\Users\stefa\OneDrive\Bureau\Spark-Client-master\build\tmp\compileJava\mcp-notch.srg C:\Users\stefa\OneDrive\Bureau\Spark-Client-master\build\sources\main\java\me\wallhacks\spark\manager\CombatManager.java:3: warning: POP is internal proprietary API and may be removed in a future release import com.sun.org.apache.bcel.internal.generic.POP; ^ C:\Users\stefa\OneDrive\Bureau\Spark-Client-master\build\sources\main\java\me\wallhacks\spark\util\ReflectionUtil.java:4: warning: FileURLConnection is internal proprietary API and may be removed in a future release import sun.net.www.protocol.file.FileURLConnection; ^ C:\Users\stefa\OneDrive\Bureau\Spark-Client-master\build\sources\main\java\me\wallhacks\spark\systems\module\Module.java:34: error: cannot find symbol return this.isEnabled; ^ symbol: variable isEnabled C:\Users\stefa\OneDrive\Bureau\Spark-Client-master\build\sources\main\java\me\wallhacks\spark\systems\module\Module.java:94: error: cannot find symbol if (!this.isEnabled) { ^ symbol: variable isEnabled C:\Users\stefa\OneDrive\Bureau\Spark-Client-master\build\sources\main\java\me\wallhacks\spark\systems\module\Module.java:100: error: cannot find symbol this.isEnabled = true; ^ symbol: variable isEnabled C:\Users\stefa\OneDrive\Bureau\Spark-Client-master\build\sources\main\java\me\wallhacks\spark\systems\module\Module.java:103: error: cannot find symbol if (Notifications.INSTANCE.toggle.getValue() && isEnabled && !this.muted) { ^ symbol: variable isEnabled location: class Module C:\Users\stefa\OneDrive\Bureau\Spark-Client-master\build\sources\main\java\me\wallhacks\spark\systems\module\Module.java:110: error: cannot find symbol if (this.isEnabled) { ^ symbol: variable isEnabled C:\Users\stefa\OneDrive\Bureau\Spark-Client-master\build\sources\main\java\me\wallhacks\spark\systems\module\Module.java:110: error: illegal start of type if (this.isEnabled) { ^ C:\Users\stefa\OneDrive\Bureau\Spark-Client-master\build\sources\main\java\me\wallhacks\spark\systems\module\Module.java:115: error: cannot find symbol this.isEnabled = false; ^ symbol: variable isEnabled C:\Users\stefa\OneDrive\Bureau\Spark-Client-master\build\sources\main\java\me\wallhacks\spark\systems\module\Module.java:118: error: cannot find symbol if (Notifications.INSTANCE.toggle.getValue() && !isEnabled && !this.muted) { ^ symbol: variable isEnabled location: class Module C:\Users\stefa\OneDrive\Bureau\Spark-Client-master\build\sources\main\java\me\wallhacks\spark\util\ReflectionUtil.java:90: warning: FileURLConnection is internal proprietary API and may be removed in a future release } else if (connection instanceof FileURLConnection) { ^ Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. 8 errors 8 warnings

    Task :compileJava FAILED

    FAILURE: Build failed with an exception.

    • What went wrong: Execution failed for task ':compileJava'.

    Compilation failed; see the compiler error output for details.

    • Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

    • Get more help at https://help.gradle.org

    Deprecated Gradle features were used in this build, making it incompatible with Gradle 5.0. Use '--warning-mode all' to show the individual deprecation warnings. See https://docs.gradle.org/4.9/userguide/command_line_interface.html#sec:command_line_warnings

    BUILD FAILED in 42s 5 actionable tasks: 3 executed, 2 up-to-date`

    opened by Righted1 5
  • Client crashing upon joining servers or loading singeplayer maps

    Client crashing upon joining servers or loading singeplayer maps

    Title says everything.

    The game crashed whilst unexpected error Error: java.lang.ClassCastException: java.awt.Color cannot be cast to me.wallhacks.spark.systems.setting.settings.SparkColor Exit Code: -1

    opened by Righted1 2
  • Add autoLog

    Add autoLog

    Adds autoLog on health. Disconnects with message: "Health was: amount of health here" Disables at logging in until health gets above threshold again.

    opened by TT392 1
  • Fix AutoReconnect bugs

    Fix AutoReconnect bugs

    Fix bug where autoreconnects crashes the client when attempting a reconnect on a server that was offline when attempting to join.

    Fix bug where reconnects happen after the user quits GuiDisconnected (This also happened when joining an offline server, if you were to quickly press the button at this point, you would go to the server select gui and not the main screen gui)

    Make autoreconnect actually grab the details from offline servers, causing autoreconnect to work as expected (reconnecting until the server is actually online)

    opened by TT392 0
  • Bugs and features

    Bugs and features

    Make client compatiable, thats like the no.1 thing u should do Zelonsky mo module (Yes i unirronicaly use it cus cpvp is boring) makes yellow fog i dont like (tried the latest build from Actions and was still the same add more options to autocrystal as its missing alot and give me beta, Also why am i banned from the discord lol? i litreally dont even talk there

    opened by Zane2b2t 0
  • AutoPilot

    AutoPilot

    Adds AutoPilot and YawLock modules.

    AutoPilot has autotakeoff and keeps flying at a specified altitude (combine with autowalk) (works well on highways). YawLock was originally included in AutoPilot, but I decided to put it in a separate module.

    opened by TT392 3
Releases(release-1.2)
Owner
null
Minecraft 1.16.5 Utility Mod for Anarchy and Crystal PvP

Fabric 1.16.5 port for GameSense. A more interesting readme will be coming soon, but check out the main repo at https://github.com/IUDevman/gamesense-

null 23 Dec 2, 2022
3arthqu4ke's Phobos 1.12.2 Anarchy Client ported to 1.16 fabric

Phobos for 1.16 Phobos for 1.16 - Ported Phobos for fabric 1.16. ReadMe thanks to Goztb22 3arth(Original Creator) - https://github.com/3arthqu4ke 1.12

null 35 Dec 23, 2022
A 1.12.2 forge injection based hacked client for anarchy servers

nebula another failed abortion of inferno and the aftermath of gavin at coding also is an anarchy utility client, i think thats important to point out

Gavin 24 Dec 24, 2022
Free, open-source, Minecraft 1.12.2 PvP client aimed at the anarchy community.

Cosmos is a free, open-source, Minecraft 1.12.2 Forge PvP Client aimed at the anarchy community. The client is still in the development phase. Usage:

null 153 Jan 1, 2023
Forge mod for anarchy servers.

Solaros Forge mod for anarchy servers. (1.12.2) Q: What is this? A: This a forge mod I worked on a while back, I was interested in anarchy mod develop

null 8 Dec 2, 2022
A minecraft utility mod for 1.12.2.

Teddyware Utility Mod Teddyware is a utility mod for minecraft anarchy servers for 1.12.2. It is like optifine, and should only be used on servers tha

null 24 Dec 2, 2022
based utility mod

Urmomia Client urmomia strong, oa based clients strong Credits Devs Honsda - based creator Codex - based Kambing - based nekohax dev and antec player

Urmomia Client 20 Dec 31, 2022
1.17.1 minecraft utility mod

Blitz 1.17.1 minecraft utility mod Designed to be used as a mod with the fabric mod loader Project Status This project is basically on hold until 2b2t

Gavin 13 Dec 23, 2021
A 1.16.5 Utility Mod in Fabric

FagHax A 1.16.5 Fabric client. Authors KRYMZ0N Scriptyure (UwU) Development Status Currently in active development. Currently commiting every day. Bas

null 3 Apr 3, 2022
A Forge utility mod base for 1.12.2

EasyBase EasyBase is a 1.12.2 Forge utility mod base made for people who want to start making utility mods/clients. The goal is to make it easier and

null 5 Dec 2, 2022
Minecraft Utility Mod for the latest release of Minecraft developed by Cypphi.

Minecraft Utility Mod for the latest release of Minecraft developed by Cypphi.

Haze 18 Jan 1, 2023
Small mod for Minecraft Forge 1.16.5 that sends messages of in-game events to a channel in your Discord server. This mod also enables cross-chatting between Minecraft and Discord.

DiscordSync Small mod for Minecraft Forge 1.16.5 that sends messages of in-game events to a channel in your Discord server. This mod also enables cros

AeonLucid 4 Dec 20, 2022
Essentials - Minecraft server command mod - Adds over 100 commands for use in-game to help manage a server

Essentials Development Readme The official repository is at: https://github.com/essentials/Essentials We use NetBeans 7.3 for development. Recommended

Essentials 811 Jan 7, 2023
A Minecraft mod made by TurtyWurty's community with a theme around ancientness and mythology

Ancientology Description A Minecraft mod made by TurtyWurty's community with a theme around ancientness and mythology. This uses the Forge modding API

null 8 Aug 12, 2022
Arena is a demo server made with Minestom

Arena is a demo server made with Minestom, as both a showcase for what Minestom is capable of and as a way to teach developers how to work with Minestom.

Minestom 19 Dec 29, 2022
Minecraft Mod: Torches made from glowing squids that can be used underwater!

Aquatic Torches No more dark oceans Ever wondered what to do with glowing ink sacs aside from glowing item frames? Aquatic Torches adds waterproof tor

Marius 2 Jan 9, 2022
A mod about player interactions, made for Modfest: Singularity.

Affectionate A mod about affectionate player interactions, made for Modfest: Singularity. What is it? This mod focuses on affectionate player interact

LambdAurora 15 Dec 10, 2022
A base for Forge 1.12.2 utility mods to use.

ClientBase Why? I made this for learning and for use in my private client ZWare.cc. TO-DO Add ClickGUI Add HUD and HUDEditor Add Javadocs How to use?

ZWare 50 Dec 2, 2022