πŸ“‹Installation

Database

Run this on your database

CREATE TABLE IF NOT EXISTS station_items (
    id int(11) NOT NULL AUTO_INCREMENT,
    station_id int(11) NOT NULL,
    item_name varchar(255) NOT NULL,
    item_price decimal(10,2) NOT NULL,
    item_image varchar(255),
    job varchar(50) NOT NULL,
    PRIMARY KEY (id)
);
ALTER TABLE station_items CONVERT TO CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;

Import the sound notif.ogg in Folder πŸ“EXTRA to your interact sound.

Dependencies

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

Supported

Config

Last updated