Jump to content

Social Media Rust 1.0.0

$25.00 $18.99
   (0 reviews)

7 Screenshots

  • 941
  • 19
  • 147.19 kB
  • Update details
    v1.0.0
    Released
    Download size147.19 kB
    Total versions4
    Time between versions 9 days
    Typical update pace About every 4 days
    Freshness 41 days ago

depends on

Required files or plugins needed for this resource to work properly.

Works with

Compatible add-ons, packages, or tools that pair well with this resource.

About Social Media Rust

SocialMedia is the ultimate community-engagement tool for Rust. It brings a modern social networking experience directly into the game, allowing players to post updates, share images from the web, follow their rivals, and message friends—all through a sleek, high-performance UI. Whether they are bragging about a successful raid or looking for a team, SocialMedia keeps your players logged in and interacting.

⭐Key Features

  • Custom Modular UI: A high-fidelity, responsive interface that mimics modern social platforms, featuring a Home Feed, Profiles, Notifications, and Chat.
  • Dynamic Posting System: Text & Image Support, Hashtag Integration, Reactions & Bookmarks, Reactions & Bookmarks
  • Real-Time Messaging: A private, 1-on-1 chat system allowing players to communicate securely without using global chat.
  • Player Profiles: Customizable Bios & Covers, Stats Tracking, Follow System
  • Trending & Discovery: Trending Hashtags, Leaderboards
  • Permission-Based Badges: Reward your VIPs, Admins, or Veteran players with custom badges (like "Verified" checkmarks) that appear next to their names.
  • Moderation & Safety: Word Filter, Spam Prevention, Admin Controls

📌Commands

  • /social, /x - Customizable in the config
  • /social_reset_all - Reset all social media data

📜Permissions

  • socialmedia.admin - Requires to do admin commands and deleting other users posts
  • socialmedia.badge.CustomName - Changesable in the config for different badges

🎬Video Showcase

⚙️Configurations
 

Quote
{
  "Commands Config": [
    "social",
    "socialmedia",
    "twitter",
    "x"
  ],
  "Badge Config": [
    {
      "Order": 1,
      "PermissionName": "SocialMedia.badge.verified",
      "ImageUrl": "https://i.postimg.cc/5NdxkX6J/verified.png"
    },
    {
      "Order": 3,
      "PermissionName": "SocialMedia.badge.admin",
      "ImageUrl": "https://i.postimg.cc/wBJ1BBFk/rewards.png"
    }
  ],
  "Cooldown Config": {
    "Post Cooldown in seconds(Put to 0 for no cooldown)": 60,
    "Comment Cooldown in seconds(Put to 0 for no cooldown)": 5
  },
  "Filter Words List": [
    "fuck",
    "nigga",
    "niga",
    "sex",
    "mom",
    "sister",
    "vagina",
    "dick",
    "pussy",
    "bitch"
  ],
  "UI Config": {
    "Social Media Logo": "https://i.postimg.cc/Mp0zdwWK/charity_plushy_02.png",
    "Social Media Name": "<color=#1DA1F2>SOCIAL MEDIA</color>",
    "Social Media Sub Name": "CONNECT • SHARE • SURVIVE"
  },
  "Notification UI Config": {
    "Notifications plugin (0 = disabled | 1 = Toastify | 2 = Notify)": 1,
    "Notification Types": {
      "Error": "error",
      "Success": "success",
      "Info": "info"
    },
    "Send notification only when the UI is active": false
  },
  "Reset Data Config": {
    "Reset all users CoverImage, AboutMe, PlayTime": false,
    "Reset all posts on new save": true,
    "Reset all messages on new save": true,
    "Reset all notifications on new save": true,
    "Reset all Data": false
  },
  "Version": {
    "Major": 1,
    "Minor": 0,
    "Patch": 0
  }
}

📖Lang

Quote
{
  "HomeBTNText": "          Home",
  "ChatBTNText": "          Chat",
  "NotificationsBTNText": "          Notifications",
  "FollowBTNText": "          Follow",
  "BookmarksBTNText": "          Bookmarks",
  "ProfileBTNText": "          Profile",
  "PostBTNText": "Post",
  "SearchBTNText": "Search",
  "TrendingHashtagsKey": "Trending Hashtags",
  "MostFollowedKey": "Most Followed",
  "MostLikedKey": "Most Liked Users",
  "MostPostsKey": "Most Posts",
  "MostCommentedKey": "Most Commented",
  "TrendingHashtagsValue": "{0} posts",
  "MostFollowedValue": "{0} followers",
  "MostLikedValue": "{0} likes",
  "MostPostsValue": "{0} posts",
  "MostCommentedValue": "{0} comments",
  "PostPanelPostBTNText": "Post",
  "ChatBoxOnlineStatus": "Online: <color=green>Now</color>",
  "ChatBoxOfflineStatus": "Online: <color=red>Offline</color>",
  "ChatBoxSentBTNText": "Send",
  "NotifyBoxTitle": "Your notifications",
  "NotifyBox_Follow": "You have a new follower <color=#1DA1F2>@{0}</color>.   <color=#808080>{1}</color>",
  "NotifyBox_Comment": "<color=#1DA1F2>@{0}</color> commented on your post.   <color=#808080>{1}</color>",
  "NotifyBox_Like": "<color=#1DA1F2>@{0}</color> liked your post.   <color=#808080>{1}</color>",
  "NotifyBox_Unfollow": "<color=#1DA1F2>@{0}</color> unfollowed you.   <color=#808080>{1}</color>",
  "NotifyBox_Message": "<color=#1DA1F2>@{0}</color> sent you a message.   <color=#808080>{1}</color>",
  "NotifyBox_Post": "<color=#1DA1F2>@{0}</color> posted a new update.   <color=#808080>{1}</color>",
  "ProfileFollowStatus": "Follow",
  "ProfileFollowingStatus": "Following",
  "FollowerCountSearch": "{0} Followers",
  "SearchNoUserFound": "No users found.",
  "SearchNoTagFound": "No posts found with tag {0}",
  "ProfileBoxMessage": "Message",
  "ProfileBoxFollowerCount": "Followers: {0}",
  "ProfileBoxLikesCount": "Likes Received: {0}",
  "ProfileBoxPostsCount": "Posts: {0}",
  "ProfileBoxPlayTimeCount": "Playtime: {0}",
  "ProfileAboutMeBox": "ABOUT ME",
  "CommentBoxText": "Comments",
  "CommentBoxPostBTNText": "Post",
  "Notify_Title": "SOCIAL MEDIA",
  "NotifyUI_Like": "<color=#1DA1F2>@{0}</color> liked your post",
  "NotifyUI_Comment": "<color=#1DA1F2>@{0}</color> commented on your post",
  "NotifyUI_Follow": "You have a new follower <color=#1DA1F2>@{0}</color>",
  "NotifyUI_Unfollow": "<color=#1DA1F2>@{0}</color> unfollowed you",
  "NotifyUI_Message": "<color=#1DA1F2>@{0}</color> sent you a message",
  "NotifyUI_Post": "<color=#1DA1F2>@{0}</color> posted a new update",
  "NotifyUI_CooldownText": "COOLDOWN",
  "ImageLibraryMissing": "Social Media plugin requires ImageLibrary plugin to function properly.",
  "ImagesLoading": "Social Media is still loading images, please try again in a moment.",
  "NoPermission": "You don't have permission to use this command.",
  "DataReset": "All social media data has been reset.",
  "PostingTooFast": "You are posting too fast! Please wait {0} seconds.",
  "CommentingTooFast": "You are commenting too fast! Please wait {0} seconds.",
  "NotProfileOwner": "You cannot edit another player's profile.",
  "NoNewNotificationText": "No new notifications.",
  "EditBTNText": "Edit"
}

💬Support


image.png.c5f070b6c5521b07d37ba87db201425d.png


User Feedback

About Us

Codefling is the largest marketplace for plugins, maps, tools, and more, making it easy for customers to discover new content and for creators to monetize their work.

Downloads
2.3m
Total downloads
Customers
10.7k
Customers served
Files Sold
154.5k
Marketplace sales
Payments
3.3m
Processed total
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.