Social Online Time
Last updated
Was this helpful?
Last updated
Was this helpful?
Configure social media links, server online player count, and time format settings. This section allows you to connect your community through social media links and display real-time server information to enhance player engagement.
In Customize.lua
, you can configure social media links and server settings:
Use24HourFormat
Boolean
true
for 24-hour format, false
for 12-hour format
ServerMaxOnline
Number
Maximum number of players allowed on the server
Socials
Array
List of social media links (0-3 items)
icon
String
Icon filename (stored in resources/images/Socials
)
link
String
URL to open when the social media button is clicked
Limits: You can add a minimum of 0 and maximum of 3 social media links.
Format: HH:MMExamples:
09:30 (9:30 AM)
14:15 (2:15 PM)
23:45 (11:45 PM)
00:00 (Midnight)
Set the ServerMaxOnline
value to match your server's actual player limit. This helps players understand the server capacity and current load.
The player count will be displayed as:
Current/Maximum: "45/1200 Players Online"
Percentage: Automatically calculated based on current vs maximum
Tip: Set ServerMaxOnline
to your actual server limit for accurate capacity display.
Format: SVG (recommended) or PNG
Size: 32x32 pixels minimum
Location: resources/images/Socials/
Style: Simple, recognizable social media icons
youtube.svg
YouTube
Video content, tutorials
discord.svg
Discord
Community chat, support
store.svg
Store
Server shop, donations
twitter.svg
Twitter/X
News, updates
instagram.svg
Screenshots, community
website.svg
Website
Official server website
After making all the adjustments, verify in-game that the information is displayed correctly.
β Time Format: Check if time displays in correct format β Player Count: Verify current/max players show accurately β Social Links: Test each social media button opens correct URL β Icons: Confirm all icons display properly β Responsive Design: Check layout works on different resolutions
Icons not showing
Check file paths and ensure icons exist in resources/images/Socials/
Links not working
Verify URLs are complete with https://
Time format wrong
Double-check Use24HourFormat
boolean value
Player count incorrect
Ensure ServerMaxOnline
matches server settings