Skip to content
Connor Slade edited this page Sep 30, 2023 · 6 revisions

AutoTradeCycle

Automatically cycles a villager's trades until you get the desired trade. To use put a few workstations in your offhand and the tool to break it in your main hand. Enable the module and place the workstation. See it in action here

Settings (8)

Enchantment

Enchantment - Selector<Enchantment>

The enchantments that will stop the cycling.

Enchantment Level - Integer

The min level of the enchantment required.

General

Alert Sound - Boolean

Play a sound when the trade is found.

Trade Type - Enum<TradeType>

The type of trade to look for.

Options

  • EnchantedBook - Looks for a specific enchantment on an enchanted book.
  • Item - Looks for a specific item type.

Verbose - Boolean

Print extra information to chat.

Villager Distance - Integer

The distance from the player that the villager must be to be selected

Item

Item - Selector<Item>

The items that will stop the cycling.

Item Amount - Integer

The min amount of the item required.

AutoVoidTrade

Automatically performs void trading. Void trading is a method of Villager trading where you open the trade GUI, unload the Villager, then trade. Doing this will allow you to trade infinitely as the trade will never lock. To learn more, you can check out Super Easy Void Trader | No Broken Bedrock | Tutorial on YouTube.

Settings (4)

General

Auto Restart - Boolean

Tries to automatically activate the void-trading water stream. This is just done by interacting with the block the player is looking at after trading.

Delay - Integer

The delay in ticks between teleporting and trading

Trade Index - Integer

The index of the slot in the villager's trade list. (1 is the first slot)

Villager Distance - Integer

The distance from the player that the villager must be to trade with them

BadlionTimers

Shows badlion timers in the HUD The Badlion client has a feature where a server can define countdown timers that will be displayed on the HUD (image). This module intercepts the timer packets and renders the timers in the SigmaUtils HUD.

Settings (4)

General

Time Format - Enum<TimeFormat>

The format of the time played. (HMS = Hours:Minutes:Seconds) (BestFit = 5 seconds, 3 hours

Options

  • HMS - Hours, minutes, seconds (HH:mm:ss)
  • BestFit - Best time format (e.g. 1 minute, 2 days)

Hud

Color - Enum<Color>

The color of the text

Options

  • Black
  • DarkBlue
  • DarkGreen
  • DarkAqua
  • DarkRed
  • DarkPurple
  • Gold
  • Gray
  • DarkGray
  • Blue
  • Green
  • Aqua
  • Red
  • LightPurple
  • Yellow
  • White

Location - Enum<Location>

The location of this hud element. Auto will inherit the location from the 'Hud' module

Options

  • Auto
  • TopLeft
  • TopRight
  • BottomRight
  • BottomLeft

Order - Integer

The order of the hud module

BridgeAnalysis

This module is in development and will not be accessible in SigmaUtils releases.

Downloads the wool bridges from the world after a game of hypixel bedwars.

Settings (3)

General

End Regex - String

Regex to match end messages. Triggers wdl.

Save Location - String

The folder to save the world downloads into.

Server Regex - String

Only run on servers whoes address matches the regex.

ItemShortcuts

Lets you switch to your weapon or wool with a keybind. Future plans to let you select different item types. Useful for binging to a mouse button for quick access to your weapon or wool.

Settings (2)

Shortcuts

Weapon Shortcut - Keybinding

Shortcut to switch to your weapon

Wool Shortcut - Keybinding

Shortcut to switch to your wool

PlayerHistory

Logs every player you see on servers. Kinda cool. Currently there is no way to view the player history, other than using NBT Explorer on the SigmaUtils/players.nbt file. In the future I may add an option for it to change the name color or of players you've seen before, which might be cool on big servers.

VictoryMute

Automatically mute the game when you finish a game of bedwars on hypixel Kinda a weird module, I know. I made it because when a game of Bedwars on Hypixel it plays a lot of sounds and it gets annoying after a while. You can probably also use this module for other game modes by expanding the Regex.

Settings (2)

General

Reduction - Double

Reduction in volume when muted (Percentage)

Victory Regex - String

Regex to match victory messages

Clone this wiki locally