Installation

Install script and then SQL

CREATE TABLE IF NOT EXISTS ugnotify_settings (
    identifier VARCHAR(50) PRIMARY KEY,
    position VARCHAR(20) DEFAULT 'top-right'
);

then type refresh and ensure ug-notify on server/game console.

Last updated