LogoLogo
  • Introduction
  • Documentation License
  • Modding Basics
  • Getting Started
  • Configuration
    • Creating a Config
    • Config Options
      • Boolean Configs
      • Number Configs
      • Selector Configs
      • Text Configs
      • Buttons, Colors and Keybinds
      • Decorative Components
      • Custom options
    • Migration
  • Events
    • Event Basics
    • Available Events
      • ChatReceiveEvent
      • TickEvent
      • InitializationEvent
      • HudRenderEvent
      • Packet Events
      • LocrawEvent
  • Graphics & UI
    • Render Manager
      • Font Rendering
    • Elements
    • Pages
  • Commands
    • Commands
    • An Example Command
  • HUDs
    • HUD Basics
  • Utilities
    • OneConfig's Utilities
      • Notifications
      • HypixelUtils
    • OneColor
    • OneUIScreen
Powered by GitBook
On this page

Was this helpful?

  1. Utilities
  2. OneConfig's Utilities

HypixelUtils

A more detailed look into the HypixelUtils that OneConfig has

PreviousNotificationsNextOneColor

Last updated 2 years ago

Was this helpful?

OneConfig has a collection of Hypixel-orientated utilities, most notably for the locraw system that Hypixel offers. Credit to for allowing us to include it in OneConfig!

These utilities work by sending the /locraw command when the client is detected to be on the Hypixel server. This then allows you to get various information on what server, what map, and what gamemode the player is in.

LocrawInfo

LocrawInfo is the name of the class given to the information gathered from the locraw message. It contains the following information:

  • Server ID, e.g. mini121

  • Gamemode, for example eight_two for Doubles BedWars

  • Game type, for example SKYWARS for SkyWars

  • Map name, such as Shire

Seraph