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

Notifications

More information on the Notifications system of OneConfig

OneConfig has an extensive notifications system which you can use to inform the player of various events that have happened, for example how much EXP they have just got from a game.

They support click actions, text, progress bars, and animations to make them look pretty and functional for your code, plus they can be queued!

For even more information, you can check out the javadocs for the Notifications class.

PreviousOneConfig's UtilitiesNextHypixelUtils

Last updated 2 years ago

Was this helpful?