βοΈFull Configuration Breakdown
πΉ Server-Side & Client-Side (Lua) β config.lua
config.luaπ§ Core Settings
Config.debugMode = false -- Enables debug messages in console
Config.PrintPlayerConnecting = false -- Log player connection even if debug is offβ± Fade Timings
Config.fadeOut = 500 -- Time (ms) to fade out screen after loading
Config.waitTime = 2500 -- Time (ms) before fade-in starts
Config.fadeIn = 2500 -- Time (ms) for screen to fade inπ₯ Sky-to-Ground Transition
Config.transition = {
enabled = true,
startHeight = 500.0,
randomDistance = 750.0,
startDistance = 100.0,
randomDirection = true,
cameraPosition = nil,
useCustomStartPosition = false,
cameraHeading = nil,
useCustomHeading = false,
smoothHeading = true,
fov = 120.0,
transitionTime = 5000,
fadeInTime = 1000,
fadeOutTime = 500
}π¬ Hooks (Optional Function Calls)
πΈ Front-End / UI Config (JS) β config.js
config.jsπ§© Server Name
π± Cursor
π΅ Music Options
π¬ Background Media
π¨ UI Colors
π Layout Settings
π Social Media Sidebar
π§Ύ Tabs
Need Help? Join FiveWorld Discord for config reviews and optimization! ππ¨
Last updated