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

few new options + tiny cleanup #615

Closed
wants to merge 12 commits into from
Closed

few new options + tiny cleanup #615

wants to merge 12 commits into from

Conversation

ghost
Copy link

@ghost ghost commented Jan 3, 2019

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

asbyth and others added 5 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
@RDIL
Copy link
Contributor

RDIL commented Jan 3, 2019

It looks good IMO

@ghost
Copy link
Author

ghost commented Jan 3, 2019

ok


@ConfigOpt
//@ToggleSetting(name = "gui.settings.keeplightinguhc", category = IMPROVEMENTS) unable to figure out how to check the users game they're playing, will add back later
public static boolean UHC_LIGHTNING = false;
Copy link
Contributor

Choose a reason for hiding this comment

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

Try MinigameListener -> getCurrentMinigameName()

Copy link
Contributor

Choose a reason for hiding this comment

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

I expect for UHC you're checking for "UHC CHAMPIONS" since it reads from the scoreboard.

Copy link
Contributor

Choose a reason for hiding this comment

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

Or whatever method the discord rp uses

Copy link
Contributor

@RDIL RDIL Jan 4, 2019

Choose a reason for hiding this comment

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

suggestion: use

Suggested change
public static boolean UHC_LIGHTNING = false;
.toString().toLowerCase()

well that didn't work properly

Copy link
Contributor

Choose a reason for hiding this comment

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

k thats resolved

@ghost ghost closed this Jan 9, 2019
This pull request was closed.
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.

2 participants