Config
const defaultVolume = 0.4
const homeType = true
const days = ["Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"];
const socialMedia = {
discord: 'https://discord.gg/',
youtube: 'https://youtube.com',
twitch: 'https://twitch.com',
kick: 'https://kick.com',
web: 'https://g9.tebex.io',
}
const texts = {
nowPlaying: 'Now playing',
teamBox: 'Team',
teamCopy: 'Team | Copied discord name:'
}
const teams = [
{
name: 'Gravi9',
perm: 'Developer',
photo: 'assets/images/team/team.png',
kick: 'https://kick.com',
discord: 'g9scripts'
},
{
name: 'Gravi9',
perm: 'Developer',
photo: 'assets/images/team/team.png',
kick: 'https://kick.com',
discord: 'g9scripts'
},
{
name: 'Gravi9',
perm: 'Developer',
photo: 'assets/images/team/team.png',
kick: 'https://kick.com',
discord: 'g9scripts'
},
{
name: 'Gravi9',
perm: 'Developer',
photo: 'assets/images/team/team.png',
kick: 'https://kick.com',
discord: 'g9scripts'
}, {
name: 'Gravi9',
perm: 'Developer',
photo: 'assets/images/team/team.png',
kick: 'https://kick.com',
discord: 'g9scripts'
},
{
name: 'Gravi9',
perm: 'Developer',
photo: 'assets/images/team/team.png',
kick: 'https://kick.com',
discord: 'g9scripts'
},
{
name: 'Gravi9',
perm: 'Developer',
photo: 'assets/images/team/team.png',
kick: 'https://kick.com',
discord: 'g9scripts'
},
{
name: 'Gravi9',
perm: 'Developer',
photo: 'assets/images/team/team.png',
kick: 'https://kick.com',
discord: 'g9scripts'
},
{
name: 'Gravi9',
perm: 'Developer',
photo: 'assets/images/team/team.png',
kick: 'https://kick.com',
discord: 'g9scripts'
},
{
name: 'Gravi9',
perm: 'Developer',
photo: 'assets/images/team/team.png',
kick: 'https://kick.com',
discord: 'g9scripts'
},
]
const musics = [
{
name: 'Luther',
singer: 'Kendrick Lamar',
url: 'assets/musics/luther.mp3',
photo: 'assets/musics/photos/luther.png'
},
{
name: 'Bed Chem',
singer: 'Sabrina',
url: 'assets/musics/bedchem.mp3',
photo: 'assets/musics/photos/bedchem.png'
},
{
name: 'Birds Of Feather',
singer: 'Billie Eilish',
url: 'assets/musics/birdof.mp3',
photo: 'assets/musics/photos/birdof.png'
},
{
name: 'Love Somebody',
singer: 'Morgan Wallen',
url: 'assets/musics/lovesomebody.mp3',
photo: 'assets/musics/photos/lovesomebody.png'
},
{
name: 'Older',
singer: 'Isabel LaRosa',
url: 'assets/musics/older.mp3',
photo: 'assets/musics/photos/older.png'
},
{
name: 'Timeless',
singer: 'The Weekend',
url: 'assets/musics/timeless.mp3',
photo: 'assets/musics/photos/timeless.png'
},
];
const gallery = [
{
photoHead: 'Jane & Mike',
photoComment: '“Our love will remain passionate forever.”',
url: 'assets/images/gallery/love.png'
},
{
photoHead: 'CHIEF MIKE',
photoComment: '“While I am here, the people of Los Santos will remain completely safe and at peace”',
url: 'assets/images/gallery/chief.png'
},
{
photoHead: 'SADIE MYFIELD',
photoComment: '“The peace of nature nourishes my soul. I feel every moment as if I am reborn.”',
url: 'assets/images/gallery/ela.png'
},
{
photoHead: 'Sergeant Amanda',
photoComment: '“Compassion in education is treason!”',
url: 'assets/images/gallery/police.png'
},
{
photoHead: 'Jimmy & James',
photoComment: '"Once we were legends!"',
url: 'assets/images/gallery/friends.png'
},
{
photoHead: 'Group Kings',
photoComment: '"It is not our job to do justice, but if there is injustice, it is up to us to do justice."',
url: 'assets/images/gallery/police2.png'
},
]
// <br> Used to leave a space between lines. Moves the next text down to the next line.
// <li></li> When this tag is used, the text takes the appearance of a list.
const news = [
{
head: 'Photography Contest',
comment: `
We are organizing a new contest for 5 photos to be added to the gallery.
<br>
<br>
<li>The photo resolution you send must be at least 1920x1080.</li>
<li>Photos must not have been altered by artificial intelligence.</li>
<br>
Competition start and end date:
<br>
<li>Start Date: 02.03.2025</li>
<li>End Date: 07.03.2025</li>
`
},
{
head: 'Rules Updated',
comment: 'Last added rules have been updated. Visit the #rules room on Discord.'
},
{
head: 'New Cars Avaible',
comment: `
4 new vehicles have been added to the server.
<br>
<br>
<li>MBW M30</li>
<li>MERLECES C185</li>
<li>POVSHE URUX</li>
<li>Zentorno</li>
`
},
]
const keys = [
{
text: 'Open Phone',
key: 'F1'
},
{
text: 'Open Phone',
key: 'F1'
},
{
text: 'Open Phone',
key: 'F1'
},
{
text: 'Open Phone',
key: 'F1'
},
{
text: 'Open Phone',
key: 'F1'
},
{
text: 'Open Phone',
key: 'F1'
},
{
text: 'Open Phone',
key: 'F1'
},
{
text: 'Open Phone',
key: 'F1'
},
{
text: 'Open Phone',
key: 'F1'
},
{
text: 'Open Phone',
key: 'F1'
},
{
text: 'Open Phone',
key: 'F1'
},
{
text: 'Open Phone',
key: 'F1'
},
]
Last updated