Navigator | |
---|---|
Type | Hack |
Category | none |
In-game description | “A searchable GUI that learns your preferences over time.” |
Default keybind | Right Shift |
Source code | net/wurstclient/hacks/NavigatorHack.java |
Navigator is one one of the GUIs in Wurst. It is characterized by its search bar at the top and its big, scrollable list of every feature in Wurst.
Unlike ClickGUI and TabGUI, Navigator doesn't sort features into categories, but instead shows all features in one big list. This makes Navigator the only GUI in Wurst that can be used to access features with no category.
Navigator learns the user's preferences over time by counting how often they interact with each feature. The most frequently used features are then placed at the top.
Key | Function | Notes |
---|---|---|
Up Arrow | Moves the selection up. | |
Down Arrow | Moves the selection down. | |
Right Arrow | Moves the selection to the right. | |
Tab | ||
Left Arrow | Moves the selection to the left. | |
Shift+Tab | ||
Enter | Runs the primary action of the selected feature (e.g. toggling a hack). | Same as left-clicking on the feature. |
Space | Expands the selected feature. | Same as left-clicking on the green arrow next to the feature. |
Escape | Opens the previous screen or closes Navigator. | |
Backspace | ||
Mouse 4 1) |
Version | Changes |
---|---|
Wurst 2.13pre1 | Added Navigator. |
Wurst 2.13pre2 | Shift-clicking a feature will now directly execute its primary action (e.g. toggle a hack). |
Navigator will now better learn your preferences to make sure that the features you use the most are at the top of the list. | |
The scrollbar will now only show if it is needed. | |
Fixed MenuWalk breaking Navigator. | |
Made some adjustments to the design of certain Navigator elements. | |
Cleaned up some of the code behind Navigator. | |
Wurst 2.13 | Added Target to Navigator. |
Added the AutoBuild Template setting to Navigator. | |
Added default keybinds for Navigator. | |
Mouse Wheel clicking a feature will now instantly do its primary action. | |
Added the Nuker Mode setting to Navigator. | |
Added a “See also” section on the Navigator feature screen: Basically links to other features. | |
Added Checkbox settings for Navigator (like the ones in Target). | |
Added Colors settings for Navigator (like the one in Target). | |
Enabled Navigator's “Tutorial” button for features that already have a tutorial. | |
Added BookHack to Navigator. | |
Added ServerFinder to Navigator. | |
Added SessionStealer to Navigator. | |
Added a notice to ClickGUI that makes it easier to switch to Navigator. | |
Sliders in Navigator will no longer be prefixed with the name of the feature. | |
Wurst 2.14 | Commands will now show their syntax on their Navigator page. |
Added a “Changelog” button to Navigator. | |
Wurst 2.15 | Left-clicking a feature will now directly execute its primary action (e.g. toggle a hack). |
Navigator can now add keybinds for changing various settings. | |
Fixed the “Navigator” button in Navigator sometimes being green. | |
Wurst 2.21 | Improved the search bar in Navigator. (Minecraft 1.8) |
Wurst 2.23 | Fixed keybinds added through Navigator sometimes binding the key to a different action than the one selected. (Minecraft 1.8) |
Wurst 3.0pre2 | Fixed the GUI not showing for people who didn't switch to Navigator in Minecraft 1.8.x. |
Wurst 3.1 | Improved the search bar in Navigator. (Minecraft 1.9+) |
Wurst 3.2 | Replaced the “Tutorial” buttons in Navigator with “Help” buttons. |
Wurst 4.4 | Fixed keybinds added through Navigator sometimes binding the key to a different action than the one selected. (Minecraft 1.10+) |
Fixed Navigator keybinding itself to CTRL when it shouldn't. | |
Wurst 4.6 | Fixed a rendering glitch in Navigator. |
Wurst 6.17 | Settings are now stored in “settings.json” instead of “navigator.json”. |
Wurst 6.18 | Navigator will now show the category of each feature next to its type, unless a feature doesn't have a category. |
Navigator will now render settings in the same way that ClickGUI does. | |
Navigator will now support all the same mouse & keyboard shortcuts that ClickGUI does. | |
Wurst 6.21 | Added tooltips to Navigator. |
Wurst 6.32 | Added a “CleanUp” entry in Navigator. |
Added a “LastServer” entry in Navigator. | |
Added a “Reconnect” entry in Navigator. | |
Added a “WurstCapes” entry in Navigator. | |
Wurst 7.0pre1 | Temporarily removed Navigator. |
Wurst 7.0pre3 | Re-added Navigator. |
Added a “HackList” feature in Navigator that allows you to customize / disable the list of enabled hacks. | |
Added a “WurstLogo” feature in Navigator that allows you to disable the Wurst logo in the top left corner. | |
Temporarily removed the “Changelog” button in Navigator. | |
Wurst 7.0pre15 | Fixed ClickGUI and Navigator not rendering properly in snapshot versions. |
Wurst 7.0pre18 | Fixed Navigator not responding to mouse scrolling. |
Wurst 7.0pre23 | Fixed a visual glitch on Navigator's “Add Keybind” screen. |
Fixed a visual glitch on Navigator's “Remove Keybind” screen. | |
Wurst 7.0pre24 | Re-added the “Changelog” button in Navigator. |
The “ServerFinder” entry in Navigator is back! | |
Added a “CleanUp” entry in Navigator. | |
Wurst 7.0pre25 | Fixed removing keybinds through Navigator not working in some specific cases. |
Wurst 7.1.2 | Fixed a visual glitch of some settings in Navigator. |
Fixed the strange input lag of Navigator's search bar. | |
Fixed a visual glitch when moving Navigator's scrollbar with the left mouse button. | |
Fixed a visual glitch where, when scrolling down in Navigator's list of features and then typing something into the search bar, some or all of the search results wouldn't show up. | |
Wurst 7.7 | Added more keyboard shortcuts to Navigator. (Thanks to aleksilassila!) |
Wurst 7.19 | Fixed the “New Keybind” and “Remove Keybind” screens in Navigator not taking you back to the previous screen when you press Escape. |
Fixed the “New Keybind” screen in Navigator glitching out when you press Enter. | |
Wurst 7.27 | Fixed Navigator’s primary action button (the one at the bottom of the screen that usually says “Enable” or “Disable”) sometimes not updating its text properly. |
Wurst 7.31 | Added a shortcut to open the Keybind Manager from within Navigator or ClickGUI. |