Welcome to NurJS (Nurrage) LIB
🔗 Useful Links
// One line — endless power 💥
N.command({
name: "garage",
description: "Open your garage and get a car",
adminOnly: false,
log: "Garage opened", // лог в консоль
logToFile: {
file: "garage.log", // куда писать лог
message: "Player opened garage" // текст в файле
},
checker: { prison: 0, join: true },
createVehicle: { model: "sultan", color1: 0, color2: 0 },
notify: "Your car is ready!",
tpToMarker: true
});Last updated