Skip to content
/ social Public

Enhance your server's communication with social. Modular, customizable and feature-packed.

License

Notifications You must be signed in to change notification settings

myth-MC/social

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

social

Latest release Pull requests Issues License
Enhance your server's communication.
Modular, customizable and feature-packed.

🧲 Quick navigation
  1. 📚 Information
  2. 📥 Installation
  3. 🖊️ Usage
  4. ⭐️ Credits

📚 Information

social 🦜 is a fully modular plug-in focused on enhancing your server's communication without affecting the gameplay experience. It is developed using modern APIs, providing a simple but powerful tool for server owners and developers. Everything can be configured, including messages.

🤔 Features

  • ✨ Fully compatible with MiniMessage and PlaceholderAPI to have great-looking messages
  • 🗣️ Channel-based chat provider. You can add or remove channels according to your server's needs. For example, you could have a global and a staff channel
  • 😲 Reactions that appear above a player's head with nice animations
  • 😎 Emoji support in a very similar way as Discord: :emoji_name:
  • 📢 Built-in announcements with a configurable interval. Can broadcast messages through the action bar
  • 🤫 Private messages with social spy for staff members
  • 🤬 Chat filters that block IPs, URLs or words. Even in private messages
  • 🌊 Flood/spam prevention
  • ☕️ Developer-friendly API with countless possibilities. Developers can add custom channels, reactions, emojis, filters, keywords...
  • 👀 No dependencies

⚠️ Compatibility chart

Compatible? Version Notes
PaperMC 1.16+ Reactions are available from 1.20 onwards
PurpurMC 1.16+ Reactions are available from 1.20 onwards
Spigot 1.16+ Reactions are available from 1.20 onwards
Bukkit 1.16+ Reactions are available from 1.20 onwards
Folia

🔌 Integrations

  • Compatible with every placeholder added by PlaceholderAPI.
  • Compatible with chat channels.

🐷 banco

  • Adds keyword [balance] to show balance amount in chat.

➕ Official add-ons

📥 Installation

  1. Download the social jar file for your platform. You can find the latest version on our releases page.
  2. Add the social jar file to your server's plugin folder. Make sure to delete any older versions of social.
  3. Fully restart your server. Type /stop and start the server again instead of using /reload.

🖊️ Usage

🔧 First run

When you run social for the very first time it will automatically generate two files:

  • 'settings.yml' contains general settings
  • 'messages.yml' contains configurable messages

You can disable any feature by modifying settings.yml

✏️ Key concepts

💬 Parsers

social provides a set of powerful built-in tools in the form of parsers. Parsers are rules that modify text accordingly. Here's a list of parser types:

Description Format Triggerable by players? Example
Filter Replace expressions or words with '***' configurable 192.168.1.1 ➡️ ***
Emoji Replaces a word with a unicode input (emoji) :emoji: :smile: ➡️ 😄
Keyword Replaces a word with a specific component  [keyword] [balance] ➡️ 10.4$
Placeholder Replaces a word with a specific component $placeholder $channel ➡️ global

⭐️ Credits

🫶 Special thanks (in alphabetical order)

Username Contribution
@deltartz_ For her great work on the logo
Jekyll For his bug reports and financial support

☕️ The myth-MC Team (in alphabetical order)

Username Real name Role
@U8092 Lead developer