SCOREBOARD
ES-Scoreboard Documentation Installation
Adding New Jobs
jobs: [
id: 5, // Unique ID
job: 'newjob',
title: 'New Job Title',
image: "./assets/img/component/newjob.webp",
}
].job[data-job="newjob"]::before {
background: linear-gradient(45deg, #primary, #secondary, #tertiary);
}Last updated