📄️ UI Windows
This guide covers everything about creating and managing windows on the client side. If you want to build UI for your plugin, this is where you start.
📄️ UI Rendering
Now that you know how to create windows, let's make them actually show something! This guide covers drawing colors, text, images, and game items.
📄️ UI Components
Now let's make your windows actually do something! This guide covers buttons, text inputs, and item slots (buckets).
📄️ Input System
Time to make your plugin respond to what players do! This guide covers capturing mouse positions, clicks, and keyboard input.
📄️ Network & Events
Time to connect your client plugin to the server! This guide covers the event system (BridgeFunction) and network communication with packets.
📄️ Utilities
This guide covers all the helpful utility functions: logging, sounds, browser integration, HTTP requests, JSON, and more.