config.json

{
  "general": {
    "serverName": "SIX ROLEPLAY",
    "serverDescription": "Experience a unique roleplay adventure in our meticulously crafted city. Join our community and become part of a living, breathing world with endless possibilities.",
    "serverLogo": "assets/images/server_logo.png",
    "maxPlayers": 64,
    "joinText": "JOINING SERVER",
    "welcomeTitle": "WELCOME TO",
    "serverTitle": "SIX-SERVICES",
    "serverSubtitle": "ROLEPLAY",
    "brandingSection": {
      "enabled": true,
      "title": "SIX-LOADINGSCREEN",
      "subtitle": "High Performance | Premium Experience"
    }
  },
  "appearance": {
    "background": {
      "backgroundType": "imageAndVideo",
      "videoSource": "assets/video/background.webm",
      "imageSource": "assets/images/background.jpg",
      "enableBackgroundToggle": true
    }
  },
  "features": {
    "mainPage": {
      "enabled": true,
      "showServerInfo": true,
      "showFeatureBoxes": true,
      "hideOnTabSwitch": true,
      "featureBoxes": [
        {
          "title": "CUSTOM FRAMEWORK",
          "icon": "check",
          "description": "Our server features a custom-built framework designed specifically for an immersive roleplaying experience with unique jobs, activities, and gameplay elements.",
          "highlight": true
        },
        {
          "title": "ACTIVE COMMUNITY",
          "icon": "users",
          "description": "Join our friendly and active community with regular events, updates, and a helpful staff team dedicated to creating the best roleplay environment.",
          "highlight": false
        }
      ]
    },
    "socialMedia": {
      "enabled": true,
      "links": [
        {
          "platform": "discord",
          "url": "https://discord.gg/yourdiscord"
        },
        {
          "platform": "instagram",
          "url": "https://instagram.com/yourserver"
        },
        {
          "platform": "twitter",
          "url": "https://twitter.com/yourserver"
        },
        {
          "platform": "youtube", 
          "url": "https://youtube.com/c/yourserver"
        },
        {
          "platform": "tiktok",
          "url": "https://tiktok.com/@yourserver"
        },
        {
          "platform": "website",
          "url": "https://yourserver.com"
        }
      ]
    },
    "musicPlayer": {
      "enabled": true,
      "autoplay": true,
      "volume": 30,
      "showInAllTabs": true,
      "playlist": [
        {
          "title": "Hallo",
          "file": "assets/music/background_music.mp3"
        }
      ]
    },
    "loadingBar": {
      "enabled": true,
      "loadingMessages": [
        "Loading server resources...",
        "Initializing game world...",
        "Loading map data...",
        "Synchronizing with server...",
        "Preparing character data...",
        "Almost there..."
      ]
    },
    "snakeGame": {
      "enabled": true,
      "sectionTitle": "Snake Game",
      "sectionSubtitle": "Play while you wait!",
      "gridSize": 20,
      "speed": 150,
      "snakeColor": "#07a4dc",
      "foodColor": "#ff4649"
    },
    "teamSection": {
      "enabled": true,
      "sectionTitle": "OUR TEAM",
      "sectionSubtitle": "Meet the people behind SIX ROLEPLAY",
      "teamMembers": [
        {
          "name": "Alex_Developer",
          "role": "Founder & Lead Developer",
          "description": "Creating innovative gameplay mechanics and maintaining server performance.",
          "avatar": "assets/images/team/test_profilpic.png"
        },
        {
          "name": "Sarah_Admin",
          "role": "Community Manager",
          "description": "Ensuring everyone has a positive experience on our server.",
          "avatar": "assets/images/team/test_profilpic.png"
        },
        {
          "name": "Mike_Scripter",
          "role": "Script Developer",
          "description": "Creating unique jobs and activities for our roleplay server.",
          "avatar": "assets/images/team/test_profilpic.png"
        },
        {
          "name": "Emma_Support",
          "role": "Support Team Lead",
          "description": "Helping new players get started and solving any issues.",
          "avatar": "assets/images/team/test_profilpic.png"
        },
        {
          "name": "John_Designer",
          "role": "UI/UX Designer",
          "description": "Creating beautiful and intuitive user interfaces for our server.",
          "avatar": "assets/images/team/test_profilpic.png"
        },
        {
          "name": "Lisa_Events",
          "role": "Events Manager",
          "description": "Organizing fun and engaging community events for all players.",
          "avatar": "assets/images/team/test_profilpic.png"
        }
      ]
    },
    "gallerySection": {
      "enabled": true,
      "sectionTitle": "Server Gallery",
      "sectionSubtitle": "Preview our beautiful world",
      "autoSlide": true,
      "autoSlideInterval": 5000,
      "images": [
        {
          "url": "assets/images/gallery/test.jpg"
        },
        {
          "url": "assets/images/gallery/test2.jpg"
        },
        {
          "url": "assets/images/gallery/test3.jpg"
        },
        {
          "url": "assets/images/gallery/test4.jpg"
        },
        {
          "url": "assets/images/gallery/test5.jpg"
        }
      ]
    },
    "keyboardSection": {
      "enabled": true,
      "sectionTitle": "Keyboard Controls",
      "sectionSubtitle": "Learn the essential controls for SIX ROLEPLAY",
      "highlightedKeys": {
        "f1": "Toggle player HUD",
        "f3": "Open emote menu",
        "f5": "Character customization",
        "5": "Show ID card",
        "e": "Interact with objects and NPCs",
        "i": "Open inventory",
        "g": "Gang menu",
        "h": "Hands up",
        "l": "Lock/unlock vehicle",
        "x": "Hands up/surrender",
        "v": "Voice range",
        "b": "Point finger",
        "m": "Open map",
        "space": "Jump / Skip dialog",
        "esc": "Exit current menu or action"
      }
    }
  }
}

Last updated