πŸ—’οΈInstallation

Database

Run this on your database

CREATE TABLE player_reputation (
    cid VARCHAR(255) PRIMARY KEY,
    player_name VARCHAR(255),
    rep INT DEFAULT 0,
    completed_missions INT DEFAULT 0
);

Dependencies

⚠️ Optional means you can use other option if you would like to, Example Lab hint-ui Can be replaced with zf-missionfollowups

Supported

Configuration

Last updated