πHow to Install
Setup Guide
CREATE TABLE IF NOT EXISTS `st_hud_stress` (
`owner` varchar(255) DEFAULT NULL,
`stress` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;Last updated
CREATE TABLE IF NOT EXISTS `st_hud_stress` (
`owner` varchar(255) DEFAULT NULL,
`stress` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;Last updated