denizen-utilities a reliable Denizen add-on designed to bridge the gap between the latest Paper API features and Denizen. It introduces new script containers, objects, and events to extend your server's capabilities.
-
Native dialog containers: Full support for Paper 1.21.7+ Dialog API. Create native client-side UI screens, including forms with multiple input fields, lists, confirmation prompts—all defined with a simple dialog script container.
-
PlayerConnectionConfigureEvent: intercept and manage players before they fully join the server using the player connection setup event and the ConnectionTag object. Ideal for forcing players to read the rules or select a language via a dialog -box during the login phase, or for implementing an authorization system via dialogs.
-
Biome Extensions: New tags and mechanisms such as sky_color and sky_light_color, using additions to BiomeTag.
-
Player Extensions: New mechanisms for PlayerTag that make it easy to show (show_dialog) or hide (close_dialog) interface dialog boxes for active players.
