πŸ› οΈInstallation

Item Installation

aviator_license = { 
    name = 'aviator_license', 
    label = 'Aviator Licenses', 
    weight = 10, 
    type = 'item', 
    image = 'aviator_license.png', 
    unique = true, 
    useable = true, 
    shouldClose = true, 
    description = '' 
}, 

Metadata Installation

} else if (itemData.name == "aviator_license") {
    $(".item-info-title").html("<p>" + itemData.label + "</p>");
    $(".item-info-description").html(
        "<p><strong>Name: </strong><span>" +
        itemData.info.name +
        "</span></p><p><strong>Description: </strong><span>" +
        itemData.info.description +
        "</span></p>"
    );

Database Installation

Jobs Installation

Last updated