Show customizable popups on the client's screen
To get started add the import
import dev.xdpxi.xdlib.api.v3.render.Popup;
To show a popup on the users end you can run
Popup.show("title", "description");
Last updated 5 days ago