Skip to content
This repository has been archived by the owner on Oct 27, 2021. It is now read-only.

added options to disable armorstands, lightning bolts, titles, and item frames #622

Merged
merged 17 commits into from Jan 14, 2019
Merged

Conversation

ghost
Copy link

@ghost ghost commented Jan 9, 2019

removed autodab - removed autonico - removed dyno - removed queuemod - removed autowho - removed clear title keybind
added how much fps you want to have your Hyperium limited to when going into Limbo (if FPS Limiter is enabled, min: 5, max: 60)
added /name as an alias for namehistory
moved a few options to their respective categories
updated Hyperium Installer to 1.8
disable enchant glint now works on worn armor pieces aswell
Keycode Initializer no longer opens on startup if the browser files arent installed

asbyth and others added 12 commits January 2, 2019 20:23
remove autodab, remove autonico
made the addon readme into an md file and detailed it more
added /name alias for namehistory
remove useless / highly unused things (dynogame, queuemod, autowho doesnt work anymore, clear title keybind)
added option to completely hide titles
added option to change how much fps you're limited to in limbo (min: 5, max: 60)
moved thank watchdog to hypixel category
updated installer to 1.8
# Conflicts:
#	src/main/java/cc/hyperium/cosmetics/HyperiumCosmetics.java
#	src/main/java/cc/hyperium/gui/hyperium/HyperiumMainGui.java
#	src/main/java/cc/hyperium/gui/hyperium/tabs/UpdateTab.java
#	src/main/java/cc/hyperium/handlers/handlers/chat/HyperiumChatHandler.java
#	src/main/java/cc/hyperium/handlers/handlers/mixin/LayerDeadmau5HeadHandler.java
#	src/main/java/cc/hyperium/mods/blockoverlay/BlockOverlaySettings.java
#	src/main/java/cc/hyperium/mods/browser/BrowserMod.java
disabled disable enchant glint for now
added options to disable lightning bolts & armorstands (should help with framerate)
cleaned up some things
stopped keycode init from opening if browser libs arent installed
# Conflicts:
#	src/main/java/cc/hyperium/mods/browser/BrowserMod.java
cant test because im not waiting an hour for the game to start
@RDIL
Copy link
Contributor

RDIL commented Jan 9, 2019

looks good

@ghost
Copy link
Author

ghost commented Jan 9, 2019

looks good

i just pushed this wtf

asbyth added 5 commits January 13, 2019 22:11
add @Reason to Overwrites that didn't have one so we get less errors
add AFK-message for Limbo so FPS Limiter picks it up and uses it
@@ -53,7 +53,7 @@ public boolean limit() {

@InvokeEvent(priority = Priority.LOW)
public void onChat(ChatEvent event) {
if (event.getChat().getUnformattedText().trim().equals("You were spawned in Limbo.")) {
if (event.getChat().getUnformattedText().trim().equals("You were spawned in Limbo.") || event.getChat().getUnformattedText().trim().equals("You are AFK. Move around to return from AFK.")) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe there is one more if I'm not mistaken?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

as far as im aware, i've only seen You were spawned in limbo (Autotip) and you were afk

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Alright

@CoalCoding CoalCoding merged commit bf44cec into HyperiumClient:master Jan 14, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants