Features
By menno3213
August 21, 2026
NightCore Phone - Social Apps (Picstagram, FlipTok, Feather)
Picstagram
Instagram-style social network with:
- Photo posts with captions and hashtags
- Stories with disappearing content
- Comments and likes
- Verification badges (admin-controlled)
- Follow/unfollow system
Admin Commands
/picstagramverify @handle on|off
FlipTok
TikTok-style short video platform:
- Video posts with music
- Like and comment system
- For You Page algorithm
- Verification system
Admin Commands
/fliptokverify @handle [on|off]
Feather
Twitter-style microblogging:
- Short text posts with hashtags
- Trending topics
- Like and retweet system
- Verification badges
Security
All social app passwords are stored as salted hashes using configured peppers in Config.Server. Set these before players create accounts:
Config.Server = {
FlipTokPasswordPepper = "your-unique-pepper",
PicstagramPasswordPepper = "your-unique-pepper",
}
Admin Permissions
Configure admin groups for verification commands in the config files. Unlisted jobs can use the apps but cannot verify accounts.